Skip to content

Commit

Permalink
Merge pull request #647 from iani/fixMainStartUpOSCports
Browse files Browse the repository at this point in the history
Main:startup: initialize openPorts before StartUp.run to enable OSCFunc ...
  • Loading branch information
timblechmann committed Nov 10, 2012
2 parents 78d1f5c + 2ec923f commit 3602f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCClassLibrary/DefaultLibrary/Main.sc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Main : Process {
GUI.fromID( this.platform.defaultGUIScheme );
GeneralHID.fromID( this.platform.defaultHIDScheme );
this.platform.startup;
StartUp.run;
openPorts = Set[NetAddr.langPort];
StartUp.run;

("Welcome to SuperCollider %.".format(Main.version)
+ (Platform.ideName.switch(
Expand Down

0 comments on commit 3602f4c

Please sign in to comment.