Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
General Discussion
»
Technology and Development
»
Other
»
SID synthesizer with MIDI
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: SID synthesizer with MIDI (Read 8008 times)
0 Members and 1 Guest are viewing this topic.
Keoni29
LV11
Super Veteran (Next: 3000)
Posts: 2466
Rating: +291/-16
SID synthesizer with MIDI
«
on:
January 11, 2014, 08:20:17 am »
I am building a SID synthesizer with a MOS 6581 and an ATmega328 (microcontroller subject to change)
Test setup with MIDI! I want to add some knobs that allow me to change patches and stuff.
The test setup consists of a SID chip, a microcontroller and a 1MHz oscillator circuit.
Logged
+1/-0 karm for this message
If you like my work: why not
give me an internet?
MGOS
LV6
Super Member (Next: 500)
Posts: 336
Rating: +95/-0
Re: SID synthesizer with MIDI
«
Reply #1 on:
January 11, 2014, 08:43:15 am »
That sounds awesome! Great job Keoni
«
Last Edit: January 11, 2014, 09:36:30 am by MGOS
»
Logged
Author of following games/utilities:
FLAK Tank (top down shooter)
Bullet Proof (2 player shooter)
Temple Run
Isometric Tilemapper
Moving out of the TI 83+'s case:
Add a Serial VFD
Add a large LCD
Add a PICmicro
Add a TV remote control
Create Music with TI-Studio
My Music:
Glance of the Night
TIfanx1999
ಠ_ಠ ( ͡° ͜ʖ ͡°)
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 6173
Rating: +191/-9
Re: SID synthesizer with MIDI
«
Reply #2 on:
January 11, 2014, 09:31:29 am »
Awesome stuff as usual Keoni. ^^
Logged
Keoni29
LV11
Super Veteran (Next: 3000)
Posts: 2466
Rating: +291/-16
Re: SID synthesizer with MIDI
«
Reply #3 on:
January 31, 2014, 06:17:59 am »
Soldered it up and made a little enclosure for it. It has an audio jack, 12Vdc jack, midi jack, DB9 serial rs232, a power and midi LED and a switch for switching between the rs232 and midi port.
IC's used:
MOS6581 SID soundchip
ATmega328 (microcontroller used in the arduino uno)
PC111 optocoupler
TL072 Op-amp
7805 voltage regulator
7812 voltage regulator
MAX232 serial level shifter
Logged
If you like my work: why not
give me an internet?
MacBernick
LV3
Member (Next: 100)
Posts: 93
Rating: +3/-0
Re: SID synthesizer with MIDI
«
Reply #4 on:
January 31, 2014, 08:59:30 am »
Very nice. Is it possible to build one with no electronic knowledge at all ?
Logged
Keoni29
LV11
Super Veteran (Next: 3000)
Posts: 2466
Rating: +291/-16
Re: SID synthesizer with MIDI
«
Reply #5 on:
January 31, 2014, 09:42:45 am »
I am afraid not. Not unless I make a pcb for it so you can just pop in the parts.
Logged
If you like my work: why not
give me an internet?
MacBernick
LV3
Member (Next: 100)
Posts: 93
Rating: +3/-0
Re: SID synthesizer with MIDI
«
Reply #6 on:
January 31, 2014, 09:48:05 am »
Wiring is OK I guess as long as I know where to put the wires ^^
Logged
Keoni29
LV11
Super Veteran (Next: 3000)
Posts: 2466
Rating: +291/-16
Re: SID synthesizer with MIDI
«
Reply #7 on:
January 31, 2014, 09:54:20 am »
It's pretty complex. I had to do some troubleshooting in order to get it to work. There is about 2m of wire in this at least.
«
Last Edit: January 31, 2014, 09:55:16 am by Keoni29
»
Logged
If you like my work: why not
give me an internet?
MacBernick
LV3
Member (Next: 100)
Posts: 93
Rating: +3/-0
Re: SID synthesizer with MIDI
«
Reply #8 on:
January 31, 2014, 09:57:02 am »
I see.
Nice job anyway. I love the SID and I'd really like to have a real one with a MIDI controller. Emulations are not really perfect usually.
Logged
Keoni29
LV11
Super Veteran (Next: 3000)
Posts: 2466
Rating: +291/-16
Re: SID synthesizer with MIDI
«
Reply #9 on:
January 31, 2014, 12:18:59 pm »
Yeah that is why I made this too. I made a soundchip for my calculator using the same microcontroller I am using for this project, but the emulation does not sound close enough to the original. It is a nice soundchip emulator for a calculator, but it cannot play back all sid tunes correctly. This thing however can play back anything in theory.
Logged
If you like my work: why not
give me an internet?
MacBernick
LV3
Member (Next: 100)
Posts: 93
Rating: +3/-0
Re: SID synthesizer with MIDI
«
Reply #10 on:
January 31, 2014, 12:28:17 pm »
Can you control the envelope generators of the chip with your circuit, via MIDI and/or with actual knobs ?
«
Last Edit: January 31, 2014, 12:28:38 pm by MacBernick
»
Logged
Keoni29
LV11
Super Veteran (Next: 3000)
Posts: 2466
Rating: +291/-16
Re: SID synthesizer with MIDI
«
Reply #11 on:
January 31, 2014, 12:31:10 pm »
At the moment I have some hardcoded patches that you can choose from, but in the future you will be able to store custom patches in the microcontroller's memory. There are no knobs on the synth and there are no plans for adding them in the future. I pretty much used up all I/O pins on the microcontroller.
«
Last Edit: January 31, 2014, 12:32:04 pm by Keoni29
»
Logged
If you like my work: why not
give me an internet?
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
General Discussion
»
Technology and Development
»
Other
»
SID synthesizer with MIDI