recombine sampler, transport

This commit is contained in:
🪞👃🪞 2024-07-13 22:56:47 +03:00
parent 190aca8d3b
commit b4fbd99248
11 changed files with 301 additions and 307 deletions

View file

@ -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.