Using D7, Win7
I'm attempting to use the Wave Audio Package to create a very simple metronome in my program. All I need to do is produce a regular click sound
I was hoping I could just hook together a TMutimediaTimer to a TStockAudioPlayer and TWaveStorage.
If I use a normal TTimer, it works (badly), but when I switch to a TMultimediaTimer I get a crash with the CPU window:
application-defined exception (code 0x0eedfade) at 0x75439617.
I'm guessing this is a mutithreading issue.
Should I be able to do something this simple, or is this going to be a complicated job?