Skip to main content

IntegerType

Type Alias IntegerType 

Source
pub type IntegerType = i32;
Expand description

Signed integer type used by music21-rs APIs.

Trait Implementations§

Source§

impl IntoNote for IntegerType

Source§

const FROM_INTEGER_PITCH: bool = true

Whether this value came from an integer pitch class or MIDI-like number.
Source§

fn try_into_note(self) -> Result<Note>

Converts the value into a note.