mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 21:26:43 +01:00
group sample/pulse/usecs into Instant
This commit is contained in:
parent
205dbef9b0
commit
fec6294c7b
4 changed files with 43 additions and 20 deletions
|
|
@ -4,6 +4,9 @@ impl<E: Engine> Audio for Arranger<E> {
|
|||
if let Some(ref transport) = self.transport {
|
||||
transport.write().unwrap().process(client, scope);
|
||||
}
|
||||
//for track in self.arrangement.tracks.iter_mut() {
|
||||
//track.player.process(client, scope)
|
||||
//}
|
||||
Control::Continue
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue