mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-03 10:43:35 +00:00
crash fixed with no input device
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
|
||||
#include "process_thread.h"
|
||||
#include "audio_thread.h"
|
||||
//#include "pitchshift.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -34,8 +33,6 @@ int main( int argc , char *argv[] ){
|
||||
|
||||
cerr<<"Qt version: "<<qVersion()<<endl;
|
||||
|
||||
//pitchshift::init(44100);
|
||||
|
||||
process_thread pt;
|
||||
audio_thread at(pt);
|
||||
pt.register_renderer(at.m_left_renderer, at.m_right_renderer, at.m_block_stream);
|
||||
|
Reference in New Issue
Block a user