| Author |
Message |
Topic: Send MIDI data |
dmonckton
Replies: 3
Views: 24066
|
Forum: General Help Posted: Mon Apr 24, 2023 9:45 am Subject: Send MIDI data |
:outputDeviceCount
rem get the number of midi out devices
%a = @lib(winmm.dll,midiOutGetNumDevs,INT:)
exit %a
rem %1 = device number
:outputDeviceName
rem ... |
Topic: Button Latency |
dmonckton
Replies: 4
Views: 28803
|
Forum: General Help Posted: Thu Feb 23, 2023 2:34 pm Subject: Button Latency |
| Hi, I'll to create a stripped down version of the program as its to big to post up the code. |
Topic: Button Latency |
dmonckton
Replies: 4
Views: 28803
|
Forum: General Help Posted: Wed Feb 22, 2023 2:30 pm Subject: Button Latency |
Hi
I have a program that sends a continuous stream of MIDI data to my sytnesizer and drum machine. I have a problem with start button latency, when I click start there is a short delay of about qua ... |
Topic: @match function |
dmonckton
Replies: 1
Views: 25868
|
Forum: General Help Posted: Sat Jan 12, 2019 2:45 pm Subject: @match function |
Hi All
The @match function in v5 is crap!
I have a list which contains both mix & x, mix occurs first. If I use @match to find x it always finds mix instead(because it contains x). I want an ... |
Topic: Maximum number of User defined Functions |
dmonckton
Replies: 2
Views: 31785
|
Forum: General Help Posted: Wed Jan 02, 2019 6:22 pm Subject: Maximum number of User defined Functions |
Hi Dave
Sorry for the late relay, I've been away for the festival period.
Your advice worked, I reduced the number of functions used in the program and it compiled. So there must be a maximum st ... |
Topic: Maximum number of User defined Functions |
dmonckton
Replies: 2
Views: 31785
|
Forum: General Help Posted: Mon Dec 10, 2018 3:40 pm Subject: Maximum number of User defined Functions |
Hi All
Its been a long time!
In VDS 5.0 is there a maximum number of User defined Function available?
I have been upgrading an old script and added a couple of new functions. Now VDS hangs wh ... |
Topic: Appilcation Wizard |
dmonckton
Replies: 11
Views: 70157
|
Forum: General Help Posted: Mon Jan 29, 2018 2:58 pm Subject: Appilcation Wizard |
| I tried changing the project defaults, but now when I run Dialog Designer I get empty notepad appear with a title of $$$.dlg ? |
Topic: A list of functions |
dmonckton
Replies: 1
Views: 29131
|
Forum: General Help Posted: Tue Jan 23, 2018 3:52 pm Subject: A list of functions |
Hi
I want to have a list of functions and call them by using the list index but I can't get it to work.
list create 1
list loadtext,1
"@func1
"@func2
"@func3
list seek,1,1
% ... |
Topic: Appilcation Wizard |
dmonckton
Replies: 11
Views: 70157
|
Forum: General Help Posted: Fri Nov 24, 2017 4:50 pm Subject: Appilcation Wizard |
Hi
I just installed VDS5 on a 32Bit machine, both Application Wizard and Dialog Designer both work normally.
So it is an architecture related problem.
Regards
David |
Topic: Appilcation Wizard |
dmonckton
Replies: 11
Views: 70157
|
Forum: General Help Posted: Fri Nov 24, 2017 3:38 pm Subject: Appilcation Wizard |
Thanks, that did work but I still have to add 'dialog show' and create the evloop manually. Still it get me past having to measure all the elements manually!
Thanks for your help.
David |
Topic: Appilcation Wizard |
dmonckton
Replies: 11
Views: 70157
|
Forum: General Help Posted: Thu Nov 23, 2017 12:54 pm Subject: Appilcation Wizard |
I checked the clipboard but nothing changed. Is this problem caused by my machine being 64bit?
I really need the Dialog Designer as I'm about to create a dialog with over 30 Trackbars on it. Coding ... |
Topic: Appilcation Wizard |
dmonckton
Replies: 11
Views: 70157
|
Forum: General Help Posted: Thu Nov 23, 2017 9:21 am Subject: Appilcation Wizard |
Hi
I looked for that file but didn't find it. I think VDS5 Dialog Designer must store the text in RAM before transfer to the IDE.
Regards
David |
Topic: Appilcation Wizard |
dmonckton
Replies: 11
Views: 70157
|
Forum: General Help Posted: Fri Nov 17, 2017 9:09 am Subject: Appilcation Wizard |
Forgot to say my system is 64Bit.
Thanks
David |
Topic: Appilcation Wizard |
dmonckton
Replies: 11
Views: 70157
|
Forum: General Help Posted: Thu Nov 16, 2017 4:38 pm Subject: Appilcation Wizard |
Hi All
Sorry if this has been covered before!
I'm using VDS 5 on Windows 7 Pro and the Application Wizard dosen't work.
I design an application and finish but no code is returned to the IDE and ... |
Topic: Data Freeze |
dmonckton
Replies: 3
Views: 39577
|
Forum: General Help Posted: Mon Oct 23, 2017 10:36 am Subject: Data Freeze |
Hi Garrett
Thanks for the info, running the MIDI part as a separate process is a great idea, wish I'd thought of it!
Do you think I can use DDE to do the control or do you need a window present ... |
| |