radium icon indicating copy to clipboard operation
radium copied to clipboard

Modulators: "Relative" mode when assigning modulator.

Open kmatheussen opened this issue 6 years ago • 3 comments

From https://github.com/kmatheussen/radium/issues/1092:

Also maybe at some point, it might be worth a thought to introduce a "relative" mode in addition to the now "absolute" mode as well...

(meaning that the values are getting added/subtracted from the current value of the slider... so the slider still can be moved/automated and the modulator really "modulates" the current value of the slider. Basically Ableton/Bitwig/Maschine/Reaper Style Modulation )

kmatheussen avatar Apr 12 '18 11:04 kmatheussen

Oh yeah. This is also still relevant. However, there might be an easier approach to this:

If the Modulator Module itself would have an Offset Slider, this would basically work the same way. You would then just need to automate the offset slider to offset the target modulation. Might be much easier to do?

Best, tL.

Lykdraft avatar Sep 04 '18 15:09 Lykdraft

I did actually try to implement this, but gave up. Turned out it was more complicated than I though before starting, or more hairy to be exact. Needs to be planned better before starting, so it's more of a major task than a quick feature I do right before a new release.

On Tue, Sep 4, 2018 at 5:08 PM Lykdraft [email protected] wrote:

Oh yeah. This is also still relevant. However, there might be an easier approach to this:

If the Modulator Module itself would have an Offset Slider, this would basically work the same way. You would then just need to automate the offset slider to offset the target modulation. Might be much easier to do?

Best, tL.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kmatheussen/radium/issues/1113#issuecomment-418403783, or mute the thread https://github.com/notifications/unsubscribe-auth/ABF9p0McJVhHlajdVvEOPBlLT1fri9kMks5uXpdXgaJpZM4TRpr4 .

kmatheussen avatar Sep 06 '18 08:09 kmatheussen

Maybe this is easier/even more useful?

Consider the option of "unlinking" Track Automation and SeqTrack Automation. I.e.: Seqtrack Automation modifies (adds/subtracts or scales) Track Editor automation, thus becoming relative automation)_

Hypothetical example: If this option would be on, added Seqtrack automation of "parameter X" defaults to 0/middleline and can be adjusted on a range -1 to 1, scaling or adding/subtracting from the track editor fx automation of parameter X.

Not sure if this is actually more complicated or easier than the orignal relative mode idea for the modulators.

From a usefulness perspective, something like this might be even better because this type of relative automation can be used all the time on any module/parameter automation, not only with modulators.

(EDIT: This is actually also the way how Ableton Automation can and Bitwig Automation does work)

Lykdraft avatar May 14 '19 23:05 Lykdraft