mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
update docs and extract handle_modal
This commit is contained in:
parent
81ea049773
commit
f49615d598
9 changed files with 27 additions and 23 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use crate::{core::*, model::*};
|
||||
//! Sampler (currently 16bit WAVs at system rate; TODO convert/resample)
|
||||
|
||||
use crate::{core::*, model::*};
|
||||
|
||||
/// 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