mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
NO-OP: whitespace
This commit is contained in:
parent
6e9c10db19
commit
cba2543131
1 changed files with 75 additions and 77 deletions
|
|
@ -366,8 +366,8 @@ AudioEngine::process_callback (pframes_t nframes)
|
||||||
PortManager::cycle_start (nframes);
|
PortManager::cycle_start (nframes);
|
||||||
|
|
||||||
/* test if we are freewheeling and there are freewheel signals connected.
|
/* test if we are freewheeling and there are freewheel signals connected.
|
||||||
ardour should act normally even when freewheeling unless /it/ is
|
* ardour should act normally even when freewheeling unless /it/ is
|
||||||
exporting (which is what Freewheel.empty() tests for).
|
* exporting (which is what Freewheel.empty() tests for).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (_freewheeling && !Freewheel.empty()) {
|
if (_freewheeling && !Freewheel.empty()) {
|
||||||
|
|
@ -528,6 +528,7 @@ AudioEngine::do_reset_backend()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
AudioEngine::request_device_list_update()
|
AudioEngine::request_device_list_update()
|
||||||
{
|
{
|
||||||
|
|
@ -536,7 +537,6 @@ AudioEngine::request_device_list_update()
|
||||||
_hw_devicelist_update_condition.signal ();
|
_hw_devicelist_update_condition.signal ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
AudioEngine::do_devicelist_update()
|
AudioEngine::do_devicelist_update()
|
||||||
{
|
{
|
||||||
|
|
@ -599,10 +599,8 @@ AudioEngine::stop_hw_event_processing()
|
||||||
_hw_devicelist_update_thread->join ();
|
_hw_devicelist_update_thread->join ();
|
||||||
_hw_devicelist_update_thread = 0;
|
_hw_devicelist_update_thread = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
AudioEngine::set_session (Session *s)
|
AudioEngine::set_session (Session *s)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue