better idenfication of which mksafe is being applied
This commit is contained in:
parent
f5a0d0a9a4
commit
298e5a9b77
|
@ -231,6 +231,7 @@ s = switch(id="schedule_noise_switch",
|
||||||
|
|
||||||
s = if dj_live_stream_port != 0 and dj_live_stream_mp != "" then
|
s = if dj_live_stream_port != 0 and dj_live_stream_mp != "" then
|
||||||
dj_live = mksafe(
|
dj_live = mksafe(
|
||||||
|
id="dj_live_mksafe",
|
||||||
audio_to_stereo(
|
audio_to_stereo(
|
||||||
input.harbor(id="live_dj_harbor",
|
input.harbor(id="live_dj_harbor",
|
||||||
dj_live_stream_mp,
|
dj_live_stream_mp,
|
||||||
|
@ -253,6 +254,7 @@ end
|
||||||
|
|
||||||
s = if master_live_stream_port != 0 and master_live_stream_mp != "" then
|
s = if master_live_stream_port != 0 and master_live_stream_mp != "" then
|
||||||
master_dj = mksafe(
|
master_dj = mksafe(
|
||||||
|
id="master_dj_mksafe",
|
||||||
audio_to_stereo(
|
audio_to_stereo(
|
||||||
input.harbor(id="master_harbor",
|
input.harbor(id="master_harbor",
|
||||||
master_live_stream_mp,
|
master_live_stream_mp,
|
||||||
|
|
Loading…
Reference in New Issue