Code Search for Developers
 
 
  

tutorial.pro.html from marsyas at Krugle


Show tutorial.pro.html syntax highlighted

<!-- Generator: GNU source-highlight 2.4
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt><i><font color="#9A1900">###  your files</font></i>
SOURCES <font color="#990000">=</font> main<font color="#990000">.</font>cpp
HEADERS <font color="#990000">=</font> mainwindow<font color="#990000">.</font>h
SOURCES <font color="#990000">+=</font> mainwindow<font color="#990000">.</font>cpp
HEADERS <font color="#990000">+=</font> backend<font color="#990000">.</font>h
SOURCES <font color="#990000">+=</font> backend<font color="#990000">.</font>cpp


<i><font color="#9A1900">### if running inside the source tree</font></i>
MARSYAS_INSTALL_DIR <font color="#990000">=</font> <font color="#990000">..</font><font color="#FF0000">/../../</font>
INCLUDEPATH <font color="#990000">+=</font> $<font color="#009900">$MARSYAS_INSTALL_DIR</font><font color="#FF0000">/src/marsyasqt/</font>
LIBPATH <font color="#990000">+=</font> $<font color="#009900">$MARSYAS_INSTALL_DIR</font><font color="#FF0000">/lib/release/</font>


<i><font color="#9A1900">### if installed elsewhere</font></i>
<i><font color="#9A1900">#MARSYAS_INSTALL_DIR = /usr/local</font></i>
<i><font color="#9A1900">#MARSYAS_INSTALL_DIR = ${HOME}/usr/</font></i>
<i><font color="#9A1900">#INCLUDEPATH += $$MARSYAS_INSTALL_DIR/src/marsyas/</font></i>
<i><font color="#9A1900">#LIBPATH += $$MARSYAS_INSTALL_DIR/lib/</font></i>


unix<font color="#990000">:</font>LIBS <font color="#990000">+=</font> <font color="#990000">-</font>lmarsyas <font color="#990000">-</font>lmarsyasqt
unix<font color="#990000">:!</font>macx<font color="#990000">:</font>LIBS <font color="#990000">+=</font> <font color="#990000">-</font>lasound
macx<font color="#990000">:</font>LIBS <font color="#990000">+=</font> <font color="#990000">-</font>framework CoreAudio <font color="#990000">-</font>framework CoreMidi <font color="#990000">-</font>framework CoreFoundation

</tt></pre>




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