Page 4 of 4

Re: Retro handheld consoles anyone?

Posted: Sun Dec 15, 2024 8:45 pm
by scorelessmusic
In case anyone is interested in downloading SMPiano, I've put it up for free at https://xanthia.itch.io/scoreless-music-piano-for-r36s

Re: Retro handheld consoles anyone?

Posted: Sat Dec 21, 2024 10:21 am
by scorelessmusic
Working on drums this week. My first collab project on love2D! Sounds and drum kit presets provided by Sönke Moehl / Low Entropy.


Re: Retro handheld consoles anyone?

Posted: Sat Dec 28, 2024 10:41 am
by scorelessmusic
Coding the UI/UX to make sense for a game console's controller layout. Decided to use the left stick for tempo changing. Had to adjust the UI look to make it intuitive for the user too.


Re: Retro handheld consoles anyone?

Posted: Sat Dec 28, 2024 9:18 pm
by kov_serg

Re: Retro handheld consoles anyone?

Posted: Wed Jan 01, 2025 11:16 pm
by scorelessmusic
For those of you coding for the R36S game console, you might be facing an issue with writing files.

I scoured the net and wiki and implemented the usual fixes like setting identity, but it still didn't work to fix the issue.

Running the test code always works on my mac (to write files), but not on the R36S. So I wrote a quick FileSystem Tester for clues.

Turns out that it is likely a symlink issue by the way ArkOS sets up the save directory.

TIP: I was finally able to write files using the LUA I/O workaround. Will dig more into this and find a stable solution so that I can continue to code my main apps.

https://github.com/xanthiacoder/r36s-fs-tester

IMG_3040.jpeg
IMG_3040.jpeg (1.18 MiB) Viewed 315 times