MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetInputDeviceString

Method GetInputDeviceString

Source/MIDI.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void CMIDI::GetInputDeviceString(int Num, CStringW &Text) const
184{
185 MIDIINCAPS InCaps;
186 midiInGetDevCaps(Num, &InCaps, sizeof(MIDIINCAPS));
187 Text = InCaps.szPname;
188}
189
190void CMIDI::GetOutputDeviceString(int Num, CStringW &Text) const
191{

Callers 1

OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected