mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
consolidate more; make help and setup into devices
This commit is contained in:
parent
f49615d598
commit
0dec568fe4
13 changed files with 408 additions and 400 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Sampler (currently 16bit WAVs at system rate; TODO convert/resample)
|
||||
|
||||
use crate::{core::*, model::*};
|
||||
use crate::core::*;
|
||||
|
||||
/// Key bindings for sampler device.
|
||||
pub const KEYMAP_SAMPLER: &'static [KeyBinding<Sampler>] = keymap!(Sampler {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue