<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/nyquist/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/nyquist/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/nyquist/bugs/</id><updated>2012-07-12T07:43:56Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Message “cause called with bad routine address”</title><link href="https://sourceforge.net/p/nyquist/bugs/2/" rel="alternate"/><published>2012-07-12T07:43:56Z</published><updated>2012-07-12T07:43:56Z</updated><author><name>Hibou57</name><uri>https://sourceforge.net/u/hibou-57/</uri></author><id>https://sourceforge.netc9d6015531359a5b4ba8a0d78103ac60212fe1bd</id><summary type="html">&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;</summary></entry><entry><title>PortAudio version problems</title><link href="https://sourceforge.net/p/nyquist/bugs/1/" rel="alternate"/><published>2009-07-11T15:11:37Z</published><updated>2009-07-11T15:11:37Z</updated><author><name>Raymond Martin</name><uri>https://sourceforge.net/u/laseray/</uri></author><id>https://sourceforge.net8ad649349492c4d169de728d193b1a687f57f341</id><summary type="html">&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;</summary></entry></feed>