Closed hanshoglund closed 4 years ago
If too long lists are used.
>>> let a = mconcat [c..e] :: Voice Pitch >>> set valuesV [c,d,e,f::Pitch] a [(1,c)^.note,(1,d)^.note,(1,e)^.note]^.voice >>> set durationsV [1,2,4,5] a [(1,c)^.note,(2,d)^.note,(4,e)^.note]^.voice
This repo has been merged into: https://github.com/music-suite/music-suite
Closing :)
If too long lists are used.