|
From: Marek P. <ma...@na...> - 2004-05-16 09:33:21
|
Hi Rui, On Sat, 2004-05-15 at 14:39, Rui Nuno Capela wrote: > Hi Benno, > > > > > Rui, I told northernsounds.com users that you are writing a very nice > > GUI, don't disappoint them :) > > > > I'm working on something that works in the first place; whether it's nice > it's kind of subjective ;) > > But,... tada... I have already something that you can look at: > > It's qsampler! > > OK. It's still in prototypical alpha stage i.e. it doesn't do anything > useful, but it surely is something you can preview for the intended > look-and-feel right now. > > Qsampler's project is hosted on sourceforge.net and it's preliminar CVS > repository can be checked out through anonymous (pserver) CVS with the > following instructions: > > cvs -d:pserver:ano...@cv...:/cvsroot/qsampler login > > when prompted for a password, you'll know what to do: just hit enter. > > First, you'll need to install the liblscp package. This is for > LinuxSampler Control Protocol support library, which qsampler is based: > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/qsampler co > liblscp > cd liblscp > make -f Makefile.cvs > ./configure > make > make install > cd .. > > This will install liblscp.so under /usr/local/lib, so be sure to have it > registered on your shared library path. > > Then, you'll may try with qsampler itself. > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/qsampler co > qsampler > cd qsampler > make -f Makefile.cvs > ./configure > make I get the following when compiling qsampler: /qsamplerMessages.cpp: In member function `void qsamplerMessages::stdoutNotify(int)': src/qsamplerMessages.cpp:100: `::read' undeclared (first use here) src/qsamplerMessages.cpp: In member function `void qsamplerMessages::setCaptureEnabled(bool)': src/qsamplerMessages.cpp:153: `::close' undeclared (first use here) src/qsamplerMessages.cpp:162: `::pipe' undeclared (first use here) src/qsamplerMessages.cpp:163: `::dup2' undeclared (first use here) src/qsamplerMessages.cpp:163: `STDOUT_FILENO' undeclared (first use this function) src/qsamplerMessages.cpp:163: (Each undeclared identifier is reported only once for each function it appears in.) src/qsamplerMessages.cpp:164: `STDERR_FILENO' undeclared (first use this function) make[1]: *** [qsamplerMessages.o] Error 1 Marek |