Hacking the 404SX

Moderator: TGN

Post Reply
User avatar
Rabot
Member
Posts: 779
Joined: Fri Apr 03, 2009 9:31 pm
Contact:

Re: Hacking the 404SX

Post by Rabot »

Well by the looking of your code;

Couldn't the second triggering needing to be later in the interval? I've ber check the pattern sequencer but this is really good information.
User avatar
r.burr
New member
Posts: 2
Joined: Thu Jan 22, 2015 7:23 pm
Location: Seattle
Contact:

Re: Hacking the 404SX

Post by r.burr »

I know this is old, but if anything has been done with this I'd be really interested to hear about it! Really cool stuff
User avatar
Nyeron
Member
Posts: 10
Joined: Sat Feb 27, 2016 10:59 pm
Location: Colorado

-

Post by Nyeron »

-
Last edited by Nyeron on Sun Oct 10, 2021 7:21 pm, edited 2 times in total.
Christeti
New member
Posts: 5
Joined: Wed Mar 02, 2016 5:11 am
Location: Connecticut
Contact:

Re: Hacking the 404SX

Post by Christeti »

Nyeron wrote:Please tell me someone still has a copy of that 404sx bank editor!!



If you use a Mac I have a version of it. Found it the other day since any links on here had long since been dead. Seems to be running on Mac OSX 10.10 for me. You'll need Adobe Air to run it, but it's free. A quick google search will bring you right to it on the Adobe website.

https://www.dropbox.com/s/caei8n4snri2v ... p.zip?dl=0
User avatar
MindlessD
New member
Posts: 2
Joined: Thu Nov 10, 2016 9:17 pm
Location: France
Contact:

Re: Hacking the 404SX

Post by MindlessD »

Hi guys...
I sent a message to Rumori (BankRobber's author) last week to ask if he was still on board with the editor. He hasn't replied yet, but in the meantime I thought I'd do my own (free) app with a few things I was expecting in BankRobber. It's not a hijacking, rather a continuation of Rumori's already excellent work.
It's still a buggy draft for the moment, but if anyone's interested I'll post a working version as soon as it's usable.
The shortcuts for banks are based on my French keyboard layout. This will be improved when I'll have a working version.

Basically it works like Bankrobber, except you can :
- select a bank and play its assigned pads live on your PC keyboard, and eventually record patterns this way
- slice a sample (not implemented yet) based on its auto-detected tempo
- edit sample tempo
- swap samples from bank to bank, replace or delete samples in banks - play, record and edit patterns (not implemented yet).
A left click on a miniature pad plays it immediately showing its waveform, whereas a right click brings the "Swap/Replace/Delete" popup tool.

I'm not the best dev in town, so there are things I don't master yet, but hopefully I'll succeed and who knows, it might be useful to someone.
Attachments
SPEdit404SX.jpg
SPEdit404SX.jpg (354.51 KiB) Viewed 11313 times
User avatar
Rabot
Member
Posts: 779
Joined: Fri Apr 03, 2009 9:31 pm
Contact:

Re: Hacking the 404SX

Post by Rabot »

SUPER DOPE.

can we run it on linux /osx?
Steppa Rankz
Member
Posts: 17
Joined: Thu Mar 31, 2016 3:56 pm

Re: Hacking the 404SX

Post by Steppa Rankz »

That looks amazing please tell me it will run on OSX too ? I'd actually pay for a finished bankrobberesque app.
User avatar
MindlessD
New member
Posts: 2
Joined: Thu Nov 10, 2016 9:17 pm
Location: France
Contact:

Re: Hacking the 404SX

Post by MindlessD »

Ah, sorry for that, guys, I should've mentioned it from the start... Unfortunately the app only runs on Windows since it's written in Visual Basic (VB6, yay, the old-school tool !).
But AFAIK, there's an app on MacOS that allows to run Windows software. Not sure about Linux, though.
User avatar
Rabot
Member
Posts: 779
Joined: Fri Apr 03, 2009 9:31 pm
Contact:

Re: Hacking the 404SX

Post by Rabot »

SEND THIS HERE PLEASE :)
magicmansupreme
New member
Posts: 2
Joined: Sun Sep 18, 2016 12:02 pm

Re: Hacking the 404SX

Post by magicmansupreme »

so exited to see this thread alive again! good work up there btw, looks really dope!

pls bless us with a dl ink <3
7million
Member
Posts: 19
Joined: Tue Feb 04, 2014 9:40 pm

Re: Hacking the 404SX

Post by 7million »

OK if we really are going to call this the hacking the 404sx topic then lets start looking at the binary file (the .bin file provided by roland as the firmware)

From trawling with a hex editor looks like it is written in C++

So we can try and decompile or reverse engineer by making small changes and then testing - or we runn something like mess on a computer to emulate the 404sx chipset and then look at the code running on it. (to do this we would need "a dump of the boot ROM(s) and information on what the chips inside are (a scan of the motherboard or some good photos). "

see my comments on this youtube video - https://www.youtube.com/watch?v=ulQo5SjNTaQ
Attachments
cplus.png
cplus.png (78.69 KiB) Viewed 10132 times
DobreBity
Member
Posts: 61
Joined: Fri Aug 03, 2012 7:33 pm

Re: Hacking the 404SX

Post by DobreBity »

If I understand video description correctly, this guy is controlling emulator through midi out, right? If that's true, we cannot use this trick with 404 since there is only midi in. I'm not expert in embedded, but I think that we can olny emulate hardware, but emulating with all that peripheral components is hard. Also, since we have then flat assembler file only, it could be impossible to reconstruct cpp files, because we miss the information about variables and functions names. Okay, there are some decompilers, but I'm not sure if there will be version for 404 chipset.

PS Do you have some info about RDAC? I found only rdac2wav source, but i really couldn't understand this.
User avatar
HELLOPILLOW
Member
Posts: 340
Joined: Fri Apr 17, 2015 10:57 am

Re: Hacking the 404SX

Post by HELLOPILLOW »

Works with 404 OG and a card reader ? (OG TILL I DIE 8)
decibeljunkie
Member
Posts: 12
Joined: Thu Feb 16, 2017 6:48 pm

Re: Hacking the 404SX

Post by decibeljunkie »

Where can we get this SP Editor?
syflom
Member
Posts: 18
Joined: Mon Dec 24, 2012 12:07 am

Re: Hacking the 404SX

Post by syflom »

Does anyone here have the schematics/service notes for the SP-404SX?
Not the OG service notes which are available here
Last edited by syflom on Fri Nov 10, 2017 1:23 am, edited 1 time in total.
Post Reply