Mercurial > hg > beaglert
diff projects/oscillator_bank/main.cpp @ 108:3068421c0737 ultra-staging
Merged default into ultra-staging
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Tue, 18 Aug 2015 00:35:15 +0100 |
parents | 3c3a1357657d |
children |
line wrap: on
line diff
--- a/projects/oscillator_bank/main.cpp Mon Jun 08 01:07:48 2015 +0100 +++ b/projects/oscillator_bank/main.cpp Tue Aug 18 00:35:15 2015 +0100 @@ -10,7 +10,7 @@ #include <libgen.h> #include <signal.h> #include <getopt.h> -#include "../../include/RTAudio.h" +#include <BeagleRT.h> using namespace std; @@ -37,7 +37,7 @@ int main(int argc, char *argv[]) { - RTAudioSettings settings; // Standard audio settings + BeagleRTInitSettings settings; // Standard audio settings struct option customOptions[] = {