Skip to content

Releases: shimpe/panola

0.1.1

22 Feb 07:50
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • 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

14 Aug 07:06
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

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.

0.0.5

21 May 16:26
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

This release brings some documentation improvements and the possibility to send the panola strings to external software/hardware midi devices.

0.0.4

20 May 16:10
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

A new release featuring custom properties (embed and animate synth parameters in the score) and addition of unit tests. In addition some code cleanup was done and the examples were improved.

v0.0.3

14 May 21:34
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Added an "asPbind" method that reduces typing work

v0.0.2

14 May 21:33
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Added support for chords

v0.0.1

14 May 21:33
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

initial version