Skip to content

v1.0.2

Compare
Choose a tag to compare
@pierreguillot pierreguillot released this 08 Feb 17:19
· 714 commits to master since this release
  • Fix DSP off message to Pd
  • Prepare the DSP before opening the patch (#83)
  • Initialize parameters and programs before opening the patch (#82)
  • Use libpd_process_raw in the DSP perform method for optimization
  • Add support for MIDI In SysEx, SysRealTime & Byte
  • Add support for MIDI Out Byte
  • Add full support for keys objects [key], [keyup] (#80)
  • Add partial support for key objects[keyname] (perhaps some names are still missing names are missing)
  • Improve the console (resizable)
  • Improve prints for lists (remove line breaks)
  • Floating Window always on top
  • Floating Window with tabs (Console/Patch/Camomile)
  • Display patch description
  • Add support for compatibility versions (plugin's version of the patch <= plugin's version used)
  • Add support for block size inferior to 64 samples (implies delay)
  • Add support for non-real time processing
  • Improve name of the UI Window
  • Fix the FFT objects for multithreading support