You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great if one could create, let's say for example, 8 tracks in one shot. They will obviously be all the same, with the GUI asking for a name (example: my_drum) and the 8 tracks ending up to be my_drum-1, my_drum-2,... my_drum-8.
The text was updated successfully, but these errors were encountered:
frederic-peters
changed the title
[FEATURE REQUEST] creating XX tracks in one shot
creating XX tracks in one shot
Aug 25, 2020
Shouldn't be too hard to implement. Needs a modification of the new channel dialog and the on_add_input_channel / on_add_output_channel methods of the JackMixer class.
PRs welcome, as always, or we'll get to it eventually.
Not implemented yet, but with jack_mixer 14 you can add a bunch of channel by just repeatedly hitting Ctrl-N and Enter, and they'll be created with names "Input", "Input 1", "Input 2" etc. The channel add dialog will also remember the last settings. Same for output channels (Ctrl-Shift-N)
It'd be great if one could create, let's say for example, 8 tracks in one shot. They will obviously be all the same, with the GUI asking for a name (example: my_drum) and the 8 tracks ending up to be my_drum-1, my_drum-2,... my_drum-8.
The text was updated successfully, but these errors were encountered: