From b0b584c2a595bfdf6bb4b980bd8d8fc7f3546fc5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Sep 2009 12:39:50 +0000 Subject: the basics of step editing, more details to follow git-svn-id: svn://localhost/ardour2/branches/3.0@5629 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_region_view.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/midi_region_view.h') diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h index b88583e64e..c32fd2cb69 100644 --- a/gtk2_ardour/midi_region_view.h +++ b/gtk2_ardour/midi_region_view.h @@ -88,6 +88,9 @@ class MidiRegionView : public RegionView inline MidiStreamView* midi_stream_view() const { return midi_view()->midi_view(); } + void add_note (uint8_t channel, uint8_t number, uint8_t velocity, + Evoral::MusicalTime pos, Evoral::MusicalTime len); + void set_height (double); void apply_note_range(uint8_t lowest, uint8_t highest, bool force=false); -- cgit v1.2.3