mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-01-14 03:46:40 +01:00
wip: refactor into fewer crates
This commit is contained in:
parent
c367a0444e
commit
77703d83a5
105 changed files with 64 additions and 131 deletions
3
crates/engine/src/midi/note.rs
Normal file
3
crates/engine/src/midi/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