MTOT - TheTechnobear/SSP GitHub Wiki
mtot midi tools - midi output
This module allows output of midi notes and cc to a selected device.
Documentation
Note: This is the primary page for documentation on this modules
- Wiki - https://github.com/TheTechnobear/SSP/wiki/MTOT
- Forum - https://forum.percussa.com/t/midi-tools-modules-by-thetechnobear
Developer: TheTechnobear
I develop these plugins for free, please consider supporting my efforts with a donation. https://ko-fi.com/thetechnobear
Parameters
Name | Desc |
---|---|
CC A-H | select CC number mapping |
PB Range | range of pitchbend in semis |
Inputs
Name | Desc |
---|---|
CV A-H | output CC signals |
V/Oct | pitch output v/oct included pitchbend |
Vel | velocity output |
Gate | gate output for note |
Outputs
none
General Usage
This module allows output of midi notes and cc to a selected device. the midi output device and channel is select in the system view (Left Shift+Right Shift) hint: if OMNI is selected for channel, it will use channel 1
Limitations
do NOT use at audio rate, you'll almost certainly overrun a buffer, either on the ssp or your midi router/device ;)
Tips
if a pitchbend range is specified then if the v/oct changes whilst the gate is high pitchbends will be output to keep achieve the note. of course, this is only within the pitchbend range. set a pitchbend range appropriately. sub tip: small pitchbend ranges have more resolution, but (duh) less range.
new notes sent on gate change
Change Log
- 2.0.0 release for new ssp image
- 1.0.1 release
- 1.0.0 early access release