[][src]Trait apres::MIDIEvent

pub trait MIDIEvent {
    fn as_bytes(&self) -> Vec<u8>;
fn get_category(&self) -> MIDICategory;
fn set_property(&mut self, argument: u8, bytes: Vec<u8>);
fn get_property(&self, argument: u8) -> Vec<u8>;
fn get_type(&self) -> MIDIEventType; }

Required methods

fn as_bytes(&self) -> Vec<u8>

fn get_category(&self) -> MIDICategory

fn set_property(&mut self, argument: u8, bytes: Vec<u8>)

fn get_property(&self, argument: u8) -> Vec<u8>

fn get_type(&self) -> MIDIEventType

Loading content...

Implementors

impl MIDIEvent for ActiveSenseEvent[src]

impl MIDIEvent for AfterTouchEvent[src]

impl MIDIEvent for AllControllersOffEvent[src]

impl MIDIEvent for AllNotesOffEvent[src]

impl MIDIEvent for AllSoundOffEvent[src]

impl MIDIEvent for BalanceEvent[src]

impl MIDIEvent for BankSelectEvent[src]

impl MIDIEvent for BreathControllerEvent[src]

impl MIDIEvent for CelesteLevelEvent[src]

impl MIDIEvent for ChannelPrefixEvent[src]

impl MIDIEvent for ChannelPressureEvent[src]

impl MIDIEvent for ChorusLevelEvent[src]

impl MIDIEvent for ControlChangeEvent[src]

impl MIDIEvent for CopyRightNoticeEvent[src]

impl MIDIEvent for CuePointEvent[src]

impl MIDIEvent for DataButtonDecrementEvent[src]

impl MIDIEvent for DataButtonIncrementEvent[src]

impl MIDIEvent for DataEntrySliderEvent[src]

impl MIDIEvent for EffectControlEvent[src]

impl MIDIEvent for EffectsLevelEvent[src]

impl MIDIEvent for EndOfTrackEvent[src]

impl MIDIEvent for ExpressionEvent[src]

impl MIDIEvent for FootPedalEvent[src]

impl MIDIEvent for GeneralButtonOffEvent[src]

impl MIDIEvent for GeneralButtonOnEvent[src]

impl MIDIEvent for Hold2PedalEvent[src]

impl MIDIEvent for HoldPedalEvent[src]

impl MIDIEvent for InstrumentNameEvent[src]

impl MIDIEvent for KeySignatureEvent[src]

impl MIDIEvent for LegatoEvent[src]

impl MIDIEvent for LocalKeyboardDisableEvent[src]

impl MIDIEvent for LocalKeyboardEnableEvent[src]

impl MIDIEvent for LyricEvent[src]

impl MIDIEvent for MIDIClockEvent[src]

impl MIDIEvent for MIDIContinueEvent[src]

impl MIDIEvent for MIDIStartEvent[src]

impl MIDIEvent for MIDIStopEvent[src]

impl MIDIEvent for MTCQuarterFrameEvent[src]

impl MIDIEvent for MarkerEvent[src]

impl MIDIEvent for ModulationWheelEvent[src]

impl MIDIEvent for MonophonicOperationEvent[src]

impl MIDIEvent for NonRegisteredParameterNumberEvent[src]

impl MIDIEvent for NoteOffEvent[src]

impl MIDIEvent for NoteOnEvent[src]

impl MIDIEvent for OmniOffEvent[src]

impl MIDIEvent for OmniOnEvent[src]

impl MIDIEvent for PanEvent[src]

impl MIDIEvent for PhaserLevelEvent[src]

impl MIDIEvent for PitchWheelChangeEvent[src]

impl MIDIEvent for PolyphonicOperationEvent[src]

impl MIDIEvent for PortamentoEvent[src]

impl MIDIEvent for PortamentoTimeEvent[src]

impl MIDIEvent for ProgramChangeEvent[src]

impl MIDIEvent for RegisteredParameterNumberEvent[src]

impl MIDIEvent for ResetEvent[src]

impl MIDIEvent for SMPTEOffsetEvent[src]

impl MIDIEvent for SequenceNumberEvent[src]

impl MIDIEvent for SequencerSpecificEvent[src]

impl MIDIEvent for SetTempoEvent[src]

impl MIDIEvent for SliderEvent[src]

impl MIDIEvent for SoftPedalEvent[src]

impl MIDIEvent for SongPositionPointerEvent[src]

impl MIDIEvent for SongSelectEvent[src]

impl MIDIEvent for SoundAttackEvent[src]

impl MIDIEvent for SoundBrightnessEvent[src]

impl MIDIEvent for SoundControlEvent[src]

impl MIDIEvent for SoundReleaseTimeEvent[src]

impl MIDIEvent for SoundTimbreEvent[src]

impl MIDIEvent for SoundVariationEvent[src]

impl MIDIEvent for SustenutoEvent[src]

impl MIDIEvent for SystemExclusiveEvent[src]

impl MIDIEvent for TextEvent[src]

impl MIDIEvent for TimeSignatureEvent[src]

impl MIDIEvent for TrackNameEvent[src]

impl MIDIEvent for TremuloLevelEvent[src]

impl MIDIEvent for TuneRequestEvent[src]

impl MIDIEvent for VolumeEvent[src]

Loading content...