-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paused waiting for available CPU... #3
Comments
Song lengths file used is this one: https://www.hvsc.c64.org/downloads More exact: https://www.hvsc.c64.org/download/C64Music/DOCUMENTS/Songlengths.txt No vice was setup. Maybe this has something to do with it or perhaps not ? Vice vsid is optional it says in readme.txt ? |
Even with v.i.c.e. vsid.exe setup it config, same result. Older version of vice though... |
This tool does work on the batman file which is kinda cool: |
Hello!
Oh.. There is, or was, a bug with fewer than 4 cores that does this.
I thought I had uploaded a fix. I mustn't have. My apologies.
Let me fix that up and get back to you. Are you running on Windows? x86 or x64?
Daniel.
…________________________________
From: Skybuck Flying <[email protected]>
Sent: 21 November 2019 00:36
To: M3wP/XSID <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [M3wP/XSID] Paused waiting for available CPU... (#3)
Hello,
I tried SIDConvert tool to see if it can turn SIDS into MIDI files ?
So far tried it on Last Ninja 2.sid and Batman_The_Movie-1.sid
Tool says:
"Paused waiting for available CPU..."
?
It seems stuck ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#3?email_source=notifications&email_token=ACNUI55MR5C4OU4LMUKL6BTQUVDQDA5CNFSM4JPTTOH2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2XXSNA>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACNUI573C74RHDSYHEAAFV3QUVDQDANCNFSM4JPTTOHQ>.
|
Okay, I have now uploaded the fix. I really need to clean up my source tree. Please confirm that it is now working. |
I am running windows x64 on dual core processor. I am not using sources for now. Only binary distribution folder to see if it works. Did you upload the fix to the binaries too ? |
One more question: Do you think your tool is better or worse than the one I mentioned above/link. Cause that tool above is already pretty amazing, but if there is a better tool then that would be interesting too. |
I uploaded the Windows binaries but not the Linux ones. IMHO, my XSIDToMIDI tool is much more advanced and will allow you to do a much better job of the conversion. It does require manual effort though. Also, my source code is freely available meaning it can be enhanced by anyone wanting to. Please advise whether the program/s are working correctly now. |
First problem I noticed, if no sub songs selected, than access violation address 0000 and so forth. I double click on a sid and subsongs added, I click play... vsid is started... nothing much happens an ms-dos prompt showed shortly. I check output folder but there is nothing there. With slot motion camera I can see following message in ms dos prompt: "Extra arguments on command line: SIDX\Katakis.sid Kinda weird cause the file is in a different folder... So does not seem like program is working correctly. Not sure what vsid is supposed to do ? VSID version is: 3.3 r35872 (Gtk3) |
Sorry, you're trying to do nothing and expect something? Then, you're playing the track not converting? Not sure what you're trying to achieve. I haven't tested playing a track for some time. Can you confirm the conversion of some song is working correctly? |
I am trying to convert the track from sid or xsid to midi and it's not working :) Command prompt issue, I think the command prompt's folder is wrong, it can't find the tool it's trying to use ? |
You can only convert SID to XSID and then XSID to MIDI. You use SIDConvert to convert SID files to XSID files and XSIDToMIDI to convert XSID files to MIDI files. No external programs or "tools" are required by those programs. Please read the readme. |
Ok, I tried SidConvert again and this time it is working. I clicked convert instead. I guess I clicked "play" the previous attempt, got confused with the GUI, why would there be a play button if it's just a convert tool ? Anyway it has produced something in output folder: .log and a .xsid file both created today, so I will now try the xsid to midi tool... Ok, it's working. So things/updates would be nice; For example automatic naming of midi files to level1.mid level2.mid or something, right now it always outputs to song.mid And same ins1.wav and such. Now that I see this is actually working I might get interested in the source. However this tool seems quite complex and can do many things. I understand very little about sid and midi and such. So it will be hard, but it's interesting. Can you recommend any daw program for assigning new sounds to the midi ? So far I have used "midiplayer" by zoltan. Not sure if this program can re-map/do channels and such, only one so far it seems. I use it to test soundfonts... My goal is to make the sids sound better, more modern/clean, higher quality, or just different for the fun/joy of it, not necessarily converting to midi, converting to midi was just one way to play with soundfonts and hear it in a different rendering... but there might be other methods like maybe re-implementing the C64 synthesizer/sid chip to sound a bit different or to integrate it with some other audio rendering... not yet sure if that is possible or makes sense, I think it's possible, just don't know yet if it makes sense, but it's worth an experiment to see what it would sound like if it gets combined with maybe redcode/core warriors that also have their unique sound, maybe they could be used as instruments/replacement instruments to give it an even more mechanical/computerized/digital/synthetic and more rich sound that would be interesting, a bit like chip/glitch music I guess. |
One last question though, why does the dumping taking so long ? :) I assume it's doing some kind of computation and that is taking a long time ? |
The initial conversion from SID to XSID generally takes so long because of the compression method. By default it tries both formats and keeps the best. You can change that to use only a specific format or no compression at all. |
Hello,
I tried SIDConvert tool to see if it can turn SIDS into MIDI files ?
So far tried it on Last Ninja 2.sid and Batman_The_Movie-1.sid
Tool says:
"Paused waiting for available CPU..."
?
It seems stuck ?
The text was updated successfully, but these errors were encountered: