-
ktsouk
FAILED TO LOAD /Users/Tocher/Library/Pd/lion-saved-state-crash-fix-plugin.tcl
The error is that pd-extended NOT puredata have failed to load the "fix" code at the specific path. You should change the file's permission to allow all read & write (& execute maybe). Maybe this is why the "fix" did not workout for you.
-
ktsouk
Hi James,
"stopped working" is not a helping definition of the problem. Say more details about what you do, expect and happens.
Anyway, see what happens if you delete the files
~/Library/Preferences/org.puredata.*cheers
-
ktsouk
Hi,
reading Evoked OAEs under http://en.wikipedia.org/wiki/Otoacoustic_emission I would go for the third methodology, "Distortion product OAEs".Well, once you specify the method, the forum may help you to implement it with pure data
regards.
-
ktsouk
- (for 2 digits)
|
[+ 0.4] (optional to round the last digit)
|
[int]
|
[/ 100]
|
- (for 2 digits)
-
ktsouk
You should first create the catch~ object. You can bang a (set destination_here) message to [throw~] to refresh a connection if the destination exists. See the help file of throw~/catch~.
-
ktsouk
There can be no $0 in a message box - message boxes replace $ symbol with something they receive into their inlets ($1, $2, ...). Use a message box (color 15) connected to a [send $0-receive] object that can do the appropriate $0 replacement.
-
ktsouk
See the attached patch: [trigger] bangs the leftmost inlet (hot inlet) to trigger a reevaluation in the [+] object.
-
-
ktsouk
In Finder go to where pd-extended (I am guessing) is, ctrl+click and choose Show Package Contents then navigate to Contents/MacOS where you find Pd-extended. Open a terminal: In Terminal drug n drop the Pd-extended file and hit enter - cmd+T to open a second terminal drag n drop the file again and hit enter. You should have two instances of pd-extended.
-
ktsouk
You did not make yourself clear but I think what you should make clear is that loading instances of an abstraction is different to having duplicate code within an abstraction on how the code is handled and when things change. (Make a patch/abstraction - process~.pd - and call it as many times as you need it within your other patch/abstraction −4process~.pd - and then use 4process~ once in your final code/patch. If you use [s~] and [r~] in your process~ you should use $0 to avoid duplicate destinations.
-
ktsouk
To simply compare a few consecutive values I suggest you use [float] = [f] and [trigger] = [t]. See the attached patch/abstraction. You have the current number and the previous three to make comparisons.
-
ktsouk
The division is not evaluated as float when it gets evaluated first. So 1./3 instead of 1/3 should be used in this case.
-
ktsouk
You should compile GEM using the current ImageMagick include folder (eg. "./configure --with-ImageMagick-includes=/usr/unclude/ImageMagick") - or set it to not use ImageMagick.
You may try to use the attached Gem.pd_linux made this way and see what happens.
cheers,
ktsouk
ps. ups.