(try pressing A to see how it sounds!)
INTRODUCTION:
so i whipped up something that will (at least for me) make music in makecode much easier (but not when making it though ) basically the system is similar to the note blocks in scratch used for making music, you have much more of a variety of instruments (i used this extension: https://github.com/klausw3/pxt-sound-effects) including:
- triangle
- sawtooth
- sine
- square 10%
- square 20%
- square 30%
- square 40%
- square 50%
- cycle 16
- cycle 32
- cycle 64
- tuneable noise
but you arenβt just limited to more instruments, because there are also 6 effects!
- no effect (haha, there are only 5)
- fade out
- fade in
- drop (good for drums)
- vibrato (sounds slightly choppy though)
- arpeggio
HOW TO USE:
so when you get out a function block it will look like this
ill tell you what each of those mean!
so basically in the end it might look something like this:
NOTE:
the effect option WILL be needed with vibrato and arpeggio, with arpeggio, you will want to sett it to whatever other note you want to use in the effect, with vibrato, you will need to set it to whatever other frequency you want to subtract the note by.
i hope you enjoy it and not have too much trouble XD
let me know if you have any questions!