Re: [PD] can't seem to load the pix_freeframe object

2010-10-25 Thread ALAN BROOKER
Hi All


Thanks for the replies- I figured what I was doing wrong- I was basically
downloaded the basic plugins from  http://freeframe.sourceforge.net/

but I should have downloaded http://www.mndl.hu/freeframe/petespluginslinux
here for the port of linux version.

All is working now and is all good- thanks again!

2010/10/22 IOhannes m zmölnig 

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 10/22/2010 02:29 PM, Husk 00 wrote:
> > On Fri, Oct 22, 2010 at 11:09 AM, ALAN BROOKER
> > wrote:
> >
> >> Hi List,
> >>
> >> I'm using Pd-extended on Ubuntu (Lucid) but I can't seem to load the
> >> pix_freeframe object- I've downloaded from
> >> http://freeframe.sourceforge.net/downloads.html (Pete's classic
> plugins)
> >> and put the folder in Pd's search path but this still hasn't worked.
> Also
> >> I've dug qround in the /extra to see if I could find the example file
> >> /binary and wasn't able to find it-perhaps freeframe donsnt work on
> Ubuntu?
> >>
> >
> >
> > Freeframe and pix_freeframe works quite well on ubuntu (and also on Mac
> and
> > Winzoz). It's just a problem of path I guess. When you create your
> > pix_freeframe object with your desired effect be sure pix_freeframe can
> find
> > your effect. If the effects are in a ./freeframe dir (for example) from
> your
> > working directory, you will have to write [pix_freeframe
> freeframe/BurnVFX]
> >
> iirc, [pix_freeframe] also uses Pd's path setting.
> so if the effects are in /tmp/freeframe and you start Pd with "-path
> /tmp/freeframe" (or use the path-dialog to add /tmp/freeframe), then you
> should be able to just create [pix_BurnVFX]
>
> also if this still doesn't work, try running Pd with "-verbose -verbose"
> and tell us the exact error message you get.
>
>
> fagmsdf
> IOhannes
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkzBi+cACgkQkX2Xpv6ydvQTgACgk3Pbf8+sH87nYDJHKJC51gBh
> j7kAoIZ1GkPLeZ3uTWWRLEGtkKZqkPhy
> =eGET
> -END PGP SIGNATURE-
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] can't seem to load the pix_freeframe object

2010-10-22 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/22/2010 02:29 PM, Husk 00 wrote:
> On Fri, Oct 22, 2010 at 11:09 AM, ALAN BROOKER
> wrote:
> 
>> Hi List,
>>
>> I'm using Pd-extended on Ubuntu (Lucid) but I can't seem to load the
>> pix_freeframe object- I've downloaded from
>> http://freeframe.sourceforge.net/downloads.html (Pete's classic plugins)
>> and put the folder in Pd's search path but this still hasn't worked. Also
>> I've dug qround in the /extra to see if I could find the example file
>> /binary and wasn't able to find it-perhaps freeframe donsnt work on Ubuntu?
>>
> 
> 
> Freeframe and pix_freeframe works quite well on ubuntu (and also on Mac and
> Winzoz). It's just a problem of path I guess. When you create your
> pix_freeframe object with your desired effect be sure pix_freeframe can find
> your effect. If the effects are in a ./freeframe dir (for example) from your
> working directory, you will have to write [pix_freeframe freeframe/BurnVFX]
> 
iirc, [pix_freeframe] also uses Pd's path setting.
so if the effects are in /tmp/freeframe and you start Pd with "-path
/tmp/freeframe" (or use the path-dialog to add /tmp/freeframe), then you
should be able to just create [pix_BurnVFX]

also if this still doesn't work, try running Pd with "-verbose -verbose"
and tell us the exact error message you get.


fagmsdf
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzBi+cACgkQkX2Xpv6ydvQTgACgk3Pbf8+sH87nYDJHKJC51gBh
j7kAoIZ1GkPLeZ3uTWWRLEGtkKZqkPhy
=eGET
-END PGP SIGNATURE-

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] can't seem to load the pix_freeframe object

2010-10-22 Thread Husk 00
On Fri, Oct 22, 2010 at 11:09 AM, ALAN BROOKER
wrote:

> Hi List,
>
> I'm using Pd-extended on Ubuntu (Lucid) but I can't seem to load the
> pix_freeframe object- I've downloaded from
> http://freeframe.sourceforge.net/downloads.html (Pete's classic plugins)
> and put the folder in Pd's search path but this still hasn't worked. Also
> I've dug qround in the /extra to see if I could find the example file
> /binary and wasn't able to find it-perhaps freeframe donsnt work on Ubuntu?
>


Freeframe and pix_freeframe works quite well on ubuntu (and also on Mac and
Winzoz). It's just a problem of path I guess. When you create your
pix_freeframe object with your desired effect be sure pix_freeframe can find
your effect. If the effects are in a ./freeframe dir (for example) from your
working directory, you will have to write [pix_freeframe freeframe/BurnVFX]

I hope to be clear
husk

-- 
when Art become pratical
we call it technology.

When Technology become useless
we call it Art

www.estereotips.net
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] can't seem to load the pix_freeframe object

2010-10-22 Thread ALAN BROOKER
Hi List,

I'm using Pd-extended on Ubuntu (Lucid) but I can't seem to load the
pix_freeframe object- I've downloaded from
http://freeframe.sourceforge.net/downloads.html (Pete's classic plugins) and
put the folder in Pd's search path but this still hasn't worked. Also I've
dug qround in the /extra to see if I could find the example file /binary and
wasn't able to find it-perhaps freeframe donsnt work on Ubuntu?

Thanks all for any advice!


 Al
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list