Skip to content

Commit

Permalink
SelectableClassWithVolume/SelectableClassWithPan: Added gesture begin…
Browse files Browse the repository at this point in the history
…/end
  • Loading branch information
FigBug committed Feb 6, 2025
1 parent c5ae64f commit 46f8b0f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ class SelectableClassWithVolume
virtual void setVolumeDB (const SelectableList&, float dB, SelectionManager*) = 0;
virtual float getVolumeDB (const SelectableList&) = 0;
virtual void resetVolume (const SelectableList&) = 0;
virtual void volumeGestureBegin (const SelectableList&) = 0;
virtual void volumeGestureEnd (const SelectableList&) = 0;
};

//==============================================================================
Expand All @@ -159,6 +161,8 @@ class SelectableClassWithPan
virtual void setPan (const SelectableList&, float pan, SelectionManager*) = 0;
virtual float getPan (const SelectableList&) = 0;
virtual void resetPan (const SelectableList&) = 0;
virtual void panGestureBegin (const SelectableList&) = 0;
virtual void panGestureEnd (const SelectableList&) = 0;
};

}} // namespace tracktion { inline namespace engine

0 comments on commit 46f8b0f

Please sign in to comment.