rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
509 stars 88 forks source link

Lock tracks for better performance #254

Open yosbelms opened 4 years ago

yosbelms commented 4 years ago

I could be an interesting feature to be able to lock tracks to save computation resources. I suppose it could be achieved by rendering (applying plugins and automations) the track and playing the result.

suedwestlicht commented 4 years ago

That could result in more than one internal "freezed" track if there are AUX-/INSERT sends alternating with plugins. There would be different versions of a track to be kept.

And with INSERT returns from other tracks it could become very hairy.

Even hairier with MIDI INSERTs.