Welcome, Guest. Please login or register.

Author Topic: Trackers that do 14-bit sound on 68000?  (Read 7428 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Ral-ClanTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 1974
  • Country: ca
    • Show only replies by Ral-Clan
    • http://www3.sympatico.ca/clarke-santin/
Trackers that do 14-bit sound on 68000?
« on: January 30, 2013, 02:39:23 AM »
Hi, are there any music trackers that will output 14-bit audio, and also run on a 68000 processor Amiga?
Music I've made using Amigas and other retro-instruments: http://theovoids.bandcamp.com
 

Offline XDelusion

  • Alien Breeder
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 5089
    • Show only replies by XDelusion
    • http://starwarslegacy.net/
Re: Trackers that do 14-bit sound on 68000?
« Reply #1 on: January 30, 2013, 03:42:29 AM »
OctaMED Sound Studio.

DigiBooster.

HD-Rec

There are more, but I don't remember them all.
Earth has a lot of things other folks might want... like the whole planet. And maybe these folks would like a few changes made, like more carbon dioxide in the atmosphere and room for their way of life. - William S. Burroughs
 

Offline Ral-ClanTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 1974
  • Country: ca
    • Show only replies by Ral-Clan
    • http://www3.sympatico.ca/clarke-santin/
Re: Trackers that do 14-bit sound on 68000?
« Reply #2 on: January 30, 2013, 04:13:23 AM »
Quote from: XDelusion;724635
OctaMED Sound Studio.

DigiBooster.

HD-Rec

There are more, but I don't remember them all.

And these will run on a stock 68000?  I ask because I have OctaMed SS 1.03 and it says it needs a 68020.

HD-Rec is a pro-level DAW - where did you get the info that it would run on a stock 7MHz 68000?
Music I've made using Amigas and other retro-instruments: http://theovoids.bandcamp.com
 

Offline XDelusion

  • Alien Breeder
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 5089
    • Show only replies by XDelusion
    • http://starwarslegacy.net/
Re: Trackers that do 14-bit sound on 68000?
« Reply #3 on: January 30, 2013, 05:21:34 AM »
Quote from: ral-clan;724636
And these will run on a stock 68000?  I ask because I have OctaMed SS 1.03 and it says it needs a 68020.

HD-Rec is a pro-level DAW - where did you get the info that it would run on a stock 7MHz 68000?


Force of habit, didn't mean to mention it.

To correct my self, HD-Rec needs an 060 or PPC and it's not a tracker. :)
Earth has a lot of things other folks might want... like the whole planet. And maybe these folks would like a few changes made, like more carbon dioxide in the atmosphere and room for their way of life. - William S. Burroughs
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Trackers that do 14-bit sound on 68000?
« Reply #4 on: January 30, 2013, 08:19:54 AM »
Quote from: ral-clan;724636
And these will run on a stock 68000?  I ask because I have OctaMed SS 1.03 and it says it needs a 68020.

HD-Rec is a pro-level DAW - where did you get the info that it would run on a stock 7MHz 68000?
How much work are you prepared to do? I think you might just get four channel audio, with a bit of work.

Take your 16bit samples and split them into two 8bit samples, one containing the high order byte, the other the low order byte.

Fire up OctaMed, one of the older versions (5 I think supports the 68000), and put it in to 8Channel mode.

Now work out the channel pairs (4 Channels left, 4 channels right).

Set 2 of the left channels volume to 1, and 2 of the Right channels to 1.

Now when you load in your samples (2 for each sound, high bytes and low bytes), pair them up in the tracker with the low order bytes in the channels with a volume of 1 and the high order bytes in the normal volume channel (makes sure they are on the same side of the stereo image...

That should work... Not tried it though.

Offline rvo_nl

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Oct 2006
  • Posts: 860
    • Show only replies by rvo_nl
Re: Trackers that do 14-bit sound on 68000?
« Reply #5 on: January 30, 2013, 08:45:36 AM »
If there is still an older version of AHI that runs on 68000 you could in theory select a very 'rough' audio mode to do the work in, then change it to filesave 14bit when you are ready for outputting.
Amiga 1200 (1d4) Kickstart 3.1 (40.68), Elbox Power/Winner tower (450w psu), BlizzardPPC 603e+ @240mhz & 060 @50mhz, 256MB, Bvision, IDE-fix Express, IndivisionAGA, 120GB IDE, cd, dvd, Cocolino, Micronik Keycase, PCMCIA Ethernet, Ratte monitor switcher, Prelude1200, triple boot WB3.1 / OS3.9 / OS4.1, Win95 / MacOS8.1
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Trackers that do 14-bit sound on 68000?
« Reply #6 on: January 30, 2013, 08:47:49 AM »
@bloodline

IIRC, 14-bit replay requires cycle exact synchronization between the paired channels that are used to play the MSB/LSB halves of your 16-bit sample. I think that the 14-bit routines bypass Paula DMA sample replay all together and give her (registers) a good poking. Either that, or they pre-fill short buffers for each channel and then trigger her to replay them directly.

Either way, I am not sure that trying the replay as channels in a tracker will work. A simple test would be to play a regular sample on a channel and it's inverse on a channel on the same side. If they cancel each other out completely (or almost completely) then your plan seems plausible. Otherwise, even a sub-millisecond latency between two channels is going to sound dreadful.
« Last Edit: January 30, 2013, 08:51:47 AM by Karlos »
int p; // A
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Trackers that do 14-bit sound on 68000?
« Reply #7 on: January 30, 2013, 09:52:23 AM »
A simple, "No" would have been fine ;) :lol:

You are quite right, I was just thinking though a possible way to make it work... Other than the way I suggested, you would have to write your own tracker :)

Offline Ral-ClanTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 1974
  • Country: ca
    • Show only replies by Ral-Clan
    • http://www3.sympatico.ca/clarke-santin/
Re: Trackers that do 14-bit sound on 68000?
« Reply #8 on: January 30, 2013, 12:07:53 PM »
Thanks for the replies,

I am actually quite up to snuff on the more *advanced* sound / music-recording aspects on expanded big-box Amigas, as for many years I had a big-box Amiga with AHI compatible 16-bit sound card, 68040, oodles of RAM etc. etc. and used it for MIDI and audio editing work. BUT during that time I did little work with Paula audio or trackers on low-end Amigas, so am a little rusty in that regard, hence my original question.

For the high-quality (i.e. 16 and 24 bit CD-quality work) I've since moved onto PC DAWs as the hardware is far cheaper, faster, and the quality of the software is much better (for DAW work, only, I must emphasize ).  I use Reaper, for instance.  I had spent many years expanding my big box Amiga so that little of the audio work I was doing on it actually used the original motherboard hardware, instead relying on third party CPU cards and AHI audio cards, etc. So I don't see the switch to PC DAWs as a move away from Amigas, as I had essentially already moved away from the hardware that made the Amiga unique when still using my Amiga.

I have decided that when I do audio composing on an Amiga, I am going to go "purely Amiga"; using only the motherboard native chipset and stock 68000 processor.  So while my big box Amiga is gone, I have kept a low-end Amiga (an A500 with Hard-drive side-car and a bit of expanded RAM) as my "pure" Amiga audio workstation.  I figure that if I'm going to use an Amiga - I might as well go for the full experience and use what makes that machine unique - i.e. Paula audio for that distinctive sound, and trackers.  Otherwise, what's the point?

So, thanks for the clarification on 14-bit audio with a stock 680000 system. It seems that a stock A500 cannot do 14-bit audio.  No problem.  Like I said, I want to hear that Paula sound, anyway.

Now, to expand the question.  Were there any trackers that could handle more than 4 channels of audio and would still work on an Amiga 500?

I have found Oktalyzer, but I wonder if there were any more.  

I am most familiar with OctaMED SS 1.03, which would handle more than four channels, but I was running that on my 68040 A2000. I have read that version of OctaMED needs a 68020.
« Last Edit: January 30, 2013, 02:08:28 PM by ral-clan »
Music I've made using Amigas and other retro-instruments: http://theovoids.bandcamp.com
 

Offline Wilse

Re: Trackers that do 14-bit sound on 68000?
« Reply #9 on: January 30, 2013, 12:28:50 PM »
Quote from: ral-clan;724654
I had spent many years expanding my big box Amiga so that little of the audio work I was doing on it actually used the original motherboard hardware, instead relying on third party CPU cards and AHI audio cards, etc. So I don't see the switch to PC DAWs as a move away from Amigas, as I had essentially already moved away from the hardware that made the Amiga unique when still using my Amiga.



I never thought of it like that before. :-)

The last "semi-serious" audio work (i.e. recording some demo songs) I did on an Amiga was with HD-Rec on the A1 about eight years ago, before switching to Logic on the Mac, which is still my main DAW. I was using an SBLive sound card, on a G4 PPC, with a MIDI i/f that Alfred Faust made for me, so I suppose I had moved away from "Amiga" hardware too.

Having said that, I recently put a new CMOS in my several-years-dead-A1 to get it going again and last night downloaded the latest version of HD-Rec.

Haven't done anything with it yet, right enough.

Offline polyp2000

  • Full Member
  • ***
  • Join Date: Jan 2011
  • Posts: 244
    • Show only replies by polyp2000
    • https://soundcloud.com/polyp/sets/polyp-2013
Re: Trackers that do 14-bit sound on 68000?
« Reply #10 on: January 30, 2013, 12:29:18 PM »
- i.e. Paula audio for that distinctive sound, and trackers.  Otherwise, what's the point?


Could anyone comment on this ? What makes the Paula audio distinctive ?

Surely its only as good as the sampling hardware and techniques used to capture the sounds?

The limitations of Paula (number of channels, max sampling rat, bitrate etc) can be done with any modern tracker or DAW .

