Author Topic: Having trouble with Event Sounds  (Read 1454 times)

cjroberts001

  • Newbie
  • *
  • Posts: 11
    • View Profile
Having trouble with Event Sounds
« on: November 05, 2011, 03:18:43 PM »
totally new to this havent done to bad up till now!

i have a 2 Min warning sound before the end of each level

Condition's
secondsLeft = 122

which i didn't have any problem with.. but this is where im stuck.
I want a different sound when iv got a break coming up next

iv tried a few things but nothing seems to work ie:

Condition's
secondsLeft = 122 & (bigBlind=100,200,300,400)


with a separate event for the break level:

Conditions's
secondsLeft = 122 & (bigBlind=600)

doesnt come up with an error, just doesnt play a sound on the normal levels and just on the 1's before the break :S you cant group them together with a im assuming (,) ??

im guessing there's an easier way? any help would be appreciated

 

Magic_fubu

  • Hero Member
  • *****
  • Posts: 1035
    • View Profile
Re: Having trouble with Event Sounds
« Reply #1 on: November 05, 2011, 03:24:36 PM »
you want somethiing like "& next isnotround", but I know that as I have it, it's not right.
My cowboys shot down your rockets
---
If you send a request to me please send that you got me from here w/your TD name to confirm. Thanks!

cjroberts001

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: Having trouble with Event Sounds
« Reply #2 on: November 05, 2011, 04:25:27 PM »
somethings defo not right :S it says " we will now have a short break at the end of the break to" :S must ne the way iv coded it

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: Having trouble with Event Sounds
« Reply #3 on: November 05, 2011, 04:48:04 PM »
 Check this thread,

http://www.thetournamentdirector.net/forums/index.php?topic=2293.0

The correlated sounds file, which were put on by Stu Murray, is all set up and works a treat. All you have to do is make sure that when the software looks for the sounds it looks in the right place . For instance your store folder will be different from whats displayed in these files

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Having trouble with Event Sounds
« Reply #4 on: November 07, 2011, 11:18:39 PM »
secondsLeft = 122 and (not nextIsRound)

Make sure this event is listed before (above) the event with the conditions "secondsLeft = 122".