Skip to content

Instantly share code, notes, and snippets.

View wraybowling's full-sized avatar

Wray Bowling wraybowling

View GitHub Profile
@wraybowling
wraybowling / ORCA Shuttle Control.md
Last active October 27, 2020 22:32
Preset for using ORCA with the Endorphin.es Shuttle Control

Shuttle Control preset for ORCA

Download by clicking the RAW button on the .mid file below and open it at https://endorphin.es/cargo4/

Select the Shuttle Control as your MIDI device in ORCA.

Be Advised

Be aware that gates are always on for any MIDI signal sent without gate length specified. Lengths are set in long-to-short order 0 through f where 0 is default and as long as a whole note (always on) and f is a 16th note pulse.

CV Outputs

@wraybowling
wraybowling / .vimrc
Last active June 4, 2019 17:45
Vundle
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required