It is currently Thu Mar 28, 2024 2:50 pm




Post new topic Reply to topic  [ 183 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13  Next
Author Message
 Post subject: Re: Hacking the 404SX
PostPosted: Sun Dec 14, 2014 2:11 pm 
Member
User avatar

Joined: Fri Apr 03, 2009 9:31 pm
Posts: 779
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.

_________________
Image

BANDCAMP OF DOOM


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Fri Jan 23, 2015 9:42 pm 
New member
User avatar

Joined: Thu Jan 22, 2015 7:23 pm
Posts: 2
Location: Seattle
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

_________________
http://www.soundcloud.com/arbour-eat-them/
http://www.rburr.bandcamp.com/


Offline
 Profile  
Top 
 Post subject: -
PostPosted: Fri Mar 11, 2016 3:14 am 
Member
User avatar

Joined: Sat Feb 27, 2016 10:59 pm
Posts: 10
Location: Colorado
-


Last edited by Nyeron on Sun Oct 10, 2021 7:21 pm, edited 2 times in total.

Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Sat Mar 12, 2016 3:25 am 
New member

Joined: Wed Mar 02, 2016 5:11 am
Posts: 5
Location: Connecticut
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

_________________
http://www.theworldisabeautifulplace.com

http://theworldis.bandcamp.com


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Mon Nov 14, 2016 10:30 pm 
New member
User avatar

Joined: Thu Nov 10, 2016 9:17 pm
Posts: 2
Location: France
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 8652 times ]
Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Mon Nov 14, 2016 10:34 pm 
Member
User avatar

Joined: Fri Apr 03, 2009 9:31 pm
Posts: 779
SUPER DOPE.

can we run it on linux /osx?

_________________
Image

BANDCAMP OF DOOM


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Mon Nov 14, 2016 11:36 pm 
Member

Joined: Thu Mar 31, 2016 3:56 pm
Posts: 17
That looks amazing please tell me it will run on OSX too ? I'd actually pay for a finished bankrobberesque app.


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Tue Nov 15, 2016 7:22 pm 
New member
User avatar

Joined: Thu Nov 10, 2016 9:17 pm
Posts: 2
Location: France
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.


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Tue Dec 13, 2016 11:27 pm 
Member
User avatar

Joined: Fri Apr 03, 2009 9:31 pm
Posts: 779
SEND THIS HERE PLEASE :)

_________________
Image

BANDCAMP OF DOOM


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Sun Jan 01, 2017 4:51 pm 
New member

Joined: Sun Sep 18, 2016 12:02 pm
Posts: 2
so exited to see this thread alive again! good work up there btw, looks really dope!

pls bless us with a dl ink <3


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Sun Feb 12, 2017 7:43 am 
Member

Joined: Tue Feb 04, 2014 9:40 pm
Posts: 19
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 7471 times ]
Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Mon Feb 13, 2017 9:18 am 
Member

Joined: Fri Aug 03, 2012 7:33 pm
Posts: 60
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.


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Mon Mar 20, 2017 10:41 am 
Member
User avatar

Joined: Fri Apr 17, 2015 10:57 am
Posts: 340
Works with 404 OG and a card reader ? (OG TILL I DIE 8)

_________________
s o u n d c l o u d
b a n d c a m p


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Wed May 24, 2017 9:20 am 
Member

Joined: Thu Feb 16, 2017 6:48 pm
Posts: 12
Where can we get this SP Editor?


Offline
 Profile  
Top 
 Post subject: Re: Hacking the 404SX
PostPosted: Thu May 25, 2017 5:14 pm 
Member

Joined: Mon Dec 24, 2012 12:07 am
Posts: 18
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.

Offline
 Profile  
Top 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 183 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13  Next



Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: