mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
wip: refactor pt.37 (30e) halp!
This commit is contained in:
parent
92bcd19925
commit
4b2f8935d3
3 changed files with 56 additions and 46 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue