mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
struct Track; load Sampler in Launcher
This commit is contained in:
parent
1038e24ceb
commit
685c49cfd9
6 changed files with 150 additions and 122 deletions
|
|
@ -19,6 +19,7 @@ fn main () -> Result<(), Box<dyn Error>> {
|
|||
let _cli = cli::Cli::parse();
|
||||
let xdg = microxdg::XdgApp::new("tek")?;
|
||||
crate::config::create_dirs(&xdg)?;
|
||||
//run(Sampler::new("Sampler#000")?)
|
||||
run(Launcher::new_with_controller(
|
||||
"Launcher#0",
|
||||
".*nanoKEY.*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue