mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Redesign Session+Route Template Meta Script API
Remove special-cased script types. Allow Action-Scripts to be re-used for session-setup or route-templates.
This commit is contained in:
parent
e951e68780
commit
e0a83a758e
14 changed files with 344 additions and 77 deletions
|
|
@ -338,7 +338,7 @@ CoreAudioBackend::set_buffer_size (uint32_t bs)
|
|||
for (std::vector<pthread_t>::const_iterator i = _threads.begin (); i != _threads.end (); ++i) {
|
||||
coreaudio_set_realtime_policy (*i);
|
||||
}
|
||||
engine.buffer_size_change (bs);
|
||||
//engine.buffer_size_change (bs);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue