<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/nyquist/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/nyquist/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 12 Jul 2012 07:43:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nyquist/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Message “cause called with bad routine address”</title><link>https://sourceforge.net/p/nyquist/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Following the NyQuist MIDI Tutorial, step by step, I ended with an abnormal program termination with a message saying “cause called with bad routine address: 0x808e4ed”.&lt;/p&gt;
&lt;p&gt;Step to reproduce.&lt;/p&gt;
&lt;p&gt;Copy the attached MIDI file in a directory.&lt;br /&gt;
Open a console in that directory.&lt;br /&gt;
Start the NY interpreter.&lt;/p&gt;
&lt;p&gt;Run this in turn:&lt;/p&gt;
&lt;p&gt;(setf my-seq (seq-create))&lt;br /&gt;
(type-of my-seq)&lt;br /&gt;
(setf midi-file (open-binary "demo.mid"))&lt;br /&gt;
(seq-read-smf my-seq midi-file)&lt;br /&gt;
(close midi-file)&lt;br /&gt;
(setf midi-file (open-binary "copy.mid" :direction :output))&lt;br /&gt;
(seq-write-smf my-seq midi-file)&lt;/p&gt;
&lt;p&gt;There, the “copy.mid” file should be a copy of the scores contained in “demo.mid”, which is 1601 bytes long, but “copy.mid” is only 37 bytes long, NY exits and I get the error “cause called with bad routine address: 0x808e4ed”.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hibou57</dc:creator><pubDate>Thu, 12 Jul 2012 07:43:56 -0000</pubDate><guid>https://sourceforge.netc9d6015531359a5b4ba8a0d78103ac60212fe1bd</guid></item><item><title>PortAudio version problems</title><link>https://sourceforge.net/p/nyquist/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PortAudio as distributed with Nyquist does not function. The version distributed is out of date and should be upgraded to the latest stable version. Compilation of Nyquist against the latest stable version functions correctly. Nyquist also functions correctly when compiled against a system wide install of PortAudio (on Mandriva Linux , others?).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raymond Martin</dc:creator><pubDate>Sat, 11 Jul 2009 15:11:37 -0000</pubDate><guid>https://sourceforge.net8ad649349492c4d169de728d193b1a687f57f341</guid></item></channel></rss>