Next: CD-Player Device
Up: Midi Device
Previous: Actions
Subsections
Every parameter of an Event can be prefixed by ``^'' to read the value comeing in.
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:NoteOn(int channel, int note, int velocity)
- int channel: The Midi-Channel; range: {0, ... 15}
- int note: The Midi-Note; range: {0, ... 127}
- int velocity: The Velocity; range: {0, ... 127}
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:NoteOff(int channel, int note, int velocity)
- int channel: The Midi-Channel; range: {0, ... 15}
- int note: The Midi-Note; range: {0, ... 127}
- int velocity: The Velocity; range: {0, ... 127}
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:PKPressure(int channel, int note, int velocity)
- int channel: The Midi-Channel; range: {0, ... 15}
- int note: The Midi-Note; range: {0, ... 127}
- int velocity: The Velocity; range: {0, ... 127}
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:ContChange(int channel, int controller, int value)
- int channel: The Midi-Channel; range: {0, ... 15}
- int controller: The Controller; range: {0, ... 127}
- int value: The new Controller Value; range: {0, ... 127}
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:ProgChange(int channel, int prognr)
- int channel: The Midi-Channel; range: {0, ... 15}
- int prognr: The Program Number; range: {0, ... 127}
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:ChanPress(int channel, int pressure)
- int channel: The Midi-Channel; range: {0, ... 15}
- int pressure: The Pressure Value; range: {0, ... 127}
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:PWChange(int channel, int value)
- int channel: The Midi-Channel; range: {0, ... 15}
- int value: The Pitch-Wheel Value; range: {0, ... 127}
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:SPPointer(int position)
- int position: The Position in the Song; range: {0, ... 127}
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:SongSel(int song)
- int song: The Song Number; range: {0, ... 127}
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:TuneReq(void)
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:STClock(void)
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:StrtSeq(void)
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:StopSeq(void)
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:ContSeq(void)
state1
state2
...![$]$](img3.gif)
![$]$](img3.gif)
-> midiAlias:Reset(void)
Next: CD-Player Device
Up: Midi Device
Previous: Actions
Volker Christian
2000-10-24