orcinus is a sine wave synthesizer and sequencer based on ORCA. This project is currently under heavy development and pretty much unusable.
If you wish to use orcinus inside of Electron, follow these steps:
git clone https://github.com/emanuelbuholzer/orcinus.git
cd orcinus/desktop/
npm install
npm start
If you wish to use orcinus inside your browser, open index.html
from the root of this project in your browser.
- Special thanks to Hundredrabbits for creating ORCA, which this application is based upon!
- See the License file for license rights and limitations (MIT).
- Pull Requests are welcome!