Skip to content

Commit

Permalink
fix minor issue, bug 1953392
Browse files Browse the repository at this point in the history
  • Loading branch information
danstowell committed May 20, 2008
1 parent 7e11a75 commit 89ef220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/server/scsynth_main.cpp
Expand Up @@ -101,6 +101,7 @@ void Usage()
kDefaultWorldOptions.mRealTimeMemorySize,
kDefaultWorldOptions.mMaxWireBufs,
kDefaultWorldOptions.mNumRGens,
kDefaultWorldOptions.mRendezvous,
kDefaultWorldOptions.mLoadGraphDefs,
kDefaultWorldOptions.mMaxLogins
);
Expand Down
3 changes: 2 additions & 1 deletion build/ChangeLog
Expand Up @@ -6,11 +6,12 @@
* 2008-04-20 improvements to MIDI sysex handling - added sysex parsing directly in source - thanks to charles picasso

// BUGFIXES:
* 2008-05-20 fix for the special case when 0.2.asFraction beachballs the lang (bug id 1856972) - jr
* 2008-05-20 fix slight mistake in the defaults printed by scsynth on command-line (bug id 1953392) - ds

// OTHER ADDITIONS/IMPROVEMENTS:
* 2008-04-04 SoundFile:toCSV - ds
* 2008-04-29 buffer UGens now post a warning (rather than failing silently) if buffer channels doesn't match num ins/outs - ds
* 2008-05-20 fix for the special case when 0.2.asFraction beachballs the lang (bug id 1856972) - jr


///////////////////////////// SuperCollider v3.2 released 2008-02-21 /////////////////////////////
Expand Down

0 comments on commit 89ef220

Please sign in to comment.