Change behaviour for changing volume/pan on Piano

All the selected notes are changed by default for the 3 possible events:

- Mouse dragging the volume/pan meter
- Rolling the mouse wheel over the meter
- Double-clicking the meter

The user can still change each note individually by holding alt before
performing the desired action
This commit is contained in:
Amadeus Folego
2015-03-01 22:22:17 -03:00
parent 07e422c66d
commit 6e3d4f431d
3 changed files with 33 additions and 43 deletions

View File

@@ -204,6 +204,7 @@ public:
return m_detuning;
}
bool hasDetuningInfo() const;
bool withinRange(int tickStart, int tickEnd) const;
void createDetuning();