Code Search for Developers
 
 
  

realtime.cpp from marsyas at Krugle


Show realtime.cpp syntax highlighted

#include <qapplication.h>
#include "mainwindow.h"

int main(int argc, char **argv)
{
    QApplication a(argc, argv);

    MainWindow w;
    w.show();
#if QT_VERSION < 0x040000
    a.setMainWidget(&w);
#endif

    return a.exec();
}




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

  debug/
  README
  clear.xpm
  incrementalplot.cpp
  incrementalplot.h
  mainwindow.cpp
  mainwindow.h
  randomplot.cpp
  randomplot.h
  realtime.cpp
  realtime_plot.pro
  scrollbar.cpp
  scrollbar.h
  scrollzoomer.cpp
  scrollzoomer.h
  start.xpm