Skip to content

Rack v0.6 Plugin; New cvOSCcv module.

Compare
Choose a tag to compare
@j4s0n-c j4s0n-c released this 27 Mar 03:36
· 72 commits to master since this release
e754223

CHANGES

  • All sequencers: "Structured" Randomization Patterns:
    • Additional patterns added courtesy of @cladelpino.
    • Minor change to only use patterns with up to 2 unique values for trigSeq and trigSeq64.
  • voltSeq:
    • Output voltages in NOTE mode returned to -5 to +5V (octaves will be labeled -1 to +9 instead of 0 to 10 when it was -4V to +6V). C4 is still 0V.
      Please use the Shift Values features in the context menu to adjust your saves if needed.
    • Default knob positions for VOLT and NOTE modes changed to 0 V (C4) instead of -10 V / -5 V (C-1). (Right-clicking on a knob will return it to the default position.) When switching to PATT mode, the default position will be PATT 1, but you must right click on it to set to 1. (Issue #15).
  • TextBoxes now have some limited scrolling. Revised look similiar to Rack's LED controls.

ADDITIONS

  • cvOSCcv: New module for Rack CV Input => OSC output and OSC Input => Rack CV Output.
    • [INPUTS] CV => OSC (8 Channels), each channel:
      • TRG input : If active, then OSC messages will output the VAL input value when triggered.
      • VAL input : The value that will output over OSC. Currently sent as a float.
        If there is no trigger present, the module will output whenever VAL changes at least 0.05 up to 100 Hz.
    • [OUTPUTS] OSC => CV (8 channels), each channel:
      • TRIG output : (0-10V) Triggers whenever an OSC message is received.
      • VAL output : Outputs the last OSC value received.

BUG FIXES

  • All sequencers: Fixed issue where the OSC drop down list would still respond to mouse click when the OSC Configuration screen was not supposed to be visible.
  • trigSeq, trigSeq64: Fixed issue where last button sticks when holding down the mouse and dragging across multiple pad buttons. (Issue #12).