Releases: CircuitMusicLabs/petra
petra-1.0.3-beta
Beta release of petra, granular synthesis package for Max by Cycling '74, v1.0.3-beta
Changelog:
New feature:
- New "reverse" attribute for all external objects. The attribute can be set to either one of the following modes:
- "off": forward grain playback only
- "on": reverse grain playback only
- "random": randomly alternating between forward and reverse grain playback
petra-1.0.2-beta
Beta release of petra, granular synthesis package for Max by Cycling '74, v1.0.2-beta
Changelog:
Improvements:
- Of cource, the cm.livecloud~ object also accepts the "pitchlist" message. The help patcher was now updated to reflect this.
petra-1.0.1-beta
Beta release of petra, granular synthesis package for Max by Cycling '74, v1.0.1-beta
Changelog:
- New pitchlist message
petra-1.0.0
Initial release of petra, granular synthesis package for Max by Cycling '74, v1.0.0
petra-0.2.4-beta
Beta release of petra, granular synthesis package for Max by Cycling '74, v0.2.4-beta
Changelog:
- Updated package icon
petra-0.2.3-beta
Beta release of petra, granular synthesis package for Max by Cycling '74, v0.2.3-beta
Changelog:
- Code optimization
petra-0.2.2-beta
Beta release of petra, granular synthesis package for Max by Cycling '74, v0.2.2-beta
Changelog:
- The maximum grain length can now be changed with the “grainlength” message (all objects)
- Additional required argument for grain length when initializing objects (all objects)
- Removed window type and window length arguments for cm.indexcloud~. Window type and length default to index 0 and length 512
- New optional fourth argument for cm.livecloud~ to specify the length of the internal circular buffer
- For cm.livecloud~ the length of the internal circular buffer can be changed with the “bufferms” message
petra-0.2.1-beta
Beta release of petra, granular synthesis package for Max by Cycling '74, v0.2.1-beta
Changelog:
- Memory allocated for grain cloud can now be resized during runtime with the "cloudsize" message
- The "limit" message has been replaced by the "cloudsize" message (see above)
- cm.indexcloud~ now uses a safer method to recalculate window type and length
- Window type and length messages have been renamed to "wintype" and "winlength"
petra-0.2.0-beta
Beta release of petra, granular synthesis package for Max by Cycling '74, v0.2.0-beta
Changelog:
- All objects write grains into memory when triggered (cm.livecloud~ only before this release)
- Bug fixes for buffer and window set methods
- Complete overhaul of package documentation
petra-0.1.6-beta
Beta release of petra, granular synthesis package for Max by Cycling '74, v0.1.6-beta
Changelog:
- deferred w_type and w_length methods
- added extra security for grain trigger and grain playback sections