RPR GetMIDIInputName

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Examples)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=GetMIDIInputName()=
 +
'''bool GetMIDIInputName(int dev, char* nameout, int nameoutlen)'''
 +
 
 +
Returns true if device present
 +
 
==Parameters==
==Parameters==
 +
int dev,
 +
char* nameout,
 +
int nameoutlen
==Returns==
==Returns==
 +
An array, containing
 +
  bool
 +
  int dev,
 +
  char* nameout,
 +
  int nameoutlen
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
 +
{{SeeAlso_midi}}
 +
 +
''(Section automatically generated, edits may be overwritten.)''
 +
==Stuff==
==Stuff==
{{API_Doc_Footer}}
{{API_Doc_Footer}}

Latest revision as of 20:47, 28 January 2010

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

Contents

GetMIDIInputName()

bool GetMIDIInputName(int dev, char* nameout, int nameoutlen)

Returns true if device present

Parameters

int dev, 
char* nameout,
int nameoutlen

Returns

An array, containing
 bool
 int dev, 
 char* nameout,
 int nameoutlen

Examples

C++

 

Perl

 

Python

 

See Also

midi: GetTrackMIDINoteName, GetTrackMIDINoteNameEx, HasTrackMIDIPrograms, HasTrackMIDIProgramsEx, CreateMIDIInput, kbd_OnMidiEvent, CreateMIDIOutput, GetMaxMidiInputs, kbd_OnMidiList, GetMaxMidiOutputs, SetTrackMIDINoteName, SetTrackMIDINoteNameEx, MIDI_eventlist_Create, GetMidiInput, MIDI_eventlist_Destroy, GetMIDIInputName, MIDIEditor_GetActive, GetMidiOutput, MIDIEditor_GetMode, GetMIDIOutputName, MIDIEditor_OnCommand, GetNumMIDIInputs, GetNumMIDIOutputs, PCM_Sink_CreateMIDIFile, PCM_Sink_CreateMIDIFileEx, EnumTrackMIDIProgramNames, EnumTrackMIDIProgramNamesEx, State Chunk and RPP MIDI Format

(Section automatically generated, edits may be overwritten.)

Stuff

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

Personal tools