Offline
Mexico

I have a broken Amiga computer, it is possible to build a MIDIBOX whit the sound(s) chip?

Offline

no point

Offline

it is  a sampling chip, it have no synth in it,
so i would say no

Offline
Milwaukee, WI

Don't listen to them. Anything is possible. I'd personally love to see a standalone Paula sampler w/ musicline engine. Actually doing it is another thing completely.

Offline
Toronto, Ontario, Canada

Did you know that the Paula chip is technically capable of doing rudimentary FM synthesis? If you're going to do a standalone project with it, I vote that you do the first midi-box Paula FM synth!

Paula also has a nice butterworth low-pass filter so I say that given the many neat things that Paula can do that it's not a worthless project, but would require a decent amount of research and almost certainly some understanding of assembly programming.

Last edited by jefftheworld (Aug 3, 2013 12:41 am)

Offline
Jelly Stone park, MD USA

With a MB LPC Core you should be able to drive the Paula ( a 32bit core running @ ~90MHz compared to a 16b 68000 @ what? 16MHz) If you'r really determined. Not sure how much MIOS will help you, but you would need to write most of the app from the ground up, There is a user project for a sample player with just the core, a DAC and a SD card. Might have some re-usable code routines.
Luck, Yogi

Offline
NC in the US of America

I don't know if there is a way to incorporate what ahxtracker/hivelytracker does into a standalone amiga soundchip, but maybe take into consideration that AHX/THX/HVL is an Amiga softsynth module format that attempts to sound like the C64 SID chip.

I don't know the details of how the sound is generated in an AHX module or how applicable the existence of this Amiga music format is to your situation/goal, but I hope it somehow helps you to know that there is a Software Synthesizer music format for Amiga.

Last edited by SketchMan3 (Aug 3, 2013 5:47 am)

Offline

The Paula chip is basically a DAC reading samples from memory which isn't included on the chip, so it's not possible to be standalone.  All the AHX/MusicLine/Future Composer sounds you're hearing are samples generated by software.  As it's just a DAC you might as well do everything in software and output directly.   It's nothing like a SID chip.

Last edited by 4mat (Aug 3, 2013 10:30 am)

Offline
Toronto, Ontario, Canada

Yeah, you're correct in saying that the chip works heavily off of DMA, but features like the filter and the modulation make it better than a boring old DAC.

A regular passive DAC won't do all the neat things that Paula will. I'm not saying that it's a project that I think has a wide importance, but if I had an extra chip sitting around and a MC68302 or something similar, it wouldn't be overly complex to utilize the Paula as a value added output for your microcontroller projects.

Offline
Milwaukee, WI
jefftheworld wrote:

nice butterworth.

I disagree. This is the first thing I remove when modding. That filter is terrible.

Offline
Gosford, Australia

aren't most filters typically butterworth anyway? :v

gimme a chebyshev doe

e: nvm i thought it was just a name for the response pattern. d'oh

Last edited by Victory Road (Aug 3, 2013 4:35 pm)

Offline
Toronto, Ontario, Canada

Well, compared to modern audio-grade filters it's not very good, but it's more than you get from an R-2R DAC.

Offline
Sweden

The filter settings are on/off as far as I know (or rather a lot/not so much). I'm not sure why you'd remove it; in its "off" setting the sound is quite crisp. The channels have independently variable playback rates, which I think is the most characteristic feature of the chip. The DACs are not quite linear resistor ladders. There is a mixing stage where you can scale the output of each channel from 0-100% in six bits. I'm not sure how exactly that's done but I'm guessing it's in the analog domain, probably not a lot unlike how the SID envelope modulation is done (analog multiplier and two DACs per channel) The mixing is done in such a way that any mixer setting will still give you the full 8-bit range of the sample output. It seems most likely to me that AM/"FM" (period modulation) was intended for sound effects and low frequency modulation like vibrato and tremolo. Unlike Yamaha "FM" (phase modulation) it's probably musically useless at audio rate modulator frequencies, but I can see AM being useful for ring modulation. Looking at Mapping the Amiga, it seems like you can turn off the audio output of the fourth channel, which probably isn't meant to assist in AM/FM since channel #4 can never modulate another channel. Debug feature? The documentation of these rarely used features could be wrong, though. I don't think the 6-bit scaling of the modulator has any effect on its modulation level since that would either require digital multiplication or a set of ADCs. That would also have made the AM/FM useless for vibrato or tremolo, since silencing the modulator would also zero the modulation level out.

In short, the AM/FM features were almost never used for a good reason, and the remaining features aren't particularly exciting on their own. The software is IMO much more important to the "sound" than the chip itself, but that's not to say that the hardware didn't play a huge role in the design decisions that shaped it. A midibox design based around it would either be a boring sampler or a tracker-in-a-box.

Offline
Milwaukee, WI

There are two filters on the A500/600. One you can toggle (ground that shit to remove the possibility of it ever turning on) and the other filter removes all the high end for some ridiculous reason. The A1200 doesn't have the second, permanent filter. Regardless, both filters are completely worthless so I remove that part of the circuit and connect the audio out much closer to Paula.

Offline
Milwaukee, WI
boomlinde wrote:

or a tracker-in-a-box.

That's all the Amiga ever was to me anyway. Samplers are only as boring as the user.

Offline
Jelly Stone park, MD USA
TSC wrote:
boomlinde wrote:

or a tracker-in-a-box.

That's all the Amiga ever was to me anyway. Samplers are only as boring as the user.

Bingo! TSC
Isn't that what made the Amiga great, it was the first sampler? Got totally away from the concept of a sound chip, it sounded like what ever you feed it?  After people were making the amazing mod music that DIDN'T sound like a chip, people started figuring out how to play samples on the ST's AY?
Never had hands on an Amiga, so does it have a a unique sound, aside from the filters?
I can see building a synth from a Paula just because 'you can' (trust me I have more then a few projects like that).  But for me, it does seem like allot of effort to play samples. There are far more straight forward project that would get me there.