Yes I know. I've try something with the line traverser but it doesn't work... There's must be a solution. It's for my project https://github.com/pierreguillot/PdEnhanced so there 's no necessity for now. But if you want to create a phasor and to be able to control the phase or the frequency with a signal, you need to know if it is the inlet 1 or the inlet 2 which is connected (dummy example). So you should need something like a vector of booleans (1 for connected and 0 for disconnected).
2013/11/19 Charles Z Henry <[email protected]> > Hi Pierre, > > The inlets and outlets aren't accessible to the dsp method directly, but > maybe there's a work-around. The dsp method of an instance takes as > argument: its struct, and an array of pointers. > > What information do you want to have and would you like to do? > > Chuck > > > > On Tue, Nov 19, 2013 at 10:26 AM, Pierre Guillot <[email protected] > > wrote: > >> Hi, >> >> I would like to know the inlets and outlets which are connected to my >> object. This information could be useful in the dsp method. >> Thanks >> >> Pierre >> >> _______________________________________________ >> Pd-dev mailing list >> [email protected] >> http://lists.puredata.info/listinfo/pd-dev >> >> >
_______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
