Re-Freeze needed for older versions

I'm finding that different (older) versions of the same project saved in the same overall project folder sometimes, on loading, need to re-freeze ... when they were already frozen when originally saved.
Say I want to re-listen to the mix on version 10 of a project and I've worked through to version 18.
Version 18 has a freeze structure which may be different to the freeze structure of version 10.
But I thought I saved version 10 with all its appropriate freeze-files so why should it need to re-freeze? (Tine-consumin!)
Can anyone explain what's happenin here?

Well, I don't think it's a time-dependent thing. I just checked a Logic song file whose tracks I froze on 2009, September 30, when I bounced the tune and sent it out for mastering. I haven't opened the file since then, and the freeze files are still there in the "Freeze Files" folder inside the project folder. (The last time I worked on that file I was using Logic v7.2.3...not that it should matter.)
Anyhow, there's one data point. A song file that's over three years old, and the freeze files are still there, right where they're supposed to be.
Just to be sure I know how it works in Logic v9.1.7, I froze a track on a new song (version 03) that previously had no freeze files, and then I confirmed that Logic created the "Freeze Files" folder, and wrote the freeze file to that folder. After that, I unfroze the track, and sure enough, Logic deleted the freeze file. So if you're unfreezing the tracks, the freeze files vanish. But you probably knew that. I then refroze the track, and confirmed that the freeze file was there again.
I then saved the song as a separate project (version 04), but Logic did not create a freeze file folder for the new project. However, as soon as I attempted to play the new song file, then Logic created the "Freeze Files" folder and wrote the freeze file into that folder. So it appears that if you create a new version of the song as its own project, Logic wants you to play the song at least once to create new freeze files for that new project. It doesn't refer back to the freeze files of the previous version, or automatically include those freeze files as assets for the new project, even if you've checked the "Include assets" checkbox during the Save As... operation (which I did).
I went back and looked in the v.03 project folder, and the freeze file is still there. So I suspect that if you freeze your tracks, then save the song as a new version in its own project folder, and then play it to create new freeze files for that new version, Logic should keep the freeze files...er, unless you unfreeze the tracks, of course. The freeze files for the previous version should remain unmolested in their own project folder's "Freeze Files" folder. That's the way it works for me, at least.
If it's not working that way, you might have discovered a bug. Can you replicate the unwanted behavior?

