mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
refactor: merge plugin, sampler -> mixer; transport -> sequencer; time -> core
This commit is contained in:
parent
6206a43b4a
commit
a659062dbc
46 changed files with 128 additions and 198 deletions
|
|
@ -6,7 +6,6 @@ version = "0.1.0"
|
|||
[dependencies]
|
||||
tek_core = { path = "../tek_core" }
|
||||
tek_jack = { path = "../tek_jack" }
|
||||
tek_timer = { path = "../tek_timer" }
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
|
@ -18,3 +17,7 @@ path = "src/sequencer_main.rs"
|
|||
[[bin]]
|
||||
name = "tek_arranger"
|
||||
path = "src/arranger_main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_transport"
|
||||
path = "src/transport_main.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue