mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
tabula rasa
This commit is contained in:
commit
11a9f3ba50
33 changed files with 1937 additions and 0 deletions
4
src/sequence/osc.rs
Normal file
4
src/sequence/osc.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub struct Command {
|
||||
name: String,
|
||||
args: Vec<String>,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue