mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-03 18:53:35 +00:00
made the 3 osc ports configurable via (cross-platform) config scripts and move them outside of well used ranges for UDP
This commit is contained in:
@ -32,8 +32,8 @@ static void* _process(void *c) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
process_thread::process_thread() :
|
||||
m_osc("8889"),
|
||||
process_thread::process_thread(const string &port) :
|
||||
m_osc(port),
|
||||
m_source_block_size(1000),
|
||||
m_source_overlap(0.75),
|
||||
m_target_block_size(1000),
|
||||
|
Reference in New Issue
Block a user