mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-01-14 03:46:40 +01:00
midi: modularize
This commit is contained in:
parent
39dc6b803e
commit
13444dc59a
29 changed files with 872 additions and 750 deletions
3
crates/midi/src/note.rs
Normal file
3
crates/midi/src/note.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
mod note_pitch; pub use self::note_pitch::*;
|
||||
mod note_point; pub use self::note_point::*;
|
||||
mod note_range; pub use self::note_range::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue