Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Christof Ressi
nice! totally forget about it...   Gesendet: Montag, 07. Oktober 2019 um 17:24 Uhr Von: "Antoine Rousseau" An: "Christof Ressi" Cc: Pd-List Betreff: Re: [PD] declare not posting library loading message while object creation does? > Then we would have a unified syntax

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread IOhannes m zmölnig
Am 7. Oktober 2019 15:48:12 MESZ schrieb Federico Camara Halac : >Perhaps telling the user how to load the library could (also) be >deken's >job after downloading a library: a simple post to console to tell the >user >how to load the library based on the package contents... > i'm totally

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Antoine Rousseau
> Then we would have a unified syntax for "loading" libraries and people wouldn't have to care about implementation details That is also the goal of: https://github.com/pure-data/pure-data/pull/440 ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Christof Ressi
ldn't have to care about implementation details. Just thinking out loudly. Christof > Gesendet: Montag, 07. Oktober 2019 um 15:56 Uhr > Von: "Peter P." > An: pd-list@lists.iem.at > Betreff: Re: [PD] declare not posting library loading message while ob

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Christof Ressi
tof > Gesendet: Montag, 07. Oktober 2019 um 15:45 Uhr > Von: "oliver" > An: "Christof Ressi" > Betreff: Re: [PD] declare not posting library loading message while object > creation does? > > > > > >>> i guess Peter was saying that he only

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Federico Camara Halac
ut [declare -lib] -, it will be > exactly loaded when needed. > > Christof > > > Gesendet: Montag, 07. Oktober 2019 um 14:50 Uhr > > Von: "oliver" > > An: Pd-list > > Betreff: Re: [PD] declare not posting library loading message while > object creation

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Antoine Rousseau
needed. > > I don't get it. When I do [hid] - without [declare -lib] -, it will be > exactly loaded when needed. > > Christof > > > Gesendet: Montag, 07. Oktober 2019 um 14:50 Uhr > > Von: "oliver" > > An: Pd-list > > Betreff: Re: [PD] declare not pos

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Christof Ressi
et it. When I do [hid] - without [declare -lib] -, it will be exactly loaded when needed. Christof > Gesendet: Montag, 07. Oktober 2019 um 14:50 Uhr > Von: "oliver" > An: Pd-list > Betreff: Re: [PD] declare not posting library loading message while object > creation does

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread oliver
Christof Ressi wrote: And this was sarcasm too. damn, my sarcasm-O-meter failed miserably... I was using [declare -lib hid] because this is how I load libraries in general. "-lib" is only needed for multi-object-per-binary libraries, e.g. zexy and iemlib. [declare -lib hid] doesn't do

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Christof Ressi
do anything useful, the external will be loaded anyway when you create it the first time... Christof > Gesendet: Montag, 07. Oktober 2019 um 14:19 Uhr > Von: "Peter P." > An: pd-list@lists.iem.at > Betreff: Re: [PD] declare not posting library loading message while object > c

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Peter P.
u achieve the same effect. > > BTW, what's the point of doing [declare -lib hid]? Or were you just > experimenting? > > Best, Christof > > > Gesendet: Montag, 07. Oktober 2019 um 13:49 Uhr > > Von: "Peter P." > > An: pd-list@lists.iem.at > &g

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Christof Ressi
ing [declare -lib hid]? Or were you just experimenting? Best, Christof > Gesendet: Montag, 07. Oktober 2019 um 13:49 Uhr > Von: "Peter P." > An: pd-list@lists.iem.at > Betreff: Re: [PD] declare not posting library loading message while object > creation does? > > * IOh

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread IOhannes m zmölnig
On 10/7/19 1:42 PM, Peter P. wrote: > Dear list, > > I am a big fan of the [declare] object for loading libraries but its > user interaction keeps puzzling me. > > Creation of [declare -lib hid] does neither post a success or failure > message to the console, but the creation of a [hid] object

[PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Peter P.
Dear list, I am a big fan of the [declare] object for loading libraries but its user interaction keeps puzzling me. Creation of [declare -lib hid] does neither post a success or failure message to the console, but the creation of a [hid] object itself prints the usual [hid] 0.7, written