« Return to Thread: best pitch tracker?

Re: best pitch tracker?

by Oswald Berthold-2 :: Rate this Message:

Reply to Author | View in Thread


that didnt work did it?

alora, ancora una volta ..


- --IRRy+U3Vvw
Content-Type: text/plain; name="SConstruct"
Content-Description: sconstruct
Content-Disposition: inline;
        filename="SConstruct"
Content-Transfer-Encoding: 7bit

# scons build script.
# blackrain at realizedsound dot net - 11 2006
# Additions by Andrzej Kopec - akopec at chopin dot edu dot pl - Oct 07 2007
# Adapted for ML by Oswald Berthold - opt -x- xdv org - Feb 2008

# edit this to point to your SuperCollider3 source directory

sc3_source = '/usr/src/supercollider/SuperCollider3/'

##############################################
# simple ugens
headers = sc3_source + 'Headers'

plugs = [
        'AnalyseEvents2fftw',
        'AutoTrackfftw',
        'Concatfftw',
        'MachineListening',
        'Qitchfftw',
        'Tartini'
]

env = Environment(
    CPPPATH = [headers + '/common', headers + '/plugin_interface', headers + '/server'],
    CPPDEFINES = ['SC_LINUX', '_REENTRANT', 'NDEBUG', ('SC_MEMORY_ALIGNMENT', 1)],
    CCFLAGS = ['-Wno-unknown-pragmas'],
    CXXFLAGS =  ['-Wno-deprecated', '-O3'],
    SHLIBPREFIX = '',
    SHLIBSUFFIX = '.so'
)

plugsc = []
for plug in plugs :
        plugsc.append(plug + '.cpp')

env.SharedLibrary('MachineListening', plugsc, LIBS=['fftw3f']);


- --IRRy+U3Vvw
Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit



Oswald Berthold writes:
 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1
 >
 >
 > hi click,
 >
 > maybe you want to add this SConstruct to your folder for eased linux building?
 >
 > bst, opt
 >
 > [ATTACHMENT /usr/src/supercollider/MachineListening/source/SConstruct, text/plain]
 >
 >
 > Click Nilson writes:
 >  > Hi James,
 >  >
 >  > The MachineListening plugins set:
 >  >
 >  > http://www.informatics.sussex.ac.uk/users/nc81/code/MachineListening.zip
 >  >
 >  > comes with an Intel binary?
 >  >
 >  > Contains Concat, Qitch and Tartini (as well as AutoTrack and  
 >  > AnalyseEvents2 for bbcut2)
 >  >
 >  > With the recent machine listening upgrade in SC core, I didn't add  
 >  > Qitch because of the extra data files needed, and Tartini can't use  
 >  > FFT in a straight laced way, non-trivial to port. So these will  
 >  > remain third party for now; they rely on fftw3f, but should come  
 >  > precompiled with static lib pre-linked. Please tell me if trouble and  
 >  > I'll double check on my office MacIntel next week.
 >  >
 >  > best,
 >  > Nick
 >  >

- --IRRy+U3Vvw--
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iD8DBQFHx/kR7u+hhWCy2kMRAvOUAJ9RbPQVhg7AuaegqknDKhfKSz4tOQCfRYGL
CeNbNRgQtlv32r283oqPErQ=
=ZNaq
-----END PGP SIGNATURE-----
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

 « Return to Thread: best pitch tracker?