Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

nanobot567

15
Posts
82
Followers
2
Following
A member registered Sep 08, 2021 · View creator page →

Creator of

Recent community posts

(1 edit)

Hey! Thanks for giving Musik a go :)

What do you mean by not playing properly? If it's an issue with playback speed do your MP3s all have the same bitrate and sample rate? If it's another issue then please let me know and I can look into it.

Regarding album art, yes, I agree it would be cool, although personally I'd prefer to keep Musik pretty simple. Most other Playdate music players have a bunch of other stuff thrown in, so I think having a basic player could be nice for people who'd rather have this sort of thing xP

Of course, feel free to fork the source code and make your own version though! Or if you haven't already, check out Kicooya, I believe it has album art support.

Just released the new version :)

(1 edit)

Hey! Glad you're enjoying the app :D

I'll add a setting to reverse the play and pause button graphics for you, shouldn't take too long!

Hey there, glad you're enjoying it!! Yeah, I think that happens when you play an audio file has a different sample rate than the others. To fix that, you can either:

- drag your MP3 into something like Audacity, change the project rate (it should be in the bottom left corner) to 44100 Hz (or the same rate as the rest of your files), then re-export the MP3

- change the sample rate with ffmpeg: `ffmpeg -i input.mp3 -ar 44100 output.mp3`

That should fix the issue. Hope this helps! :)

Ok, the performance issue has been fixed! Thanks again for the bug report!

Thanks for letting me know! I’ll push a fix as soon as I can :)

It’s under the MIT license, I’ll add the license here in a few so there’s less confusion :)

And I've released version 3.0! Thanks again for your suggestions!

Hello, thank you for your suggestions! I will incorporate all of them in the next release :)

No problem! Have a good flight :)

(1 edit)

It should also support .PDAs, which are audio files that have been converted into a Playdate-readable format.

If you want to play, say, WAVs, you should send those files through Audacity to convert them into MP3s.

Also, no problem! Let me know if you have any features that you'd like me to add!

Thanks!

I found a bug with the to-do list, when I try to delete a list it always deletes the last one in the list (of lists).

(1 edit)

Oh my gosh, thank you so much!!! (I can't believe you made a video on this game lol)

(EDIT: Also, I fixed the cloud movement via crank, it should be faster/easier to move it now)

I just purchased this and it is great! Awesome job!

(Also, it would be neat if there was a notepad :) )