An open API service indexing awesome lists of open source software.

https://github.com/erhant/orca-livecoding

Orca Livecoding stuff.
https://github.com/erhant/orca-livecoding

esoteric-language livecoding orca

Last synced: 3 months ago
JSON representation

Orca Livecoding stuff.

Awesome Lists containing this project

README

          

# Orca Livecoding

[Orca](https://github.com/hundredrabbits/Orca) stuff. These are implemented at [metasyn](https://github.com/metasyn)'s [learn-orca](https://metasyn.github.io/learn-orca/).

- **[Fretboard & Tabs](./fretboard/)** A fretboard implementation in Orca. The given implementation is for a 4-string bass with standard tuning, with 24 frets. A tab-reader is also implemented together with the fretboard.
- **[Sequencing](./sequencing/)** Various examples of sequencing implementations, i.e. various ways to combine Orca operators to achieve a sequencer.
- **[Scales & Intervals](./scales/)** A dynamic scale and interval finding method.