Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From jeffos...@gmail.com on September 23, 2011 13:20:34
http://forum.cockos.com/showthread.php?t=88387 The title says is all: REAPER startup is slowed down (if no S&M project notes are defined, which should often occur..)
Tech.: the prob is not in r562 /SnM_NotesHelpView.cpp's mod (indeed faster) but in r563 : slow ChunkLeftTrim().
Original issue: http://code.google.com/p/sws-extension/issues/detail?id=385
The text was updated successfully, but these errors were encountered:
From jeffos...@gmail.com on September 23, 2011 14:49:46
fixed in r568 : ChunkLeftTrim() is much faster.
Status: Fixed
Sorry, something went wrong.
From jeffos...@gmail.com on October 01, 2011 03:15:35
the slow was due to WDL_String.Append(), a new WDL mod in r571 should fix this issue in a more general way..
No branches or pull requests
From jeffos...@gmail.com on September 23, 2011 13:20:34
http://forum.cockos.com/showthread.php?t=88387 The title says is all: REAPER startup is slowed down (if no S&M project notes are defined, which should often occur..)
Tech.: the prob is not in r562 /SnM_NotesHelpView.cpp's mod (indeed faster) but in r563 : slow ChunkLeftTrim().
Original issue: http://code.google.com/p/sws-extension/issues/detail?id=385
The text was updated successfully, but these errors were encountered: