Re: [linux-audio-dev] cheesetracker 0.8: unable to build

2003-07-08 Thread nikodimka

Well okay I did it. 

It works! And looks perfect. And more usable.

And I have seen channel numbers 0., 0/(M) and 00 
and coredump in 10 seconds after that.

anyways thanks for making such a cool program!
nikodimka.



__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


RE: [linux-audio-dev] It's been more than a year... Have thingsimproved?

2003-07-08 Thread Taybin
On Tue, 2003-07-08 at 06:16, Rob Taylor wrote:
> > >4-Interface abstraction for plugins.: We all know how our lovely X11..
> > >Steve Harris proposed the use of (rdf was it?),
> > Steve Harris' lib-rdf is available:
> > http://plugin.org.uk//lrdf/
> > but i have not used it and can not say anything useful about it. It is
> > used by ardour though.
> 
> has there been any discussion on using XUL? (http://www.xulplanet.com/), I
> don't know that much about it, but if theres a good clean (playform
> independant) way to embed SVG or OpenGL, it seems to me like it would be the
> perfect way to specify interfaces for plugins, allawing you to do all sorts
> of funky things (and of course, you can always use a rdf datasource if
> you're just doing a simple plugin and want to leave layout, etc to the
> parent app). Also note that with the XUL engine in firebird, its now pretty
> damm speedy.

As far as I know, the only XUL implementation is inside Mozilla. 
Besides that though, I don't think it has the specialized widgets that
audio applications need.

Taybin



Re: [linux-audio-dev] cheesetracker 0.8: unable to build

2003-07-08 Thread nikodimka

Correct. bad moc.
I have already figured this out.
"just send compiler error to google and you know whats wrong".
maybe you should not use plain moc command in SConstruct, but with full path prefix.

10x, 
nikodimka

PS: I am still unable to compile, but I keep moving in that direction.

__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


Re: [linux-audio-dev] cheesetracker 0.8: unable to build

2003-07-08 Thread Juan Linietsky
On Tuesday 08 July 2003 17:44, nikodimka wrote:
> Hello LADs!
>
> I am trying to build cheestracker 0.8.0
> on debian-stable, g++-2.95, with custom installed qt3
> and getting trouble.
>
>
> here's how the make log looks like:
>

hi, I've never seen this, what does "moc -v" say?

Juan Linietsky



[linux-audio-dev] cheesetracker 0.8: unable to build

2003-07-08 Thread nikodimka

Hello LADs!

I am trying to build cheestracker 0.8.0
on debian-stable, g++-2.95, with custom installed qt3
and getting trouble.


here's how the make log looks like:

=8<=
scons .
scons: Reading SConscript files ...
Detecting if PKG-CONFIG is installed... 
0.11.0
pkg-config found!
Checking for libsigc++-1.2...
1.2.5
libsigc++-1.2 found!
QT Check:
$QTDIR exists at, using QTDIR instead of harcdoded pathlist /export/qt3/
Looking for QT 3.x Includes:
/export/qt3//include/qt
Checking QT version.. 

#define QT_VERSION_STR   "3.0.3"

Looking for QT 3.x Libraries:
using: -lqt-L/export/qt3//lib
Looking for QT 3.x 'moc' Binary:
moc command: /export/qt3//bin/moc
QT was found!

Detecting if OSS exists on the system..
OSS was found.
Dependency check successful, writing cache
MOC check: property_bridge_edit.h
MOC check: cspinbutton.h
MOC check: ccolor_bridge.h
MOC check: ccolor_list.h
MOC check: font_bridge.h
MOC check: keyboard_input_config.h
MOC check: audio_config.h
MOC check: sample_editor.h
MOC check: sample_editor_format.h
MOC check: sample_viewer.h
MOC check: sample_viewer_zoom.h
MOC check: envelope_point_editor.h
MOC check: envelope_editor.h
MOC check: resampler_config.h
MOC check: note_bridge.h
MOC check: sample_editor_clipboard.h
MOC check: sample_editor_effects.h
MOC check: pattern_edit.h
MOC check: pattern_edit_widget.h
MOC check: sample_edit.h
MOC check: instrument_edit.h
MOC check: interface.h
MOC check: order_and_defaults_editor.h
MOC check: variables_edit.h
MOC check: mdi_main_window.h

mdi_main_window.h:201: Warning: Variable as signal or slot.
['sigc-1.2']
scons: done reading SConscript files.
scons: Building targets ...
c++ -I/export/local/lib/sigc++-1.2/include -I/export/local/include/sigc++-1.2 -D
POSIX_ENABLED -O3 -ffast-math -DOSS_ENABLED -Icommon/ -Icommon/defines/ -Icommon
/components/data -I/export/qt3//include/qt -Icommon -I. -Icommon/defines -c -o c
ommon/interface__QT/audio/moc__audio_config.o common/interface__QT/audio/moc__au
dio_config.cpp
common/interface__QT/audio/moc__audio_config.cpp:30: no `void Audio_Config::init
MetaObject()' member function declared in class `Audio_Config'
common/interface__QT/audio/moc__audio_config.cpp: In method `void Audio_Config::
initMetaObject()':
common/interface__QT/audio/moc__audio_config.cpp:34: implicit declaration of fun
ction `int badSuperclassWarning(...)'
common/interface__QT/audio/moc__audio_config.cpp: At top level:
common/interface__QT/audio/moc__audio_config.cpp:41: prototype for `class QStrin
g Audio_Config::tr(const char *)' does not match any in class `Audio_Config'
common/interface__QT/audio/audio_config.h:41: candidate is: static class QString
 Audio_Config::tr(const char *, const char * = 0)
common/interface__QT/audio/moc__audio_config.cpp: In function `static class QMet
aObject * Audio_Config::staticMetaObject()':
common/interface__QT/audio/moc__audio_config.cpp:95: no method `QMetaObject::new
_metadata'
common/interface__QT/audio/moc__audio_config.cpp:96: no method `QMetaObject::new
_metaaccess'
common/interface__QT/audio/moc__audio_config.cpp:98: `struct QMetaData' has no m
ember named `ptr'
common/interface__QT/audio/moc__audio_config.cpp:98: `QMember' undeclared (first
 use this function)
common/interface__QT/audio/moc__audio_config.cpp:98: (Each undeclared identifier
 is reported only once
common/interface__QT/audio/moc__audio_config.cpp:98: for each function it appear
s in.)
common/interface__QT/audio/moc__audio_config.cpp:98: parse error before `;'
common/interface__QT/audio/moc__audio_config.cpp:101: `struct QMetaData' has no 
member named `ptr'

multiple parse errors follow.


nikodimka


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


Re: [linux-audio-dev] OpenAFS and preemptible patch

2003-07-08 Thread Steve Harris
On Tue, Jul 08, 2003 at 12:25:36PM +0200, Robert Jonsson wrote:

[LUFS]

> But I wonder if it is that great in a LAN, it might not be that low-latency 
> since it's in mainly in user-space. But then again, that might only be a 
> problem if streaming audio, and that was perhaps not the primary usage?

On the subject I accidentally run ardour with its session diretory on an
NFS server the opther day, and it seemed fine, no dropouts or anything.
Wasn't a very demanding session though, just 3 or 4 tracks recording and
the same playing.

- Steve


Re: [linux-audio-dev] OpenAFS and preemptible patch

2003-07-08 Thread Robert Jonsson
tisdagen den 8 juli 2003 11.53 skrev Maarten de Boer:
> > http://shfs.sourceforge.net/
>
> LUFS looks quite a bit more mature.
>
> http://lufs.sourceforge.net/lufs/

Yeah, I've tried it with the ftp file system, incredibly cool.

But I wonder if it is that great in a LAN, it might not be that low-latency 
since it's in mainly in user-space. But then again, that might only be a 
problem if streaming audio, and that was perhaps not the primary usage?

/Robert



Re: [linux-audio-dev] OpenAFS and preemptible patch

2003-07-08 Thread Steve Harris
On Tue, Jul 08, 2003 at 11:53:21AM +0200, Maarten de Boer wrote:
> > http://shfs.sourceforge.net/
> 
> LUFS looks quite a bit more mature.
> 
> http://lufs.sourceforge.net/lufs/

Thanks, I'l have a look at that.

- Steve


[linux-audio-dev] Re:%20[linux-audio-dev]%20Echo%20Darla/Gina/Layla/...%20on%20Linux&replyto=200212060226.gB62QY48020703_AT_mail.space2u.com

2003-07-08 Thread Shred Master
HELL YEAH!!

- Shred.
http://www.shred.ath.cx/";>http://www.shred.ath.cx/
http://www.mp3.com.au/obsidian";>http://www.mp3.com.au/obsidian - Obsidian - 
Original Hard Rock at its BEST!


[linux-audio-dev] Re:%20[linux-audio-dev]%20Echo%20Darla/Gina/Layla/...%20on%20Linux&replyto=200212060226.gB62QY48020703_AT_mail.space2u.com

2003-07-08 Thread Shred Master
HELL YEAH!!

- Shred.
http://www.shred.ath.cx/";>http://www.shred.ath.cx/
http://www.mp3.com.au/obsidian";>http://www.mp3.com.au/obsidian - Obsidian - 
Original Hard Rock at its BEST!


RE: [linux-audio-dev] It's been more than a year... Have things improved?

2003-07-08 Thread Rob Taylor

> >4-Interface abstraction for plugins.: We all know how our lovely X11..
> >Steve Harris proposed the use of (rdf was it?),
> Steve Harris' lib-rdf is available:
> http://plugin.org.uk//lrdf/
> but i have not used it and can not say anything useful about it. It is
> used by ardour though.

has there been any discussion on using XUL? (http://www.xulplanet.com/), I
don't know that much about it, but if theres a good clean (playform
independant) way to embed SVG or OpenGL, it seems to me like it would be the
perfect way to specify interfaces for plugins, allawing you to do all sorts
of funky things (and of course, you can always use a rdf datasource if
you're just doing a simple plugin and want to leave layout, etc to the
parent app). Also note that with the XUL engine in firebird, its now pretty
damm speedy.

Thoughts?

Rob Taylor



Re: [linux-audio-dev] OpenAFS and preemptible patch

2003-07-08 Thread Maarten de Boer
> http://shfs.sourceforge.net/

LUFS looks quite a bit more mature.

http://lufs.sourceforge.net/lufs/





Re: [linux-audio-dev] OpenAFS and preemptible patch

2003-07-08 Thread Maarten de Boer
> We have the same situation at work, I have root on my desktop so I'm not
> allowed to NFS mount the fileserver.

But it will allow you to "su" to any user id, and mount it. That's the
problem. AUTH_DES seems to be the solution, but is not implemented on
Linux :-(

> Have you looked at shfs, it allows you to mount filesystems using ssh, so
> you can just use key authentication so theres no need for passwords.
> 
> http://shfs.sourceforge.net/
> 
> I've used it on a patched kernel without probems.

Looks interesting, but the first line in the installation guide

"Warning: This is beta quality code. It was not tested on SMP machine.
Backup data before playing with it!"

is a bit scary...

Maarten


Re: [linux-audio-dev] OpenAFS and preemptible patch

2003-07-08 Thread Steve Harris
On Tue, Jul 08, 2003 at 10:46:50AM +0200, Maarten de Boer wrote:
> > for the record, plain old nfs has always worked for me. any reasons you 
> > are not just using that ?  (ok, i know it sucks in many respects, 
> > esepcially security, but then low latency audio implied a trusted 
> > environment anyway...)
> 
> yes, nfs is what we are using currently. the problem is that users, being
> root on their own machine, can "su" to any other identity. nfs doesn't care
> about that. this is of course a feature :-(

We have the same situation at work, I have root on my desktop so I'm not
allowed to NFS mount the fileserver.

Have you looked at shfs, it allows you to mount filesystems using ssh, so
you can just use key authentication so theres no need for passwords.

http://shfs.sourceforge.net/

I've used it on a patched kernel without probems.

- Steve 


Re: [linux-audio-dev] OpenAFS and preemptible patch

2003-07-08 Thread Maarten de Boer
> for the record, plain old nfs has always worked for me. any reasons you 
> are not just using that ?  (ok, i know it sucks in many respects, 
> esepcially security, but then low latency audio implied a trusted 
> environment anyway...)

yes, nfs is what we are using currently. the problem is that users, being
root on their own machine, can "su" to any other identity. nfs doesn't care
about that. this is of course a feature :-(

maarten


Re: [linux-audio-dev] OpenAFS and preemptible patch

2003-07-08 Thread Joern Nettingsmeier
Maarten De Boer wrote:
Hello,

I have been doing some tests with OpenAFS, and it hangs on me
frequently. On the OpenAFS I found out that this is very likely
caused by the preemptible patch. Knowing that a lot of people
around here are using that patch, I'd like to ask if any of you
have experienced the same, and know of a solution, or an alter-
native that NFS which would work well with low latency kernels.
for the record, plain old nfs has always worked for me. any reasons you 
are not just using that ?  (ok, i know it sucks in many respects, 
esepcially security, but then low latency audio implied a trusted 
environment anyway...)



--
All Members shall refrain in their international relations from
the threat or use of force against the territorial integrity or
political independence of any state, or in any other manner
inconsistent with the Purposes of the United Nations.
-- Charter of the United Nations, Article 2.4
Jörn Nettingsmeier
Kurfürstenstr 49, 45138 Essen, Germany
http://spunk.dnsalias.org (my server)
http://www.linuxdj.com/audio/lad/ (Linux Audio Developers)