OneLoneCoder / synth

The latest code to make your own virtual sound synthesizer in Windows. Please see the videos associated with this code. Links in the source files.
http://www.onelonecoder.com
361 stars 130 forks source link

Fix crash on x64 windows #4

Open MrTraan opened 5 years ago

MrTraan commented 5 years ago

Switch DWORD to DWORD_PTR type for parameter dwInstance in waveOutProcWrap, as using a 32bit value as a pointer on a 64 bit system would result in a crash