Polysix Rebuild

For fans of synths, pianos or keyboard instruments of any sort.

Moderator: Moderators

Re: Polysix Rebuild

Post by nickle15 »

BJG145 wrote:
nickle15 wrote:one is $100

...what's that...?

Sorry - I was just going off some notes my dad had written on a diagram. But it looks like the SSM2044.
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by Folderol »

Interesting chip. It wouldn't be easy to emulate that!
User avatar
Folderol
Jedi Poster
Posts: 18223 Joined: Sat Nov 15, 2008 12:00 am Location: The Mudway Towns, UK
Yes. I am that Linux nut {apparently now an 'elderly'}
Onwards and... err... sideways!

Re: Polysix Rebuild

Post by BJG145 »

nickle15 wrote:it looks like the SSM2044

I wondered if it might be. It's possible I might have one; I'll check.
User avatar
BJG145
Longtime Poster
Posts: 7178 Joined: Sat Aug 06, 2005 12:00 am

Re: Polysix Rebuild

Post by nickle15 »

BJG145 wrote:
nickle15 wrote:it looks like the SSM2044

I wondered if it might be. It's possible I might have one; I'll check.

Very cool - thanks!
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by Dan LB »

nickle15 wrote: ........it looks like the SSM2044.

There’s somebody local to me selling two of these chips. He wants €45 each for them. If you get stuck and can’t find them in the US I’d be happy to pick one up for you and post it.
User avatar
Dan LB
Frequent Poster
Posts: 1668 Joined: Sat Jan 28, 2006 12:00 am Location: Wicklow, Ireland

Re: Polysix Rebuild

Post by nickle15 »

Dan LB wrote:
nickle15 wrote: ........it looks like the SSM2044.

There’s somebody local to me selling two of these chips. He wants €45 each for them. If you get stuck and can’t find them in the US I’d be happy to pick one up for you and post it.

Awesome offer and I'll let you know - thanks so much!!
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by nickle15 »

At long last we were able to lay out all the parts. Here's what we know we're missing:

1 voice chip
Microcontroller
1 7 pin wiring harness
Pitch/mod wheel assembly
Wooden chassis case
All the knobs
One button

Dad started his work on the transformer and planned to work from board to board just trying to get a sense of what might need to be fixed. He didn't get very far - the transformer is bad. So that's where we stand as of this morning. I'm going to get started on pricing the replacement parts we need, starting with the transformer.
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by Folderol »

Best of luck with this.
I suggest you check on availability of the processor and the voice chip before spending too much.
User avatar
Folderol
Jedi Poster
Posts: 18223 Joined: Sat Nov 15, 2008 12:00 am Location: The Mudway Towns, UK
Yes. I am that Linux nut {apparently now an 'elderly'}
Onwards and... err... sideways!

Re: Polysix Rebuild

Post by nickle15 »

Folderol wrote:Best of luck with this.
I suggest you check on availability of the processor and the voice chip before spending too much.

Thanks!

Yes I plan to compile a list to see how much it will cost to get the known issues fixed. It's very possible that the cost of the parts would outweigh just buying a functional keyboard.
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by jjlonbass »

Which microcontroller is missing? There are 2 - one, a 8049, is the "key assigner" and the other, a 8048, is the "programmer".
Both are mask programmed i.e. the software is hard-wired into the chip - there is no separate PROM. This means that you need the exact correct 8049 or 8048 part containing the correct software. Any old 8049 or 8048 won't work.
I suspect that these will be very difficult to find.

John
User avatar
jjlonbass
Regular
Posts: 107 Joined: Wed Dec 19, 2018 3:52 pm Location: Ware, Hertfordshire UK

Re: Polysix Rebuild

Post by nickle15 »

jjlonbass wrote:Which microcontroller is missing? There are 2 - one, a 8049, is the "key assigner" and the other, a 8048, is the "programmer".
Both are mask programmed i.e. the software is hard-wired into the chip - there is no separate PROM. This means that you need the exact correct 8049 or 8048 part containing the correct software. Any old 8049 or 8048 won't work.
I suspect that these will be very difficult to find.

John

It's the 8049 that's missing. I was suspicious of how easy it was to find one - but now I know why. Again - your advice/direction is very helpful!
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by rockydennis »

nickle15 wrote: It's the 8049 that's missing. I was suspicious of how easy it was to find one - but now I know why. Again - your advice/direction is very helpful!

Taking a quick look online, I do see one site selling the 8049 for the Polysix for 30 Euros.

