mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2026-06-28 09:31:38 +00:00
added osc ports to the settings interface, bumped the version num
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user