mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
move note drag & note resize mouse handling up into the Drag/Editor infrastructure/level
git-svn-id: svn://localhost/ardour2/branches/3.0@5641 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
539c8361de
commit
1bf79fa885
13 changed files with 283 additions and 258 deletions
|
|
@ -94,6 +94,7 @@ public:
|
|||
virtual double y2() = 0;
|
||||
|
||||
const boost::shared_ptr<NoteType> note() const { return _note; }
|
||||
MidiRegionView& region_view() const { return _region; }
|
||||
|
||||
inline static uint32_t meter_style_fill_color(uint8_t vel) {
|
||||
if (vel < 64) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue