Search found 12 matches

by radido
Sun Oct 20, 2024 7:23 pm
Forum: General
Topic: Vst Preset Parameter ID ?
Replies: 6
Views: 147992

Re: Vst Preset Parameter ID ?

In Alpha:
Okay, I have now put "ALL" parameters in the order and lo and behold, it works. :D

In 3.0xx
Yes, VST-host independent a numerical as well as an alphabetical order is possible.

Thanks all for help
by radido
Sun Oct 20, 2024 10:37 am
Forum: General
Topic: Vst Preset Parameter ID ?
Replies: 6
Views: 147992

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 ...
by radido
Sat Oct 19, 2024 10:10 pm
Forum: General
Topic: Vst Preset Parameter ID ?
Replies: 6
Views: 147992

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 ...
by radido
Wed Feb 16, 2022 2:31 pm
Forum: General
Topic: Asio channels 1+2 always on?
Replies: 2
Views: 9071

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! :D
by radido
Tue Feb 15, 2022 6:27 pm
Forum: General
Topic: Asio channels 1+2 always on?
Replies: 2
Views: 9071

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? :shock:
by radido
Fri Feb 11, 2022 12:30 pm
Forum: General
Topic: Graphic, startup and background color
Replies: 3
Views: 10612

Re: Graphic, startup and background color

Many thanks, nice tool! 8-)
by radido
Wed Feb 09, 2022 4:12 pm
Forum: General
Topic: Graphic, startup and background color
Replies: 3
Views: 10612

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?
by radido
Tue Mar 26, 2013 9:23 am
Forum: General
Topic: Wndproc
Replies: 2
Views: 9316

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 ...
by radido
Thu Mar 21, 2013 3:26 pm
Forum: General
Topic: Wndproc
Replies: 2
Views: 9316

Wndproc

Hi,
if someone had an example for "Wndproc" with Ruby for me
thanks :D
by radido
Fri Mar 08, 2013 2:27 pm
Forum: General
Topic: Communicate with other programs
Replies: 3
Views: 12450

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 :o