The do-nothing-bidule, as requested by Bram at smartelectronix. In his words: "No software is complete without a do-nothing part, it balances yin and yang, it's the meta essence of Zen"
A display only bidule to show in a larger font the elapsed time as well as the current musical time when synced
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.
A NxN set of knobs each with a specified value and an active checkbox. The global minimum and maximum value can be set. The MIDI version will output MIDI notes while the audio version will output value, event gate and event trigger on different outputs. The current x, y position is driven by the audio input, basically you can create use any maths or random thing to drive the current event
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"
User drawn set of values with either an output for each one or an input to select the current one
This will substract from the incoming values the amount over the set clipping value, typically use on a sine signal to generate a more complex signal, the folding over can happen multiple times if the operation with the clipping value difference goes over the other side clipping value. The Rescale output parameter will multiply the output signal so that the lowest and highest value become -1 and 1.