mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
collect edns under config/
This commit is contained in:
parent
efd182f302
commit
a2f27dac90
30 changed files with 19 additions and 19 deletions
|
|
@ -21,7 +21,7 @@ impl Default for MidiEditor {
|
|||
Self {
|
||||
mode: PianoHorizontal::new(None),
|
||||
size: Measure::new(),
|
||||
keys: SourceIter(include_str!("../../edn/keys_edit.edn")),
|
||||
keys: SourceIter(include_str!("../../../../config/keys_edit.edn")),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,10 +23,10 @@ impl Default for MidiPool {
|
|||
clips: Arc::from(RwLock::from(vec![])),
|
||||
clip: 0.into(),
|
||||
mode: None,
|
||||
keys: SourceIter(include_str!("../../edn/keys_pool.edn")),
|
||||
keys_file: SourceIter(include_str!("../../edn/keys_pool_file.edn")),
|
||||
keys_rename: SourceIter(include_str!("../../edn/keys_clip_rename.edn")),
|
||||
keys_length: SourceIter(include_str!("../../edn/keys_clip_length.edn")),
|
||||
keys: SourceIter(include_str!("../../../../config/keys_pool.edn")),
|
||||
keys_file: SourceIter(include_str!("../../../../config/keys_pool_file.edn")),
|
||||
keys_rename: SourceIter(include_str!("../../../../config/keys_clip_rename.edn")),
|
||||
keys_length: SourceIter(include_str!("../../../../config/keys_clip_length.edn")),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue