Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 831 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 831 Bytes

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!