If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 12 matches
- Sun Oct 20, 2024 7:23 pm
- Forum: General
- Topic: Vst Preset Parameter ID ?
- Replies: 6
- Views: 147812
Re: Vst Preset Parameter ID ?
In Alpha:
Okay, I have now put "ALL" parameters in the order and lo and behold, it works.
In 3.0xx
Yes, VST-host independent a numerical as well as an alphabetical order is possible.
Thanks all for help
Okay, I have now put "ALL" parameters in the order and lo and behold, it works.
In 3.0xx
Yes, VST-host independent a numerical as well as an alphabetical order is possible.
Thanks all for help
- Sun Oct 20, 2024 10:37 am
- Forum: General
- Topic: Vst Preset Parameter ID ?
- Replies: 6
- Views: 147812
Re: Vst Preset Parameter ID ?
First of all, Spogg again infinite thanks for reviving the websites!!!
And many, many thanks, for the quick answers as always!
In the old 3.0xx version, the order was quite easy to handle:
Preset Name:
1-1000... or A-Z.
In Alpha, of course, I tried out "Order", but it doesn't want to work..?
What ...
And many, many thanks, for the quick answers as always!
In the old 3.0xx version, the order was quite easy to handle:
Preset Name:
1-1000... or A-Z.
In Alpha, of course, I tried out "Order", but it doesn't want to work..?
What ...
- Sat Oct 19, 2024 10:10 pm
- Forum: General
- Topic: Vst Preset Parameter ID ?
- Replies: 6
- Views: 147812
Vst Preset Parameter ID ?
I try to set my "Vst Preset Parameter" in a certain series sequence.
So that a VST host always finds them in the same order.
Example from VST-Host:
<VSTParametersStructure name="Tx2" id="XXT2">
<!-- Global: -->
<Param id="0" name="0 UD0" shortName="0 T2"
<Param id="1" name="1 UD1" shortName="1 T3 ...
So that a VST host always finds them in the same order.
Example from VST-Host:
<VSTParametersStructure name="Tx2" id="XXT2">
<!-- Global: -->
<Param id="0" name="0 UD0" shortName="0 T2"
<Param id="1" name="1 UD1" shortName="1 T3 ...
- Wed Feb 16, 2022 2:31 pm
- Forum: General
- Topic: Asio channels 1+2 always on?
- Replies: 2
- Views: 9059
Re: Asio channels 1+2 always on?
Oh no, found my problem.
It´s an additional open audio channel parallel to Asio.
I use it to export to dll... Know at export to .exe, I delete it and everything is fine!
It´s an additional open audio channel parallel to Asio.
I use it to export to dll... Know at export to .exe, I delete it and everything is fine!
- Tue Feb 15, 2022 6:27 pm
- Forum: General
- Topic: Asio channels 1+2 always on?
- Replies: 2
- Views: 9059
Asio channels 1+2 always on?
I have 8 ASIO outputs that I want to switch differently.
Unfortunately I cannot switch off (mute) channels 1+2
Does anyone have an answer to this?
Unfortunately I cannot switch off (mute) channels 1+2
Does anyone have an answer to this?
- Fri Feb 11, 2022 12:30 pm
- Forum: General
- Topic: Graphic, startup and background color
- Replies: 3
- Views: 10596
Re: Graphic, startup and background color
Many thanks, nice tool! 
- Wed Feb 09, 2022 4:12 pm
- Forum: General
- Topic: Graphic, startup and background color
- Replies: 3
- Views: 10596
Graphic, startup and background color
When starting a new application,
it is possible to change the startup and background color of full screen mode from white to black?
At "SM" it was always black now it is always white?
Any idea?
it is possible to change the startup and background color of full screen mode from white to black?
At "SM" it was always black now it is always white?
Any idea?
Re: Wndproc
Sorry for misunderstanding..
# This gets the caption of a window from a handle
s = ' '*64
getWindowText = Win32API.new("user32", "GetWindowText", ['L','P','L'], 'L')
getWindowText.Call(handle,s,64)
watch "caption",s
With this stuff, I can only identify the sender of a message:
But can´t receive ...
# This gets the caption of a window from a handle
s = ' '*64
getWindowText = Win32API.new("user32", "GetWindowText", ['L','P','L'], 'L')
getWindowText.Call(handle,s,64)
watch "caption",s
With this stuff, I can only identify the sender of a message:
But can´t receive ...
Wndproc
Hi,
if someone had an example for "Wndproc" with Ruby for me
thanks
if someone had an example for "Wndproc" with Ruby for me
thanks
- Fri Mar 08, 2013 2:27 pm
- Forum: General
- Topic: Communicate with other programs
- Replies: 3
- Views: 12436
Re: Communicate with other programs
Hi everyone,
received is now cleared but one example of the transmitter is still bulged
Please do not leave me hanging
received is now cleared but one example of the transmitter is still bulged
Please do not leave me hanging