One thing to note is that when I make the following change, any value from the slider results in "VOLUME: 0"
=== modified file 'app/alarm/AlarmSettingsPage.qml' --- app/alarm/AlarmSettingsPage.qml 2015-07-29 19:35:00 +0000 +++ app/alarm/AlarmSettingsPage.qml 2015-08-07 22:35:02 +0000 @@ -35,7 +35,7 @@ Audio { id: previewAlarmVolume audioRole: MediaPlayer.alarm + onVolumeChanged: console.log("VOLUME: ", volume) } -- https://code.launchpad.net/~gang65/ubuntu-clock-app/ubuntu-clock-volume-preview/+merge/264783 Your team Ubuntu Clock Developers is subscribed to branch lp:ubuntu-clock-app. -- Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers More help : https://help.launchpad.net/ListHelp