Skip to content

v0.0.12

Compare
Choose a tag to compare
@malloch malloch released this 24 Aug 18:59
· 8 commits to main since this release

In addition to bugfixes, this version adds a number of useful new features:

  • a pre-initialized libmapper Graph object can now be passed as an option argument. In this case calls to create or destroy maps do not need to wait for the local Graph to synchronize with the network before proceeding.
  • maps loaded from a session file are now tagged with the filename as metadata. This tag is used to support a new unload command/function which destroys maps tagged with the filename argument.
  • each loaded file is now assigned its own libmapper control Signal, enabling files to be loaded/unloaded independently in any order and in parallel.
  • Waiting for signals to appear before creating a map ("asynchronous load") has been separated from persistently recreating maps when signals (re)appear.

Bugfixes include:

  • Devices that have been tagged as hidden are now excluded from saving and loading maps.
  • Wildcard matching of device names has been restored. A new device_map argument has been added if specific device assignment is desired
  • Loading a mapping session file no longer clears existing maps by default