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

Sequencer #32

Open
Synthematophon opened this issue Jul 18, 2024 · 5 comments
Open

Sequencer #32

Synthematophon opened this issue Jul 18, 2024 · 5 comments
Labels
enhancement New feature or request
Milestone

Comments

@Synthematophon
Copy link

I have a new idea for the sequencer:
Instead of defining individual keys for each sequencer step, wouldn't it be possible to display the current sequencer memory in one place only? On the left and right there would then be buttons for > and < (or +1, -1) as well as >> and << (or +10, -10) for 10 steps forwards and backwards, and perhaps even <<< or <<< or (+100 and -100). This would allow you to control 999 sequencer steps without taking up additional space on the UI (other like single buttons).
To save the current sequencer, just press "SET" and e.g. >. The current setting is then saved on the current step plus 1.
I know that the program is mainly intended as a plug-in for a DAW. But as a standalone (as I use it) the scenario outlined would be brilliant.

Sorry to keep bothering you with changes!

@Archie3d
Copy link
Owner

Hmm... Why do you need that many steps? Could you describe what is that exactly you are doing, perhaps there a better solution to extending the sequencer to that many steps? For example, if you need a different sequencer configuration set for your repertoire, I would rather consider some sort of presets mechanism which would allow saving and recalling state of the entire sequencer with all its steps as a single preset (so that you will have a collection of named presets).

Also currently the sequencer is linked to MIDI program change, so to keep this link the number of addressable steps should be no more than 127.

@Synthematophon
Copy link
Author

Synthematophon commented Jul 19, 2024 via email

@lewisalexander2020
Copy link

lewisalexander2020 commented Jul 19, 2024 via email

@Archie3d
Copy link
Owner

I would not do a separate sequencer per division. What I could do though is keep that current sequencer as it is now (32 steps) but on top of this add a preset mechanism. Each preset will save the entire organ state (including all 32 sequencer steps). A preset will be saved and recalled by name (chosen by user). This way you will have your repertoire as a collection of named presets (each preset is one song for example), and you should be able to switch between them easily, which will also recall the entire state of the sequencer for each recalled preset (and probably activate the 1st step by default).

Is this something that could potentially solve your issues?

@Synthematophon
Copy link
Author

Synthematophon commented Jul 19, 2024 via email

@Archie3d Archie3d added the enhancement New feature or request label Jul 19, 2024
@Archie3d Archie3d added this to the 0.2.1 milestone Jul 19, 2024
Archie3d added a commit that referenced this issue Aug 30, 2024
@Archie3d Archie3d modified the milestones: 0.2.1, 0.3.0 Sep 1, 2024
Archie3d added a commit that referenced this issue Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants