generator-tidal-midi-synth

0.1.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i generator-tidal-midi-synth

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • kindohm