Skip to content
Compare
Choose a tag to compare
@dndrks dndrks released this 15 Mar 20:19
· 2 commits to main since this release
d72dc76

Max

all crow. objects have received stability, syntax, and cosmetic updates for crow 4.0.1!

  • NEW: added shape to crow.adsr, crow.ar and crow.volts
  • NEW: added 3.0'sinput modes to crow.inputs.gui
  • NEW: renamed crow.makefunction to crow.dyn, as dynamic variables now have wider usage in 3.0+
  • FIX: crow.var errors when sending messages prepended with 'mode' (which happens a lot with input-behavior patching)
  • FIX: [crow] parsing now catches ^^peak(input) returns
  • FIX: remove outdated API calls
  • FIX: removed crow.lfo as patching slope-generating objects (eg. [line] and [ramp~]) to crow.volts allows for more capability within Max
  • FIX: removed bootloader.maxpat, as druid offers easier + more robust solutions
  • DOCS: updated all help patchers to demonstrate new patching opportunities with the crow. object changes
  • DOCS: updated all ref pages to document new capabilities + arguments

M4L

  • NEW: ^^osc device to create audio-rate oscillators at crow outputs
  • NEW: ^^geode device ready for general release
  • FIX: addressing JF over i2c should no longer freeze up
  • FIX: theme text elements issue
  • DOCS: updated PDF doc for 4.0