Ignore:
Timestamp:
Nov 6, 2005, 1:10:41 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
091b171
Parents:
f41f5c4
Message:

rewrite of the puredata external
rewrite of the puredata external

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/help-aubioonset~.pd

    rf41f5c4 rcf83555  
    1 #N canvas 27 302 238 292 10;
     1#N canvas 245 501 672 291 10;
    22#X obj 50 33 adc~;
    3 #X obj 59 137 vu 15 120 empty empty -1 -8 0 8 -66577 -1 1 0;
    4 #X obj 58 109 scale 0 2000 -100 12;
    5 #N canvas 270 196 450 300 aubioonset 1;
    6 #X text 71 130 set blocksize to 1024 with 50% overlap;
    7 #X obj 56 90 outlet;
    8 #X obj 57 41 inlet~;
    9 #X obj 55 64 aubioonset~ 0.1;
    10 #X text 29 141 ugly. not required \, but should give better results
    11 ;
    12 #X obj 200 95 block~ 1024 2 1;
    13 #X text 129 22 aubioonset~ takes an input signal and outputs the value
    14 of the value of the onset detection function;
    15 #X connect 2 0 3 0;
    16 #X connect 3 0 1 0;
    17 #X restore 58 78 pd aubioonset;
    18 #X obj 108 141 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 10
    19 -262144 -1 -1 1310.81 256;
    20 #X connect 0 0 3 0;
    21 #X connect 0 1 3 0;
    22 #X connect 2 0 1 0;
    23 #X connect 3 0 2 0;
    24 #X connect 3 0 4 0;
     3#X text 181 26 aubioonset~ takes an input signal and outputs a bang
     4when an onset has been detected;
     5#X text 180 64 this is somewhat similar to the bonk~ object \, except
     6it should work on non-percussive attacks too.;
     7#X obj 50 97 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
     8-1;
     9#X text 182 111 the creation argument and right input can be used to
     10set the detection threshold. values between 0 and 10 are accepted.
     11low values favorise over-detection. higher values will reduce the number
     12of onset detected.;
     13#X obj 50 65 aubioonset~ 0.3;
     14#X floatatom 128 29 5 0 0 0 - - -;
     15#X connect 0 0 5 0;
     16#X connect 0 1 5 0;
     17#X connect 5 0 3 0;
     18#X connect 6 0 5 1;
Note: See TracChangeset for help on using the changeset viewer.