manucontrovento / SpinTool

Loop application synced with jack transport
GNU General Public License v3.0
13 stars 2 forks source link

Scene properties panel (# cycles and following scene) #37

Open manucontrovento opened 3 years ago

manucontrovento commented 3 years ago

It could be nice to have in the Scenes "manager" a properties panel to store some behaviour info, such as an optional number of cycles to perform (0 is default and it means Infinite), and if a number is defined, wich scene number has to be launched when the amount of cycles is reached (optional)

Typical usages include:

0 (default) = infinite 1 or greater = Scene will be looped the for the required amount of times, then if a following scene number is defined, the following scene will be triggered, otherwise all scene clips will stop. Therefore, setting cycles number to 1 with no following scene will behave as all clips scenes would be set as "one-shot" (even if they are not).

sonejostudios commented 3 years ago

Very nice idea!!