Similar Messages

  • I need an older version of Firefox, how do I get one for Mac ???

    I have a Mac OSX 10.5.8 that wont accept the updated browsers out there. I need a older version. Is there ANYWAY to get one ???

    Since you have a PowerPC and not Intel hardware you can use the third-party TenFourFox. http://www.floodgap.com/software/tenfourfox/ however Plugins are not supported due to be old/vulnerable. Though TenFourFox does support Extensions unless they are say OS specific or for a more current version.
    Firefox 16.0.2 was the last to work on the old Mac OSX 10.5.x as Firefox 17.0 to current has required OSX 10.6+ since
    https://www.mozilla.org/en-US/firefox/16.0/system-requirements/
    https://www.mozilla.org/en-US/firefox/17.0/system-requirements/

  • Help!!!!!!!!! I need Downloading older versions if apps in the App Store! I know that this use to be a feature! I am running iOS 6.1.6 on my iPhone 3GS and I can't install the twitter app!!!! HELPPPPP PPPPLLLLEASSEEE

    Help!!!!!!!!! I need Downloading older versions if apps in the App Store! I know that this use to be a feature! I am running iOS 6.1.6 on my iPhone 3GS and I can't install the twitter app!!!! HELPPPPP PPPPLLLLEASSEEE

    Hey Nathan,
    I know it can be a bit frustrating to try to get a version of an application that will work on an older iOS version. This article explains how to do it -
    Install the latest compatible version of an app on an earlier version of iOS or OS X - Apple Support
    Thanks for using Apple Support Communities.
    Happy computing,
    Brett L 

  • Can I get product key for older versions of Illustrator with Creative Cloud Student and Teacher edition

    I have purchased the Creative Cloud Student and Teacher edition and I now need to install illustrator on Windows Vista. All the new versions are not available for Vista. I have managed to find older versions for download but it is asking me for a product key. Is it possible to get the product keys for older version with Creative Cloud Student and Teacher edition?

    You cannot purchase older versions of Adobe software thru Adobe.  If you have a full subscription you can acquire the CS6 version  thru that.  I have had CS6 running on a Vista system for years without problems.
    Download previous versions of Adobe Creative applications -
    http://helpx.adobe.com/creative-cloud/kb/download-previous-versions-creative-applications. html

  • Looking for older version of Itunes to run on Pentium(R) 4 CPU 2.6GHZ Windows XP

    looking for older version of iTunes to run on Pentium(R) 4 CPU 2.6GHZ Windows XP

    ? Please read my original post again. Maybe how I said it was confusing but that is exactly how I checked it... in VISTA. Exactly the way the link you gave me described.
    You do understand the message I am getting says: *itunes.exe has been set to run in compatibility mode for older version of windows. For best results, turn off compatibility mode for itunes before you open it.* I am interpreting this to mean that compatibility is set for something OTHER then VISTA since it it saying "for and older version of Windows".
    When you tell me to "Check the compatibility mode in Vista not iTunes" what the heck do you even mean? How do you check compatibility in iTunes?
    Thanks for trying to help, but not sure you read my post as I intended. I have seen one other post that mentioned the same problem, but that post never got a response that was helpful.
    Thanks for trying. Later !
    p.s. I still need help from someone.

  • I would like to go for older version of one of the app ( snipsnap ). previously i used to have in my iphone but during synching i did not got option to transfer apps to library so i lost all my apps. how can i get snipsnap v1.3 again?

    i would like to go for older version of one of the app ( snipsnap ). previously i used to have in my iphone but during synching i did not got option to transfer apps to library so i lost all my apps. how can i get snipsnap v1.3 again? or if anyone have link to this older version app please let me know. thanks.

    You appear to have an iPhone 5. Snipsnap 2.4.2, the current version, says it works on iPhone 5, iOS 5.0 or later. Why do you want an out of date version of the app?

  • Need an older version of iPhoto

    I have Mac OS X 10.7.4 and need an older version of iPhoto; how can I acquire it?

    Purchase the iLife DVD on eBay or Amazon or other source
    LN

  • Compile for older versions

    Hi,
    I did some code and when trying to run the jar file in another computer i have the problem that the code was compiled in mine with version 1.6 and the other computer has java version 1.5.
    Is it possible to compile a jar file for older versions?
    Please help,
    Rodo.

    Here's an example of how flaky the -source and target flags are. This code compiles and runs fine under 1.5 (without flags):
    import java.io.*;
    public class VersionExample {
        public static void main(String[] args) throws IOException {
            PrintWriter out = new PrintWriter(new File("test.txt"));
            try {
                out.format("%s%n", "woops");
                out.flush();
            } finally {
                closeIt(out);
        static void closeIt (Closeable stream) {
            try {
                stream.close();
            } catch (IOException e) {
                e.printStackTrace();
    }Now supply flags -source 1.4 and -target 1.4 and you get one error message:
    path...\VersionExample.java:7: cannot find symbol
    symbol  : method format(java.lang.String,java.lang.String)
    location: class java.io.PrintWriter
                out.format("%s%n", "woops");It seems to be noting that format() was introduced in 1.5, right? But what about interface Closeable and constructor PrintWriter(File)? They were introduced in 1.5, too! Yet if you comment out line 7 above, the rest of the code compiles :-(. Odd...
    edit: I see what the compiler was choking on: format's use of varargs. If you rewrite the offending line as
    out.format("%s%n", new String[]{"woops"});it compiles with flags -source 1.4 -target 1.4 :-(

  • Does iOS 7 Support Apps for Older Versions of iOS?

    Does iOS 7 support apps for older versions of iOS? This is my first big iOS upgrade so I wanted to be sure about this.

    Which is why I said "should" rather than "will". As there are no absolutes, I'm pretty sure there will be an app somewhere that will not run or have issues until its updated to the new iOS.
    With that said for the most part there "should" be no issues updating to a new iOS version related to having older unupdated apps, but its still possible that there can be.

  • Documentation for older versions

    Hello there everyone, I have a question relating to
    Coldfusion 4.0 and it would be helpful if I could scan the cfdocs
    for it. I can see links for CF5 and CFMX at livedocs.macromedia.com
    but cannot see anything for older versions.
    Does anyone know any other sites that might have this sort of
    info, is there an archive of old cfdocs anywhere?
    Thank you for any help.
    Barry

    I don't think Adobe has them anywhere on their site, but you
    can probably find them on someone's server, since they used to
    install at /cfdocs/ try this:
    http://www.google.com/search?q=inurl%3Acfdocs+%22coldfusion+4%22
    inurl:cfdocs
    "coldfusion 4"

  • Compatibilty Chart for older versions?

    Hi just wondering if anyone knows where to locate compatibilty charts for older versions of WebCenter interaction. Primarily I'd like to know if Plumtree 6.0 SP1 is compatible with Windows Server 2003 SP2?
    Thanks.
    Edited by: user9526276 on 26-Jul-2009 17:45

    Thanks for the response Ryan. I wonder if this is because it was never officially tested with SP2 since it came out way after that release. Does anyone have experience with this? I might try it on our UAT system and keep my fingers crossed.

  • I have a G5 and iBook with PowerPC/iTunes 10....just recently I can't bring up the preset Internet radio on either one. Is this a glitch, or have they been permanently disabled for older versions of iTunes?

    I have a G5 and iBook with PowerPC/iTunes 10....just recently I can't bring up the preset Internet radio on either one. Is this a glitch, or have they been permanently disabled for older versions of iTunes?

    I should have posted this for you a while ago. My apologies for not doing it sooner. This was passed on to me by another user R C-R
    He deserves the credit for this workaround. This is his post from an area in the forum where you have to be level 6 or higher in which to participate.
    I am getting the same (global) error using iTunes 10.3.1 on a 2008 MacBook running 10.6.8.
    A really, really awkward workaround that works for me (for now) is if you have the URL of the Internet radio server you can go to Advanced > Open Stream... (in iTunes 10.x) or type command + U, enter it there & click OK. The station should play fine in 10.x.
    You can get the URL from any version of iTunes that still supports the "radio tuning service" (which I gather is an Apple server thing Apple is no longer supporting for 10.x). Play the station normally from the newer version & type command + I to open the info window. At the bottom of the "Summary" tab you will see the URL. (Annoyingly, you can't copy the text so you will have to write it down.)
    Once you have that, you can play the station in 10.x & add it to a playlist for future use.
    To check this out, maybe try http://198.27.80.37/stream/mbarsott.pls -- it is a European Jazz station that works fine for me with iTunes 10.3.1.
    This workaround does work, but is a bit cumbersome. I'm still holding out hope that it is just a glitch.

  • I have 3.0 but need an older version to work with Kurzweil KESIReader, how do I get an older version to use for schoolwork?

    I am disabled and need to use Kurzweil to read to me, this requires an older version than 3.0 to work with their KESIReader to read the web. How can I get an older version that will work with my other program?

    As long as you understand this leaves you vulnerable to multiple known exploits:
    ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.20/win32/en-US/Firefox%20Setup%202.0.0.20.exe

  • I need an older version of keynote for my older Mac running 10.7.5

    How can I get an older version of keynote for my older Mac running OS Lion 10.7.5. I have it purchased for my newer Mac.

    Click here and follow the instructions. If they’re not applicable, buy an iWork 09 DVD from a source such as Amazon or eBay.
    (116751)

  • I need an older version of firefox for my company's learning module. They only support firefox 2 can you tell me how to get?

    Am unable to open material with newer browser versions. How can I get an older version?

    You can use the portable Firefox 2 version for such sites.
    See:
    * http://portableapps.com/apps/internet/browsers/portable_firefox
    You can find the portable Firefox 2.0.0.20 version under "Mozilla Firefox, P.E. Legacy > Mozilla Firefox":
    * http://sourceforge.net/projects/portableapps/files/Mozilla%20Firefox%2C%20P.E.%20Legacy/

Maybe you are looking for