Skip to content

Releases: spotify/pedalboard

v0.5.0

13 Mar 19:22
4f85cbd
Compare
Choose a tag to compare

What's Changed

  • Added pedalboard.io.AudioFile. (#85)
  • Added support for loading plugin containers (i.e.: Waves, Native Instruments, etc) (#87)

Full Changelog: v0.4.4...v0.5.0

v0.4.4

05 Mar 03:02
9815799
Compare
Choose a tag to compare

What's Changed

  • Added experimental support for showing VST/AU UIs with .show_editor(). (#84)

Full Changelog: v0.4.3...v0.4.4

v0.4.3

01 Mar 15:42
4796e4d
Compare
Choose a tag to compare

What's Changed

  • Add shelving and notch/peak filters. (#79)

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 Feb 15:40
8d2fbd9
Compare
Choose a tag to compare

What's Changed

  • Fix external plugin bus handling to avoid segfault with Guitar Rig. (#81)

Full Changelog: v0.4.1...v0.4.2

v0.4.1

10 Feb 13:02
Compare
Choose a tag to compare

What's Changed

  • Added Bitcrush plugin. (#78)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Feb 16:20
Compare
Choose a tag to compare

Breaking Changes

  • The Pedalboard constructor no longer supports the sample_rate parameter.

What's Changed

  • Allow Pedalboard objects to be used as plugins (i.e. nesting) (#68)
  • Added Mix plugin to allow parallel processing (i.e.: buses) (#68)
  • Added Invert, Resample, and GSMFullRateCompressor plugins (#70, #75, #72)
  • Prevented memory leaks if invalid parameters are passed to plugin constructors (#73)
  • Fixed boundary effects before (and after) some pitch shift operations (#74)

Full Changelog: v0.3.14...v0.4.0

v0.3.14

31 Jan 03:19
58b1388
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.13...v0.3.14

v0.3.13

28 Jan 16:52
1f04c41
Compare
Choose a tag to compare

What's Changed

  • Add VST3 preset loading API by @emilio1234 in #67
  • Fix audio glitches when running VST3 or AU plugins whose reported latency exceeds buffer size by @psobot in #69
  • Add Delay plugin by @psobot in #66

New Contributors

Full Changelog: v0.3.12...v0.3.13

v0.3.12

25 Jan 14:32
edca8a7
Compare
Choose a tag to compare

What's Changed

  • Compensate for plugin latency. by @psobot in #64
  • Change PitchShift plugin interface to use semitones. by @psobot in #65

Full Changelog: v0.3.11...v0.3.12

v0.3.11

19 Jan 20:07
42c1139
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.10...v0.3.11