Hi, I wrote a software syntesizer for Linux, it is
available at http://zynaddsubfx.sourceforge.net/ or
http://sourceforge.net/projects/zynaddsubfx/ . It has
many features including: polipohony, multi-timbral,
microtonal capabilities, 2 synth engines, effects
(system and insertion), user interface.
I started this project on March 2002 and this is the
first relase. I hope that you'll like it.
Paul.
__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
People here who are not on the ardour list should find this interesting
and helpful.
Mark. I have an Nvidia agp card which uses irq9 and a usb audio card
that I can put on 11. Now I ust have to figure out how to tell which
USB port is using 11 and which is using 4.
Thanks.
--
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http://www.boosthardware.comHttp://www.boosthardware.com/LAU/guide/
========================================
"Um...symbol_get and symbol_put... They're
kindof like does anyone remember like get_symbol
and put_symbol I think we used to have..."
- Rusty Russell in his talk on the module subsystem
Are you able to run "alsamixer"? , I running a M-audio card with alsa driver (0.9)
And all channels are muted by default.
Regards /Lasse
-----Original Message-----
From: bkna(a)besta.cc [mailto:bkna@besta.cc]
Sent: den 23 september 2002 11:15
To: linux-audio-user(a)music.columbia.edu
Subject: [linux-audio-user] How can I install on ASUS P4B266SE
Hi,
I can not install ALSA on this P4B266SE.
It seems to be installed without any errors but I can not speak/listen. There is no sound.
I tried to with both of alsa-xxx-0.5.xx and alsa-xxx-0.9.0rc3.
Are there any special tips?
Did Anybody have an experiences?
Regards,
Bokyun Na
Hi,
I can not install ALSA on this P4B266SE.
It seems to be installed without any errors but I can not speak/listen.
There is no sound.
I tried to with both of alsa-xxx-0.5.xx and alsa-xxx-0.9.0rc3.
Are there any special tips?
Did Anybody have an experiences?
Regards,
Bokyun Na
Hey, all. I was just browsing and saw the Soundart Chameleon, which
looks like a really cool toy. Unfortunately, the development tools are
windows-only. I'm sure that I could run at least some of them under
wine/vmware, but I'm not too interested in
1. buying a Windows license to get DLLs that I need to run some
program properly under Wine (or at all under vmware), or
2. paying $700 for a hardware device from a company that refuses to
support Linux or release the code for their compilers (especially since
their business model is explicitly stated as "give away compilers for
free, so people will make applications and we can sell chameleons").
My other concern is that I'm going to buy a powerbook soon (probably
dual-booting OS X and Linux), so having an open-source toolchain would
make it much less painful to switch back and forth between my big
computer and my portable. Finally, it's been 7 or 8 years since I've
done any software development in a Windows environment, and I don't
think I could go back without a lot of pain, now that I'm so used to
having the standard Unix tools. (Yeah, I know about cygwin/etc, and I'm
not trying to start another Linux/Windows flamefest :-)
What other programmable dsp boxes (preferably using the gcc toolchain)
are there? I'm interested in something like the Chameleon, a
rackmountable box with a DSP engine, LCD, control knobs/buttons and
audio and midi ins-and-outs. Obviously, the "rackmountable" requirement
is least important, but it would be nice, since there's a lot of cruft
on/around my desk in the basement. :-)
best,
wb
--
Will Benton <willb(a)cs.wisc.edu>
> Incidentally, now that it's working, is there a way to make the fonts
bigger?
There are too many ways to do this! I use either the ~/.Xdefaults file
with
lines like:
snd*axisLabelFont: -adobe-times-medium-r-normal-*-18-*-*-*-*-*-*-*
snd*helpTextFont: 9x15
or the init file (~/.snd) with similar stuff:
(set! (axis-label-font)
"-adobe-times-medium-r-normal-*-18-*-*-*-*-*-*-*")
(set! (axis-numbers-font) "9x15")))
You can use the same init file with gtk (which has a different font
naming
convention) -- see grfsnd.html for details.
Hi all,
I'm trying to put together some content for the proceedings of the Modular
2002 conference, where I spoke about the state of Linux Audio, but I need
decent screenshots for Muse, pd and Noteedit, none of which I know well
enough.
Ideally screenshots should be <= 1024x768 - 600x400 is ideal.
Obviously anyone who provides shots gets mentioned in the acnowledgements.
Slighit problem is that I need the shots ASAP, I need to submit the
content in the next 2 hours.
Cheers,
Steve
I can't resist posting this hack, though I doubt it's actually useful.
In
response to the Snd font problem mentioned earlier, I wrote some
xm-module-based code to show what fonts a given widget is trying
to use:
(define (show-font-name font)
"(show-font-name font) shows the Snd-related name and the X-related
name of each font \
in a widget's font list"
(define (show-next-font context)
(let ((next-font (XmFontListGetNextFont context)))
(if (car next-font)
(begin
(if (XFontStruct? (caddr next-font))
(snd-print
(format #f "~A: ~A~%"
(cadr next-font)
(XGetAtomName
(XtDisplay (cadr (main-widgets)))
(list 'Atom
(cadr (XGetFontProperty (caddr next-font)
XA_FULL_NAME))))))
(snd-print (format #f "no font found!~%")))
(show-next-font context)))))
(let ((context (XmFontListInitFontContext font)))
(show-next-font context)
(XmFontListFreeFontContext context)))
So, if it's the minibuffer that's giving trouble:
(define (show-minibuffer-font)
"(show-minibuffer-font) shows what fonts are associated with the
minibuffer"
(show-font-name
(cadr (XtVaGetValues
(list-ref (sound-widgets) 3)
(list XmNfontList 0)))))
If the font name looks ok, try C-z (in the new version), and send me a
description
of what you see.
Hi,
searching the laa/lad/lau web archives is back online!
Let me know if you notice any problems.
links:
http://www.eca.cx/laahttp://www.eca.cx/ladhttp://www.eca.cx/lau
On Sat, 24 Aug 2002, Kai Vehmanen wrote:
> The htdig-installation that is responsible for the search
> functionality of LAD/LAU/LAA web archive, is temporarily disabled.
--
http://www.eca.cx
Audio software for Linux!