| Author |
Message |
Topic: Unlimiited Variables |
H5N1Strain
Replies: 1
Views: 13688
|
Forum: General Help Posted: Wed Jun 27, 2012 5:32 am Subject: Unlimiited Variables |
I was just wondering if there was a way to get unlimited variables... I have vdsmem.dll and it has run out variables when it says that it has unlimited... and ideas??
Many Thanks,
Matthew.
P. ... |
Topic: POS Printer |
H5N1Strain
Replies: 1
Views: 15864
|
Forum: General Help Posted: Wed Jun 20, 2012 8:49 am Subject: POS Printer |
Hey Guys!
I am writing a Point Of Sales program and I am trying to activate the cash draw. In order to do this I need to send the following code to the thermal printer on LPT1...
POPOPEN$ = CHR$ ... |
Topic: VDSDLL2 Request. |
H5N1Strain
Replies: 0
Views: 17556
|
Forum: General Help Posted: Sun Sep 04, 2011 2:22 am Subject: VDSDLL2 Request. |
I am requesting the VDSDLL2 so that I can use the webcam feature. I have searched everywhere and cannot find it. If someone could post it to rapidshare/megaupload it would be much appreciated.
Many ... |
Topic: Simple Sound Level - Example |
H5N1Strain
Replies: 0
Views: 9227
|
Forum: General Help Posted: Mon May 31, 2010 5:50 am Subject: Simple Sound Level - Example |
%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,ST ... |
Topic: MCI - Device Input Level |
H5N1Strain
Replies: 3
Views: 18308
|
Forum: General Help Posted: Mon May 31, 2010 4:35 am Subject: MCI - Device Input Level |
Hello Guys!
I have finaly found a way to read Microphone levels through MCI:
%A = @MCI(status wav level)
Simple Aye?
Thanks heaps for your help guys!!!
Googie. |
Topic: MCI - Device Input Level |
H5N1Strain
Replies: 3
Views: 18308
|
Forum: General Help Posted: Sun May 30, 2010 12:12 pm Subject: MCI - Device Input Level |
| Any ideas from someone thats played with MCI before? |
Topic: MCI - Device Input Level |
H5N1Strain
Replies: 3
Views: 18308
|
Forum: General Help Posted: Sun May 30, 2010 9:34 am Subject: MCI - Device Input Level |
This might be useful aswell. He describes what I am trying to achieve but in a diferent prog language. It is still MCI so it might help me out if I can get it translated.
http://visual-c.itags.org/ ... |
Topic: MCI - Device Input Level |
H5N1Strain
Replies: 3
Views: 18308
|
Forum: General Help Posted: Sun May 30, 2010 9:15 am Subject: MCI - Device Input Level |
Hello Once Again!
I have been reading alot about MCI commands. I remember seeing (last week) a command that could detect the current sound level. I have found this website http://www.franz.com/supp ... |
Topic: WAV. Recording Alternative |
H5N1Strain
Replies: 8
Views: 30355
|
Forum: General Help Posted: Sun May 30, 2010 6:09 am Subject: WAV. Recording Alternative |
| Thanks for your help guys! When I first came up with this idea I was looking for a way to check the DB of the Mic. I have been looking for info but couldnt find anything of use. So thats how I came to ... |
Topic: WAV. Recording Alternative |
H5N1Strain
Replies: 8
Views: 30355
|
Forum: General Help Posted: Sat May 29, 2010 10:47 am Subject: WAV. Recording Alternative |
| Hmmm.... Any Ideas Guys? |
Topic: WAV. Recording Alternative |
H5N1Strain
Replies: 8
Views: 30355
|
Forum: General Help Posted: Sat May 29, 2010 8:12 am Subject: WAV. Recording Alternative |
Here is my code...
%%Wave1 = c:\1.wav
%A = @MCI(open new type waveaudio alias mysound)
%A = @mci(cue mysound input wait)
wait 2
%A = @MCI(record mysound)
WAIT 6
%A = @MCI(Stop mysound)
%A = ... |
Topic: WAV. Recording Alternative |
H5N1Strain
Replies: 8
Views: 30355
|
Forum: General Help Posted: Sat May 29, 2010 8:05 am Subject: WAV. Recording Alternative |
Hello Guys!
I have been recording .WAV files (5 seconds) though my microphone. I disconnect the microphone when I record. The reason I am doing this is so that when I record multiple files, I want ... |
Topic: File Comparison |
H5N1Strain
Replies: 7
Views: 23783
|
Forum: General Help Posted: Fri May 28, 2010 6:47 am Subject: File Comparison |
Hello,
Does anyone know a link where I can download vdsmd5.dll? I think its by Tommy...
Thanking You...
Googie. |
Topic: File Comparison |
H5N1Strain
Replies: 7
Views: 23783
|
Forum: General Help Posted: Fri May 28, 2010 3:38 am Subject: File Comparison |
Hey Guys...
It has been a little while since using VDS 5. I need to compare 2 files (small .WAV files). I need to find wheather the files are an exact match. I know it is easy to do, but, I have re ... |
Topic: Sound Detection - Microphone |
H5N1Strain
Replies: 4
Views: 14820
|
Forum: General Help Posted: Mon May 24, 2010 3:15 am Subject: Sound Detection - Microphone |
Hello Guys!
Im really happy with your speedy reply! Firstly, I downloaded vdsmix.dll, I read the VDS 5 demo file that was included and I couldnt see how I could use the DLL to detect sound. Secondl ... |
| |