Skip to content

v0.6.10

Choose a tag to compare

@DBraun DBraun released this 30 Jun 03:51
· 80 commits to main since this release
  • New feature to fetch automation as audio-rate data. Use processor.record_automation = True and processor.get_automation() to get a dictionary.
  • New feature to save MIDI processor.save_midi("path/to/my_output.mid"). Use it after rendering.
  • Upgrade to JUCE 7, enabling LV2 plugins, although not tested
  • Bug fix related to MIDI timing whenbeats=True. This only mattered significantly if the buffer size was large.
  • Bug fixes related to VST3 parameters (ignore parameters which aren't automatable or have empty "" name)
  • Performance optimization for FaustProcessor and PluginProcessor parameters which aren't automated (they're constant)
  • Git repository no longer includes JUCE_6/JUCE_7 because it's just included in JuceLibraryCode