Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating XX tracks in one shot #58

Open
trebmuh opened this issue Aug 24, 2020 · 3 comments
Open

creating XX tracks in one shot #58

trebmuh opened this issue Aug 24, 2020 · 3 comments
Labels
feature request Request to add or idea for a new feature or enhancment of an existing one
Milestone

Comments

@trebmuh
Copy link
Contributor

trebmuh commented Aug 24, 2020

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.

@frederic-peters frederic-peters changed the title [FEATURE REQUEST] creating XX tracks in one shot creating XX tracks in one shot Aug 25, 2020
@frederic-peters frederic-peters added the feature request Request to add or idea for a new feature or enhancment of an existing one label Aug 25, 2020
@SpotlightKid
Copy link
Contributor

Good idea.

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.

@SpotlightKid
Copy link
Contributor

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)

@trebmuh
Copy link
Contributor Author

trebmuh commented Oct 17, 2020

That's a nice first step, thanks for letting me know.

@SpotlightKid SpotlightKid added this to the Release 17 milestone Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request to add or idea for a new feature or enhancment of an existing one
Projects
None yet
Development

No branches or pull requests

3 participants