Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Aaron
please save me from another lisp/scheme scriptable application The scripting should be in a language easy enough for a non programer to use. Is xsl a possibility or is there a scripting language that is easier than lisp/scheme? Aaron On Tue, 2005-09-20 at 04:29 +0200, Esben Stien wrote: >

[linux-audio-dev] AES31 lin?

2005-09-19 Thread Aaron
Hi I am writing a grant for a project I am doing. The potential funder requires the archived audio be in AES 31 format. Is there any application/lib etc on lin that outputs AES31? Thanks Aaron

Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Esben Stien
Paul Davis <[EMAIL PROTECTED]> writes: > ardour actually did have a scheme interpreter at the bottom at the > beginning of its life Awesome. > i never considered lisp to be an appropriate language for user > scripting Looks great in snd and emacs for a scriptable extensible environment;). It s

Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Paul Davis
> When you build in a scheme interpreter into an application, f.ex at > the bottom of ardour, you're not only doing it for the blind people, > you're also empowering the user. ardour actually did have a scheme interpreter at the bottom at the beginning of its life (Guile; a hangover from the desig

Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Esben Stien
Mario Lang <[EMAIL PROTECTED]> writes: > blind users OT: I find that applications for blind people suits me perfectly. Everything has a clear way of doing things; issuing a simple and clear command. Being able to issue commands yields more benefits; f.ex speech recognition; it's very easy to bi

Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Eric Dantan Rzewnicki
On Mon, Sep 19, 2005 at 04:39:34PM +0200, Mario Lang wrote: > Alfons Adriaensen <[EMAIL PROTECTED]> writes: > > > On Mon, Sep 19, 2005 at 10:46:26AM +0200, Mario Lang wrote: > Whenever someone on LAD/LAU comes up with a scriptability question, I > sincerely hope this is the day the LAD coder commun

Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Mario Lang
Julien Claassen <[EMAIL PROTECTED]> writes: > Hi! > Yes there is ncurses. But with ncurses as is you can just position > characters on the screen, whereever you like and in which color you like. Yet > I want to design a library, that is useful for blind and possibly other > disabled people. T

Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Mario Lang
Alfons Adriaensen <[EMAIL PROTECTED]> writes: > On Mon, Sep 19, 2005 at 10:46:26AM +0200, Mario Lang wrote: > >> I've feared this effect of half-hearted accessibility support >> for graphical desktops under Linux, and it seems my fears have come >> true: Just because there *is* an attempt to make

[linux-audio-dev] cs46xx mic recording

2005-09-19 Thread Hans Fugal
My Turtle Beach Santa Cruz (cs46xx) card has a strange problem: mic recording in JACK is really distorted. Records fine (as fine as my cheap mic can) in Audacity. arecord sounds fine as well. When I record with TimeMachine in JACK, it sounds terribly distorted (maybe saturated is the word). Same

Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Alfons Adriaensen
On Mon, Sep 19, 2005 at 10:46:26AM +0200, Mario Lang wrote: > I've feared this effect of half-hearted accessibility support > for graphical desktops under Linux, and it seems my fears have come > true: Just because there *is* an attempt to make GUIs accessible > doesnt necessarily mean that all pe

Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Mario Lang
Alberto Botti <[EMAIL PROTECTED]> writes: > Il giorno gio, 15/09/2005 alle 22.26 +0200, Magnus Hjorth ha scritto: >> About the original question, maybe it would be a good idea to integrate with >> or at least support the ATK library that's part of GTK/GNOME? > > Well, someone did a port of GTK+ 2

Re: [linux-audio-dev] libcui - design-question

2005-09-19 Thread Mario Lang
Magnus Hjorth <[EMAIL PROTECTED]> writes: > On Thu, 15 Sep 2005 16:13:15 +0200 > Alfons Adriaensen <[EMAIL PROTECTED]> wrote: > >> When thinking MVC, you do just the opposite: when you touch something >> on the GUI, all it does is send a event ('user has clicked on button >> #123') to the 'model'

Re: [linux-audio-dev] USB-MIDI Transfer rate

2005-09-19 Thread Clemens Ladisch
Jens M Andreasen wrote: > On Fri, 2005-09-16 at 17:10 +0200, Clemens Ladisch wrote: > > Jens M Andreasen wrote: > > > Are you absolutely sure that it is not possible to increase the thruput? > > > > Try changing the line: > > > > ep->max_transfer = usb_maxpacket(umidi->chip->dev, pipe, 1); > >