Re: [Pksampler-devel] [pksampler] Installed but don't start
Status: Beta
Brought to you by:
patrickkidd
From: Patrick S. <lis...@pa...> - 2005-02-26 01:03:01
|
Excellent! thanks for the feedback. I released pkaudio-0.2 and pksampler-0.2 yesterday, try those. They both = work=20 on Mandrake and fedora 3 distributions. pkaudio.sf.net pksampler.sf.net Otherwise, pkstudio is really in the alpha phase, but check here:=20 http://www.patrickkidd.com/, it is the only pkstudio site for the moment.= One=20 quick thing, though:=20 With PKStudio, the sequencer is not yet written, and none of the=20 midi/sequencer interface is finished. the first step was getting the DSP=20 module to work, which is done in pkaudio now, but the rest still remains. Writing code for these projects is extremley easy - python and Qt are the= =20 empitome of GUI development, and it would be worht your while to check it= =20 out. In the mean time, download pkstudio and check out pkmoduletool for=20 generating extension modules for pkaudio/pkstudio. I think you'll find it= to=20 be the easiest method for producing audio plugins. Cheers! On Friday 25 February 2005 05:11 pm, mariodebian wrote: > Hi, I'm Mario from Spain. > > Today I discover this proyect and I like very much, since I only use > Debian, i need something like propellerheads-REASON, only for fun!! > > I have installed pkaudio and pksampler (0.2-rc2) with some problems but > have installed correctly in debian sarge. > > I had to copy pkaudio.py and PKAudio.py manually to /usr/lib/python2.3/ > to compile pksampler. =BFit's necesary? > > If I don't copy this files the pksampler make install don't work: > > An internal error occured. Please report all the output of the program= , > including the following traceback, to pat...@gc.... > > Traceback (most recent call last): > File "install.py", line 396, in ? > main() > File "install.py", line 364, in main > installPKSampler() > File "install.py", line 259, in installPKSampler > if not checkForPKAudio(): > File "install.py", line 158, in checkForPKAudio > pkaudiod_version =3D output[0][9:] > IndexError: list index out of range > make: *** [install] Error 1 > > > Then, I start pksampler, splash work, but pksampler crash: > > # pksampler > Session management error: Authentication Rejected, reason : None of the > authentication protocols specified are supported and host-based > authentication failed > pkaudiod: pkaudiod version 0.2 > pkaudiod: Found 0 midi device(s). > pkaudiod: Found 2 alsa device(s). > pkaudiod: Running with realtime priority. > pkaudiod: Connected to client > PKSampler: Broadcasting for other hosts... > PKSampler: Listening for host to come up... > PKSampler: Found 0 hosts. > Traceback (most recent call last): > File "pksampler/pksampler.py", line 212, in <module> > main() > File "pksampler/pksampler.py", line 168, in main > pksampler.fillWidgetCache() > File "pksampler/MainWindow.py", line 488, in fillWidgetCache > self.sampleWidgetCache.fill() > File "pksampler/MainWindow.py", line 278, in fill > self.put(SampleWidget.SampleWidget()) > File "pksampler/SampleWidget.py", line 555, in __init__ > self.sampleControl =3D SampleControl() > File "pksampler/SampleControl.py", line 78, in __init__ > self.splitter =3D PKAudio.Splitter() > File "/usr/lib/python2.3/PKAudio.py", line 286, in __init__ > pkaudio.loadModule('pksplitter') > File "/usr/lib/python2.3/pkaudio.py", line 531, in loadModule > search_paths =3D MODDIR+':'+os.environ["LD_LIBRARY_PATH"] > File "/usr/lib/python2.3/UserDict.py", line 19, in __getitem__ > def __getitem__(self, key): return self.data[key] > KeyError: 'LD_LIBRARY_PATH' > pkaudiod: Closing connection > Exception exceptions.AttributeError: <exceptions.AttributeError instanc= e > at 0x423f21cc> in <bound method SampleControl.__del__ of > <SampleControl.SampleControl object at 0x423fe29c>> ignored > Exception exceptions.AttributeError: "'NoneType' object has no attribut= e > 'removeAllForTrack'" in <bound method SampleWidget.__del__ of > <SampleWidget.SampleWidget object at 0x423fe2cc>> ignored > > In sourceforge list the first message is one month ago, how many time i= s > this proyect? > > Where is pkstudio? > > I don't know about python but I like to help if you want... > If I run pksampler, I would make debian package... > > Bye |