Wacom transform - smaller intervals
Brought to you by:
peoplestank
On my laptop (Toshiba Tecra 800, 128MB, Pentium II) with a very simple patch, osw starts acting
funky for intervals (into the Wacom driver) of less than 0.05 seconds. (Acting "funky" means first
the OSW UI gets really really slow, then it doesn't respond anymore). Is that the minimum value
that can be used?
My simple patch. Note: File writing is usually not enabled.
Logged In: YES
user_id=315707
There does not appear to anything with the Ticker
transform that prevents its use in triggering smaller
intervals. (It should be pointed out that the smallest
interval it can measure is the sample vector size. Using
the default audio parameters of 64 samples at 44.1kHz, the
interval is between 1 and 2 ms.)
I know that I've used the Wacom transform with Ticker
intervals of 0.02 and 0.01 seconds, without incident. I
will test it again.
-Amar