Misc bidules

Audio Dummy

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"

Clock

A display only bidule to show in a larger font the elapsed time as well as the current musical time when synced

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.

Matrix Sequencer

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

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.

Variables Multi

User drawn set of values with either an output for each one or an input to select the current one

Wave Folder

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.

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