Comment 2 for bug 1283844

Revision history for this message
Daniel Schürmann (daschuer) wrote :

This is due to the new silent mode for the rate slider:

<Connection>
<ConfigKey>[Sampler1],rate</ConfigKey>
<EmitOnDownPress>false</EmitOnDownPress> <- this means, it emits inly on release only.
</Connection>

You can fix it by removing it.

It was requested here https://github.com/mixxxdj/mixxx/pull/179#issuecomment-35308856
and a result of the discussion in https://github.com/mixxxdj/mixxx/pull/179#discussion_r9884240

Maybe it was wrong.
Possible solutions:
1.) Fix all skins
2.) Remove the press release filter consideration from the (legacy) slider and inherit a new on which has the filters in place
3.) Introduce a new option <EmitOnMove>false</EmitOnMove>

What do you like most?