Skip to content

Releases: elk-audio/sushi

Sushi v 1.1.0

28 Jun 13:59
Compare
Choose a tag to compare

Redistributable binary bundles with:

  • sushi binary
  • MDA plugins suite in VST3 format
  • configuration files

built for macOS x86-64, macOS arm64 (11.0 and later), Linux x86-64 AppImage.

On macOS, you need to clear the quarantine bit if you download the file from a browser by doing:

$ xattr -rc sushi

after extracting the folder.

New features:

  • Added Apple CoreAudio frontend
  • Support for aggregate devices
  • Brickworks plugin suite added
  • Wave Streamer plugin
  • Freeverb plugin
  • TWINE updated to 0.4.0 with workgroup and EVL support
  • Rapidjson updated to latest master branch
  • Optimised State changes for VST3 plugins
  • Crash logging with Sentry
  • Device dump now includes sample rate and buffer size support

Fixes:

  • LV2 worker request space too small
  • LV2 logging not handled correctly
  • Incorrect velocity scaling on Midi output from LV2 plugins
  • VST3 plugin initialization order fix
  • Parameter notification fix
  • Incorrect file length display in WaveStreamer plugin
  • Seek precision fix in WaveStreamer plugin
  • Audio channel setup now only called when plugin is disabled
  • Send and return crash at exit

Breaking changes:

  • The argument --dump-portaudio-devs is changed to --dump-audio-devices and now requires a frontend to be specified (--coreaudio or --portaudio).
  • Failure to set priority and/or workgroup on macOS will cause Sushi to exit.

Sushi v 1.0.0

21 Oct 13:56
Compare
Choose a tag to compare

Redistributable binary bundles with:

  • sushi binary
  • MDA plugins suite in VST3 format
  • configuration files

built for macOS x86-64 (10.15 and later), macOS arm64 (11.0 and later), Linux x86-64 AppImage.

On macOS, you need to clear the quarantine bit if you download the file from a browser by doing:

$ xattr -rc sushi

after extracting the folder.

New features:

  • clang 13+ support
  • gcc 10+ support
  • macOS support
  • VST2 & VST3 bundle support for macOS
  • Portaudio frontend
  • RtMIDI frontend
  • MIDI clock output
  • Processor state save & reload
  • Plugin binary state setting
  • Session state save & reload
  • Refactor track modes w.r.t. channel configuration
  • "pre" and "post" tracks to process engine channels before/after dispatching them to tracks
  • Audio frontends pause/restart
  • Switch from liblo to oscpack for OSC
  • Option to set target OSC IP
  • Channel specification in send&return internal plugins
  • Extended parameter notifications, now multiple controllers can be updated easily at the same time
  • LV2 parameter output support
  • Command-line switches to disable OSC and gRPC
  • Use vcpkg to manage most third-party dependencies
  • Refactored CMake configuration, now using SUSHI_ for options prefix
  • Ableton Link updated to v3.0.5
  • TWINE updated to v0.3.2
  • VST3 SDK updated to v3.7.6

Fixes:

  • Workaround for delayed ALSA MIDI event output
  • Crash in MIDI dispatcher when deleting track connections
  • Various JSON parsing fixes
  • Memory leak in VST3 wrapper
  • Issue with setting different samplerate from JSON and audio frontend
  • Slow response to large numbers of VST3 parameter changes
  • Peakmeter formatted level parameter scaling

Breaking changes:

  • All build options renamed to SUSHI_XXX_YYY from XXX_YYY
  • Vcpgk initalization step required at first build. See README.md
  • Track channel config has been simplified. The JSON "mode" member has been replaced with an integer "channels" member. To create a multibus track, an additional member "multibus" must be set to true and the number of buses specified with the "buses" member.
  • Tracks now only report the number of channels (and buses in the multibus case) and input and output channels and busses are assumed to be the same.
  • All instances of "busses" in JSON config and gRPC API have been corrected to "buses"

Sushi Linux AppImage v 0.12.0

03 Nov 15:29
Compare
Choose a tag to compare

AppImage build for Linux X86-64, with VST 2, VST 3 & LV2 support.

New Features:

  • Internal send and return plugins
  • Stereo mixer internal plugin
  • Sample delay internal plugin
  • Multi channel support in peak meter plugin
  • Timing and transport notifications
  • Processor properties support
  • Master limiter
  • Updated VST SDK to v3.7.3
  • Updated Twine to v0.2.1
  • Build support for GCC10

Fixes:

  • gRPC segfault on exit
  • Refactored plugin instantiation architecture
  • Track noise for tracks with no audio input
  • Bug where events outputted before the audio process callback were lost
  • Race condition in OSC path registration
  • LV2 plugin load crash

Sushi Linux AppImage v 0.11.0

27 Nov 10:56
Compare
Choose a tag to compare

AppImage build for Linux X86-64, with VST 2, VST 3 & LV2 support.

New features:

  • Expanded gRPC control interface, including push-style notifications
  • Bumped recommended gRPC version
  • Dynamic loading and routing of tracks and plugins
  • Configurable OSC parameter output
  • Wav writer plugin
  • Mono summing plugin
  • Improved peak meter plugin

Fixes:

  • Aftertouch messages not forwarded in Alsa midi frontend
  • Ensuring silence when track gain is 0
  • Fix for generate script when python2.7 is missing
  • Fix to accommodate v1.16 and v1.24 of gRPC libraries
  • Raspa frontend initialisation order fix
  • Internal event system refactor
  • Controller class refactor and split into sub-controllers
  • Logging library built statically - faster compile time
  • Fix for timing sensitive unit tests
  • Audio routing bug for mono tracks

Sushi Linux AppImage v 0.10.3

17 Apr 15:48
Compare
Choose a tag to compare

AppImage build for Linux X86-64, with VST 2, VST 3 & LV2 support.

Fixes:

  • Mono tracks can now be connected to stereo output busses
  • OSC paths for gain and pan controls on tracks work again

Sushi Linux AppImage v 0.10.2

03 Apr 12:30
Compare
Choose a tag to compare

AppImage build for Linux X86-64, with VST 2, VST 3 & LV2 support.

Fixes:

  • LV2 parameter handling fix for non-sequential parameter ids

Sushi Linux AppImage v 0.10.1

01 Apr 16:10
Compare
Choose a tag to compare

AppImage build for Linux X86-64, with VST 2, VST 3 & LV2 support.

New Features:

  • LV2 worker thread extension support
  • Parameter values are now always normalised

Fixes:

  • LV2 string parameter value fix

Sushi Linux AppImage v 0.10.0

05 Mar 16:36
Compare
Choose a tag to compare
Pre-release

AppImage build for Linux X86-64, with VST 2, VST 3 & LV2 support.

New Features:

  • LV2 plugin support
  • Ableton Link support
  • Multiple midi input and output ports
  • Extended OSC control API making it more similar to gRPC

Fixes:

  • Updated example configuration files

Sushi Linux AppImage v 0.9.1

07 Jan 18:33
Compare
Choose a tag to compare

AppImage build for Linux X86-64, with VST 2 & VST 3 support.

New Features:

  • Plugin information dump with CL switch
  • Updated VST 3 SDK to latest 3.14

Fixes:

  • Allows plugin parameters with duplicate names
  • Events section not required anymore with any frontend

Sushi Linux AppImage v 0.9.0

06 Dec 15:35
Compare
Choose a tag to compare

AppImage build for Linux X86-64, with VST 2 & VST 3 support.

Should work on most modern Linux distros with JACK 2 v1.9.12 or newer.