Skip to content

hansfbaier/ultranova4linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ultranova4linux

Open Source Drivers for the Ultranova and Mininova Synthesizers' MIDI and control surface functionality (latter only for Ultranova). Please note that Mininova support is completely untested yet, since I don't own a Mininova (hardware donations welcome).

This is a userspace program for use with the JACK audio connection kit. Before starting the program make sure JACK is running.

Also to access the device, the permissions on the USB device have to be right. To do this properly, create the file /etc/udev/rules.d/92-novation.rules

# Novation Ultranova
SUBSYSTEM=="usb", ATTRS{idVendor}=="1235", ATTRS{idProduct}=="0011", MODE="0664", GROUP="audio"
# Novation Mininova
SUBSYSTEM=="usb", ATTRS{idVendor}=="1235", ATTRS{idProduct}=="001e", MODE="0664", GROUP="audio"

And the user you intend to use this with has to be in the audio group.

Then just fire up

$ ./ultranova4linux

About

Open Source Driver for the Ultranova Synthesizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published