Kevin Zander
Kevin Zander
As I've been thinking about this, I feel like a Tracker view for the piano roll is "underkill" so to speak. What would really work better would be an alternative...
> I think `DataFile` is a better place to handle the upgrade stuff rather than `Song`. I tried that initially, but it didn't do anything. I'll try playing with it...
@PhysSong okay it took some playing around with finding nodes, but I finally managed to get it working in DataFile.
> @Veratil Could you look into factory project files to see if any of them has global automation tracks? @PhysSong I believe that's already taken care of in the second...
> It will be okay if you've checked all demo projects and confirmed that there are no global automation tracks that you need to remove. I've gone through and found...
> > > > @PhysSong Would you like me to go through and update all the demo files in this patch to the "newest" save file version then? > >...
> > > > Is there an easy way to read the `mmpz` files? > > `lmms -d input.mmpz` prints the decompressed version of `input.mmpz`. Would it be okay to...
I need to go through all the demo files still.
1. I rebased on master 😁 1. I updated the update function to the new format. 2. I removed the global automation save from Song's `saveSettings`, no more hidden automations...
> > > Regarding global automation clips with only one point: In many cases, they are just holding the model's value at time 0, but it's not guaranteed that they...