Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chloelavrat/orca-tutorial
Unofficial tutorial and documentation for the Orca procedural sequencer.
https://github.com/chloelavrat/orca-tutorial
musicmaking programming-language sequencer sequencer-midi tutorial
Last synced: 6 days ago
JSON representation
Unofficial tutorial and documentation for the Orca procedural sequencer.
- Host: GitHub
- URL: https://github.com/chloelavrat/orca-tutorial
- Owner: chloelavrat
- Created: 2021-11-04T00:53:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T11:50:40.000Z (about 3 years ago)
- Last Synced: 2024-06-20T12:25:09.760Z (5 months ago)
- Topics: musicmaking, programming-language, sequencer, sequencer-midi, tutorial
- Homepage:
- Size: 874 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ORCA - Tutorial
> "Orca is an [esoteric programming language](https://en.wikipedia.org/wiki/Esoteric_programming_language) designed to quickly create procedural sequencers, in which every letter of the alphabet is an operation, where lowercase letters operate on bang, uppercase letters operate each frame."
>
> [hundredrabbits](https://github.com/hundredrabbits/Orca)[![IVE CODING WITH ORCA & PILOT - INVADERS](https://img.youtube.com/vi/niUe0M8fZnw/0.jpg)](http://www.youtube.com/watch?v=niUe0M8fZnw)
This repository contains all the tips and parts needed to learn and play with the wonderful ORCA sequencer. The tutorial is divided into four parts:
- Part 1 - [**Setup**](./P1_Setup/P1_Setup.md)
> This section explains how to set up the live coding environment for the lesson. All lessons work almost exclusively with VCV-Rack, a modular cross-platform eurorack emulator.
- Part 2 - [**Basics**](./P2_Basics/P2_Basics.md)
> This part covers fundamental operators, structures and possibilities. By the end of the lesson you will be able to produce basic sequences and rhythms.
- Part 3 - [**Intermediate**](./P3_Intermediate/P3_Intermediate.md)
> In this chapter, we will learn about some of the features of Orca that allow us to develop new types of sequences and make them random.
- Part 4 - **Expert**
> This last part is about why Orca is wonderful, and how to use it in a live situation as an expressive tool. All the tips from the live pros are here, so be sure to check your Orca prerequisites before reading it :)