> Hey there, Ico!
>
> Were you in Parma last month for the Linux Audio conference?
> As you may recall, I am the News and Announcements editor for CMJ.
> If you have any good CMJ-type photos or a paragraph of news to report, I
> would be happy to include them in the next issue. If you send photos,
> please send them in the highest resolution possible with captions and
> photo credits.
All,
If anyone has some cool photos/news from Parma (Dave?), this might be a good
opportunity to get it published. Please contact Lonce Wyse with your
materials at lonce.wyse(a)nus.edu.sg.
Best wishes,
Ico
Hello!
I am trying to build a high speed usb audio hardware device that will
work using existing audio class drivers.
I can get it to play in synchronous mode but i really want to use
adaptive synchronization which gives the following kernel error
cannot submit syncpipe for urb 0, error -90: internal error
I cant seem to figure out what i am doing wrong. Some hints would be of
much value to me.
--
thg
Hello all,
I'm Running F10 and I have these lines in /etc/modprobe.conf:
options snd cards_limit=4
alias snd-card-0 snd_intel8x0
alias snd-card-1 snd_mpu401
alias snd-card-2 snd_ice1712
options snd-card-0 index=0
options snd-card-1 index=1
options snd-card-2 index=2
but the order of the devices is always the
inverse: ice1712, mpu401, intel8x0
What am I missing ?
Ciao,
--
FA
Io lo dico sempre: l'Italia è troppo stretta e lunga.
Hi all,
As a big fan of alternative tuning systems and microtonality, the desire
naturally occurs to me to seek out synthesis tools which make this possible.
I also happen to think 'whysynth' is a nice application whose general
felxibilty and sound make it worthy of having some of the more
microtonal-aware capabilities of for example, "ZynAddSubFX", but it seems
that zyn is no longer in active development, and is sometimes oddly
bug-ridden and unstable.
So, after having located the code snippet in whysynth that creates a
standard 12-equal tuning array, called 'y_pitch', as factors relative to
440HZ (A440), and indexed by MIDI note numbers. I wonder, how easy would it
be to make this table dynamic and subject to for example, loading a SCALA
.scl file, or at least, a user defined array which can be loaded from a
dialog box?
here's the code snippet from 'whysynth_voice_render.c'
/* MIDI note to pitch */
for (i = 0; i <= 128; ++i) {
pexp = (float)(i - 69) / 12.0f;
y_pitch[i] = powf(2.0f, pexp);
}
My GTK experience is nil; my programming chops are strong in Python and
TkInter, but not as strong in C/C++....perhaps someone who might be
interested in such a venture could point me in the right direction, or be of
some assistance?
Best,
--
Aaron Krister Johnson
http://www.akjmusic.comhttp://www.untwelve.org
Hi,
I finally got my ass up to prepare some pages about the Linux Audio
Conference 2009 (LAC2009) in Parma with photos, conference material (PDFs)
and "bonus material".
Now available at the same link that was published here before -
http://lad.linuxaudio.org/events/2009_cdm/
Enjoy,
Frank
PS: If you have made photos and written a report for the event and would like
to have a link added to the URL above, let me know.
Just installed Fedora 10. It comes with Gnome as the
default desktop of course. Previous versions of gdm
at least allowed me to select just WindowMaker, but
the option has been removed, as well (AFAICS) gdmsetup.
So will F10 allow me to use WindowMaker without having
to hack some deep internals ? If not I'll just revert
to F8. And if this trend continues I could as well
forget about Linux and use Windows. Is there any Linux
distro left that does not depend on all the *Kit crap ?
Ciao,
--
FA
Io lo dico sempre: l'Italia è troppo stretta e lunga.
thanks to fons, frank, jörn and the rest of the team that made LAC09
possible.
even though i could not attend the entire conf, i very much enjoyed the
rest of it.
c u in u
fgamsdr
IOhannes