Skip to content

cvOSCcv Updates and Expansion Modules

Compare
Choose a tag to compare
@chichian chichian released this 03 Sep 06:58
· 21 commits to master since this release

For Rack v1.x.
Compiled vs Rack SDK v1.1.4.

ADDITIONS

  • cvOSC and OSCcv: New expansion modules for cvOSCcv.
    • [cvOSC]: [INPUTS] CV => OSC.
      • Adds 8 more input channels with a TRG (mono) and a VAL (polyphonic) input each.
      • Module will only work if placed to the LEFT of a cvOSCcv module (must be touching it or another cvOSC) and must be configured by its master cvOSCcv module.
    • [OSCcv]: [OUTPUTS] OSC => CV.
      • Adds 8 more output channels with a TRG (mono)and a VAL (polyphonic) output each.
      • Module will only work if placed to the RIGHT of a cvOSCcv module (must be touching it or another OSCcv) and must be configured by its master cvOSCcv module.
    • Multiple expander modules may be stacked, but performance may suffer if too many are stacked.
    • Expander modules are configured in the master cvOSCcv module.

CHANGES

  • cvOSCcv:
    • Modified to support expander modules for extra input and outputs.
    • Port sharing is now allowed! Multiple cvOSCcv instances may now use the same Rx and Tx ports. (Issue #27).
      Multiple instances can talk to each other or to the same end point.
    • Add input clipping to ADV Channel Configuration. (Issue #41).
    • Add support for poly cables (up to 16 channels) for CV VAL input and output.
  • Other misc. changes.

BUG FIXES

  • trigSeq, trigSeq64:
    • Fixed an issue (v1 conversion) where OSC inputs would not control the steps. (Issue #39).
    • Fixed an issue (v1 conversion) where pads would not show up in MIDI-Map. (Issue #40).