VictorCMiraldo / hs-fragem

Haskell Fractal Geometry of Music
MIT License
4 stars 0 forks source link

Implement Time signatures [Feature request] #4

Closed irisyupingren closed 6 years ago

irisyupingren commented 6 years ago

For running WTC we need: 3/8, 6/4, 3/2, 12/8,/ 2/2

From error message: beatWeights: not yet implemented for TimeSig {timesigNum = 2, timesigDenum = 2} ...

irisyupingren commented 6 years ago

I am actually thinking if we could set a default time signature just to import the midi for IMA calculation? The IMA calculation does not require a time signature, right?

irisyupingren commented 6 years ago

10 Pull request made

IMA unstable. Not great to have a default TS...