News:

CWP2Song, public beta.
My  DAW is Reaper
YouTube channel

Main Menu

Make appears a FX plugin

Started by zgildasz, January 23, 2019, 03:54:55 PM

Previous topic - Next topic

zgildasz

Hi Alexey,

Is there a fonction to show the FX plugin from a strip.

I wish to press a midi button and then the appropriate FX number x appears on the screen.

I am starting to be familiar with the programmation of AZ, after have read some tutorials, that's a real pleasure to torture my bcf 2000 and alphatracks exactly like I want they respond. Will see later for OSC and if this is really major to get a tablet controller (the bad side of touch screen is that theres no "finger touch" return to brain, and always need to be seen before operate).

I will probably need your help when I will start to get the bi directionnality response, but thats not the moment for me now.

azslow3

You can use the following action list:

Strip <Track> <Current>
FX <any> shift <1>
Function <Context> <Open>

That will open GUI for the second FX of the focused strip.
You can vary FX number, strip selection and the operation.

zgildasz

Excellent :-) just have to add a state to close fx now.

Another point (if you prefer I open each question/subject tell me) : is it possible to get some information in AZ from.....the keyboard.... I'm using auto hotkeys since a long time now, and got a lot of "mega shortcuts" and others trick but AZ can be more "clean" to do different functions, so it could be a better alternative for some appropriate function (like fx opening, who were before realize by keyboard shortcut and mouse gesture simulate (very fast, cant be seen)).

azslow3

I do not intercept keyboard. I can not say that I do not have plans to integrate some AHK functionality, but only in the next generation of AZ Controller, for different DAW and a bit different perpose (see Sibiac).

Sonar API supports key sending to it and that is implemented. But that can not replace complex AHK scripts.