Search found 2 matches

by Tony
Mon Oct 24, 2016 4:58 pm
Forum: micro:bit boards
Topic: Using Speech and Music import
Replies: 2
Views: 4734

Re: Using Speech and Music import

Thanks, for replying
That’s almost certainly the problem I have.
Spent silly amount of time, wondering why / what I was doing wrong.
Didn’t make sense.
It’s not that it is important, just that I like to know why
I did search for bug report, but didn’t find that one.
So at least I know it not me.
by Tony
Sun Oct 23, 2016 5:52 pm
Forum: micro:bit boards
Topic: Using Speech and Music import
Replies: 2
Views: 4734

Using Speech and Music import

Hi This works ok :- (it plays the tune merry_xmas) ........ from microbit import * # import speech import music # play Merry Christmas merry_xmas = [ 'd4:5', 'g:5', 'g:2', 'a:3', 'g:2', 'f#:4', 'e:4', 'e:4', 'e:4', 'a:4', 'a:3', 'b:3', 'a:2', 'g:4', 'f#:5', 'd:4', 'd:5', 'b:5', 'b:2', 'c5:2', 'b4:2'...