pub type Note = NoteType;Aliased Type§
pub struct Note {
pub time: String,
pub duration: String,
pub channel: i32,
pub key: i32,
pub vel: Option<String>,
pub rel: Option<String>,
pub content: Option<NoteTypeContent>,
}Fields§
§time: String§duration: String§channel: i32§key: i32§vel: Option<String>§rel: Option<String>§content: Option<NoteTypeContent>