Page 1 of 1

MIDI velocity

Posted: 13 May 2020 20:06
by Carotino
Hi.
Is it possible to record MIDI input with velocity set beforehand? Or, alternatively, setting velocity of all notes in a track to the same value?

Thanks

Re: MIDI velocity

Posted: 14 May 2020 09:23
by kjetil
Hmm, actually not. There should at least be a post-process operation in the Edit tab to set the same velocity of notes. Will add.

Re: MIDI velocity

Posted: 14 May 2020 09:26
by kjetil
Here's a workaround. It's not so bad:

1. Put all notes you want to change into range.
2. Move the cursor inside the range.
3. Press AltGr + Shift + Left 10 times or more so that all notes have velocity 0.
4. Press AltGr + Right until all notes have the velocity you want. (Press Shift to increase faster)

Re: MIDI velocity

Posted: 14 May 2020 09:46
by kjetil
I've added this function to Radium now. If you copy this file (http://users.notam02.no/~kjetism/notem.scm) to bin/scheme/ , there will be a function called "Fixed velocities" in the Edit tab under Randomize/Skew/Shuffle. (Maybe put it somewhere else before release)

Re: MIDI velocity

Posted: 14 May 2020 20:18
by kjetil
Ouch, just forget about the new notem.scm file for now. It'll probably only work with the development version of Radium, not any of the binaries.

Re: MIDI velocity

Posted: 14 May 2020 20:27
by Carotino
Yes I noticed:)

By the way, thanks Kjetil.