Replies: 5 comments 31 replies
-
If I understood correctly, this is roughly what you want:
|
Beta Was this translation helpful? Give feedback.
-
Yes. It only sets the offset.
This was actually a bug - are you on latest commit? It's fixed on master. |
Beta Was this translation helpful? Give feedback.
-
Ah, so the thing that's missing is the ability to press the offset for the 2nd (and 3rd, and 4th etc) time - right now if you configure a button in offset mode with offset being 4 for example, no matter how many times you press it it's not going to change further. Right, so, to revise this, a following would be required:
And the flow:
Now, here comes the junction point:
The same question actually goes if you have 2 inc buttons: set one offset to 2, and the other to 4. What happens on change? Immediate inc/dec or relative inc/dec depending on the current offset? |
Beta Was this translation helpful? Give feedback.
-
Brilliant. Yes and yes. Will get back to you tomorrow EST.
…On Sat, Jun 11, 2022, 08:54 paradajz ***@***.***> wrote:
Added the tests, everything is passing, also tested it out on my physical
test setup, seems to work fine. Will release the new version after
confirmations from your side. Possibly help text in the UI needs some
tweaking... let me know on that next week.
If you decide to release this, can I help with the documentation?
Would you be interested in writing a guest blog post on my site on what
kind of controller you're building and how these new features helped you in
making it possible?
—
Reply to this email directly, view it on GitHub
<#157 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZQL6JOXVJ2GNOZXULZDOJDVOSEBNANCNFSM5YEZWQHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
The release is out: https://github.com/shanteacontrols/OpenDeck/releases/tag/v7.3.0 |
Beta Was this translation helpful? Give feedback.
-
This is similar to #155, but I am NOT talking about MIDI banks on the device we are controlling (like a synth); rather, I am talking about a logical "bank" internal to the controller. Let me try to explain ...
Consider this scenario (using AmpliTube as an example):
However, this doesn't work well in a live setting:
A pattern I've seen on guitar amp software controllers:
This pattern works fairly well as long as the guitarist has arranged their presets so they rarely need to change logical banks during a song. Typically, each logical bank is used for a single song (or multiple songs that use the same presets) and the performer changes presets for the intro, chorus, solo, etc.
Now, if you've already thought of this and I just haven't figured out how to make OpenDeck do it, I'd be a happy man. But if OpenDeck can't already do this, what are your thoughts? Functionality too specialised to consider?
P.S. Parting thought: it is possible to "script" an entire performance so that the performer is simply cycling through a fixed sequence of presets. You could get through a whole show with just a 2 button controller, in theory. However, this isn't practical for at least 2 reasons:
Beta Was this translation helpful? Give feedback.
All reactions