-
Notifications
You must be signed in to change notification settings - Fork 3
How to use #1
Comments
@creativeart Hello, thanks for reaching out. In order to run the program, simply clone my project and open it in Visual Studio, I used Visual Studio 14 back then. Once you have access to the project in Visual Studio, open the pxd_to_wav.cpp file and edit the paths to your audio files: See here: pxd-to-wav/pxd-to-wav/pxd_to_wav.cpp Line 28 in 92a9f2c
Run/Compile the program and that's pretty much it. If you need further help or if you can't get it done, I'm willing to provide pre-built binaries. Cheers, Steven. P.S. I've updated the link to the DLL file: https://www107.zippyshare.com/v/um9Z20Ue/file.html |
Hey, can you re-upload ? |
@glassybrick Sure thing! |
I’m not familiar with Visual Studio, have no idea what I should setup Is it possible to get .exe file ? |
@glassybrick Okay, no problem. Based on this code, I am going to write a small programm that can convert all PXD files in a directory. |
@glassybrick Quick update: While writing the converter program, I noticed how Please check back in the next couple of days. It should be ready by then. Thank you, Cheers, Steve |
@Burnett01 great! I wanna say many people looking for this program sooo long time. I guess it will be popular 100% 😄 Btw it will convert one big pxd (~400mb each disk) ? |
Yes I think that should be possible |
cant wait to test it :) |
I've updated the README link to the DLL file. Will upload the new converter code and binary (.exe) later this week. |
@Burnett01 Hi! Any news ? 🖖🏼 |
Hi, I have uploaded the source code and a pre-compiled binary (.exe) file to a separate folder. Please follow the instructions in the README and let me know how it works for you. https://github.com/Burnett01/pxd-to-wav/tree/master/pxd-to-wav-converter Cheers, Steven |
@Burnett01 downloaded, put in folder with Dance40 (its file with samples) & Dance40.inf. |
Hi, please put the DLL into same folder like the .exe https://1drv.ms/u/s!Aoi5JP1ZB3HGqlXjlJIsoyoflNcG I forgot to mention |
@Burnett01 downloaded, put it in same folder with: Run pxd_to_wav_conv.exe 1 sec black screen (cmd) and nothing happened :( |
Okay, can you check what files were created after running the programm? |
@Burnett01 there any created files W10 x64 1809 |
Same here, a black dos windows appears, then it close.
Le mer. 15 mai 2019 à 16:41, glassybrick <[email protected]> a
écrit :
… @Burnett01 <https://github.com/Burnett01> there any created files
https://imgur.com/9zdAenk
i run exe file, black screen popup and immediately disappears
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AA6RV3P6GOINQPJKJQLAUD3PVQOJPA5CNFSM4GECDWP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVO4IDQ#issuecomment-492684302>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA6RV3L7JQNJRU7D5Z22NGDPVQOJPANCNFSM4GECDWPQ>
.
--
<http://goog_1214417030>
<https://creativeart.be> *Creative Art*
Ludovic Charlier
+32 494 70 43 33 <+32494704333>
www.creativeart.be <https://creativeart.be>
|
Okay thanks for reporting the issues. According to your screenshot it looks like the converter does not convert the TMP file to WAV. I'm not sure if this is because you are using Windows 10 (I'm using Windows 7) but I will check it. Regarding the uppercased '.PXD': I will release a version where both (upper and lowercased) are accepted. |
Same problem here on Win10 64x. |
Yes there seems to be a problem when using Win10. I will have to test this on a computer with Windows 10 - I'm still using Win 7. I might get access to a Win 10 device next week. Stay tuned |
Still haven't got a chance to get my hands on a Windows 10 device. Will keep you updated guys |
@elyday @timedotcc Hey guys, if you have time would you be willing to test my converter on your Windows 10 device please? Converter: https://github.com/Burnett01/pxd-to-wav/tree/master/pxd-to-wav-converter If you need a .PXD file for testing, please let me know. If you cannot test it, no worries :)! Thank you in advance! |
Yeah give me a pxd file and then i will test @Burnett01 |
@Burnett01 maybe there chance to use bootcamp or parallels ? |
Hey, thanks so much for having a go at this! I really want to get some samples from an old music making game I used to play (Top of the Pops Mix Factory) but I can't get the software to run on any computer and can't find any way to even play/hear the PXD files, so converting them is my last resort (unless anyone has any suggestions). I've tried running your executable as described on an old laptop running Windows Vista but was faced with the same issues as the Windows 10 guys. I've got a MacBook pro as well and was thinking of playing around with visual studio code and your source code but I have very little dev experience so it's a bit of a long shot. If you look into this again or have any tips please let me know! I'd love to get those samples somehow. Thanks again. |
if anyone makes this works perfectly , please do Ejay Rave Samples on a zip and upload it on medifire or megaupload |
When running this on Win10/VS2019 the following exception is thrown after the call to RWavToTemp:
Also it seems that the code provided in this repository does nothing with the .INF file so I'm not sure how it would convert these massive 500MB eJay collections into separate wave files... Good news is that when clicking 'continue' in the debugger the wave file (for the first sample in the PXD) is actually created. So despite the arguments not matching for the call to RWavToTemp it does seem to actually work 🤷 |
You are right, that behaviour is inconsistent. Thanks for testing it on Win 10. Further rev-engineering with IDA-Pro or any other DA is required to check what's missing. |
I'd like to help but I have no experience with rev engineering tools and my C++ (outside of Arduino) is quite rusty :(. I'm currently attempting to do it using NodeJS instead. If I get anywhere I'll let you know :). The parsing of the INF files is done, now I 'just' need to call the native library. |
Hey! Are there any advances in this topic? You guys are really cool! You have instilled hope that many will be able to touch those emotions from childhood again. |
I hope someone will find a solution one day :) |
Hello guys, I'm finally settled on a Windows 10 workstation. In the last years I was using Windows 7 and Mac OS as stated earlier, hence my inability to test this on Windows 10. |
Hi guys, @Burnett01 thanks for mentioning. I just uploaded a compiled .exe if anyone is interested. Works on win10. |
Do you have a tutorial or a video to show how to use it for a non-developer person ? ^^ Thank you so much. |
@creativeart Basically you download @paator's compiled .EXE file from here: https://github.com/paator/PXDConverter/releases/tag/v1.0 and follow his instructions here: https://github.com/paator/PXDConverter#usage Please let us know if it works! Thank you very much |
Hey all, I just released a small update. You can now specify a directory where compiled program should search for all .pxd files recursively and convert them all at once:)) |
2021-05-16.00-58-04_Trim.mp4I tried to do for one file it works , but for many didn't work |
@a90doomguy run program (version 1.1) through terminal using -all argument. Like this:
Drag and drop is a nice idea for converting multiple files, I may add this feature as well in future. |
@paator Please help me out , i don't understand anything by saying terminal .. can you please record a quick video to show me how to do it ? |
First use this command: |
Nice! Im happy it works |
ok, i have same issue as a90doomguy |
That's great:) Cheers |
I have other problem, but it goes to PXD extractor, seems he can't extract PXD files from one big PXD from Dance Ejay 5 and above |
Thank you very much for participating in this discussion and testing over the past 2 1/2 years. Once again, thanks to all 12 participants for contributing, stay safe 🥇 Greetings, Steve |
Hello,
I love Ejay samples. Is there a tutorial how to use your script ? In this way I will be able to transform all ejay to wav (finally).
Thank you.
The text was updated successfully, but these errors were encountered: