mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
significant refactoring of code used to build MIDI CC menus so that it can be re-used
This commit is contained in:
parent
46507df2de
commit
12e3bc5c20
5 changed files with 201 additions and 135 deletions
|
|
@ -58,6 +58,7 @@ namespace ARDOUR {
|
|||
class Processor;
|
||||
class Location;
|
||||
class MidiPlaylist;
|
||||
class InstrumentInfo;
|
||||
}
|
||||
|
||||
namespace Evoral {
|
||||
|
|
@ -209,4 +210,3 @@ private:
|
|||
void mouse_mode_changed ();
|
||||
PBD::ScopedConnection mouse_mode_connection;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue