You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a way to use a value given by the user through a batch file and use it with a midimonster profile?
For example, I get the value for the channel with this:
echo /p "chNum=Enter a channel:"
And then with something like this: midimonster profile.cfg "chX=chNum"
the "chX" strings on the profile.cfg (like: n.key.z > out.chX.note36) will equal to "chNum", and will play the note 36 on the channel 15 everytime the "z" key is pressed.
Cheers.
The text was updated successfully, but these errors were encountered:
There's a way to use a value given by the user through a batch file and use it with a midimonster profile?
For example, I get the value for the channel with this:
echo /p "chNum=Enter a channel:"
And then with something like this:
midimonster profile.cfg "chX=chNum"
the "chX" strings on the profile.cfg (like: n.key.z > out.chX.note36) will equal to "chNum", and will play the note 36 on the channel 15 everytime the "z" key is pressed.
Cheers.
The text was updated successfully, but these errors were encountered: