CHANGE LOG
----------

v1.2.1:

New Features / Changes:

- Added trajectory recording functionality into Max versions of MIAP/MIAP~.

- Fixed issues on GNU/Linux with Pd externals.


Bugs:

- No bugs found or reported.

----------

v1.2:

New Features / Changes:

- Fixed/improved trajectory functionality in Max externals, adding MIAP.map attribute to enable/disable display of trajectories.

- Added possibility of infinite playback repetitions in MIAP/MIAP~ Max externals (i.e. @repetitions 0.0)

- Renamed Pd externals to *.pd_darwin for compatibility with Pd-extended.

- Built Pure Data externals to run in 32-bit and 64-bit versions of Pure Data (as well as Pd-extended).


Bugs:

- On GNU/Linux there seems to be some strange cross-class method confusion happening. For example, if MIAP is instantiated first, and then MIAP~ is instantiated after that, MIAP~ seems to inherit all of MIAP’s methods, including the constructor! This may be because both objects contain translation units built from the same source, and methods aren’t declared static. Interesting that the OSX Pd externals work perfectly… 

----------

v1.1:

New Features / Changes:

- Now Max externals run on OSX 10.7 and later (previously supported 10.8 and later).

- Built Pure Data externals (32-bit) for GNU/Linux.

- Rebuilt all externals linking to Jansson v2.7 (previously 2.6).

- Renamed MIAP.map attributes for displaying node ids, triset ids, node trims.
	- @nodeidmode -> @nodeids
	- @nodetrimmode -> @nodetrims
	- @trisetidmode -> @trisettrims

- Added MIAP.map attribute for displaying links (@links).

- Updated examples/MIAP_mix_sources patch:
	- Now the patch demonstrates how to dynamically move nodes around in a map and randomly change channels associated with nodes. This example uses [js z.jsonio] to read the map JSON file and grab relevant node material for use in the map animation routines. The [dict] object could easily be used instead…


Bug Fixes:

- No bugs found or reported.

