Skip to content

emanuelbuholzer/orcinus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orcinus

Introduction

orcinus is a sine wave synthesizer and sequencer based on ORCA. This project is currently under heavy development and pretty much unusable.

Getting started

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.

Extras

  • 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!