commit/StationPlaylist: josephsl: Broadcast Profiles (6.0-dev): Intro and microphone alarms are now profile-spceific settings, initial profiles framework finished.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 14 Jun 2015 18:17:54 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/cb8bc20ff3b8/
Changeset: cb8bc20ff3b8
Branch: 6.0/broadcastProfile
User: josephsl
Date: 2015-06-14 18:17:22+00:00
Summary: Broadcast Profiles (6.0-dev): Intro and microphone alarms are now
profile-spceific settings, initial profiles framework finished.

Affected #: 1 file

diff --git a/addon/appModules/splstudio/splconfig.py
b/addon/appModules/splstudio/splconfig.py
index 24ab22d..ec0fbcf 100755
--- a/addon/appModules/splstudio/splconfig.py
+++ b/addon/appModules/splstudio/splconfig.py
@@ -360,6 +360,10 @@ class SPLConfigDialog(gui.SettingsDialog):
self.outroCheckBox.SetValue(selectedProfile["SayEndOfTrack"])

self.endOfTrackAlarm.SetValue(long(selectedProfile["EndOfTrackTime"]))
self.onOutroCheck(None)
+ self.introCheckBox.SetValue(selectedProfile["SaySongRamp"])
+
self.songRampAlarm.SetValue(long(selectedProfile["SongRampTime"]))
+ self.onIntroCheck(None)
+ self.micAlarm.SetValue(str(selectedProfile["MicAlarm"]))

# Profile controls.
# Rename and delete events come from GUI/config profiles dialog from
NVDA core.

Repository URL: https://bitbucket.org/nvdaaddonteam/stationplaylist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/StationPlaylist: josephsl: Broadcast Profiles (6.0-dev): Intro and microphone alarms are now profile-spceific settings, initial profiles framework finished. - commits-noreply