├── HelpSource ├── Classes │ ├── LooperGUI.png │ └── TidalLooper.schelp └── Tutorials │ └── TidalCycles.schelp ├── LICENSE ├── Looper.scd ├── README.md ├── TidalLooper.quark ├── classes ├── PianoKeyboard.sc └── TidalLooper.sc ├── feedback ├── README.md ├── cycseq-looper.scd ├── cycseqfeedback.gif ├── hydra-example.gif ├── hydra-looper.scd ├── obs-example.gif └── obs-looper.scd ├── synths └── standard.scd └── tidal ├── intro.tidal └── workshop.tidal /HelpSource/Classes/LooperGUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/HelpSource/Classes/LooperGUI.png -------------------------------------------------------------------------------- /HelpSource/Classes/TidalLooper.schelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/HelpSource/Classes/TidalLooper.schelp -------------------------------------------------------------------------------- /HelpSource/Tutorials/TidalCycles.schelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/HelpSource/Tutorials/TidalCycles.schelp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/LICENSE -------------------------------------------------------------------------------- /Looper.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/Looper.scd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/README.md -------------------------------------------------------------------------------- /TidalLooper.quark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/TidalLooper.quark -------------------------------------------------------------------------------- /classes/PianoKeyboard.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/classes/PianoKeyboard.sc -------------------------------------------------------------------------------- /classes/TidalLooper.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/classes/TidalLooper.sc -------------------------------------------------------------------------------- /feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/feedback/README.md -------------------------------------------------------------------------------- /feedback/cycseq-looper.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/feedback/cycseq-looper.scd -------------------------------------------------------------------------------- /feedback/cycseqfeedback.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/feedback/cycseqfeedback.gif -------------------------------------------------------------------------------- /feedback/hydra-example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/feedback/hydra-example.gif -------------------------------------------------------------------------------- /feedback/hydra-looper.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/feedback/hydra-looper.scd -------------------------------------------------------------------------------- /feedback/obs-example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/feedback/obs-example.gif -------------------------------------------------------------------------------- /feedback/obs-looper.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/feedback/obs-looper.scd -------------------------------------------------------------------------------- /synths/standard.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/synths/standard.scd -------------------------------------------------------------------------------- /tidal/intro.tidal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/tidal/intro.tidal -------------------------------------------------------------------------------- /tidal/workshop.tidal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thgrund/tidal-looper/HEAD/tidal/workshop.tidal --------------------------------------------------------------------------------