Changelog:
Main Features:
* Multiple players: This version incorporates a number of improvements to facilitate working with multiple players in somax. For example:
* Wireless receiving and sending influences between influencers and players to allow dynamic creation of players
* Improved interface for dynamically routing influences during runtime
* Multithreaded implementation where each player exists in its own thread to increase performance when using multiple players
* Recording performances: A number of new features for recording and exporting the output from players have been added
* Saving parameters: It is now possible to save the settings/parameters in all players between sessions
Minor Improvements:
* It is now possible to bypass the "echoic memory" behaviour when constructing the corpus (new default behaviour)
* Parametric control of chroma decay/filtering parameter has been added
* All players and influencers now properly flush affected MIDI channels when altering settings
* The scheduler can now operate in 'slave mode' to allow the user to select its own transport (max internal transport, daw, rewire, etc.)
* The user can now select which python interpreter to use when launching the server (default, standalone, conda environements)
* A number of experimental features have been added for controlling the output of the player
* Improved documentation
* Various UI improvements
* A number of minor bugfixes