mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
recombine sampler, transport
This commit is contained in:
parent
190aca8d3b
commit
b4fbd99248
11 changed files with 301 additions and 307 deletions
|
|
@ -13,8 +13,7 @@
|
|||
//! * [Sample::load_edn]
|
||||
//! * [LV2Plugin::load_edn]
|
||||
|
||||
use crate::{core::*, model::*, App};
|
||||
|
||||
use crate::{core::*, model::*, App, devices::sampler::{Sampler, Sample, read_sample_data}};
|
||||
use clojure_reader::{edn::{read, Edn}, error::Error as EdnError};
|
||||
|
||||
/// EDN parsing helper.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue