tidalcycles / tidal-midi

This package and method of using MIDI in Tidal is obsolete. Please use SuperDirt MIDI instead.
GNU General Public License v3.0
74 stars 36 forks source link

volca kick package 2 #49

Closed haraway7000 closed 6 years ago

haraway7000 commented 6 years ago

think I mucked up the last pull request by doing the synth description and the addition to the cabal file separately. This request does them together. Sorry all, I'm on a learning curve here.

haraway7000 commented 6 years ago

do these error check failures mean I need to fix something?

bgold-cosmos commented 6 years ago

Looking at the error messages, yes, it looks like you've called the module "Volcakick" (you might want to use "VolcaKick" to match the others) but the filename is "volcakick.hs". Haskell is case-sensitive, so these need to match. In the cabal file you're telling it to look for "Sound.Tidal.MIDI.Volcakick" which doesn't exist.