generator-tidal-midi-synth
v0.1.2
Published
Yeoman generator for tidal-midi synth implementations.
Downloads
2
Maintainers
Readme
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-synth
Usage
Generate your new project:
yo tidal-midi-synth
The generator will prompt you for a synth name:
? What is the name of your module? EpicSynth
module name: EpicSynth
create EpicSynth.cabal
create EpicSynth.hs
Then 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