rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
499 stars 87 forks source link

MIDI track is muted when an effect plugin is removed #341

Closed maxigaz closed 2 years ago

maxigaz commented 2 years ago

To reproduce:

  1. Create a MIDI track, add an instrument plugin such as Surge XT to it.
  2. Add an effect plugin to the same track, such as LSP Compressor Stereo. (This is now listed under Surge XT in the left side panel.)
  3. Check that sound is working.
  4. Remove LSP Compressor from the track.
  5. There's no audio coming out of the track anymore.

I can make it work again only by saving and reloading the session or undoing the removal of the plugin.

This happens in Qtractor 0.9.26.27git.2b5d43 under Arch Linux.

rncbc commented 2 years ago

maybe fixed in cc249a2

thanks

maxigaz commented 2 years ago

It's working, indeed. Thank you!