Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
[quote=ChannelHandler.cpp line 633]m_Period = TriggerNote(m_iNote + Value);[/quote]
This can generate notes above 95, causing an assert in TriggerNote (line 229) in debug. Not sure what consequences this has in release, but since it's an assert I presume it's not expected to happen. Should probably be clamped to 0-95?
(This is using the current source repository, 8/08/2012)