Code Search for Developers
 
 
  

tutorial.pro.texinfo from marsyas at Krugle


Show tutorial.pro.texinfo syntax highlighted

@c Generator: GNU source-highlight, by Lorenzo Bettini, http://www.gnu.org/software/src-highlite
@example
@i{###  your files}
SOURCES = main.cpp
HEADERS = mainwindow.h
SOURCES += mainwindow.cpp
HEADERS += backend.h
SOURCES += backend.cpp


@i{### if running inside the source tree}
MARSYAS_INSTALL_DIR = ..@t{/../../}
INCLUDEPATH += $$MARSYAS_INSTALL_DIR@t{/src/marsyasqt/}
LIBPATH += $$MARSYAS_INSTALL_DIR@t{/lib/release/}


@i{### if installed elsewhere}
@i{#MARSYAS_INSTALL_DIR = /usr/local}
@i{#MARSYAS_INSTALL_DIR = $@{HOME@}/usr/}
@i{#INCLUDEPATH += $$MARSYAS_INSTALL_DIR/src/marsyas/}
@i{#LIBPATH += $$MARSYAS_INSTALL_DIR/lib/}


unix:LIBS += -lmarsyas -lmarsyasqt
unix:!macx:LIBS += -lasound
macx:LIBS += -framework CoreAudio -framework CoreMidi -framework CoreFoundation


@end example



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

  backend.cpp.html
  backend.cpp.texinfo
  backend.h.html
  backend.h.texinfo
  commandOptions.cpp.html
  commandOptions.cpp.texinfo
  controls.cpp.html
  controls.cpp.texinfo
  dataflow-split.cpp.html
  dataflow-split.cpp.texinfo
  gettingdata.cpp.html
  gettingdata.cpp.texinfo
  helloworld.cpp.html
  helloworld.cpp.texinfo
  main.cpp.html
  main.cpp.texinfo
  mainwindow.cpp.html
  mainwindow.cpp.texinfo
  mainwindow.h.html
  mainwindow.h.texinfo
  tutorial.pro.html
  tutorial.pro.texinfo
  writefile.cpp.html
  writefile.cpp.texinfo