hey there<br><br>I&#39;m one of the maintainers of py-jack, and as you probably already noticed, the project hasn&#39;t been updated in a while.<br>This is because I&#39;m working on a new implementation of &#39;jack in python&#39;, called &quot;jacklib&quot;.<br>
<br>This is a simple file that you can add to your source tree, and just do &#39;import jacklib&#39;.<br>It uses ctypes to communicate with jack, and the API is indentical to the one used in real jack (c code).<br><br>link - <a href="http://repo.or.cz/w/cadence.git/blob_plain/master:/src/jacklib.py">http://repo.or.cz/w/cadence.git/blob_plain/master:/src/jacklib.py</a><br>
<br>Packaging it is not a good idea, developers should just import the file and use it, like this:<br><br>import jacklib<br>client = jacklib.client_open(&quot;name&quot;, jacklib.NullOption, 0)<br>jacklib.client_close(client)<br>
<br>It&#39;s possible to write real jack apps using this implementation (see audio_plugin_test.py and xycontroller.py in the same repo)<br><br><div class="gmail_quote">2011/3/2 Jonas Smedegaard <span dir="ltr">&lt;<a href="mailto:dr@jones.dk">dr@jones.dk</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Wed, Mar 02, 2011 at 09:16:02AM -0800, <a href="mailto:info@bandshed.net" target="_blank">info@bandshed.net</a> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thanks very much for your response and willingness to look into this when you are so busy otherwise. I have filed a report and named the package &#39;python-jack&#39; at which point the bugreport utility closed, I&#39;m not sure if this is normal or not, I will wait for email confirmation, if it hasn&#39;t been filed properly I will make a second attempt.<br>

</blockquote>
<br></div>
Sounds wrong.<br>
<br>
See here for general intro to recommended way to file bugreports: <a href="http://www.debian.org/Bugs/Reporting" target="_blank">http://www.debian.org/Bugs/Reporting</a><br>
<br>
...and here for specifics on WNPP: <a href="http://www.debian.org/devel/wnpp/#l1" target="_blank">http://www.debian.org/devel/wnpp/#l1</a><div><div></div><div class="h5"><br>
<br>
<br>
 - Jonas<br>
<br>
-- <br>
 * Jonas Smedegaard - idealist &amp; Internet-arkitekt<br>
 * Tlf.: +45 40843136  Website: <a href="http://dr.jones.dk/" target="_blank">http://dr.jones.dk/</a><br>
<br>
 [x] quote me freely  [ ] ask before reusing  [ ] keep private<br>
</div></div><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.11 (GNU/Linux)<br>
<br>
iQIcBAEBCgAGBQJNboAfAAoJECx8MUbBoAEhC6oP/2XdLvQxUUZbcFmUt5WUV6vF<br>
jcfexiVSj6FsbxQdIEoMTyqZN7w0tOPvg6afBKa/wVbpn83Zo0ykVsja6AP439vn<br>
gOdCf86ZLhLL11k9b3As3mYwShcuHYKrmPBrEm6otLDjF1ufwkEs+f+ehylX+1yM<br>
CdApoJWIBKEBx9UsNppMNPgyXs+kry5XssKqwZwLynbzpd9Oc3b4BLd8jNhJBrDq<br>
6raQwkefYOTjXdMaTEoSFmgmfwBkpYOFAZXYBb+wYGLvJ5FCVEJdMXSTh16whBMl<br>
q2fX9Udm9QBiprLSxJe0gi1eLm5kLjLqzjM515nUqIYy+lUgDN9UE+NAuCR9+APH<br>
WwN0tONb2wJIPOYVqkAz7ELZ2HbY6NXYTQKWdOLoXNlQwk2kmhsuzhkN6DoKMRSm<br>
4LY98vOpE5AnSmqSMEKb4GFNbvAdORZ4un+n/VJ0UuAj1YKghsYJztelevZNG3HY<br>
Hu+Br8VNtkCRCnn4s8bdSgO92HoTclaV2lWdCfITagd/V/0sotiOJxxfyPdRslcF<br>
SX8C+/EFFlp04L7CbO/pvt1fEQLE8ZdiF1Ig6GscKuZSI34GnZHS5xSsJXRixVVq<br>
MuaA5lgFVNi/8B0bva7qpoHJn6swfd5Bfi79vaSXKlGPxWnFLeN7TeGU9p78VEOS<br>
pirCy4UcD2a+q7H61HbX<br>
=I977<br>
-----END PGP SIGNATURE-----<br>
<br>_______________________________________________<br>
pkg-multimedia-maintainers mailing list<br>
<a href="mailto:pkg-multimedia-maintainers@lists.alioth.debian.org">pkg-multimedia-maintainers@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers</a><br>
<br></blockquote></div><br>