RPR CreateMIDIOutput

From CockosWiki

Revision as of 12:39, 3 November 2009 by MikeLacey (Talk | contribs)
Jump to: navigation, search

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR CreateMIDIOutput
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR CreateMIDIOutput

Contents

CreateMIDIOutput()

midi_Output* CreateMIDIOutput(int dev, bool streamMode, int* msoffset100)

This returns a pointer to a structure that controls a MIDI Output device.

Parameters

int dev, 
bool streamMode, 
int* msoffset100

Returns

midi_Output*

Examples

There are no methods, currently, defined for midi_Output objects so whilst they can be created using ReaScript scripts it's not yet possible to manipulate them.

Perl


Python


See Also

EnumTrackMIDIProgramNames, EnumTrackMIDIProgramNamesEx, GetTrackMIDINoteNameEx, HasTrackMIDIProgramsEx, CreateMIDIInput, CreateMIDIOutput, SetTrackMIDINoteName, SetTrackMIDINoteNameEx, MIDIEditor_GetActive, MIDIEditor_GetMode, MIDIEditor_OnCommand, GetMIDIInputName, GetMIDIOutputName, GetNumMIDIInputs, GetNumMIDIOutputs, PCM_Sink_CreateMIDIFile, PCM_Sink_CreateMIDIFileEx

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR CreateMIDIOutput
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR CreateMIDIOutput

Personal tools