Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Pages: [1]   Go Down

Author Topic: Hardware MOD-Player (PAULA [AMIGA] or A/D Converter)  (Read 4000 times)

0 Members and 1 Guest are viewing this topic.

Thimo

  • New User
  • Offline Offline
  • Posts: 2
    • View Profile
Hardware MOD-Player (PAULA [AMIGA] or A/D Converter)
« on: January 05, 2022, 09:59:26 »

Hey everyone  :)

I've already searched the web, but couldn't find, what I was searching for.

I want to build a Hardware-MOD Player.

Components I have:

MIDI-Keyboard
Potis, Analogsticks, Buttons, etc.
ARDUINO UNO + MEGA
Raspberry Pi Zero/4/400
Some STM32 Boards
Axoloti Core
Teensy 4

I also hava an old AMIGA Soundchip (8364 / PAULA)
The sound on an AMIGA was realized with A/D Converter, which should be easy to reconstruct with other IC/microcontroller.

Are there any projects like this, or could somebody help me to realise it?

Sorry for my bad english, or if I used the wrong thread for my topic.

lovely regards  :)

Thimo
Logged

Saga Musix

  • TMA Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 2571
  • I love OpenMPT! And Modules! And TMA! And Pie! :>
    • View Profile
    • Saga Musix - free module music and more!
Re: Hardware MOD-Player (PAULA [AMIGA] or A/D Converter)
« Reply #1 on: January 05, 2022, 14:12:49 »

This is a very broad question. Low-spec hardware mod players with similar chips have indeed been realized in the past. Here are some examples:
https://www.madwizard.org/electronics/projects/modplayer
https://community.atmel.com/projects/mod-player-avr-8-bit-atmega
http://www.elektronika.kvalitne.cz/ATMEL/S3Mplayer/S3Mplayer_eng.html
https://sites.google.com/site/k9spudllc/traxmod (this one plays FLACs but I guess it should just be a matter of writing different software to support MODs as well).
etc.

None of them would be using a Paula chip though. I'm not sure how much sense that would make.
Logged
» My TMA artist profile
» Visit my music site: https://sagamusix.de/ [de, en]
» Visit my programming website: https://sagagames.de/ [de]
» Open ModPlug Tracker

Thimo

  • New User
  • Offline Offline
  • Posts: 2
    • View Profile
Re: Hardware MOD-Player (PAULA [AMIGA] or A/D Converter)
« Reply #2 on: January 05, 2022, 15:10:06 »

WOW!  :o

Thanks for your reply!
That's what I searched for!

Yes! It doesn't make sense to use an old AMIGA chip, there are only A/D coverter inside, and it wouldn't be easy to handle cause it only works with several other chips in combine.
Logged

s0lo

  • New User
  • Offline Offline
  • Posts: 3
    • View Profile
Re: Hardware MOD-Player (PAULA [AMIGA] or A/D Converter)
« Reply #3 on: January 06, 2022, 20:31:59 »

If it helps, there is actually a fully blown hardware tracker from Polyend:

https://polyend.com/tracker/
https://youtu.be/MQufJBVvAtY

It's been gaining popularity among synth nerds and gear heads for the last year. Some new comers who have never used a tracker before are loving it.
« Last Edit: January 07, 2022, 00:08:39 by s0lo »
Logged

ProgrammerNerd

  • New User
  • Offline Offline
  • Posts: 1
    • View Profile
Re: Hardware MOD-Player (PAULA [AMIGA] or A/D Converter)
« Reply #4 on: February 12, 2022, 07:27:04 »

Of the parts you have you'd by far be best off using a Raspberry Pi of some sort. I think any one of the ones you have will work.

The reason why is because your development time will be significantly shorter because you can use https://lib.openmpt.org/libopenmpt/ since it has a lot in common with OpenMPT it will do a great job playing your modules. You'll need to right little or no software.

Another advantage of the Raspberry PI is that it has a built in audio output plus an official upgrade if for some reason you find the built in output not good enough.
Logged
Pages: [1]   Go Up