RPR CreateMIDIOutput

From CockosWiki

Revision as of 21:22, 29 October 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

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

CreateMIDIInput

Stuff

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

Personal tools