mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
start using the now-compilable MidiView
Nothing yet derives from this, but MIDI display items and drags do use it.
This commit is contained in:
parent
fb1dbb1e9c
commit
a550b6482f
24 changed files with 446 additions and 543 deletions
|
|
@ -22,18 +22,18 @@
|
|||
#include "ardour_dialog.h"
|
||||
#include "audio_clock.h"
|
||||
|
||||
class MidiRegionView;
|
||||
class MidiView;
|
||||
class NoteBase;
|
||||
|
||||
class EditNoteDialog : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
EditNoteDialog (MidiRegionView* rv, std::set<NoteBase*> n);
|
||||
EditNoteDialog (MidiView* rv, std::set<NoteBase*> n);
|
||||
|
||||
void done (int);
|
||||
|
||||
private:
|
||||
MidiRegionView* _region_view;
|
||||
MidiView* _region_view;
|
||||
std::set<NoteBase*> _events;
|
||||
Gtk::SpinButton _channel;
|
||||
Gtk::CheckButton _channel_all;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue