• 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.

    posted in technical issues read more
  • 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

    posted in technical issues read more
  • 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.

    posted in Off topic read more
  • ktsouk

    • (for 2 digits)
      |
      [+ 0.4] (optional to round the last digit)
      |
      [int]
      |
      [/ 100]
      |

    posted in technical issues read more
  • 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~.

    posted in technical issues read more
  • 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.

    posted in technical issues read more
  • ktsouk

    See the attached patch: [trigger] bangs the leftmost inlet (hot inlet) to trigger a reevaluation in the [+] object.

    http://www.pdpatchrepo.info/hurleur/binaural-simple+.pd

    posted in technical issues read more
  • ktsouk

    bang a message "range 0 100"

    posted in technical issues read more
  • 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.

    posted in pixel# read more
  • 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.

    posted in technical issues read more

Internal error.

Oops! Looks like something went wrong!