Misc bidules

Audio Dummy

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"

Comment

Just an idea scratchpad for text, no ins or outs.

HID Data Extractor

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

  • HID Device: the device the Data Extractor takes/outputs information from
  • Axis1->Pitchbend: force the first axis control to be transformed into MIDI pitchbend
  • Fixed MIDI Mapping: information read-only display of the currently selected device available controls and their mapping
  • Buttons Are Triggers: enable this to not have buttons send MIDI Note Off and set the parameter value back to 0 when the button is released

Key Sender

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.

  • Key Down Trigger Input: send a 1 to simulate a pressed key.
  • Key Up Trigger Input: send a 1 to simulate an unpressed key.

Key Stroke

DEPRECATED: please use the HID Data Extractor, this is only kept for compatibility.

MIDI Dummy

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"

Sync Transport

Standard transport bar that can also act as a sync source.

XY

Little XY mouse-pad to control parameters through signal or parameter linking

  • Origin at bottom left : toggles between having the 0,0 point in the upper left and bottom left