mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Merge the two separate 'add notes to midi region' interfaces (note and midievent).
Update note range dynamically while recording to fit incoming notes. git-svn-id: svn://localhost/ardour2/trunk@2512 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9bcd3f1d16
commit
79db28b0b8
8 changed files with 79 additions and 82 deletions
|
|
@ -30,8 +30,8 @@ namespace Canvas {
|
|||
|
||||
class CanvasNote : public SimpleRect, public CanvasMidiEvent {
|
||||
public:
|
||||
CanvasNote(MidiRegionView& region, Group& group, const ARDOUR::Note* note=NULL)
|
||||
: SimpleRect(group), CanvasMidiEvent(region, this, note)
|
||||
CanvasNote(MidiRegionView& region, Group& group, const ARDOUR::Note* note=NULL, bool copy_note=false)
|
||||
: SimpleRect(group), CanvasMidiEvent(region, this, note, copy_note)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue