mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
implement phrase rename
This commit is contained in:
parent
0c5967a915
commit
1bed8aa72f
2 changed files with 66 additions and 52 deletions
|
|
@ -34,7 +34,7 @@ pub struct PhrasePool<E: Engine> {
|
|||
pub mode: Option<PhrasePoolMode>,
|
||||
}
|
||||
/// Modes for phrase pool
|
||||
pub enum PhrasePoolMode { Rename(usize) }
|
||||
pub enum PhrasePoolMode { Rename(usize, String) }
|
||||
/// A MIDI sequence.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Phrase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue