Search found 122 matches

by franksiegers
22 Oct 2021 11:48
Forum: Questions & Answers
Topic: Is there an event for OnQuickPlayerStarted
Replies: 9
Views: 2934

Re: Is there an event for OnQuickPlayerStarted

Hi Bernd, I've tried OnPFLOn and OnPFLOff: OnPFLOn: EXEC_SEND_DRAIRLITE_REMOTECUE 6|1 OnPFLOff: EXEC_SEND_DRAIRLITE_REMOTECUERESET OnPFLOff seems to introduce some hard to explain problems problems with communication to the Airlite. After using OnPFLOn/Off, the Airlite doesn't respond to Event/comma...
by franksiegers
15 Oct 2021 17:02
Forum: Questions & Answers
Topic: Is there an event for OnQuickPlayerStarted
Replies: 9
Views: 2934

Re: Is there an event for OnQuickPlayerStarted

Hi, Hopefully I can clarify what I'm trying to accomplish: I have dedicated a channel on the airlite (channel 6) for the PFL player. Whenever I use the PFL Player of SegueEditor, the Cue function of channel 6 on the Airlite is automatically activated. That way I can pre-listen something in my head p...
by franksiegers
15 Oct 2021 15:23
Forum: Questions & Answers
Topic: Is there an event for OnQuickPlayerStarted
Replies: 9
Views: 2934

Is there an event for OnQuickPlayerStarted

Hi Bernd,

I'm using OnPFLOn to automatically activate the Cue feature of my Airlite. I would like to do the same when a Quick Player is started, but can't seem to find something like OnQuickPlayerStarted. Is there such an event?

Thanks again!

Frank.
by franksiegers
15 Oct 2021 15:21
Forum: Questions & Answers
Topic: Standby Players set led
Replies: 7
Views: 1977

Re: Standby Players set led

I would like to know as well. I've searched the manual for the macro name but can't seem to find it. Thanks!
by franksiegers
15 Oct 2021 15:20
Forum: Questions & Answers
Topic: OnDJAPlay doesn't work twice in a row
Replies: 1
Views: 980

OnDJAPlay doesn't work twice in a row

Hi Bernd, I've set the following events: OnDJAPlay: Set the track state for module 4 to 1 ("PLAYING") EXEC_SEND_DRAIRLITE_SETTRACKSTATE 4|1 OnDJAStop: Set the track state for module 4 to 0 ("STOPPED") EXEC_SEND_DRAIRLITE_SETTRACKSTATE 4|0 OnDJAEject: Turn off the channel so it's ...
by franksiegers
12 Oct 2021 11:13
Forum: Bug Reports
Topic: Small typo in General Settings > Category Meta Data/WaveForm
Replies: 3
Views: 2065

Re: Small typo in General Settings > Category Meta Data/WaveForm

Well, since I'm already nitpicking, should you go and change it, perhaps also remove the word 'Settings' from 'Playlist Settings' and 'Player Settings' since it's all settings here?

Okay, that''ll be all for now :D
by franksiegers
12 Oct 2021 10:05
Forum: Bug Reports
Topic: Small typo in General Settings > Category Meta Data/WaveForm
Replies: 3
Views: 2065

Small typo in General Settings > Category Meta Data/WaveForm

Hi Bernd,

The category title for Meta Data/WaveForm seems to spell 'WaveFrom':
PFOA WaveFrom.png
And on a very small but similar note: 'Meta Data' seems to be inconsistently spelled as both one and two words...
by franksiegers
09 Oct 2021 10:38
Forum: Questions & Answers
Topic: Can I start a standby player with the D&R Airlite?
Replies: 5
Views: 1653

Re: Can I start a standby player with the D&R Airlite?

Hi Bernd, indeed that wouldn't make sense. It was actually more an example. What I would like to do, is stop (or perhaps eject) all standby players upon closing the fader. I'm trying to control standby players using the control buttons on the Airlite. I've had great succes with controlling the carts...
by franksiegers
08 Oct 2021 21:59
Forum: Questions & Answers
Topic: Can I start a standby player with the D&R Airlite?
Replies: 5
Views: 1653

Re: Can I start a standby player with the D&R Airlite?

Great, this is working! Is there also a parameter for *all* standby players?

I've tried STANDBY_PLAYPAUSE ALL and STANDBY_PLAYPAUSE 1-99.

Thanks and enjoy your holiday!
by franksiegers
08 Oct 2021 19:18
Forum: Questions & Answers
Topic: Can I start a standby player with the D&R Airlite?
Replies: 5
Views: 1653

Can I start a standby player with the D&R Airlite?

Hi Bernd,

I've followed Benjamin Hartwich tutorial. In GPIO client > tab D&R mixer > Mapping, he uses the following to start player C when module 6 is activated:
Event mappings.PNG
I would like this to start Standby Player 1. Is this possible?

Something like STANDBY_PLAY_1