@Questarian I’m trying to add a modfile audio player in PicoCalc Commander, any tips ?
Also I like to rename it cmdr.bas to have an easy life typing run "cmdr ![]()
I haven’t done one, but there’s a discussion on playing MOD’s on The BackShed forum you might want to look at.
@Questarian thank you for the link and for commander code, it made me code my own file explorer dedicated to one folder without subfolders(yet) but especialy dedicated to .mod files ![]()
Please have a look, it’s not only a modfiles player it also play the samples when pressing on the keyboard. Now I will need a mod file that has many sample and no song so this player and poor sampler can become a sampler and not a player ![]()
I’m going to dig this path.
If you have any other good link, please let me know and thanks again.
I used the original commander as a base and rewrote and shortened it horribly. And then I made it absurdly bigger
My code extension allows:
-
launch editor for individual files
-
show file size and modification time
-
show running clock
-
show battery level
-
show preview of first line of file in status line
-
use two types of screensaver (matrix - taken from PicoCalc-Notes/src/matrix.bas at main · LennartHennigs/PicoCalc-Notes · GitHub and simple floating clock - matrix is now running only in Help
)
…and all other features that the original launcher had. Of course it is still under development, all code is ugly and dirty etc., but is working and good for me.
I am currently working on sorting files by name / size / modification date.