mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-13 19:30:00 +01:00
reloaded : autoconnect , start from 3490 port
This commit is contained in:
@@ -7401,7 +7401,7 @@ void vj_gui_init(char *glade_file, int launcher, char *hostname, int port_num,
|
|||||||
use_threads);
|
use_threads);
|
||||||
|
|
||||||
if( auto_connect ) {
|
if( auto_connect ) {
|
||||||
for( i = 4490; i < 9999; i+= 1000 ) {
|
for( i = 3490; i < 9999; i+= 1000 ) {
|
||||||
multrack_audoadd( gui->mt, "localhost", i);
|
multrack_audoadd( gui->mt, "localhost", i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user