mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
compact more (minus 6 files)
This commit is contained in:
parent
b4fbd99248
commit
81ea049773
17 changed files with 432 additions and 433 deletions
|
|
@ -13,7 +13,9 @@
|
|||
//! * [Sample::load_edn]
|
||||
//! * [LV2Plugin::load_edn]
|
||||
|
||||
use crate::{core::*, model::*, App, devices::sampler::{Sampler, Sample, read_sample_data}};
|
||||
use crate::{core::*, model::*, App};
|
||||
use crate::devices::sampler::{Sampler, Sample, read_sample_data};
|
||||
use crate::devices::plugin::{Plugin, LV2Plugin};
|
||||
use clojure_reader::{edn::{read, Edn}, error::Error as EdnError};
|
||||
|
||||
/// EDN parsing helper.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue