mntmn | ah the prefsfile might have some secrest | 00:03 |
---|---|---|
mntmn | secrets even | 00:03 |
mntmn | naja later | 00:03 |
mntmn | need to go home | 00:03 |
_Bnu | I mean, I don't get any sound at all, yet... | 00:09 |
_Bnu | Just the initial 1024 samples of silence. | 00:09 |
+ Guest5014 (~Guest50@98-125-168-120.dyn.centurytel.net) | 00:43 | |
- Guest5014 (QUIT: Client Quit) (~Guest50@98-125-168-120.dyn.centurytel.net) | 00:43 | |
+ Guest22122 (~Guest2212@98-125-168-120.dyn.centurytel.net) | 00:43 | |
mntmn | _Bnu: for me, chaosengine.mod also starts with a lot of silence now because... ahi delivers only half of the audio. | 01:04 |
mntmn | and those pt mods have strong stereo separation | 01:04 |
mntmn | ahi4, that is. | 01:04 |
mntmn | _Bnu: i wonder why there are extra hifi etc settings in the prefsfile, that's kind of a duplication of those flags the driver returns in alloc | 01:05 |
- Guest22122 (QUIT: Ping timeout: 246 seconds) (~Guest2212@98-125-168-120.dyn.centurytel.net) | 01:17 | |
_Bnu | Uhhh, not sure. AHI isn't supposed to use HiFi if the driver doesn't report it as supported, but that might be the problem. | 01:26 |
_Bnu | You can just set them to false and rebuild it using VASM, just remember to chop off the bytes before FORM. | 01:27 |
_Bnu | Basically HiFi just sends 32-bit samples. | 01:27 |
- bfarmilo_ (QUIT: Ping timeout: 240 seconds) (~bfarmilo@202.56.40.240) | 01:42 | |
mntmn | yeah might to that tomorrow or sunday | 01:49 |
mntmn | depending on how much i want ro ruin my weekend ^^ | 01:50 |
mntmn | ro->to | 01:50 |
- S0rin (QUIT: Ping timeout: 250 seconds) (~S0rin@user/s0rin) | 02:08 | |
+ S0rin (~S0rin@user/s0rin) | 02:09 | |
+ RobDangerous (~Thunderbi@p200300ec8f3e1c0089d6425751775c57.dip0.t-ipconnect.de) | 08:43 | |
+ isoriano (~isoriano@5.147.209.166) | 08:58 | |
isoriano | Good morning. | 08:58 |
+ bfarmilo (~bfarmilo@202.56.40.240) | 09:39 | |
- S0rin (QUIT: Ping timeout: 268 seconds) (~S0rin@user/s0rin) | 10:11 | |
+ S0rin (~S0rin@user/s0rin) | 10:13 | |
- xet7 (QUIT: Remote host closed the connection) (~xet7@user/xet7) | 10:16 | |
+ xet7 (~xet7@user/xet7) | 10:17 | |
emiespo[m] | So /me thinking that AHI Paula DMA wasn’t always using too much CPU was a wrong assumption? I shall check the driver version and try COTMI again! | 12:55 |
mntmn | no, was not necessarily wrong | 13:21 |
mntmn | i mean, except if using v6 | 13:21 |
- S0rin (QUIT: Ping timeout: 250 seconds) (~S0rin@user/s0rin) | 14:10 | |
+ S0rin (~S0rin@user/s0rin) | 14:11 | |
_Bnu | Switching out the Paula drive won't do anything. | 14:34 |
_Bnu | Also driver. | 14:34 |
_Bnu | But AHI 6.0 is mostly unusable on a 68k system, that much is for certain. | 14:35 |
mntmn | yeah. now i just want my stereo samples back with v4 and then i'm happy | 15:22 |
_Bnu | Did you recomplilielr the prefsfile without hifis... | 15:33 |
mntmn | nope unfortunately i am nowhere near amiga today | 15:50 |
mntmn | HifiFS | 15:50 |
_Bnu | What was I doing... | 16:31 |
_Bnu | Hnh. | 16:34 |
_Bnu | If I don't set the slave process priority to 127, the signals never actually reach the slave process. | 16:36 |
_Bnu | So it definitely makes a difference, just... not in the way I think anyone would expect. | 16:37 |
apolkosnik[m] | Sounds like lemming trafficking | 16:41 |
- S0rin (QUIT: Ping timeout: 250 seconds) (~S0rin@user/s0rin) | 17:07 | |
+ S0rin (~S0rin@user/s0rin) | 17:08 | |
mntmn | _Bnu: that doesn't sound right. i have prio 20 currently | 17:16 |
_Bnu | Yeah, but aren't you using AHI's mixing and timing? | 17:20 |
_Bnu | I mean, I can try it, if you want me to. And analyze the data it gives me. | 17:21 |
_Bnu | I'm guessing that would be more helpful than me trying to do something else. | 17:22 |
_Bnu | No, it doesn't seem to work. At least not when triggered from VERTB. | 17:26 |
mntmn | Claude: i'd be pretty interested in one of those pistorm32s btw... i have a 1200 connector somewhere iirc... and a rpi cm4 | 17:28 |
mntmn | _Bnu: no data arriving? btw sorry i always forget that you don't use mixing and timing. | 17:29 |
Claude | mntmn: noted and a pleasure :) | 17:29 |
mntmn | cool ^^ | 17:29 |
_Bnu | No data arriving? I get the interrupt, and it goes into the interrupt handler, but the signal never arrives in the slave process. | 17:36 |
_Bnu | I tried with mixing and timing enabled as well, but same thing. | 17:36 |
_Bnu | Only difference is I get 220 samples buffered when I enable mixing and timing, instead of 0... it still refuses to do anything with ScummVM, though... | 17:37 |
_Bnu | Does ScummVM run for you? Or maybe I should be testing with that music player, I have no idea. | 17:37 |
_Bnu | (I have no music player and no music to play, since I never really listen to music...) | 17:40 |
mntmn | _Bnu: the signal doesn't arrive? sounds like something wrong with the signalling code. if you want, put that c file up on your site or gist and i take a quick look | 17:42 |
mntmn | _Bnu: i'm testing with hippoplayer (very fast, a bit weird UI) and ami-modplayer or something, cli only | 17:43 |
mntmn | ami-playmod i think | 17:43 |
mntmn | ami-playmod also includes many illegal mods | 17:43 |
mntmn | ripped from games and stuff | 17:43 |
mntmn | on aminet... | 17:43 |
mntmn | _Bnu: http://aminet.net/package/mus/play/Ami-PlayMOD_V1_0 | 17:44 |
_Bnu | I mean if something was wrong with the signaling code, why would the signal arrive at prio 127? | 17:47 |
_Bnu | But okay. | 17:47 |
_Bnu | https://gist.github.com/beeanyew/56ef9554fa32d9c94b4bbdbac316e498 | 17:47 |
_Bnu | But you don't think it has anything to do with the interrupt server function being triggered on vblank? | 17:49 |
mntmn | no, it worked for me | 17:49 |
mntmn | _Bnu: do you hit debug message 21? | 17:51 |
_Bnu | Of course. | 17:52 |
mntmn | ok, and you do not hit the break in 239? | 17:52 |
mntmn | because it could be that you get the play signal but also the slave signal and it exits the loop | 17:53 |
_Bnu | But how... | 17:53 |
mntmn | you would get debug message 7 then though | 17:54 |
mntmn | do you know that you arrive at the Wait() again? | 17:55 |
mntmn | maybe it gets stuck in one of the CallHookPkt, PreTimer or PostTimer | 17:55 |
_Bnu | I'll check in a bit, cooking food. | 17:56 |
mntmn | alright | 17:56 |
mntmn | i am listening to techno with my dog and waiting for pizza delivery... | 17:56 |
mntmn | i would sprinkle debug msgs in front of wait, and before/after each callhookpkt and pre and post timer to see where it goes (or doesn't return from) | 17:57 |
mntmn | btw i personally did not use pre/post timer | 17:57 |
mntmn | (yet) | 17:58 |
_Bnu | But then how does it keep triggering the signal on priority 127? | 17:58 |
emiespo[m] | Kinda OT: finally got one PiStorm (fully assembled), was looking for the rest of material to buy, like a fan and a (very) flat HDMI cable. Any recommendations? The flattest HDMI cables I can find on eBay aren’t that flat… | 18:10 |
mntmn | i had a hdmi flat band cable somewhere... they exist, although very illegal | 18:15 |
mntmn | _Bnu: idk but prio 127 can starve everything else / stop other stuff from having a chance to happen | 18:15 |
isoriano | emiespo[m]: https://www.berrybase.de/audio-video/kabel-adapter/hdmi/flachbandkabel-100cm-f-252-r-diy-hdmi-kabel | 18:19 |
_Bnu | [PI-AHI-amiga] SLAVE:Waiting for signal | 18:26 |
_Bnu | And then nothing except endless IRQ triggers... | 18:27 |
+ my_pc_is_amiga (~my_pc_is_@c-71-197-66-36.hsd1.ca.comcast.net) | 18:28 | |
mntmn | that is very strange | 18:28 |
mntmn | vertb is running at 50hz and not some ridiculous speed? | 18:29 |
_Bnu | It's running at 50Hz as far as I can tell. | 18:30 |
_Bnu | But yeah, if I change the prio to 127, suddenly: | 18:30 |
_Bnu | [PI-AHI-amiga] SLAVE:PlaySignal. BuffSamples: 220 | 18:30 |
_Bnu | [PI-AHI-amiga] SLAVE:PlaySignal End | 18:30 |
_Bnu | [PI-AHI-amiga] SLAVE:Waiting for signal | 18:30 |
_Bnu | [PI-AHI-amiga] Called PLAYFUNC. | 18:30 |
_Bnu | (PLAYFUNC being the IRQ server code.) | 18:30 |
- my_pc_is_amiga (QUIT: Ping timeout: 240 seconds) (~my_pc_is_@c-71-197-66-36.hsd1.ca.comcast.net) | 18:33 | |
+ my_pc_is_amiga (~my_pc_is_@c-71-197-66-36.hsd1.ca.comcast.net) | 18:33 | |
my_pc_is_amiga | Hi -- over at EAB in the thread "P96 3.0 and beyond" there is mention of some fixes for ZZ9000 driver for P96 3.1.1... | 18:34 |
my_pc_is_amiga | is there a link to this zz9000 p96 driver install? | 18:35 |
mntmn | _Bnu: weiored | 18:37 |
mntmn | my_pc_is_amiga: the 1.9 alpha version perhaps? | 18:37 |
mntmn | my_pc_is_amiga: here are two versions to try: | 18:38 |
mntmn | http://dump.mntmn.com/BOOT.bin-z3-1.9a-20210622c | 18:39 |
mntmn | http://dump.mntmn.com/BOOT.bin-z3-1.9a-20210805 (may not work) | 18:39 |
_Bnu | There are no specific fixes for 3.1.1 as far as I know. | 18:41 |
_Bnu | The .card files in http://www.apehead.se/snakes9000 do fix the issue with moving the mouse across different monitors with P96MonitorCX or whatever it's called. | 18:41 |
_Bnu | You will however need to reassign the modes in Picasso96Mode to the RTG board after installing it, since the chip ID has changed (back). | 18:42 |
mntmn | ohh i have not even experienced that futuristic stuff yet | 18:43 |
mntmn | _Bnu: is multi monitor supposed to work across rtg/native screen or 2 graphics cards? | 18:43 |
_Bnu | No idea. | 18:45 |
_Bnu | My native video and RTG are on the same monitor, so I don't really care. | 18:45 |
my_pc_is_amiga | ok thanks | 18:45 |
mntmn | _Bnu: :3 | 18:46 |
mntmn | forgot what i wanted to google | 18:46 |
_Bnu | Probably something about snakes... | 18:47 |
my_pc_is_amiga | what are the changes in the boot.bin for 1.9 alpha versus like 1.8. I think I have been using the test versions from snakes9000 | 18:48 |
_Bnu | It supports the P96 3.1 secondary palette thing for the screen split. | 18:49 |
my_pc_is_amiga | oh ok | 18:49 |
my_pc_is_amiga | thanks will check it out... | 18:50 |
_Bnu | HippoPlayer doesn't appear to use AHI at all, except for when enumerating the modes in the Requester... | 19:02 |
mntmn | _Bnu: there is a checkbox to disable all outputs except AHI | 19:03 |
mntmn | _Bnu: in the prefs | 19:03 |
mntmn | the prefs are kind of weird... | 19:03 |
mntmn | i mean those of hippoplayer. | 19:04 |
mntmn | but it has an interesting stereo slider also. | 19:04 |
_Bnu | Maybe I have to actually install it, or something... | 19:06 |
_Bnu | This looks like it's playing fine. | 19:10 |
_Bnu | I'll have to hook up something that actually plays back the buffer. | 19:12 |
_Bnu | I got ScummVM to work... | 19:31 |
- xet7 (QUIT: Remote host closed the connection) (~xet7@user/xet7) | 19:43 | |
+ xet7 (~xet7@user/xet7) | 19:44 | |
emiespo[m] | isoriano: thanks! I’ll check uk shipping now | 20:31 |
isoriano | emiespo[m]: welcome. used for the rgb2hdmi in my a2k | 20:32 |
emiespo[m] | <isoriano> "emiespo: welcome. used for the..." <- LOL they won't ship to the UK at all... it allows me to enter my address, but the it gets stuck on the checkout "no shipping type" :) I should order this to Italy too... | 20:51 |
emiespo[m] | Brexit is starting to hit dearly | 20:51 |
isoriano | emiespo[m]: Football is coming to Rome ;-) ... | 20:52 |
emiespo[m] | :D bad I couldn't go out and celebrate eheh | 20:54 |
emiespo[m] | anyway, that link was still useful, I had to use the words "ribbon cable" together with "flat" and found something on Amazon too :P | 20:54 |
mntmn | _Bnu: oh! how? @ scumm | 20:57 |
mntmn | _Bnu: also, do you get le stereo? | 20:57 |
CottonUndies | I have no idea if this matters, but for AmigaAmp it uses DEVICE MODE | 22:00 |
CottonUndies | http://www.amigaamp.de/faq.shtml | 22:00 |
CottonUndies | http://www.amigaamp.de/AHIresults.shtml | 22:01 |
- isoriano (QUIT: Quit: Leaving) (~isoriano@5.147.209.166) | 22:03 | |
_Bnu | I still get no sound because I can't get ALSA to play back shit. | 22:08 |
mntmn | mmmmm alsa | 22:15 |
_Bnu | Apparently it's some bug that makes the Raspberry Pi 3 never* default to outputting audio over the 3.5mm jack. | 22:30 |
_Bnu | So I'm updating the OS in hope that it's fixed. | 22:30 |
Claude | _Bnu: ahh I remember I stumbled also over this | 22:33 |
Claude | https://www.raspberrypi.org/forums/viewtopic.php?t=263942 | 22:35 |
_Bnu | It's still defaulting to the HDMI... | 22:40 |
Claude | I remember I had something to in a shell script with the MT32 emulation.. | 22:44 |
_Bnu | I just almost typed "Just use Docker" in a situation where it would probably be very offensive to do so, lolb. | 23:38 |
mntmn | m68k-amigaos3-docker | 23:47 |
_Bnu | Yes, that exists. | 23:49 |
_Bnu | And if you develop for Amiga, you should just use the Docker. | 23:49 |
_Bnu | Even if you can't because you have Hyper-V disabled. | 23:49 |
_Bnu | Even if you're on Linux, where you shouldn't have to use the Docker. | 23:50 |
_Bnu | Just use the Docker... | 23:50 |
_Bnu | WHY IS IT NOT PLAYING ANY SOUND AAHHH | 23:50 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!