I hate having to ask these questions because I know it seems like I didn't check Google or the archives, but I did. I have zexy working, if I manually open zexy.pd before trying to use any of it. However, I can't figure out how to get Gem to work. I also see now it should be possible for zexy to be loaded automatically so I don't have to open that file first. I'm on WinXP, with Pd 0.38.3. There's a GUI for startup binaries and flags... One odd thing about it is that deleting something from any of these fields, and hitting the Apply and Save Settings buttons over and over has no effect: the commands that didn't work are reinserted when I restart Pd. I can deal with that... So, if I have gem.dll and zexy.dll in particular locations, shouldn't I be able to paste the entire paths to them in quotes into the "binaries to load on startup", and it will find them? I also put in the -path and -lib flags suggested in the readmes. I don't fully understand the process Pd goes through. If it can find the .dll, is that all it should need? As of now I get a message for each startup bin saying Pd couldn't load the library. Also, in reference to .pdrc, what is the syntax for it? Should I just type a bunch of flags into a text editor and save as .pdrc?
Thanks guys! -Chuckk
This is an interesting development. Pd stopped letting me access the "path" and "startup" GUIs, nothing happens when I select them; So I redownloaded and reinstalled elsewhere, and the new pd.exe still tries to read the bins I had selected for the old one, and still won't let me view them. I searched for .pdrc, but I'll try searching again.
On 9/8/05, Chuckk Hubbard badmuthahubbard@gmail.com wrote:
I hate having to ask these questions because I know it seems like I didn't check Google or the archives, but I did. I have zexy working, if I manually open zexy.pd before trying to use any of it. However, I can't figure out how to get Gem to work. I also see now it should be possible for zexy to be loaded automatically so I don't have to open that file first. I'm on WinXP, with Pd 0.38.3. There's a GUI for startup binaries and flags... One odd thing about it is that deleting something from any of these fields, and hitting the Apply and Save Settings buttons over and over has no effect: the commands that didn't work are reinserted when I restart Pd. I can deal with that... So, if I have gem.dll and zexy.dll in particular locations, shouldn't I be able to paste the entire paths to them in quotes into the "binaries to load on startup", and it will find them? I also put in the -path and -lib flags suggested in the readmes. I don't fully understand the process Pd goes through. If it can find the .dll, is that all it should need? As of now I get a message for each startup bin saying Pd couldn't load the library. Also, in reference to .pdrc, what is the syntax for it? Should I just type a bunch of flags into a text editor and save as .pdrc?
Thanks guys! -Chuckk
-- "It is not when truth is dirty, but when it is shallow, that the lover of knowledge is reluctant to step into its waters." -Friedrich Nietzsche, "Thus Spoke Zarathustra"
Hi Chuckk,
Chuckk Hubbard wrote:
I'm on WinXP, with Pd 0.38.3. There's a GUI for startup binaries and flags... One odd thing about it is that deleting something from any of these fields, and hitting the Apply and Save Settings buttons over and over has no effect: the commands that didn't work are reinserted when I restart Pd. I can deal with that...
This is a bug of the 0.38, use 0.39 or manually edit the entries in Windows' registry.
So, if I have gem.dll and zexy.dll in particular locations, shouldn't I be able to paste the entire paths to them in quotes into the "binaries to load on startup", and it will find them? I also put in the -path and -lib flags suggested in the readmes.
Make sure you use the correct name - pd is case sensitive. Maybe you want to try a startup command like:
pd -lib MY_GEM_DIRECTORY\Gem
This works for me.
Also, in reference to .pdrc, what is the syntax for it? Should I just type a bunch of flags into a text editor and save as .pdrc?
I'm not really sure, but I think .pdrc is for OSX only. On Windows all settings are saved in the registry.
Boy, was that painfully simple. So ">pd -lib gem -lib zexy" was all I needed; but now I am still unable to change the startup flags or bins from the GUI... any ideas?
On 9/8/05, Chuckk Hubbard badmuthahubbard@gmail.com wrote:
I hate having to ask these questions because I know it seems like I didn't check Google or the archives, but I did. I have zexy working, if I manually open zexy.pd before trying to use any of it. However, I can't figure out how to get Gem to work. I also see now it should be possible for zexy to be loaded automatically so I don't have to open that file first. I'm on WinXP, with Pd 0.38.3. There's a GUI for startup binaries and flags... One odd thing about it is that deleting something from any of these fields, and hitting the Apply and Save Settings buttons over and over has no effect: the commands that didn't work are reinserted when I restart Pd. I can deal with that... So, if I have gem.dll and zexy.dll in particular locations, shouldn't I be able to paste the entire paths to them in quotes into the "binaries to load on startup", and it will find them? I also put in the -path and -lib flags suggested in the readmes. I don't fully understand the process Pd goes through. If it can find the .dll, is that all it should need? As of now I get a message for each startup bin saying Pd couldn't load the library. Also, in reference to .pdrc, what is the syntax for it? Should I just type a bunch of flags into a text editor and save as .pdrc?
Thanks guys! -Chuckk
-- "It is not when truth is dirty, but when it is shallow, that the lover of knowledge is reluctant to step into its waters." -Friedrich Nietzsche, "Thus Spoke Zarathustra"
Chuckk Hubbard wrote:
So, if I have gem.dll and zexy.dll in particular locations, shouldn't I be able to paste the entire paths to them in quotes into the "binaries to load on startup", and it will find them? I also put in the -path and -lib flags suggested in the readmes.
I've noticed on Pd version 0.39 TEST 7 that you have to do save all settings or it doesn't stick, and also that the slashes get removed from the path name so if you paste the path with no quotes you need to restore the slashes and remove spaces...I guess this will change to a new buggy nehaviour in the next release ;) Martin