wip: refactor pt.37 (30e) halp!

This commit is contained in:
🪞👃🪞 2024-11-15 12:22:36 +01:00
parent 92bcd19925
commit 4b2f8935d3
3 changed files with 56 additions and 46 deletions

View file

@ -26,7 +26,7 @@ pub trait ClockApi {
/// Launch quantization factor
fn sync (&self) -> &LaunchSync;
fn timebase (&self) -> &Timebase {
fn timebase (&self) -> &Arc<Timebase> {
&self.current().timebase
}
fn sr (&self) -> &SampleRate {