mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-04-04 05:10:44 +02:00
wip: 284 errors, later
This commit is contained in:
parent
244e2b388e
commit
60dbd89fc9
9 changed files with 250 additions and 254 deletions
|
|
@ -1,6 +1,4 @@
|
|||
use crate::*;
|
||||
use ::std::sync::{Arc, RwLock, atomic::{AtomicUsize, Ordering::*}};
|
||||
use crate::device::{MidiInput, MidiOutput, AudioInput, AudioOutput};
|
||||
use crate::{*, device::*, browse::*, mix::*};
|
||||
|
||||
def_command!(SamplerCommand: |sampler: Sampler| {
|
||||
RecordToggle { slot: usize } => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue