mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
merge resolution with master
This commit is contained in:
commit
e2f0c5f91e
66 changed files with 255 additions and 4024 deletions
|
|
@ -28,11 +28,11 @@ class NoteBase;
|
|||
class EditNoteDialog : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
EditNoteDialog (MidiRegionView *, std::set<NoteBase*>);
|
||||
EditNoteDialog (MidiRegionView* rv, set<NoteBase*> n);
|
||||
|
||||
int run ();
|
||||
|
||||
private:
|
||||
void done (int);
|
||||
|
||||
private:
|
||||
MidiRegionView* _region_view;
|
||||
std::set<NoteBase*> _events;
|
||||
Gtk::SpinButton _channel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue