Phrase -> Clip in all remaining places

This commit is contained in:
🪞👃🪞 2025-01-11 22:50:57 +01:00
parent 06b643e2b1
commit bb52555183
15 changed files with 916 additions and 936 deletions

View file

@ -186,7 +186,7 @@ impl MidiPlaybackApi for MidiPlayer {
}
}
impl HasPlayPhrase for MidiPlayer {
impl HasPlayClip for MidiPlayer {
fn reset (&self) -> bool {
self.reset
}
@ -212,9 +212,9 @@ impl HasPlayPhrase for MidiPlayer {
///// Global timebase
//pub clock: Arc<Clock>,
///// Start time and clip being played
//pub play_clip: Option<(Moment, Option<Arc<RwLock<Phrase>>>)>,
//pub play_clip: Option<(Moment, Option<Arc<RwLock<Clip>>>)>,
///// Start time and next clip
//pub next_clip: Option<(Moment, Option<Arc<RwLock<Phrase>>>)>,
//pub next_clip: Option<(Moment, Option<Arc<RwLock<Clip>>>)>,
///// Play input through output.
//pub monitoring: bool,
///// Write input to sequence.