ccrma / chuck

ChucK Music Programming Language
http://chuck.stanford.edu/
GNU General Public License v2.0
816 stars 130 forks source link

circular buffer overflow error reporting needs reevaluation #327

Open gewang opened 1 year ago

gewang commented 1 year ago

regarding #326

@spencersalazar "might be nicer to report the error back up to the system that uses it and allow that to print the error as needed -- as-is, even if you saw this error you wouldnt necessarily know it was associated with WvOut or something else"

// no space | 1.5.0.1 (ge) added log message EM_log( CK_LOG_WARNING, "[circular-buffer]: buffer full, dropping items!" );