mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
put all of arranger/sequencer/transport in 1 file
This commit is contained in:
parent
3042e9e3a8
commit
6f988e5072
12 changed files with 1877 additions and 1847 deletions
|
|
@ -11,12 +11,12 @@ path = "src/lib.rs"
|
|||
|
||||
[[bin]]
|
||||
name = "tek_sequencer"
|
||||
path = "src/sequencer_main.rs"
|
||||
path = "src/main_sequencer.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_arranger"
|
||||
path = "src/arranger_main.rs"
|
||||
path = "src/main_arranger.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek_transport"
|
||||
path = "src/transport_main.rs"
|
||||
path = "src/main_transport.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue