Closed haraway7000 closed 6 years ago
do these error check failures mean I need to fix something?
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.
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.