mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
MusicalTime => Beats.
This commit is contained in:
parent
4d202d9157
commit
2a251b4570
66 changed files with 625 additions and 584 deletions
|
|
@ -43,13 +43,13 @@ public:
|
|||
PatchChangeDialog (
|
||||
const ARDOUR::BeatsFramesConverter *,
|
||||
ARDOUR::Session *,
|
||||
Evoral::PatchChange<Evoral::MusicalTime> const &,
|
||||
Evoral::PatchChange<Evoral::Beats> const &,
|
||||
ARDOUR::InstrumentInfo&,
|
||||
const Gtk::BuiltinStockID &,
|
||||
bool allow_delete = false
|
||||
);
|
||||
|
||||
Evoral::PatchChange<Evoral::MusicalTime> patch () const;
|
||||
Evoral::PatchChange<Evoral::Beats> patch () const;
|
||||
|
||||
private:
|
||||
void fill_bank_combo ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue