mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
NO-OP: whitespace, alignment
This commit is contained in:
parent
8f5f0f298b
commit
37aaa2d11b
12 changed files with 109 additions and 101 deletions
|
|
@ -42,12 +42,12 @@ using namespace Gtkmm2ext;
|
|||
/** @param tc If non-0, a time converter for this patch change. If 0, time control will be desensitized */
|
||||
PatchChangeDialog::PatchChangeDialog (
|
||||
const ARDOUR::BeatsSamplesConverter* tc,
|
||||
ARDOUR::Session* session,
|
||||
Evoral::PatchChange<Temporal::Beats> const & patch,
|
||||
ARDOUR::InstrumentInfo& info,
|
||||
const Gtk::BuiltinStockID& ok,
|
||||
bool allow_delete,
|
||||
bool modal)
|
||||
ARDOUR::Session* session,
|
||||
Evoral::PatchChange<Temporal::Beats> const& patch,
|
||||
ARDOUR::InstrumentInfo& info,
|
||||
const Gtk::BuiltinStockID& ok,
|
||||
bool allow_delete,
|
||||
bool modal)
|
||||
: ArdourDialog (_("Patch Change"), modal)
|
||||
, _time_converter (tc)
|
||||
, _info (info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue