File: AnalyseEvents2.sc

package info (click to toggle)
supercollider-sc3-plugins 3.7.1~repack-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,332 kB
  • ctags: 11,704
  • sloc: cpp: 140,180; lisp: 14,746; ansic: 2,133; xml: 86; makefile: 82; haskell: 21; sh: 8
file content (13 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
//This file is part of MLfftwUGens. Copyright (C) 2006  Nicholas M.Collins distributed under the terms of the GNU General Public License full notice in file MachineListening.license

//This file is part of The BBCut Library. Copyright (C) 2001  Nick M.Collins distributed under the terms of the GNU General Public License full notice in file BBCutLibrary.help

//could have a starttime input for accuracy but should be unnecessary

AnalyseEvents2 : UGen {

	*ar { arg in,bufnum=0,threshold=0.34, triggerid=101, circular=0, pitch=0; //, debugbufnum=0;

		^this.multiNew('audio',in,bufnum,threshold,triggerid, circular, pitch); //, debugbufnum;
	}
}