Serial Port Command on VoiceTrack Recording

Hi,

Is it possible pass an command to the serial port when a recording has started/ended in the voicetrack window? For example: I open an VT-window, and when I press the REC-button, an command is being sent to the serial port (so my rec-light is going on), and when I stop that recording, another command is being sent (turning the light off).

Is something like this possible with mAirlist(=scripting)?

Thanks :smiley:

Right now you can only use a background script to hook into the “VT recorder opens” and “VT recorder closes” events (OnVTOn, OnVTOff), but not into the record start/stop event.

Hello,

I’m working on a VT hardware remote control (faders, buttons, …) and it would be great to have some feedback from the VT recorder.

So is it possible to extend the next mAirlist version with some more script-events like

  • onVTPlayerStart(PlayerIndex: integer;)
  • onVTPlayerStop(PlayerIndex: integer;)
  • onVTRecorderStart
  • onVTRecorderStop

Best regards and thanks!


front_mAirlist_VTbox.png