Csound Csound-dev Csound-tekno Search About

[Cs-dev] Fixes

Date2014-08-09 23:44
FromSteven Yi
Subject[Cs-dev] Fixes
Hi All,

Just FYI, I fixed two things today:

* inArgCount has not been calculated correctly, probably since CS6
started. This allowed me to change vco2's OENTRY to not use a var-arg
where it really isn't necessary.  I don't know of the full impact of
the incorrect inArgCount, as the optional args were set correctly.

* Tied notes would cause crashes due to RTTI setting of pfield types.
This was a simple bug in the end: there was a goto that skipped over
some initialization code. The fix was just to move the code to after
the init: label that the goto was going to.

If you all find any issues, please let me know!

steven

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net