Skip to content

sub26nico/ardour-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Ardour Control

OSC Control Surface for Ardour. Based on Len Ovens' control surface.

Requirements

Features

  • all tracks (using banking)
  • transport
  • plugins (ladspa-like generic ui)
  • sends/receives

Getting started

  • Enable OSC in ardour
  • launch Open Stage Control :
# Running from sources:
npm start -- -l path/to/ardour.js -c path/to/ardour-plugins-module.js -s 127.0.0.1:3819

# Running from binaries:
open-stage-control -- -l path/to/ardour.js -c path/to/ardour-plugins-module.js -s 127.0.0.1:3819

# Where 127.0.0.1:3819 is ardour's listening 'ip address:osc port'

Troubleshooting

If the interface doesn't sync properly, try increasing the udp buffer size : https://www.systutorials.com/241303/how-to-enlarge-linux-udp-buffer-size/

# check buffer size
/proc/sys/net/core/rmem_default

# change buffer size
sudo sysctl -w net.core.rmem_default=262144

Screenshots

a

About

OSC Surface for Ardour

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%