<br><br><div class="gmail_quote">On Jan 8, 2008 6:54 PM, Frank Barknecht &lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hallo,<br><div class="Ih2E3d">thomas fisher hat gesagt: // thomas fisher wrote:<br><br>&gt; FYI:<br>&gt; Tapestrea { TAPS } version: <a href="http://0.1.0.4" target="_blank">0.1.0.4</a> &nbsp; GPL &nbsp;{ .deb and .rpm }<br>&gt; Techniques And Paradigms for Expressive Synthesis, Transformation,
<br>&gt; and Rendering of Environmental Audio<br>&gt;<br>&gt; what is it?<br><br></div>It&#39;s damn cool! At least according to the video, but I have a problem<br>running it. I built the jack-version, but something is wrong
<br>with the GUI. here&#39;s my error:<br>...<br>freeglut (tapestrea): &nbsp;ERROR: &nbsp;Internal error &lt;Visual with necessary capabilities not found&gt; in function fgOpenWindow<br></blockquote><div><br>Tapestrea asks for quite a bit in terms of GL features; this looks as if your card and/or driver can&#39;t quite keep up with its demands. You might be able to salvage it to some extent by going into audicle_gfx.cpp and stripping flags off the glutInitDisplayMode() call in line 331. It wil likely start to flicker like mad if you have to remove GLUT_DOUBLE, but it does remain usable, at least as far as I can tell from a two-minute test.
<br><br>Incidentally, if you are running this on a 64-bit platform, you should also replace the memcpy() call in the same file, line 744, with something like &quot;for (int i = 0; i &lt; m_pick_size; ++i) temp_stack[i] = m_pick_top[i];&quot;, because otherwise clicking on things won&#39;t do anything. I&#39;ll send a patch to their mailing list.
<br><br><br>Daniel.<br><br></div></div>