Skip to content

nclavaud/mininova-web-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a Linux-friendly alternative to the official Mininova Editor VST plugin. It allows you to control the Novation Mininova synth from your web browser, so you don't have to deep dive into the hardware controls.

This application runs in any web browser that supports the Web MIDI API specification (see the list of compatible browsers ).

Prerequisites

On Linux, connecting to the Mininova through USB requires a udev rule, otherwise access to the device will be denied.

To do so, copy the content of 99-novation.rules into directory /etc/udev/rules.d/.

Development

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Releases

No releases published

Packages

No packages published