~mixxxdevelopers/mixxx/trunk

« back to all changes in this revision

Viewing changes to mixxx/src/controlttrotary.h

Merging features_controllerAbstraction. Migration of mappings from .mixxx/midi/ to controllers/ only works on a version upgrade (end-users.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    double getValueFromWidget(double dValue);
33
33
    double getValueToWidget(double dValue);
34
34
    
35
 
    protected:
36
 
    void setValueFromMidi(MidiCategory c, double v);
 
35
protected:
 
36
    void setValueFromMidi(MidiOpCode o, double v);
37
37
};
38
38
 
39
39
#endif