group sample/pulse/usecs into Instant

This commit is contained in:
🪞👃🪞 2024-10-27 14:44:02 +02:00
parent 205dbef9b0
commit fec6294c7b
4 changed files with 43 additions and 20 deletions

View file

@ -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
}
}