mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: improvements to arranger view
This commit is contained in:
parent
2bb8979058
commit
a6a8552996
11 changed files with 762 additions and 577 deletions
|
|
@ -14,7 +14,11 @@
|
|||
//! * [LV2Plugin::load_edn]
|
||||
|
||||
use crate::{core::*, model::*, App};
|
||||
use crate::devices::sampler::{Sampler, Sample, read_sample_data};
|
||||
use crate::devices::{
|
||||
arranger::Scene,
|
||||
sequencer::Phrase,
|
||||
sampler::{Sampler, Sample, read_sample_data}
|
||||
};
|
||||
use crate::devices::plugin::{Plugin, LV2Plugin};
|
||||
use clojure_reader::{edn::{read, Edn}, error::Error as EdnError};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue