Csound Csound-dev Csound-tekno Search About

[Cs-dev] Patch for CppSound::inputMessage()

Date2005-04-20 15:30
FromTorgeir Strand Henriksen
Subject[Cs-dev] Patch for CppSound::inputMessage()
Attachmentsinputmessage.diff  
Hi!

There is a bug in inputMessage() that prevents correct handling of
negative and floating point numbers. The default Boost tokenizer seems
to treat decimal point and dash/minus as delimiters, so in the attached
patch I've added code that just uses space to delimit tokens.

Best regards,
Torgeir