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

Method GetOutputDeviceString

Source/MIDI.cpp:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void CMIDI::GetOutputDeviceString(int Num, CStringW &Text) const
191{
192 MIDIOUTCAPS OutCaps;
193 midiOutGetDevCaps(Num, &OutCaps, sizeof(MIDIOUTCAPS));
194 Text = OutCaps.szPname;
195}
196
197void CMIDI::SetInputDevice(int Device, bool MasterSync)
198{

Callers 1

OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected