<br><br><div class="gmail_quote">On Jan 8, 2008 6:54 PM, Frank Barknecht <<a href="mailto:fbar@footils.org">fbar@footils.org</a>> 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>> FYI:<br>> Tapestrea { TAPS } version: <a href="http://0.1.0.4" target="_blank">0.1.0.4</a> GPL { .deb and .rpm }<br>> Techniques And Paradigms for Expressive Synthesis, Transformation,
<br>> and Rendering of Environmental Audio<br>><br>> what is it?<br><br></div>It'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's my error:<br>...<br>freeglut (tapestrea): ERROR: Internal error <Visual with necessary capabilities not found> 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'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 "for (int i = 0; i < m_pick_size; ++i) temp_stack[i] = m_pick_top[i];", because otherwise clicking on things won't do anything. I'll send a patch to their mailing list.
<br><br><br>Daniel.<br><br></div></div>