Log In  
Follow
Dennis Au

Cart #15800 | 2015-10-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17

3/4 Music Hack (also works for 5/4, 7/8, etc)

By default, music patterns in PICO-8 are 32 notes long. This makes writing music in time signatures other than 4/4 quite difficult. So writing in 3/4 can be quite difficult as 3 doesn't go evenly into 32.

Luckily, we can use the loop function in the sfx editor to cut 32 notes down to 24.

e.g.

but this will loop the first 8 notes again if we play it by itself.

The trick is to use a "empty master" pattern set at so that it plays its 32 empty notes in the time that our 24 actual notes play. Doing some maths, this just requires an empty pattern of SPD 12.

i.e.

[ Continue Reading.. ]

17
12 comments



Cart #15791 | 2015-10-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

INCO-8
My attempt at a PICO-8 shmup.

So far I've got the basic framework in place with some enemy types, movement patterns, bullet patterns etc.
But obviously I haven't really worked on the waves or any type of progression yet.

Very, very WIP.

3
1 comment