mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
perf: use Vec instead of BTreeMap in Phrase
This commit is contained in:
parent
db25099268
commit
4a8f5b267f
7 changed files with 150 additions and 221 deletions
|
|
@ -6,7 +6,7 @@ pub mod sampler;
|
|||
pub mod scene;
|
||||
pub mod track;
|
||||
|
||||
pub use self::phrase::Phrase;
|
||||
pub use self::phrase::{Phrase, PhraseData};
|
||||
pub use self::scene::Scene;
|
||||
pub use self::track::Track;
|
||||
pub use self::sampler::{Sampler, Sample, read_sample_data};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue