mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 21:26:43 +01:00
extract _snd modules; move some logic to PhrasePool impl
This commit is contained in:
parent
d2cda0c54d
commit
cae8556c91
5 changed files with 212 additions and 193 deletions
|
|
@ -11,8 +11,8 @@ use rand::distributions::uniform::UniformSampler;
|
|||
|
||||
submod! {
|
||||
arranger arranger_cmd arranger_tui
|
||||
sequencer sequencer_cmd sequencer_tui
|
||||
transport transport_cmd transport_tui
|
||||
sequencer sequencer_cmd sequencer_tui sequencer_snd
|
||||
transport transport_cmd transport_tui transport_snd
|
||||
}
|
||||
|
||||
pub const PPQ: usize = 96;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue