Log In  


Cart #bandmachineg42-0 | 2024-09-26 | Code ▽ | Embed ▽ | No License
5

A little music toy. Characters are from VVVVVV

Controls

Arrows to navigate
O to move pitch up
x to move pitch down
Move down from the sequencer to see a list of options
(Transpose is global, Octave is different for each instrument)
To save, press O on the save button then press ctrl+C to copy the save code.
To load, press O on the load button then press ctrl+V to paste the save code, then press X to enter it in.

Demo songs are Kraftwerk - Musique Non Stop, Kraftwerk - Boing Boom Tschak, Eels - Mr E.'s Beautiful Blues
Uses the Defy library

If you make a song with this please share it here! I want to see it!

5


This is lovely! Is there anyway I could use to make music for a pico-8 game?


This is really cool. I made a little song with it.

16,0,0,0,0,0,4,7,7,2|1,3,0,3,2,3,0,3,1,3,3,1,2,3,0,3,1,3,1,3,2,3,0,3,1,3,1,1,2,3,0,3/13,13,0,0,13,13,0,0,17,18,20,20,20,20,0,0,13,13,13,0,17,17,0,0,20,20,0,20,20,20,24,24/25,25,25,25,22,22,22,22,13,13,15,25,15,17,13,0,13,12,15,13,12,0,12,0,12,0,12,13,15,15,0,8/25,27,25,29,25,30,25,32,25,30,25,29,25,27,25,0,25,24,25,22,25,20,25,18,25,17,25,15,25,12,25,1/0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

One little quality of life improvement I think it could use is markers every 4 steps

I made that by sticking this in the _draw() function below boost_smooth+=(boost-boost_smooth)/16

line(0,8,7,8,6)
line(32,8,39,8,6)
line(64,8,71,8,6)
line(96,8,103,8,6)

It's not exactly great looking but it serves its purpose without getting in the way.


I've been loving this and I'm using it to make the sounds for ludum dare this weekend:

here's one jam:

16,0,0,0,0,0,7,7,2,7|1,0,0,3,0,0,3,0,2,0,0,3,0,0,3,0,1,0,0,3,0,0,3,0,2,0,0,3,0,0,3,0/15,15,0,15,0,17,0,18,18,0,0,0,0,0,0,23,20,0,0,0,0,20,18,0,18,17,0,15,0,0,0,0/25,25,25,25,24,0,0,22,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0/27,0,0,0,27,27,0,25,0,0,0,0,25,25,0,24,0,0,0,0,22,24,0,22,25,0,24,0,22,0,20,0/1,0,0,0,0,1,0,1,0,2,0,8,9,8,7,0,0,0,0,0,0,1,2,1,0,0,0,0,0,0,0,0



[Please log in to post a comment]