mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix some more incorrect casts to CanvasNote rather than CanvasNoteEvent (fixes crashes when a track is in perc mode
git-svn-id: svn://localhost/ardour2/branches/3.0@8273 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9882fe9ab0
commit
df5e700f90
3 changed files with 7 additions and 7 deletions
|
|
@ -223,8 +223,8 @@ class MidiRegionView : public RegionView
|
|||
*/
|
||||
void begin_resizing(bool at_front);
|
||||
|
||||
void update_resizing (ArdourCanvas::CanvasNote *, bool, double, bool);
|
||||
void commit_resizing (ArdourCanvas::CanvasNote *, bool, double, bool);
|
||||
void update_resizing (ArdourCanvas::CanvasNoteEvent*, bool, double, bool);
|
||||
void commit_resizing (ArdourCanvas::CanvasNoteEvent*, bool, double, bool);
|
||||
|
||||
/** Change the channel of the selection.
|
||||
* @param channel - the channel number of the new channel, zero-based
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue