rncbc / qtractor

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

Standard GUI's parm faders don't work #269

Closed suedwestlicht closed 4 years ago

suedwestlicht commented 4 years ago

Sliding does nothing.

1 2

rncbc commented 4 years ago

and the spin-box?

suedwestlicht commented 4 years ago

The numerical field? It works but doesn't affect the slider.

rncbc commented 4 years ago

all the time and on any session, plugin or situation? is that a GUI thing, meaning that any change of value doesn't have any effect on sound? (all that to say that it fails to reproduce here) byee

suedwestlicht commented 4 years ago

It's when loading an existent session.

1.) new session 2.) create audio track 3.) load LADSPA stereo amp

-> slider works

4.) save sessioin 5.) load session

-> slider doesn't work. Moving it has no effect on the numerical field and no effect on th volume.

amptest.qtr.zip

rncbc commented 4 years ago

got that and probably fixed in https://github.com/rncbc/qtractor/commit/6b1abe76

thanks

suedwestlicht commented 4 years ago

Yes, it's fixed. Thx.