The do-nothing-bidule, as requested by Bram at martelectronix. In his words: "No software is complete without a do-nothing part, it balances yin and yang, it's the meta essence of Zen"
Use any standard USB HID (Human Interface Device) like keyboard, mouse and joystick as a MIDI and parameter source. Buttons will be transformed into MIDI notes and bool (on/off) parameters while axis-based controls (like the mouse wheel or the digital joystick pad) will be transformed into MIDI CC and parameters with a range
Simulate keyboard events that will be received by the application that is currently in the foreground. You can specify a key modifier (like CTRL, SHIFT, etc...) and an actual key. If both the key down and key up triggers are received at the same time this will generate a "normal" keystroke. Always remember to send a key up event if you intend to use the keystroke as a gate.
The do-nothing-bidule, as requested by Bram at martelectronix. In his words: "No software is complete without a do-nothing part, it balances yin and yang, it's the meta essence of Zen"