PDA

View Full Version : TDXWaveList



doggo18
14-12-2002, 08:49 PM
I am making my own editor for creating DXW files so other people can create proper files for the game we are working on, only I am running into a problem. I create a TWaveCollectionItem, it is being added to the collection, load the wave file which succeeds if I check by saving and/or debugging. Only: WaveCollectionItem.Play WONT WORK?!?

What am I doing wrong? Thanks

PS: I looked at the wave-editor DelphiX uses designtime, but I don't really understand that... All I want to is a simple function to play the sound and stop it ...