-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature request: Reverse playback via CC control #66
Comments
i don't think that will be possible on the playback end. However I could add it to the WEB UI ... so you would have 2 notes, one forward, one backward ... would that work? |
My use would be standalone with the eurorack shield, so not really. This and the start position would unlock a ton of sonic possibilities but I understand the limitations and the scope of the project. All good :) |
Ok that makes sense. On closer inspection I don't think reverse and play-from-a-to-b would be so hard. I'll put these in the ASAP pile. |
In the meantime I think reversing the sample in a DAW and saving it to a second voice would work for what you're describing. Maybe voice 1 is all the samples forward and voice 2 is all the same samples backward, then you use 2 channels in midi to pick one or the other, or send program change commands around the ones you want reversed to set that channel to voice 2 before the note, and then back to 1 after. There are often sneaky ways to use the features that are there to get lots of unusual things done. |
Oh woah, that's great to read! I had already given up on these two features hah. Oh that makes sense. I was unsure of what PrCh actually does, only read that it can receive it. So it sets the midi channel per voice? I was wondering how to talk to each voice to control CCs independently. I still have some knowledge gaps on midi implementation regarding multi samples. Only saw midi channel mentioned on global settings. |
Sorry, I missed this before. |
Thanks! I figured it out yes. Just saying this is case there’s another way of changing which voice the D pins trigger independently of midi channel. Thanks again!! |
There isn't another way ... it could be fairly easy to have another drop-down menu in the pin config page, to select the midi channel for events on a given pin. Would that really help your situation? I am not sure I see the issue clearly |
TLDR: feature request:
It's not an issue really, just inconvenience. Let me explain again just in case: Surely this won't be needed often if planed ahead. Additionally, it allows to move what voice is affected by the digital pins without the web app, with the drop-down menu you mention looks it'd be fixed. However, what could be an improvement from my point of view (feature request) is having a midi channel agnostic way of changing the voice all the digital pins trigger. For example using a fixed CC number independently of channel number, which value sets the voice - D pins relation, from 1 to 16 and cap above values to 16. From the eurorack standpoint, changing this CC is like changing for example a drum kit dynamically, this becomes even more interesting by having some kind of automation on that CC, since the D pins would be triggering samples through different voices in a single pattern. Note off issues that may arise can be prevented with the current trigger settings available. This would give more freedom to midiless playback (I have a voltage to midi converter on the rack so I could set a knob to change a CC value via TRS and thus the target voice of the pins). Fun times! I do not see useful the need to have different pins on different voices as you can always make a specific voice covering all your needs and it's easy to get lost, but to be able to change target voice without affecting midi channel configuration as proposed above, is definitely an improvement. Sorry for the long post, I wanted to be as clear as possible. Thanks for reading! |
I think the midi-style solution to your situation would be: It sounds like you want them to both start on voice 1, so you would start by sending pgch 1 from your midi-controller. Now both are using voice 1, but that can be changed independently. Am I understanding correctly? Midi channels are typically used for only one controller each. |
Sorry this is a bit confusing. The issue with the above is that voice 1 will be inaccesible once you want to use the gates in other voices. It'd require to change another channel to voice 1 with all the steps described earlier, leaving also channel to voice number unmatched (voice 1 with channel 2 and voice 2 with channel 1 for example is a bit awkward).
Ah this may be a reason of misunderstanding. I have a controller that can sequence/control midi on all channels at once or, several sequences sent to the same channel (OXI One), serving as a hub for other controllers as well. So the scenario I run into is that is way easier to change midi channel on the controller (same for most controllers) than to send PrCh (most controllers can't even send PrCh). Having this in mind, you can see there's no need for me to use PrCh at all, not being that the pin inputs are linked to channel 1 so in order to change gate voice selection that I need PrCh, when gate (D pins) are not related to any midi source to begin with. Most simpler controllers have the ability to change midi channel easily, so I see It's more convenient to change channels over PrCh. With the exception that you want to control more voices from the same midi channel, split keyboard style. What I propose is an alternative way (no need to replace the current behavior other than unlink D pins from channel 1) of changing the pin to voice relation without PrCh or midi channel dependence, and that could be with a CC# from any midi channel, or with a D pin, moving voice selection up/down. Hope it's a bit clearer now! |
Hmmmm. Could you duplicate voice 1 to a second channel to solve this? |
You are right it's not the cleanest solution. Also what you propose it's a workaround but it's good enough, yeah. I was focusing on using voice 1. While not ideal, "loosing" it it's not a big deal. I think a good alternative would be to not use MIDI but the Dpin inputs to change voice target for the rest of the pins, without affecting MIDI at all like explained above. Regarding this, I see there's a bank up/down on the pin settings, I have not tested that (don't have time at the moment). EDIT: |
It’d be nice to have an option to play samples in reverse before they are triggered. My guess is that a CC number with value over 64 could enable the reverse playback.
The text was updated successfully, but these errors were encountered: