Hi there:
Was just looking at the careGUI.pd and realized that there is no button to to load the existing preset .dat file. I have added a [bang] so that it opens a [openpanel] and then load the .dat file in [pool].
The way careGUI works, is that you first select a file to work on with "FILE", then you save (SAVE) or restore (LOAD) to this file. So it's two clicks to open a file with the current careGUI, but I like it better that way, because it then is just one click to save as well.
Ok, I didn't realize it works in that way. When I clicked on the "FILE" a save file panel opened and I did not know its for loading presets as well.
Also, when saving file in [careGUI], I realized that the file has to be saved with .dat extension, otherwise it won't work. Is this correct?
I currently fight bad crashes here I need to find the reason for (probably some c++ compilation issue), but I'm quite sure, you can omit the .dat, as I remember, that I did this already. .dat is not hardcoded anywhere in RRADical.
I have only just found it, I will try it again and let you know.
Ciao
Frank Barknecht _ ______footils.org__
Hallo, chun lee hat gesagt: // chun lee wrote:
The way careGUI works, is that you first select a file to work on with "FILE", then you save (SAVE) or restore (LOAD) to this file. So it's two clicks to open a file with the current careGUI, but I like it better that way, because it then is just one click to save as well.
Ok, I didn't realize it works in that way. When I clicked on the "FILE" a save file panel opened and I did not know its for loading presets as well.
That's only because "openpanel" doesn't work for non-existing files.
Frank Barknecht _ ______footils.org__