Re: [PD] Purr Data rc4

2017-01-25 Thread Jonathan Wilkes via Pd-list
> To continue on the html+css thing: > I can load html into a new patch with: > window.open("D:/purr-data-clean/win32_inno/build/doc/1.manual/x3.htm","_self") > Relative path don't work. Unfortunately I'm having trouble loading local files on my Chromebook. Try

Re: [PD] [coll] bug

2017-01-25 Thread Lucas Cordiviola
>>But I never tried that, instead I found and obsure solve, cant remember, it >>is somewhere at the list archive. >yeah, we should find it :) It`s here: https://lists.puredata.info/pipermail/pd-list/2016-09/116245.html Mensaje telepatico asistido por maquinas.

Re: [PD] Calculating Inverse Kinematics Using Expr

2017-01-25 Thread me.grimm
hey matt yeah that does work out correctly. thank for the help... i figured i was using the "^" operator wrong here cheers m On Wed, Jan 25, 2017 at 11:10 AM, Matt Barber wrote: > In expr, ^ is bitwise-exclusive-or, but you want exponentiation. Just > replace $f1^2

Re: [PD] Calculating Inverse Kinematics Using Expr

2017-01-25 Thread Matt Barber
In expr, ^ is bitwise-exclusive-or, but you want exponentiation. Just replace $f1^2 with $f1*$f1. On Wed, Jan 25, 2017 at 11:03 AM, me.grimm wrote: > Hello, > > I am trying to calculate inverse kinematics in 2D space with 2 DOF > according to this tutorial(1) and formulas

Re: [PD] Calculating Inverse Kinematics Using Expr

2017-01-25 Thread cyrille henry
hello, I think expr did not compute long expression in the order you want it to. with more parenthesis, result are different. see attachement cheers c Le 25/01/2017 à 17:03, me.grimm a écrit : Hello, I am trying to calculate inverse kinematics in 2D space with 2 DOF according to this

[PD] Calculating Inverse Kinematics Using Expr

2017-01-25 Thread me.grimm
Hello, I am trying to calculate inverse kinematics in 2D space with 2 DOF according to this tutorial(1) and formulas within using [expr]. For some reason my calculations for "c2" using [expr] deliver quite a different result than the excel sheet calculation that the tutorial provides. What am I

Re: [PD] building externals on windows

2017-01-25 Thread Christof Ressi
>yes, I use pd-lib-builder, but doesn't it automatically find the m_pd.h and >pd.exe files automatically? the pd-lib-builder file defines default paths for each system, but on windows it's quite likely that you have your Pd installed somewhere else. > I also recommend: >