Releases: shimpe/panola
Releases · shimpe/panola
0.1.1
- bug fix: This version internally counts in beats instead of whole notes. This leads to less confusion in users diving deeper
- feature: This version allows to specify include_tempo:false in the asPbind family of functions. This allows a panola pattern to play on a TempoClock of your own choosing.
0.0.8
Many new features since previous pre-release:
- support for talking to external MIDI synths via asMidiPbind
- functionality to calculate duration of panola phrase in beats
- add a repetition construct, e.g. "(( a b c )*2 d e )*2" results in "a b c a b c d e a b c a b c d e"
- create Pmono and PmonoArtic via asPmono and asPmonoArtic
- properties can now optionally take additional arguments
Also some bug fixes, test improvements and stability improvements.