Code Search for Developers
 
 
  

addClass.py from marsyas at Krugle


Show addClass.py syntax highlighted

#!/usr/bin/python
import os
import sys
import modifyBuild

marsystem = 0
# action: 1 == add filename.   2 == remove filename.
action = 1

try:
	source_filename = sys.argv[1]
except:
	print "Please enter the name of your new MarSystem"
	sys.exit()

modifyBuild.process(source_filename, marsystem, action)





See more files for this project here

marsyas

Marsyas (Music Analysis, Retrieval and Synthesis for Audio Signals) is a framework for developing systems for audio processing. It provides an general architecture for connecting audio, soundfiles, signal processing blocks and machine learning.

Project homepage: http://sourceforge.net/projects/marsyas
Programming language(s): C++
License: other

  MATLAB/
    peakExtraction/
      ncut/
        a_times_b_cmplx.dll
        a_times_b_cmplx.mexglx
        a_times_b_cmplx.mexmac
        discretisation.m
        discretisationEigenVectorData.m
        eigs2.m
        mex_w_times_x_symmetric.dll
        mex_w_times_x_symmetric.mexglx
        mex_w_times_x_symmetric.mexmac
        ncut.m
        ncutW.m
        sparsifyc.dll
        sparsifyc.mexglx
        sparsifyc.mexmac
        spmtimesd.dll
        spmtimesd.mexglx
        spmtimesd.mexmac
      divisor.m
      getSnr.m
      harmo.m
      harmoGen.m
      playCluster.m
      plotCluster.m
      plotClusters.m
      plotGpPeaks.m
      plotHarmo.m
      plotPeaks.m
    LPCC_test.m
    LPC_test.m
    LSP_test.m
  PureData/
    MarLpc.pd
  Python/
    batch.py
    batchPan.py
    batchReferences.py
    ieee06.py
    scheduler_libs.py
  Makefile.am
  Makefile.in
  addClass.py
  addMarSystem.py
  createMarSystem.py
  dailytest.sh
  modifyBuild.py
  regtest_coffee.py
  regtest_sanity.py
  removeClass.py
  removeMarSystem.py