Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

GLFW 3.4 and Raylib 5

Last updated on 11 days ago
R
retrofazaMember
Posted 11 days ago
Yes, the kMusicPlayer and kMusicPlayer_1 versions with the fix run on real hardware. Both behave like my game “picaros” - graphics are fast, but music interrupts. Roughly 2 seconds of sound and 1 second of silence....
serk118ukserk118ukSoftware Dev
Posted 11 days ago

AMIGASYSTEM wrote:

@AMIGASYSTEM - Thanks, I was also trying MeteMP3 today, I'm also creating new skins where it's possible, great player, but I noticed 2 strange things:

If you load a music file, and press the Play button several times "without highlighting the file in the PlayList" MeteMP3 crashes

Another strange thing, if there is no "lstloc.cache" file in the MeteMP3 folder the system crashes, the same problem also occurs with ArModPlugPlayer


I am glad that you are testing and reporting the issues, MeteMP3 sourcecode was gone with my corrupted hd way back and that's one reason why I start developing arSFSDoctor, anyway I have cloned much as I can not as how it was but we have new working MeteMP3 player at testing stage atm
serk118ukserk118ukSoftware Dev
Posted 11 days ago

retrofaza wrote:

@retrofaza - @serk118uk

I tested on real hardware with a graphics card and on linux hosted. (System latest - update2)

Only examples from Lib_Raylib5 work.

Koala seasons, kMusikPlayer, rfxgen and examples from RayGui crash the system, stack error.


Stack error was fixed with kMusicPlayer (see last attachment here)

Focus is kMusicPlayer , as I had mix responds and not sure which route to take , it could todo with hw we are using or something changed within new core or ahi and than again it could be the sound driver or pthread.

KMusicPlayer plays fine on some aros hw and than my intel gma side slow and music plays fine than with your tests , graphics are smooth but you have problem with sound..

My raylib backend uses AHI and pthread to fill in buffer and play. I was too confident that ahi conversion going to work as how I planned since I use same functions on MeteMP3 player and works smoothly..

Anyway I start adding debug point to trace and resolve sound backend.

Stack issue is resolved with kmusicplayer and will add to other programs and reupload soon..
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 11 days ago
Thanks, I was also trying MeteMP3 today, I'm also creating new skins where it's possible, great player, but I noticed 2 strange things:

If you load a music file, and press the Play button several times "without highlighting the file in the PlayList" MeteMP3 crashes

Another strange thing, if there is no "lstloc.cache" file in the MeteMP3 folder the system crashes, the same problem also occurs with ArModPlugPlayer
serk118ukserk118ukSoftware Dev
Posted 11 days ago

AMIGASYSTEM wrote:

@AMIGASYSTEM - serk, I'm experiencing problems with ArmodPlugPlayer, with the new Core the Buttons tend to invade the black frame, also when you play some Mods a strange font appears.

Midi files are also heard badly!


I will recompile ArmodPlugPlayer and will upload to archives , I may have to attach here for tests before I upload.
R
retrofazaMember
Posted 11 days ago
@serk118uk

I tested on real hardware with a graphics card and on linux hosted. (System latest - update2)

Only examples from Lib_Raylib5 work.

Koala seasons, kMusikPlayer, rfxgen and examples from RayGui crash the system, stack error.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 11 days ago
serk, I'm experiencing problems with ArmodPlugPlayer, with the new Core the Buttons tend to invade the black frame, also when you play some Mods a strange font appears.

Midi files are also heard badly!
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 20 days ago
serk the two executables are similar in behaviour, kMusicPlayer is a bit more stable than kMusicPlayer_1, on VMware kMusicPlayer is slow, maybe a native video sheda is required ?

I made a small video where you can see the problems encountered, the Very High Stack is requested if the file "Path.txt" does not exist in the folder
You do not have access to view attachments
serk118ukserk118ukSoftware Dev
Posted 20 days ago
Attached 2 versions , can you please try and see if any better, can you copy single .mp3 file to mudules/ and try please..

btw you do not need to set ant stack , i implement auto stack function to resolve stack problem..
You do not have access to view attachments
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 21 days ago
Also try other music files, e.g. if there are ".mod" modules in the modules folder, Guru appears!

I have created the DualPNG Icons in AROS One style for all your new Applications eventually I will attach the archive

EDIT:

The Path filer works fine, but on WMvare MP3 and Wave files are heard in hiccups!

RFXGen' also requires a high stack, and if you run it several times, the Guru appears.

"Koala" if you run it on WMWare Guru appears "input.device" privilege violation
serk118ukserk118ukSoftware Dev
Posted 21 days ago

AMIGASYSTEM wrote:

@AMIGASYSTEM - Serk kMusicPlayer requires a High Stack, it goes Guru if there is a music file other than Wave in the "Modules" folder

Also, if you run kMusicPlayer with an empty 'Modules' folder, a Guru appears if you use the keys several times


Its weird my acer aspire one d150 don't need stack but acer aspire one d255 needs stack to run any programs, anyhow there is a file called path.txt , you can edit and change where your modules are , to test copy few mp3 files in modules and run kmusicplayer , I will recompile and fix if crashes
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 21 days ago
Serk kMusicPlayer requires a High Stack, it goes Guru if there is a music file other than Wave in the "Modules" folder

Also, if you run kMusicPlayer with an empty 'Modules' folder, a Guru appears if you use the keys several times
serk118ukserk118ukSoftware Dev
Posted 22 days ago
I added joypad support




BTW I ported raygui too , I see if I can zip that too to upload


I will upload to archives later on today..
retrofaza, miker1264, Amiwell79, CoolCat5000, pixie, deadwood, mmartinka
serk118ukserk118ukSoftware Dev
Posted 22 days ago

Dr_Oetker wrote:

@Dr_Oetker - Hi serk, just found this thread and this is very intriguing. Excellent work!

Have you shared the sources to your ports anywhere?


Thank you, project start with glfw 2.x 2 years ago , I did share my 1st port with someone called AmiTony and wos4 on irc channel than they lost interest I think since they never contacted me..
D
Dr_OetkerNewbie
Posted 22 days ago
Hi serk, just found this thread and this is very intriguing. Excellent work!

Have you shared the sources to your ports anywhere?
serk118ukserk118ukSoftware Dev
Posted 8 months ago
Hi all,

Thank you ppl,

Just a quick update, AHI implemented , updeted version on Aros-Archives Uploads...

Simple_PlayMusic added to examples (mp3/flac/wav) tested and plays fine..

usage
Simple_PlayMusic test.mp3 or other formats...
retrofaza, mmartinka, Dr_Oetker
PuniPuniJunior Member
Posted 9 months ago
This looks interesting! Many thanks! Like
M
mmartinkaSoftware Dev
Posted 9 months ago
Excellent work Sekr...
A
Amiwell79Distro Maintainer
Posted 9 months ago
many thanks SerkWink
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 9 months ago
Thanks serk ! i will install your software on the next version of AROS One
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Users who participated in discussion: serk118uk, deadwood, AMIGASYSTEM, retrofaza, Amiwell79, mmartinka, miker1264, Puni, Dr_Oetker
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 9
Members Online 0

Total Members: 265
Newest Member: metaneutrons
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]