forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Simple Sound Level - Example

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
H5N1Strain
Newbie


Joined: 28 Apr 2010
Posts: 17

PostPosted: Mon May 31, 2010 5:50 am    Post subject: Simple Sound Level - Example Reply with quote

%A = @MCI(open new type waveaudio alias wav)
%A = @mci(cue wav input wait)
Title Sound Level
DIALOG CREATE,Sound Level,-1,0,240,68
DIALOG ADD,PROGRESS,PROGRESS1,12,10,221,24,0
DIALOG ADD,STATUS,STATUS1,
DIALOG SHOW
:Evloop
%E = @EVENT()
if @EQUAL(%E,close)
goto close
else
wait 1
%A = @MCI(status wav level)
dialog set,STATUS1,%A
dialog set,PROGRESS1,%A
goto EVLOOP
:Close
%A = @MCI(close wav)
exit


Thanks Again For The Help Guys...

Bye For Now, Googie.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group