projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add /usr/local/lib/faustine and /usr/lib/faustine to preprocessor import path.
[Faustine.git]
/
interpretor
/
preprocessor
/
faust-0.9.47mr3
/
examples
/
spectral_level.dsp
1
// Spectrum analyzer
2
3
fl = library("filter.lib");
4
5
BandsPerOctave = 3; // third-octave filter bank
6
process = fl.mth_octave_spectral_level_demo(BandsPerOctave) <: _,_;