mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
finally, flatten arranger
This commit is contained in:
parent
8c6716adce
commit
06b643e2b1
14 changed files with 1193 additions and 1174 deletions
|
|
@ -646,13 +646,13 @@ impl Content<TuiOut> for AddSampleModal {
|
|||
|
||||
handle!(TuiIn: |self: SamplerTui, input|SamplerTuiCommand::execute_with_state(self, input.event()));
|
||||
|
||||
pub enum SamplerTuiCommand {
|
||||
#[derive(Clone, Debug)] pub enum SamplerTuiCommand {
|
||||
Import(FileBrowserCommand),
|
||||
Select(usize),
|
||||
Sample(SamplerCommand),
|
||||
}
|
||||
|
||||
pub enum SamplerCommand {
|
||||
#[derive(Clone, Debug)] pub enum SamplerCommand {
|
||||
RecordBegin(u7),
|
||||
RecordCancel,
|
||||
RecordFinish,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue