/usr/lib/pd/extra/aubio/aubioonset~-help.pd is in pd-aubio 0.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #N canvas 245 501 672 291 10;
#X obj 50 33 adc~;
#X text 181 26 aubioonset~ takes an input signal and outputs a bang
when an onset has been detected;
#X text 180 64 this is somewhat similar to the bonk~ object \, except
it should work on non-percussive attacks too.;
#X obj 50 97 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X text 182 111 the creation argument and right input can be used to
set the detection threshold. values between 0 and 10 are accepted.
low values favorise over-detection. higher values will reduce the number
of onset detected.;
#X obj 50 65 aubioonset~ 0.3;
#X floatatom 128 29 5 0 0 0 - - -;
#X connect 0 0 5 0;
#X connect 0 1 5 0;
#X connect 5 0 3 0;
#X connect 6 0 5 1;
|