New 404(sx) multi-track export tool needs beta testers...
Moderator: TGN
New 404(sx) multi-track export tool needs beta testers...
Hi guys,
I made a little tool for the 404 community... what it does:
Exports 404SX (no OG yet) patterns as individual tracks, so you can easily continue working on them in the DAW. Has a few options like normalizing, looping more than once, keeping tails of samples beyond loop endpoint, naming patterns, etc.
What it looks like:
Exported tracks in Cubase (drag and drop from explorer):
I'd be happy to find a few beta testers. The first version is Windows-only. If anyone's interested, I can send you a zip. Once I know this works on other machines and not just mine, I'll post it for the public. Also, this project is fully open-source, source code will follow after beta test!
Cheers and suggestions/questions very welcome!
I made a little tool for the 404 community... what it does:
Exports 404SX (no OG yet) patterns as individual tracks, so you can easily continue working on them in the DAW. Has a few options like normalizing, looping more than once, keeping tails of samples beyond loop endpoint, naming patterns, etc.
What it looks like:
Exported tracks in Cubase (drag and drop from explorer):
I'd be happy to find a few beta testers. The first version is Windows-only. If anyone's interested, I can send you a zip. Once I know this works on other machines and not just mine, I'll post it for the public. Also, this project is fully open-source, source code will follow after beta test!
Cheers and suggestions/questions very welcome!
- springwater
- Member
- Posts: 1343
- Joined: Sat Aug 08, 2009 10:28 pm
- Location: Oakland, CA
- Contact:
Re: New 404(sx) multi-track export tool needs beta testers..
Fuck yeah man im down!!! Ill PM you, ill totally try that out.
- JACK BURTON
- Member
- Posts: 39
- Joined: Fri Feb 22, 2013 3:19 am
- Location: Little China
- Contact:
Re: New 404(sx) multi-track export tool needs beta testers..
I'd test, but only got the OG and a Mac..... So I'm pretty useless 
Nice work on the speedy programming.
Nice work on the speedy programming.
This is Jack Burton in the Pork Chop Express, and I'm talkin' to whoever's listenin'.
TUNES >>> The Jack Burton Project
TUNES >>> The Jack Burton Project
Re: New 404(sx) multi-track export tool needs beta testers..
WAIT WHAT! Send this thing here!
-
tape smoke
- Funniest Member of the Year '09
- Posts: 1877
- Joined: Tue Jul 10, 2007 4:06 am
Re: New 404(sx) multi-track export tool needs beta testers..
looks wicked , can you please explain what the program does, and how you endup with full exported multi tracks, also don't mean to snoop,
but what languages are you using to program this?,
didnt mean to thread jack.,
but what languages are you using to program this?,
didnt mean to thread jack.,
Last edited by tape smoke on Tue Jun 18, 2013 8:45 am, edited 1 time in total.
I/O - EHT - Evangelist.
Re: New 404(sx) multi-track export tool needs beta testers..
yo I sent out the link. One more thing, when you want to load your SP project (File->Load in the app), go to your memory card (or your hard drive) and select the SP404SX folder inside the ROLAND folder. Later on I'll build in some auto-resolving in case you hit the ROLAND folder or your SD card directly...
@JACK BURTON: can you send me an example project from your 404 OG? Like the complete folder. The format differences seem minimal, so it's just a little work (mostly different names for the samples and pattern files). Also, Mac version is just a matter of recompiling it on a Mac, so Ill do that in the next days!
@tape_smoke: I parse the pattern, pad info and STPINFO (contains song bpm) files... shout out to the "hacking 404" guys for backwards engineering most of it... then I open and read the samples and write them out track by track as they appear in the pattern, taking into account things like loop, gate, reverse, velocity of the pattern, velocity of the pad... it's programmed in C++ (11) using QT for the UI and a few extra libraries for reading/writing wav/aiff...
Anyway as soon as I get some feedback, I'll add a license to the source code so everyone who likes can change/contribute/download. For the nerds: The non-gui parts are held in plain C++ (11) with dependencies only to boost and libsndfile.
@JACK BURTON: can you send me an example project from your 404 OG? Like the complete folder. The format differences seem minimal, so it's just a little work (mostly different names for the samples and pattern files). Also, Mac version is just a matter of recompiling it on a Mac, so Ill do that in the next days!
@tape_smoke: I parse the pattern, pad info and STPINFO (contains song bpm) files... shout out to the "hacking 404" guys for backwards engineering most of it... then I open and read the samples and write them out track by track as they appear in the pattern, taking into account things like loop, gate, reverse, velocity of the pattern, velocity of the pad... it's programmed in C++ (11) using QT for the UI and a few extra libraries for reading/writing wav/aiff...
Anyway as soon as I get some feedback, I'll add a license to the source code so everyone who likes can change/contribute/download. For the nerds: The non-gui parts are held in plain C++ (11) with dependencies only to boost and libsndfile.
Re: New 404(sx) multi-track export tool needs beta testers..
hell yes! I'll gladly try this out.
You sp-hackers are the best haha
You sp-hackers are the best haha
- wax inspektor
- Awesome Member
- Posts: 2383
- Joined: Thu Nov 22, 2007 9:09 pm
- Location: Berlin
Re: New 404(sx) multi-track export tool needs beta testers..
Props dude!!
Would be awesome if you could make it work for the OG as well...
Would be awesome if you could make it work for the OG as well...
Re: New 404(sx) multi-track export tool needs beta testers..
Sure if you upload a zip of an example 404 OG project (incl. folder structure) and send me a link, Ill see if I can make it work, I think there's just a few naming differences...
Cheers!
Cheers!
Re: New 404(sx) multi-track export tool needs beta testers..
haven't got time to test yet but i'm gonna look into it for sure.
Re: New 404(sx) multi-track export tool needs beta testers..
if I understand how this works then it sounds fantastic.
if you intend to support the sp-555 I can help you test
if you intend to support the sp-555 I can help you test
Re: New 404(sx) multi-track export tool needs beta testers..
I am interested- have Win8x64, Win7x64, and XP SP3 machines available (and a Mac too 10.7)
https://soundcloud.com/clifford-novey
SP-202 (SOLD), SP-303 (SOLD), SP-404SX (main one I useD- killed w wrong PSU!), SP-505 (still have it!), SP-555 (SOLD), ES-1 (SOLD), ESX-1 (SOLD), RS7000, etc.
SP-202 (SOLD), SP-303 (SOLD), SP-404SX (main one I useD- killed w wrong PSU!), SP-505 (still have it!), SP-555 (SOLD), ES-1 (SOLD), ESX-1 (SOLD), RS7000, etc.
Re: New 404(sx) multi-track export tool needs beta testers..
Wow, just wow! Looking forward to seeing the final version with an OG support. Great job on making a world a better place!
Re: New 404(sx) multi-track export tool needs beta testers..
if possible i would love to test it man, i've win7 32bit&sp404sx, ty for your work!
Re: New 404(sx) multi-track export tool needs beta testers..
Hey guys,
right now I have issues with getting it to run on newer 64 bit windows machines, so please be patient for a while until I have more time to investigate! Also, I got an example OG project and will try to incorporate
Cheers, J
right now I have issues with getting it to run on newer 64 bit windows machines, so please be patient for a while until I have more time to investigate! Also, I got an example OG project and will try to incorporate
Cheers, J
