Skip to content

Releases: d0lfyn/20210303-polyphony

v0.4.0

28 Mar 05:49
daf5f08
Compare
Choose a tag to compare

This version is yet another complete rewrite. The code has been refactored to use Ruby modules and classes. (See #7 for the discussion that led to this development.) As a result, the code is more organised and can now be recognised by GitHub and by code editors as standard Ruby code. The code has also been documented with the YARD standard. This aids maintenance and navigation.

Important updates since v0.3.0:

  • expanded frequency space possibilities, in terms of scales and modulations
  • implementation of a Sonic Pi synth subsystem which can be used alongside MIDI
  • improved musicality with conclusion passages for the articulated section
  • preparation of a human-readable meta-data document (entry.catalogue.md)

v0.3.0

14 Mar 10:08
Compare
Choose a tag to compare

This version is a complete rewrite of the project. The code has been organised into files and rewritten for clarity and maintainability.

This version is also the first to be documented and integrated with version control. It is almost likely that sweeping changes may still be made and that this program may be completely rewritten and re-organised. In light of that, the programmer-user should expect breaking changes in the future.