Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Releases: CircuitMusicLabs/petra

petra-1.0.3-beta

19 Aug 19:43
Compare
Choose a tag to compare
petra-1.0.3-beta Pre-release
Pre-release

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

19 Aug 19:40
Compare
Choose a tag to compare
petra-1.0.2-beta Pre-release
Pre-release

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

19 Aug 19:35
Compare
Choose a tag to compare
petra-1.0.1-beta Pre-release
Pre-release

Beta release of petra, granular synthesis package for Max by Cycling '74, v1.0.1-beta

Changelog:

  • New pitchlist message

petra-1.0.0

06 Apr 07:26
Compare
Choose a tag to compare

Initial release of petra, granular synthesis package for Max by Cycling '74, v1.0.0

petra-0.2.4-beta

03 Apr 19:50
Compare
Choose a tag to compare
petra-0.2.4-beta Pre-release
Pre-release

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

03 Apr 07:09
Compare
Choose a tag to compare
petra-0.2.3-beta Pre-release
Pre-release

Beta release of petra, granular synthesis package for Max by Cycling '74, v0.2.3-beta

Changelog:

  • Code optimization

petra-0.2.2-beta

08 Mar 20:27
Compare
Choose a tag to compare
petra-0.2.2-beta Pre-release
Pre-release

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

23 Feb 17:28
Compare
Choose a tag to compare
petra-0.2.1-beta Pre-release
Pre-release

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

13 Feb 05:52
Compare
Choose a tag to compare
petra-0.2.0-beta Pre-release
Pre-release

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

05 Feb 13:32
Compare
Choose a tag to compare
petra-0.1.6-beta Pre-release
Pre-release

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