I get the "SID" chip thing being analog in nature its hard to get emulation right - but paula's audio is basically all digital.

I composed music on the Amiga for years , mostly using soundstudio  - using the stock hardware and a midi interface. I got some great sounds out of the machine and knew a fair few techniques for getting the best sound quality. (perhaps someone recognises my nick (polyp) )

But I never once thought the Amiga had a "unique or distinctive sound" (other than the limitations of 8bit samples) - I always thought the sound hardware could have been better - i wanted a successor to SID.

N

Offline Wilse

Re: Trackers that do 14-bit sound on 68000?
« Reply #11 on: January 30, 2013, 12:33:09 PM »
Quote from: polyp2000;724658



But I never once thought the Amiga had a "unique or distinctive sound" (other than the limitations of 8bit samples) - I always thought the sound hardware could have been better - i wanted a successor to SID.


I'd tend to go along with this. You could maybe argue that the method of working was unique to the Amiga but not really the sound.

Offline Ral-ClanTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 1974
  • Country: ca
    • Show only replies by Ral-Clan
    • http://www3.sympatico.ca/clarke-santin/
Re: Trackers that do 14-bit sound on 68000?
« Reply #12 on: January 30, 2013, 12:48:11 PM »
Quote from: Wilse;724657
I never thought of it like that before. :-)

The last "semi-serious" audio work (i.e. recording some demo songs) I did on an Amiga was with HD-Rec on the A1 about eight years ago, before switching to Logic on the Mac, which is still my main DAW. I was using an SBLive sound card, on a G4 PPC, with a MIDI i/f that Alfred Faust made for me, so I suppose I had moved away from "Amiga" hardware too.

Having said that, I recently put a new CMOS in my several-years-dead-A1 to get it going again and last night downloaded the latest version of HD-Rec.

Haven't done anything with it yet, right enough.

I guess I was always trying to make my A2000 more and more like all the fantastic PC and Mac DAWs I saw around me.  After about the year 2000 this became an uphill battle. I was trying to accomplish this by buying more and more (expensive) hardware additions that eventually led to a system that was touchy, difficult to maintain and relied less and less on the actual Commodore hardware at the machine's heart (RTG graphics and RTG audio avoided using the custom chipset altogether).

But while my 68040 CPU card was nice, it was never going to be able to run any of the Amiga DAW packages (like Audio Evolution or HD-Rec).  Purchasing an expensive, hard to find, second hand PPC card only to achieve a basic DAW level that a Pentium I from the 1990s could achieve at a fraction of the price was not a practical solution.

My machine's maxed-out 32MB of RAM was never even going to be able to edit a three minute song in stereo CD-quality WAV without resorting to Virtual Memory (which was very slow).  I did manage this way for many years, but four minutes to load a song and minutes to execute every edit was bearable, but not desirable.

I did use this system until 2008, though, when yet another hardware failure eventually made me realize the lengths I would have to go to to get the thing working again.

I realized that I was trying to make the Amiga 2000 what it was not.  I was trying to turn it into the equivalent of a modern PC DAW, which it couldn't be.

I've come to the realization that I had been trying to shore up the Amiga's weaknesses, when instead I should have been concentrating on what it does well - i.e. using its custom chips to full advantage and the great body of audio and tracker software that allowed musicians in the 1980s and 1990s to squeeze so much out of the stock Amiga architecture.

So that's my thinking behind setting up an A500 workstation.  8-bit parallel port sampling, trackers, DPaint for making animations to go with the music, etc.  These are all things the A500 can do well.  The goal is to work within, and celebrate, the machine's limits and unique abilities instead of trying to make it compete with a Modern DAW.  Leave the DAW work for the PC, leave the fun 8-bit work for the Amiga.
« Last Edit: January 30, 2013, 02:04:58 PM by ral-clan »
Music I've made using Amigas and other retro-instruments: http://theovoids.bandcamp.com
 

Offline Ral-ClanTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 1974
  • Country: ca
    • Show only replies by Ral-Clan
    • http://www3.sympatico.ca/clarke-santin/
Re: Trackers that do 14-bit sound on 68000?
« Reply #13 on: January 30, 2013, 12:58:27 PM »
Quote from: Wilse;724660
I'd tend to go along with this. You could maybe argue that the method of working was unique to the Amiga but not really the sound.


Well, some argue that the Paula's non-linear output gives it a distinctive sound, but you'd have to ask more knowledgeable people about that.  I think Bloodline, for instance,  might have more knowledge in that respect.
Music I've made using Amigas and other retro-instruments: http://theovoids.bandcamp.com
 

Offline Wilse

Re: Trackers that do 14-bit sound on 68000?
« Reply #14 on: January 30, 2013, 01:13:08 PM »
Quote from: ral-clan;724666
Well, some argue that the Paula's non-linear output gives it a distinctive sound,


Yeah, those guys have better ears than me.