https://github.com/maximecb/acidlines
Step sequencer for 303-clones (and mono synths in general) based on the Web MIDI API
https://github.com/maximecb/acidlines
acidtechno music sequencer-midi step-sequencer techno webmidi webmidiapi
Last synced: about 1 month ago
JSON representation
Step sequencer for 303-clones (and mono synths in general) based on the Web MIDI API
- Host: GitHub
- URL: https://github.com/maximecb/acidlines
- Owner: maximecb
- License: apache-2.0
- Created: 2020-06-05T07:15:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T20:31:45.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T06:04:56.889Z (about 1 month ago)
- Topics: acidtechno, music, sequencer-midi, step-sequencer, techno, webmidi, webmidiapi
- Language: JavaScript
- Homepage: https://acid.musictools.live
- Size: 143 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](acid.musictools.live).~~## Development Setup Instructions
Installing dependencies:
```
# Install npm and update it
sudo apt-get install -y nodejs npm
sudo npm install -g npm# Install dependencies for this project
npm install
sudo npm install --global --only=dev
```To start the server locally:
```
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-cloneI would like to find collaborators to help me bring this project to its
full potential. If you are interested, please reach out.