mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
Phrase -> Clip in all remaining places
This commit is contained in:
parent
06b643e2b1
commit
bb52555183
15 changed files with 916 additions and 936 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue