<br><br><div><span class="gmail_quote">2007/12/12, Fernando Lopez-Lezcano &lt;<a href="mailto:nando@ccrma.stanford.edu">nando@ccrma.stanford.edu</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 2007-12-12 at 13:05 +0100, Mysth-R wrote:<br>&gt;<br>&gt;<br>&gt; 2007/12/12, Mysth-R &lt;<a href="mailto:mysthr21@gmail.com">mysthr21@gmail.com</a>&gt;:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Well, now I remember. I think I have tried mixxx
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; before and could not<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make it work. In my f7 laptop it starts (either<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://1.5.0.1">1.5.0.1</a> or 1.4.2), shows<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; its gui or part of it and promptly kills the video in
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the machine, the<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; desktop background changes color and then goes black,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cursor appears<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; every once in a while with freezes in between and so
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; far the only way<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; out is a reboot. The audio support is done through<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; portaudio (not good),<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and if I try to start it with jack running it just
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; segfaults. Overall<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; does not look very usable but I&#39;m sure others are<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; using it, so I wonder<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; what could be wrong with the build or the
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; environment...<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Fernando<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hehe, in fact I tried to compile it too but I got the same<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; segfaults error with JACK. And with ALSA I got no sounds. But
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I never freezed.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I thought you would be better than me to compile and to make<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; it work... :D hehe<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I remember using Mixxx on Ubuntu last year and it works<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; perfectly. Perhaps it is an issue with a library. I should<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write to the developers to ask some help, or ticks to make it<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; work.<br>&gt;<br>&gt;<br>&gt;<br>&gt; There is a binary on their website :
<br>&gt; <a href="http://prdownloads.sourceforge.net/mixxx/mixxx-1.5.0.1-linux.tar.bz2?download">http://prdownloads.sourceforge.net/mixxx/mixxx-1.5.0.1-linux.tar.bz2?download</a><br>&gt; have you tried it ?<br>&gt;<br>&gt; ./install.pl
<br>&gt;<br>&gt; and then you have two way to run it :<br>&gt;<br>&gt; ./mixxx or ./mixxx-with-jack<br>&gt;<br>&gt; In the first case, I can run the soft, but when I select ALSA output,<br>&gt; it segfault. See in the manual :
<br>&gt;<br>&gt; &quot;ALSA (Linux)<br>&gt; Support for the ALSA sound API is preliminary, and should be<br>&gt; considered ALPHA.<br>&gt; ALSA has to be enabled at compile time, hereafter, you have to make a<br>&gt; special device
<br>&gt; that Mixxx can use. Take a look at the file README.ALSA supplied with<br>&gt; Mixxx.&quot;<br><br>Looks like it really needs a multichannel card or special alsa plugin<br>magic to make things work. Not a good user friendly design but well, the
<br>price is right, right? :-)<br><br>Maybe that&#39;s why it was segfaulting when I tried to use it with Jack, my<br>laptop only has stereo output and maybe it is assuming it _will_ find<br>more channels and not checking for errors.
<br><br>&gt; In the second case I got :<br>&gt;<br>&gt; &quot;mixxx-with-jack: error while loading shared libraries:<br>&gt; libjack-0.100.0.so.0: cannot open shared object file: No such file or<br>&gt; directory&quot;<br>
&gt; I can&#39;t find libjack in repositories... is it an oversight ?<br><br>Nope, that binary was compiled in a debian system (probably) with the<br>well known &quot;we do it different here&quot; naming of the libjack shared
<br>library. It is not compatible with anything else.<br><br>You could try to create a symlink in /usr/lib that points to the real<br>shared library:<br><br>----<br>&nbsp;&nbsp;cd /usr/lib<br>&nbsp;&nbsp;ln -s libjack.so.0 libjack-0.100.0.so.0
<br>----<br><br>and then run &quot;ldconfig&quot;<br>Who knows, maybe it will work :-)<br><br>-- Fernando<br><br><br></blockquote></div><br>ok it doesn&#39;t work !! grrr I give up. I don&#39;t want to lost my time with that ! It seems that they will make a new version before the end of the month. Version 
1.6 <br>Perhaps I would be luckier... <br>Do you know other software to mix mp3 for Fun and not too old ? wich I could compile easily :D<br clear="all"><br>-- <br>* ***************************************************************************************
<br>*&nbsp;&nbsp;{^_^} Mysth-R {^_^}<br>*<br>* <a href="http://myspace.com/mysthr">http://myspace.com/mysthr</a><br>* <a href="http://myspace.com/aideauditive">http://myspace.com/aideauditive</a><br>* <a href="http://mysthr.free.fr">
http://mysthr.free.fr</a>&nbsp;&nbsp;=&gt; Site dédié à l&#39;audio sous Fedora/PlanetCCRMA.<br>* ***************************************************************************************