mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
goodbye Profile->...trx
This commit is contained in:
parent
5ec5bc4523
commit
468731c14b
21 changed files with 98 additions and 315 deletions
|
|
@ -76,11 +76,9 @@ extern "C" ARDOURPANNER_API PanPluginDescriptor* panner_descriptor () { return
|
|||
Panner1in2out::Panner1in2out (boost::shared_ptr<Pannable> p)
|
||||
: Panner (p)
|
||||
{
|
||||
if (!Profile->get_trx () ) {
|
||||
if (!_pannable->has_state ()) {
|
||||
_pannable->pan_azimuth_control->set_value (0.5, Controllable::NoGroup);
|
||||
}
|
||||
}
|
||||
if (!_pannable->has_state ()) {
|
||||
_pannable->pan_azimuth_control->set_value (0.5, Controllable::NoGroup);
|
||||
}
|
||||
|
||||
update ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue