added osc ports to the settings interface, bumped the version num

This commit is contained in:
Dave Griffiths
2022-10-14 19:23:07 +01:00
parent 5e347f7f13
commit b5fd6dd3e0
8 changed files with 224 additions and 29 deletions

View File

@@ -50,7 +50,7 @@ int main( int argc , char *argv[] ){
status::set_port(gui_port);
MainWindow mainWin(gui_port,audio_port,process_port);
MainWindow mainWin(gui_port,audio_port,process_port,&settings);
mainWin.show();
process_thread pt(process_port);
audio_thread at(audio_port,pt);