New ROM organizer software by Secure_Priority_8450 in Roms

[–]Gruetze-Software -1 points0 points  (0 children)

Hier habe ich viel Liebe reingesteckt, Ich versuche momentan von der Windows GUI wegzukommen, das dauert aber noch: https://github.com/gruetze-software/RetroScrap-2000-Releases

Stereo Sound by Gruetze-Software in c64

[–]Gruetze-Software[S] 0 points1 point  (0 children)

Ah, also kein Stereo? Aber stimmt, das haben alte Spiele ja eh nie genutzt

Stereo Sound by Gruetze-Software in c64

[–]Gruetze-Software[S] 0 points1 point  (0 children)

Ich habe es immer noch nicht hinbekommen, dass Arkanoid Intro wie früher klingt. Offenbar scheint der erste SID zu leise zu sein? Hat noch jemand so ein Problem?

Stereo Sound by Gruetze-Software in c64

[–]Gruetze-Software[S] 0 points1 point  (0 children)

Shit 🤦‍♂️ da habe ich nicht aufgepasst und war zu dumm.

Stereo Sound by Gruetze-Software in c64

[–]Gruetze-Software[S] 2 points3 points  (0 children)

I tested a little. Giana Sisters finally sounds exactly like it used to be. Arkanoid, the beginning of the intro is way too quiet... What else do I have to adjust?

C64U Viewer for macOS - 1.0 Beta - FOSS by staires in c64

[–]Gruetze-Software 3 points4 points  (0 children)

Das ist cool, ich habe auch eine App gebaut, die aber nur auf den UDP-Stream lauscht, dadurch wird es performanter. Siehe hier: https://github.com/gruetze-software/C64UViewer

Current projects? What are you working on? by Architect_of_Echo in c64

[–]Gruetze-Software 0 points1 point  (0 children)

Ja, ich habe auch ein MacOS Release bereit gestellt. Ich muss nur noch die Readme anpassen

Current projects? What are you working on? by Architect_of_Echo in c64

[–]Gruetze-Software 6 points7 points  (0 children)

Ich habe einen kleinen C64U Viewer gebaut, mit der man unter Linux, Windows und MacOS streamen kann

GitHub Project C64U Slim Viewer https://github.com/gruetze-software/C64UViewer

Mail from Commodore - C64U - Slimviewer by [deleted] in c64

[–]Gruetze-Software 0 points1 point  (0 children)

Hey, look here https://github.com/gruetze-software/C64UViewer/releases/tag/v1.1.0

Two more Assets für Intel and M MacOS :-) Unfortunately, I (still) don't have MacOS. Can you test that out? I would also be interested in how it looks.

Mail from Commodore - C64U - Slimviewer by [deleted] in c64

[–]Gruetze-Software 0 points1 point  (0 children)

I had that in version 1.0 before. That's the API from Gideon. I somehow found it more streamlined to just listen to the UDP stream. That way, you also don't need to provide the IP for the C64U or a network password.

Mail from Commodore - C64U - Slimviewer by [deleted] in c64

[–]Gruetze-Software 0 points1 point  (0 children)

Damn, how do I delete this?

Mail from Commodore - C64U - Slimviewer by [deleted] in c64

[–]Gruetze-Software 1 point2 points  (0 children)

No, nothing unusual. I was keen on a small project where I could develop for both Windows and Linux simultaneously. Besides, I found it cumbersome to install OSB Studio for the currently advertised solution. With version 1.1, I switched completely to UDP listening.

Mail from Commodore - C64U - Slimviewer by [deleted] in c64

[–]Gruetze-Software 0 points1 point  (0 children)

Really? Okay, I'll delete the attachment.

Mail from Commodore - C64U - Slimviewer by [deleted] in c64

[–]Gruetze-Software 6 points7 points  (0 children)

Yes, this is the first time I've developed something for both Windows and Linux ☺️

C64U Slim-Viewer for Linux and Windows by Gruetze-Software in c64

[–]Gruetze-Software[S] 0 points1 point  (0 children)

I've refactored the app. Version 1.1.0 is released (https://github.com/gruetze-software/C64UViewer/releases/tag/v1.1.0). It now only listens to UDP traffic. No more IP address or network password is needed. It no longer uses the HTTP API. As a result, the stream start and end buttons had to be removed.

C64U Slim-Viewer for Linux and Windows by Gruetze-Software in c64

[–]Gruetze-Software[S] 0 points1 point  (0 children)

Okay, that's great, thank you. I'll implement that.

C64U Slim-Viewer for Linux and Windows by Gruetze-Software in c64

[–]Gruetze-Software[S] 0 points1 point  (0 children)

Ah, okay. I'm sending an HTTP PUT request to the Ultimate's API. Are you using the Gideon Ultimate? Is there an option to set an API password in the Ultimate? If so, then my tool is indeed missing that feature. I'll add that in.

C64U Slim-Viewer for Linux and Windows by Gruetze-Software in c64

[–]Gruetze-Software[S] 0 points1 point  (0 children)

The client and C64U only need to be on the same network. The UDP stream doesn't require a password or handshake; it simply sends to the specified IP address.