search for: currentinstru

Displaying 3 results from an estimated 3 matches for "currentinstru".

2001 May 22
2
Configuration/Announce
...ting your configuration up Next, you have also to add a key to your registry. To do so, create a sample file (let's call it foo) containing the following text: [HKEY_LOCAL_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap] 989041554 "AutoScheme"=dword:00000000 "CurrentInstrument"="#0" "UseScheme"=dword:00000000 then goto the <wine>/programs/regapi and compile the program the run: regapi setValue < foo that's it Not applying the key in the registry will result in various errors in MIDIMAP_ functions (mainly if Wine is set...
2011 Nov 24
0
help with midi
...dicates that there are no MIDI ports. I installed the MIDIOX app to help diagnose this. When I run it a dialog appears saying there are no MIDI devices. Since the MIDI Through device shows up first in the list, I tried setting the HKCU\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap\CurrentInstrument registry key (as described @ http://wiki.winehq.org/MIDI) but this did not help. I've tried using both "#1" and the device name ("USB Uno MIDI Interface MIDI 1") but no difference. I'm not sure what to try next. If anyone has any ideas I'd really appreciate th...
2011 Dec 17
0
Registry entry to change MIDI mapper changed?
...the issue stated in the Wiki (that Wine is using the first device found, which is essentially inaudible to me as I don't have any actual MIDI hardware), so I set the Registry entry as specified in the Wiki: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap] "CurrentInstrument"="#1" This made no difference. I then set the instrument to #4, which I hoped would be the TiMidity port. Also doesn't work. So just for the heck of it, I tried #2 and #3 . Naturally, no joy. I can no longer check that all the devices are present in winecfg, because that...