Updates to eguitar, ragamatic and examples project files for new RtAudio API.

This commit is contained in:
garyscavone
2023-08-04 10:37:22 -04:00
parent 7f97ab5f71
commit fd5e37863d
11 changed files with 206 additions and 236 deletions

View File

@@ -203,7 +203,6 @@ int main( int argc, char *argv[] )
int i;
#if defined(__STK_REALTIME__)
//RtAudio dac( RtAudio::UNSPECIFIED );
RtAudio *dac = 0;
#endif