[PD-dev] more on external perform question

ben at ekran.org ben at ekran.org
Fri Sep 19 00:58:01 CEST 2003


Hey Scott,

I've made a couple of externals that "act" continuous but I've always just
set up the methods so that they are called by a bang to the object from
the outside...

This way you can control how often you want to poll the HW (or whatever)
from PD... Or did you need faster than 5ms updates? Seems a little
over-kill for a head-tracker....

Ben


>
> i guess my question is if i can have a perform function not in a tilde
> external. i got the headtracker to work in a tilde external, and i'm
> outputting floats instead of a signal. i'm actually not doing any signal
> processing in it, i just want the continuous grabbing of headtracker
> data.
>
> scott
>
>> Hallo,
>> J. Scott Hildebrand hat gesagt: // J. Scott Hildebrand wrote:
>>
>> > right now i'm trying to implement a headtracker, and i need
>> continuous float output. by using a signal processing external i had
>> before i can print the headtracking info to the console but i
>> haven't been able to output a float from an outlet. can i have
>> perform functions in standard non-signal processing externals?
>>
>> I don't think you can do really continuous message output (that would
>> be a signal out, although that also isn't continuous (ADC/DAC). Ths
>> closes I could imagine is somthing like the [metro] internal object
>> and similar objects, that keep their own timer.
>>
>> ciao
>> --
>>  Frank Barknecht                               _ ______footils.org__
>>
>> _______________________________________________
>> PD-dev mailing list
>> PD-dev at iem.at
>> http://iem.at/cgi-bin/mailman/listinfo/pd-dev
>>
>
> _______________________________________________
> PD-dev mailing list
> PD-dev at iem.at
> http://iem.at/cgi-bin/mailman/listinfo/pd-dev







More information about the Pd-dev mailing list