Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library, written, with openFrameworks (Zack Lee)

2018-02-23 Thread Zack Lee
Hi Jim.
That's not a bug. ofelia and some other external libraries such as GEM use
only one binary file which contains all objects in it.
When using these types of external libraries, you must create(or declare)
the base object first in order to use all other objects in the library.

To do this, you can of course put a [declare -lib ofelia] into a patch
whenever you want to use the library.
Or you can go to Pd -> Preferences -> Startup -> New and add ofelia so it
can be loaded whenever you start Pd. This way, you don't need to have
[declare] in a patch to use the library.

Zack


2018-02-24 3:00 GMT+09:00 Jim Ruxton :

> I found I have to put a [declare -lib ofelia] object in the patch, close it 
> and then re-open it. From there on during that PD session all ofelia objects 
> will load. This happens to me with some  other externals as well even though 
> I have the external location in my path.
> Cheers,
> Jim
>
> |Hello Jim, I can I ask what machine are you using, I am running 17.1 too,
> |but I am not able to create the objects after compiling.
>
> cheers
>
> On Thu, Feb 22, 2018 at 5:40 PM, Jim Ruxton  
>  wrote:
>
>
> Thank you for this External. Some great objects in there.  I am using
> Ubuntu 17.10 . It appeared to install perfectly and I ran the script to
> install dependencies. The non graphics objects I have tested are working
> great but I don't get anything rendered to the Ofelia window when I try out
> the graphics examples.
>
> Jim
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library, written, with openFrameworks (Zack Lee)

2018-02-23 Thread IOhannes m zmölnig
On 02/23/2018 07:00 PM, Jim Ruxton wrote:
> I found I have to put a [declare -lib ofelia] object in the patch, close
> it and then re-open it. From there on during that PD session all ofelia
> objects will load. This happens to me with some  other externals as well
> even though I have the external location in my path.


this sounds as if you are using an older version of Pd.
did you try Pd-0.48? it's nice, shiny and pretty stable.

gfamsdr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library, written, with openFrameworks (Zack Lee)

2018-02-23 Thread Jim Ruxton

I found I have to put a [declare -lib ofelia] object in the patch, close it and 
then re-open it. From there on during that PD session all ofelia objects will 
load. This happens to me with some  other externals as well even though I have 
the external location in my path.
Cheers,
Jim

|Hello Jim, I can I ask what machine are you using, I am running 17.1 too,
|but I am not able to create the objects after compiling.

cheers

On Thu, Feb 22, 2018 at 5:40 PM, Jim Ruxton  wrote:


Thank you for this External. Some great objects in there.  I am using
Ubuntu 17.10 . It appeared to install perfectly and I ran the script to
install dependencies. The non graphics objects I have tested are working
great but I don't get anything rendered to the Ofelia window when I try out
the graphics examples.

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


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written, with openFrameworks (Zack Lee)

2018-02-23 Thread Jim Ruxton

Hi Zack,

Yes that version works great. It is true that if I load an audio patch 
the audio is sometimes  glitchy . And yes I can fix it by increasing 
delay. Using the testtone audio patch for example going from 25 msec to 
50 msec when running the clonedParticleSystem fixes the glitches. Let me 
know if you want me to do any more tests.


Jim

On 2018-02-23 05:14 AM, Zack Lee wrote:

Hi, I'm sorry for the delay Jim.

Since some people have reported that they could not see anything on 
the graphics window on Linux, I just uploaded a test version external 
for Linux which I disabled the threaded rendering.


If you search "ofelia" in the Deken, you will see "ofelia-v1.0.4test".
Could you please try this one and see if the graphics show up on the 
window?


If it works, could you please try to create any audio object and see 
if you can hear the sound?
In case the audio is too glitchy, please try increasing the delay time 
in Pd's audio settings.


Please let me know how it goes. I would really appreciate your help.

Zack



--

Thank you for this External. Some great objects in there.  I am using
Ubuntu 17.10 . It appeared to install perfectly and I ran the script to
install dependencies. The non graphics objects I have tested are working
great but I don't get anything rendered to the Ofelia window when I try
out the graphics examples.

Jim


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


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written, with openFrameworks (Zack Lee)

2018-02-23 Thread Zack Lee
Hi, I'm sorry for the delay Jim.

Since some people have reported that they could not see anything on the
graphics window on Linux, I just uploaded a test version external for Linux
which I disabled the threaded rendering.

If you search "ofelia" in the Deken, you will see "ofelia-v1.0.4test".
Could you please try this one and see if the graphics show up on the window?

If it works, could you please try to create any audio object and see if you
can hear the sound?
In case the audio is too glitchy, please try increasing the delay time in
Pd's audio settings.

Please let me know how it goes. I would really appreciate your help.

Zack



--

Thank you for this External. Some great objects in there.  I am using
Ubuntu 17.10 . It appeared to install perfectly and I ran the script to
install dependencies. The non graphics objects I have tested are working
great but I don't get anything rendered to the Ofelia window when I try
out the graphics examples.

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


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written, with openFrameworks (Zack Lee)

2018-02-23 Thread José Rafael Subía Valdez
Hello Jim, I can I ask what machine are you using, I am running 17.1 too,
but I am not able to create the objects after compiling.

cheers

On Thu, Feb 22, 2018 at 5:40 PM, Jim Ruxton  wrote:

> Thank you for this External. Some great objects in there.  I am using
> Ubuntu 17.10 . It appeared to install perfectly and I ran the script to
> install dependencies. The non graphics objects I have tested are working
> great but I don't get anything rendered to the Ofelia window when I try out
> the graphics examples.
>
> Jim
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/li
> stinfo/pd-list
>



-- 
José Rafael Subía Valdez
www.jrsv.net
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written, with openFrameworks (Zack Lee)

2018-02-22 Thread Jim Ruxton
Thank you for this External. Some great objects in there.  I am using 
Ubuntu 17.10 . It appeared to install perfectly and I ran the script to 
install dependencies. The non graphics objects I have tested are working 
great but I don't get anything rendered to the Ofelia window when I try 
out the graphics examples.


Jim


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