English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   Coders. Asm / Hardware (https://eab.abime.net/forumdisplay.php?f=112)
-   -   REQ: NoiseTracker or ProTracker System friendly source (https://eab.abime.net/showthread.php?t=105821)

redblade 13 February 2021 22:01

REQ: NoiseTracker or ProTracker System friendly source
 
Hi.

Is there any NoiseTracker or ProTracker system friendly source floating around that uses audio.device and _LVODoIO, some of the source I have seen opens audio.device then hits the custom registers directly.

Thanks in advance.

h0ffman 26 February 2021 09:08

Doesn't exist I don't think. Almost all amiga play routines work by smashing the registers.

meynaf 26 February 2021 09:26

It's not possible to play Protracker by just using audio.device. It's too limited.
A few other formats such as Maxtrax can be played, but audio.device has a tendency to miss notes on accelerated machines.

Photon 26 February 2021 20:12

Direct answer: no. Protracker doesn't use audio.device, because it's too limited. It's like asking the built-in Windows sound system (the one that reminds you you have a notification) to play DAW music, if you know what I mean.

Something could be explored there perhaps, but... again, direct answer: no.

Detailed answer: There are players that will play a Protracker song for you while using the Amiga normally, though. You could make a script to do the same, and then launch an exe with the tune as background, it's been done before. :great

Quote:

Originally Posted by h0ffman (Post 1465375)
Almost all amiga play routines work by smashing the registers.

If they're well-written, they will use the system to hog the channels for the purpose (and then smash the hardware register just like audio.device does), which means obviously that you can't have anything else playing, but that's about it... no impossibilities there. :great

Noisetracker was kinda neat on release but didn't add enough to "fork" musicians. Protracker (apparently! :D) did, and 2.3D/E/F is now the standard, even though there was 3.x and 4.0. You can convert a Noisetracker song to Protracker and then halve the vibrato (there may be more differences if module author abused the format - this was uncommon in 1989, though.)

redblade 27 February 2021 08:56

Thanks guys, I'll try editing the MED player source.

@hoffman: Thanks, that's what I've seen so far, I guess you have seen a lot of amiga music source over the years.

@meynaf: thanks

@Photon: Yes Protracker is good and has a lot more useful effects (playing partway through a sample) and supports sample sizes bigger than 64k


All times are GMT +2. The time now is 17:25.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.04098 seconds with 11 queries