parent
69f9880fe5
commit
4893479485
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ pub enum MidiConfig {
|
||||||
/// [`util`][crate::util] module for convenient conversion functions.
|
/// [`util`][crate::util] module for convenient conversion functions.
|
||||||
///
|
///
|
||||||
/// All of the timings are sample offsets withing the current buffer. All sample, channel and note
|
/// All of the timings are sample offsets withing the current buffer. All sample, channel and note
|
||||||
/// numbers are zero-indexed.
|
/// numbers are zero-indexed. All integer `from n to m` are exclusive, and they are equivalent to
|
||||||
|
/// the `n..m` range in Rust.
|
||||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum NoteEvent {
|
pub enum NoteEvent {
|
||||||
|
|
Loading…
Add table
Reference in a new issue