mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
collect edns under config/
This commit is contained in:
parent
efd182f302
commit
a2f27dac90
30 changed files with 19 additions and 19 deletions
|
|
@ -106,11 +106,11 @@ impl Cli {
|
|||
color: ItemTheme::random(),
|
||||
clock: Clock::new(jack, self.bpm)?,
|
||||
view: SourceIter(match mode {
|
||||
LaunchMode::Clock => include_str!("./edn/transport.edn"),
|
||||
LaunchMode::Sequencer => include_str!("./edn/sequencer.edn"),
|
||||
LaunchMode::Groovebox => include_str!("./edn/groovebox.edn"),
|
||||
LaunchMode::Arranger { .. } => include_str!("./edn/arranger.edn"),
|
||||
LaunchMode::Sampler => include_str!("./edn/sampler.edn"),
|
||||
LaunchMode::Clock => include_str!("../../config/transport.edn"),
|
||||
LaunchMode::Sequencer => include_str!("../../config/sequencer.edn"),
|
||||
LaunchMode::Groovebox => include_str!("../../config/groovebox.edn"),
|
||||
LaunchMode::Arranger { .. } => include_str!("../../config/arranger.edn"),
|
||||
LaunchMode::Sampler => include_str!("../../config/sampler.edn"),
|
||||
_ => todo!("{mode:?}"),
|
||||
}),
|
||||
pool: match mode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue