Activities/Music Keyboard: Difference between revisions
Line 27: | Line 27: | ||
== Add recording to Music Keyboard activity == | == Add recording to Music Keyboard activity == | ||
There are code, actually commented, to record sounds in TamTamMini activity. I don't know if the code is working or not, but is a alternative to explore. Other options to explore, is check if we can save the key press/release events, or convert to a more useful format as midi. | There are code, actually commented, to record sounds in TamTamMini activity. I don't know if the code is working or not, but is a alternative to explore. | ||
The activity TamTamJam use sequences of notes as loops to play. Can we save a loop in MusicKeyboard? Should be good for interoperability. | |||
Other options to explore, is check if we can save the key press/release events, or convert to a more useful format as midi. | |||
== Display notes in a score in Music Keyboard activity == | == Display notes in a score in Music Keyboard activity == |