项目作者: maximecb

项目描述 :
Step sequencer for 303-clones (and mono synths in general) based on the Web MIDI API
高级语言: JavaScript
项目地址: git://github.com/maximecb/acidlines.git
创建时间: 2020-06-05T07:15:42Z
项目社区:https://github.com/maximecb/acidlines

开源协议:Apache License 2.0

下载


AcidLines

AcidLines is a grid sequencer which uses the Web MIDI protocol to
control an external synthesizer device or software plugin. It is geared
specificallt towards 303 clones such as the TB-03 and TD-3, but is usable
with any synthesizer that can accept MIDI input.

Server not yet online, coming soon!
Try AcidLines at acid.musictools.live.

Development Setup Instructions

Installing dependencies:

  1. # Install npm and update it
  2. sudo apt-get install -y nodejs npm
  3. sudo npm install -g npm
  4. # Install dependencies for this project
  5. npm install
  6. sudo npm install --global --only=dev

To start the server locally:

  1. node server.js

App is then accessible at http://localhost:7774/

Planned Features

Features planned for future versions of AcidLines:

  • Acid smiley for favicon
  • Ability to queue multiple patterns into a track
  • Online sharing and browsing of patterns
  • Built-in acid synth to preview patterns or tinker without a hardware 303-clone

I would like to find collaborators to help me bring this project to its
full potential. If you are interested, please reach out.