0.1.2 • Published 9 years ago
generator-tidal-midi-synth v0.1.2
generator-tidal-midi-synth
Installation
First, install Yeoman and generator-tidal-midi-synth using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-tidal-midi-synthUsage
Generate your new project:
yo tidal-midi-synthThe generator will prompt you for a synth name:
? What is the name of your module? EpicSynth
module name: EpicSynth
create EpicSynth.cabal
create EpicSynth.hsThen you can immediately install the generated tidal-midi synth:
cabal install...but you'll probably want to edit the synth in the .hs file and add custom MIDI CC mappings.
After cabal install, your synth will then be available in your TidalCycles editor
(Atom, Emacs, etc) to use with a MIDI device.
License
MIT © Mike Hodnick