[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sc-devel] MachineListening update with MFCC
Hiho,
On Saturday 01 December 2007 21:46:16 Click Nilson wrote:
> For SConstruct I think the update is just to add MFCC.cpp to the
> list, I'd appreciate someone checking compilation still works; I
> don't have Linux to test and am guessing on SConstruct syntax.
It is indeed that easy. :)
SConstruct syntax is just Python.
sincerely,
Marije
>
> # machine listening ugens
> # fft ugens
> mlEnv = pluginEnv.Copy()
> mlSources = Split('Source/plugins/ML.cpp Source/plugins/Loudness.cpp
> Source/plugins/BeatTrack.cpp Source/plugins/Onsets.cpp Source/plugins/
> onsetsds.c Source/plugins/KeyTrack.cpp Source/plugins/SCComplex.cpp
> Source/plugins/MFCC.cpp')
> plugins.append(
> mlEnv.SharedLibrary(
> make_plugin_target('ML_UGens'), mlSources))
>
> _______________________________________________
> Sc-devel mailing list
> Sc-devel@xxxxxxxxxxxxxxx
> http://www.create.ucsb.edu/mailman/listinfo/sc-devel