ModPlug Central

OpenMPT Development (Archive) => Feature Requests => Feature Request Archive => Topic started by: bvanoudtshoorn on May 27, 2008, 09:36:44

Title: Mod wheel command (similar to volume command)
Post by: bvanoudtshoorn on May 27, 2008, 09:36:44
It'd be really useful if there was the ability to send modulation messages to plugs as easily as sending volume and pitch bend messages. That is, at the moment you can do something like
C-5 v32 ...
or
C-5 f02 ...
... e02 ...

I'd like to be able to do something like
C-5 m16 ...
... m48 ...


Because the mod has to go both up and down, I think that using a base point, like, say, 32, would be the easiest solution. (But see my other feature request for 128 resolution volume messages - that could apply to this, too.)
Title: Mod wheel command (similar to volume command)
Post by: Nahkranoth on May 27, 2008, 10:22:47
+2!
Just keeping forgetting all the time to post it here. And it would be good to add a modulation command like nxx or something else to make the transitions smooth.
Title: Re: Mod wheel command (similar to volume command)
Post by: Saga Musix on February 27, 2014, 02:36:15
Going through old requests... The "mod wheel" is essentially just a MIDI CC (#01, to be precise) message, so it's already as simple as it could be. In case you actually meant the pitch wheel, this can be done using a custom MIDI macro "Ec00z" (Z00 would be the lowest position, Z40 is center, Z7F is max). There you go! Just as simple as you wanted it to be!