Log In  


MP8
by pauto
Cart #57557 | 2018-10-05 | Code ▽ | Embed ▽ | No License
1

MP8 is a music player for Pico8. It plays the music from the carts on your local system.

How to try it

The cart doesn't work on the BBS (because there's no access to the filesystem), so in order to test it please follow this steps in your Pico8 command line:

> load #57557
> save mp8.p8
> load mp8.p8

And then run the cart.

1


Would be nice if ZEP gets around this and lets you play music from any existing cart. :)


Maybe you could reload() the music part of a cart by its ID? I've never delved into that kind of thing, but that might make it usable on the website, provided you know the ID of the cart you want to play music from.


I tried that but it seems like "reload" only supports local carts and not #cart_id :(



[Please log in to post a comment]