Here's a site with firmware code for various synths available for free, including the Polysix. I'm guessing the 8748 and 8749 which have eprom and are programmable, and are from the same family can be substituted for the 8048 and 8049 but don't quote me on that.
https://dbwbp.com/index.php/9-misc/37-synth-eprom-dumps

Here's someone replacing the 8049 for the Polysix with Arduino with the code made available.
http://synthhacker.blogspot.com/2013/03/polysix-replacing-8049-key-assigner.html
rockydennis
Regular
Posts: 142 Joined: Sat Nov 03, 2018 5:36 am

Re: Polysix Rebuild

Post by nickle15 »

rockydennis wrote:
nickle15 wrote: It's the 8049 that's missing. I was suspicious of how easy it was to find one - but now I know why. Again - your advice/direction is very helpful!

Taking a quick look online, I do see one site selling the 8049 for the Polysix for 30 Euros.

Here's a site with firmware code for various synths available for free, including the Polysix. I'm guessing the 8748 and 8749 which have eprom and are programmable, and are from the same family can be substituted for the 8048 and 8049 but don't quote me on that.
https://dbwbp.com/index.php/9-misc/37-synth-eprom-dumps

Here's someone replacing the 8049 for the Polysix with Arduino with the code made available.
http://synthhacker.blogspot.com/2013/03/polysix-replacing-8049-key-assigner.html

Excellent - thanks for adding this guidance!
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by Drew Stephenson »

The level of expert knowledge that is freely given on this site never ceases to amaze me. :clap::clap::clap:
User avatar
Drew Stephenson
Forum Aficionado
Posts: 24651 Joined: Sun Jul 05, 2015 12:00 am Location: York
(The forumuser formerly known as Blinddrew)
Ignore the post count, I still have no idea what I'm doing...
https://drewstephenson.bandcamp.com/

Re: Polysix Rebuild

Post by nickle15 »

blinddrew wrote:The level of expert knowledge that is freely given on this site never ceases to amaze me. :clap::clap::clap:

Amen! :thumbup:
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by rockydennis »

Maybe replacing the 8049 with Arduino is the way to go -
"As many of you know, I made some pretty substantial modifications to my Korg Polysix. One of the biggest changes was to replace the keybed to enable aftertouch. To make this happen, I had to replace the Polysix's Key Assigner with an Arduino. It was a lot of work, but once I made the core hardware modifications, I found that I was able to add lots of features to the Polysix, such as: aftertouch and portamento, more interesting detuning for unison mode, a poly-unison mode, a Moog-like single-trigger mode, and a sustain pedal. All of these modifications were effected through software changes on the Arduino."
http://synthhacker.blogspot.com/2014/03/polysix-sharing-my-arduino-code.html
rockydennis
Regular
Posts: 142 Joined: Sat Nov 03, 2018 5:36 am

Re: Polysix Rebuild

Post by BJG145 »

That's hardcore. Respect.
User avatar
BJG145
Longtime Poster
Posts: 7178 Joined: Sat Aug 06, 2005 12:00 am

Re: Polysix Rebuild

Post by Folderol »

I'd like to know how the guy got hold of a Fatar poly aftertouch keybed.
Oh, and did he have to remortgage the house.
User avatar
Folderol
Jedi Poster
Posts: 18223 Joined: Sat Nov 15, 2008 12:00 am Location: The Mudway Towns, UK
Yes. I am that Linux nut {apparently now an 'elderly'}
Onwards and... err... sideways!

Re: Polysix Rebuild

Post by The Elf »

Folderol wrote:I'd like to know how the guy got hold of a Fatar poly aftertouch keybed.
Oh, and did he have to remortgage the house.

I've often been told that they don't do one!
User avatar
The Elf
Forum Aficionado
Posts: 20053 Joined: Tue Aug 14, 2001 12:00 am Location: Sheffield, UK
An Eagle for an Emperor, A Kestrel for a Knave.

Re: Polysix Rebuild

Post by Hugh Robjohns »

They certainly don't have one listed in their current line up.

They make plenty of keybeds with monophonic (channel) aftertouch, though -- and that's what the Arduino guy used to provide channel aftertouch in his Polysix, basically replicating the mod wheel functions from the keyboard pressure.
User avatar
Hugh Robjohns
Moderator
Posts: 39029 Joined: Fri Jul 25, 2003 12:00 am Location: Worcestershire, UK
Technical Editor, Sound On Sound...
(But generally posting my own personal views and not necessarily those of SOS, the company or the magazine!)
In my world, things get less strange when I read the manual... 
Post Reply