Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmcdan/firesequencer-old
Akai Fire for FL Studio turned into an independent MIDI step sequencer in node.js
https://github.com/andrewmcdan/firesequencer-old
Last synced: 7 days ago
JSON representation
Akai Fire for FL Studio turned into an independent MIDI step sequencer in node.js
- Host: GitHub
- URL: https://github.com/andrewmcdan/firesequencer-old
- Owner: andrewmcdan
- Created: 2020-06-11T16:22:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T15:14:52.000Z (over 4 years ago)
- Last Synced: 2024-04-14T20:11:31.749Z (7 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FireSequencer
Akai Fire for FL Studio turned into an independent MIDI step sequencer in node.jsSee https://hackaday.io/project/172368-fire-sequencer for a full overview.
Requirements for running Fire Sequencer:
1. Something that can run node.js (I'm using a RasPi 4)
2. Akai Fire
3. npm install node-ipc
4. npm rebuild midiRequirement #4 may be a bit of a hassle if you don't have the build environment set up already. It rebuilds
the RTMidi library for your particular platform and can be a bit finicky to get it to work. Once the build
completes succesfully though, everything should work with no problems.This is a work in progress and may not function as expected. Much functionality is missing and some hardware
specific functionality has been temporarily hardcoded .main.js will eventually become the primary entry point for the project.
For now, I'm running FireSequencer.js and seq_loop.js directly.