playrhythm, 1st level added

Authored by iamutkarshtiwari on Apr 14 2017, 8:51 PM.

Description

playrhythm, 1st level added

Restricted Application added a subscriber: jjazeix. ยท View Herald TranscriptApr 14 2017, 8:51 PM

it's a quick review, please use the images directly from playpiano activity when possible.

/src/activities/play_rhythm/PlayRhythm.qml
102

need to check if adding an Audio is useful or not

146

you should not use Audio. In this case, you can use the audioEffects to play the note

217

use the ones in playpiano

289

http://doc.qt.io/qt-5/qml-qtgraphicaleffects-coloroverlay.html
Note: It is not supported to let the effect include itself, for instance by setting source to the effect's parent.

It should be outside

/src/activities/play_rhythm/play_rhythm.js
33

line