I have a "managed" strat that produces the built-in sounds when a stop is filled or an order is pending, filled, or cancelled, etc. Is there a manner to override these sounds individually within a custom code? ie, some of the sounds may be appropriate where the are, others are played ontop of other previous sound alerts and create a garbled message.
ie "order-filled/order-/order-pending"... when an entry is placed and a stop and target are placed subsequent to the entry. one of the alerts gets "stepped on".
Also, please provide a sample code that would allow one alert and then a follow up alert from a separate .wav file which would not "step on" the first.
ie PlaySound("ding.wav"); (some variable delay) PlaySound("dong.wav");
Kirk

Comment