Search found 92 matches

by fjb59
15 Sep 2023 20:35
Forum: Questions & Answers
Topic: the if statement.
Replies: 2
Views: 443

Re: the if statement.

To determine, if the voice tracking window is open, you can use the ${isvoicetrackingopen} macro - which is much easier. Note sure what you do later (in your flow), but as an example you can use: EXEC_COMMAND2 ${isvoicetrackingopen}|Equals(1)|VT_REC_BUTTON {/quote] that's much easier than what i wa...
by fjb59
15 Sep 2023 18:35
Forum: Questions & Answers
Topic: the if statement.
Replies: 2
Views: 443

the if statement.

hello. i wish using scripting to determine whether the voicetracking window is open. i understand i can achive this by invoking a VT_STATUS_GET which will return >0 if the window is open howoever this is more about the flow of the if statement than anything else. i looked at the manual and it seems ...
by fjb59
15 Sep 2023 18:27
Forum: Wish List
Topic: a seperate forum room for programming issues
Replies: 1
Views: 2062

a seperate forum room for programming issues

hello. Can we have a sperate forum room for progrramming issues please? the programming language is quite complex and should have its own forum room.

Thank you
by fjb59
11 Sep 2023 16:45
Forum: Questions & Answers
Topic: how to use mixer events to sync mcu to propfrexx fader
Replies: 6
Views: 740

Re: how to use mixer events to sync mcu to propfrexx fader

As said: You can e.g. use the 'OnVolumeChanged' event to send mixer commands when the fader is moved. but i didn't ask how to do that. I asked how to determine which fader is moved on proprfrexx, not on the mcu. Although to be fair i think you asnwer my question below. ~Thank you for that, [quote[ ...
by fjb59
11 Sep 2023 16:02
Forum: Questions & Answers
Topic: how to use mixer events to sync mcu to propfrexx fader
Replies: 6
Views: 740

Re: how to use mixer events to sync mcu to propfrexx fader

As said: You can e.g. use the 'OnVolumeChanged' event to send mixer commands when the fader is moved. but i didn't ask how to do that. I asked how to determine which fader is moved on proprfrexx, not on the mcu. Although to be fair i think you asnwer my question below. ~Thank you for that, [quote[ ...
by fjb59
11 Sep 2023 09:32
Forum: Questions & Answers
Topic: how to use mixer events to sync mcu to propfrexx fader
Replies: 6
Views: 740

Re: how to use mixer events to sync mcu to propfrexx fader

I assume you know how to construct MCU MIDI commands and what to send to your Midi device?! The EXEC_SEND_MIDI2_MCU command send a MCU command to the 2nd MIDI device. The ${inputmixer1volume} macro resolves the volume of the first input mixer (counted from left to right) as an integer value between...
by fjb59
10 Sep 2023 23:05
Forum: Questions & Answers
Topic: how to use mixer events to sync mcu to propfrexx fader
Replies: 6
Views: 740

how to use mixer events to sync mcu to propfrexx fader

Hello. i have this command EXEC_SEND_MIDI2_MCU fader|7|${inputmixer1volume} i want it fo fire off when i move my voicetracking facer on proprexx i think i need to put it in one of the fader events in the fade/commands section. Which one and how do i determine it fires only on the voicetracking fader...
by fjb59
10 Sep 2023 00:22
Forum: Questions & Answers
Topic: presonus faderport. Has anyone got it working with propfrexx
Replies: 2
Views: 479

Re: presonus faderport. Has anyone got it working with propfrexx

sadly, although the mid mode seems to reveal a lot of information, the position of the fader deoes not appear to have any effect on mdi onformation a,d niether do some of the buttons but others do addordingto the midi monitor. As you say, "propriatory". i think the docs mentios Hu1 somewhe...
by fjb59
09 Sep 2023 23:31
Forum: Questions & Answers
Topic: presonus faderport. Has anyone got it working with propfrexx
Replies: 2
Views: 479

presonus faderport. Has anyone got it working with propfrexx

has anyone got one of these to work with propfrexx? as in the motorised faders coinciding with the voice tracking fader volume and vica versa?
i tried sending an mcu fader commant but nothing happened.
by fjb59
21 Jul 2023 18:16
Forum: Bug Reports
Topic: advanced query/expression builder doesn work under test in a script
Replies: 12
Views: 5199

Re: advanced query/expression builder doesn work under test in a script

Then you should read my answer again carefully, as I did answer your question. Maybe not to your satisfaction. Here it is again: YOU DO NOT GET THE SAME RESULTS - NO OPTION! AND I WILL NOT CHANGE THE BEHAVIOR, AS IT IS DONE BY GOOD DESIGN - SO THIS IS NOT BUG! i remmber at the begginging of this co...