Updated How to make music?.md (markdown)
commited
commit
287d4c1d564c258d59d1a39709d934579a9b68b8
... | ... | @@ -1,5 +1,5 @@ |
1 | 1 | ## For everyone |
2 | Using Tim0lmazan's '[game music kit](https://fancade.page.link/f4pG)', you can make music with blocks which don't have any scripts inside them! You might need to copy the sheet block a little to make longer songs. Also, the sound pitch depends on the Z position. |
|
2 | Using Tim0lmazan's '[game music kit](https://fancade.page.link/f4pG)', you can make music with blocks which don't have any scripts inside them! You might need to copy the sheet block a little to make longer songs. Also, the sound pitch depends on the Z position. [Don't know what this means?](https://www.fancade.com/wiki/Build/Which%20direction%20is%20X,Y,Z%3F.md)
|
|
3 | 3 | |
4 | 4 | ## For experienced creators |
5 | 5 | You can use a modulo and just detect the frame. Use a number. You need a beat var, unless using [[Current Frame]]. Then, do this math: ^(2,÷(any, 12)) |