All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. More details at keep a changelog
- Moving from Eclipse to IntelliJ
- Adding Midi out support for virtual devices
- Most changes apply to MidiMapper, since this is still under heavy development I save the details for later.
- example MidiMapperSend, shows how to send midi using the default midi interface
- example MidiMapperReceive, shows how to connect a midi device and assign listeners to individual notes
- changes made to the way method chaining is used with an AssignedDevice
- changelog file to keep track of changes.
- zipped version of the library released on github, midimapper-0.1.1.zip, pre-release
- first commit of the library. This library is intended to be used with the programming environment Processing but can also be used within any other java project.