gamingrobot / daw-out

VST3/CLAP Plugin for MIDI/OSC output from a DAW to an OSC Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAW Out

VST3/CLAP Plugin for MIDI/OSC output from a DAW to an OSC Server

plugin_gui

Releases

Download the latest release here

OSC Messages

osc_address_base maps to the OSC Address Base specified in the plugin GUI

MIDI

Note On

/<osc_address_base>/note_on <channel> <note> <velocity>

Note Off

/<osc_address_base>/note_off <channel> <note> <velocity>

Parameters

param1-param8 that can be modified by automation

/<osc_address_base>/param/<param_name> <param_value>

Audio

NOTE: Audio sending is disabled by default, enable Send Audio in the plugin GUI

Downsampled audio as individual OSC messages ~100hz

/<osc_address_base>/audio <sample_value>

Building

cargo xtask bundle daw-out --release

About

VST3/CLAP Plugin for MIDI/OSC output from a DAW to an OSC Server

License:GNU General Public License v3.0


Languages

Language:Rust 99.9%Language:CSS 0.1%