Hello List,
I've finally found the time to put my Linux Audio things online, at
<http://users.skynet.be/solaris/linuxaudio>.
You will find there
* the latest releases of the MCP, REV and VCO plugins (previously on
the alsamodular site),
* some things that are under construction,
* two ogg files recorded using the current alpha version of Aeolus,
the pipe organ synthesiser I'll present at the second LAD conference
in Karlsruhe.
--
Fons
Hi!
The four way phase/amplitude cross mudulating multichannel realtime
polysynthesizer for intel mmx located at http://hem.passagen.se/ja_linux
is now updated ... (phew!)
Changes:
New 2inOne oscillator (see below)
Finer frequency resolution
Smooth, squared envelope decay
Enhanged touch response
Gtk2
The new version will load old patches but they will be tuned down by two
octaves and have reduced cross-modulation values.
Use "mx4 -s" to split the oscillators across seperate windows
cheers // Jens M Andreasen
PS: Screenshot and text on site is not updated ...
Q: What is a "2inOne oscillator"?
A: A 2inOne oscillator is an oscillator that calculates two related
frequencies for the price of one.
Originally intended as a sine table replacement, where two slightly
"bumpy" versions of the same oscillator (shifted 60 degrees apart) are
averaged to approximate one smooth and round wawe. By simple integer
multiplication of one of the components, you get the second oscillator
(tuned to a harmonic of the other component) "for free" :-)
int sxin(short w) // One half of a pseudo sin()
{
register short a,b;
a = w;
b = a;
b += (SHRT_MIN);
a = (a * b)>>16; // mmx: pmulhw_r2r(mm1, mm0);
b >>= 15; /* b equals -1 when 'i' is positive else 0 */
b ^= a;
/* Alternating positive/negative halfwawes are in 'b'
* Always negative halfwawes are left in 'a'
*
* If you'd rather keep the squarewawe that was in 'b'
* then do ..
a ^= b;
* .. and return a instead.
*
*/
return b;
}
Greetings:
I've received notes and announcements regarding changes of URLs for
various LADSPA collections. I have updated the LADSPA section of the
Linux soundapps site to reflect those changes. Please let me know of any
other errors or changes, and my thanks to all of you who sent in the new
URLs.
Best regards,
dp
>From: Frank Barknecht <fbar(a)footils.org>
>
>I still don't understand what "Script UI" means. For example: In what
>way has jMax a "Script UI" and Pd not?
My mistage.
For example, Csound has script UI because that is all what is there.
If PD can be fully programmed via text files, then it has script UI.
A script support is not exactly the same thing as script UI if
user has to use GUI at some point. Maybe "text UI" would be better
than "script UI".
Regards,
Juhana
caps 0.1.8 is out. major improvements since the last public
announcement include:
* new AmpIII plugin, adds power amplifier emulation to PreampIII
* Plate reverb: maximum decay lengthened by a fair amount
* oversampled plugins (VCO*, Clip, Preamp*, AmpIII) benefitting from
the use of Kaiser windows for up/downsampling filter kernels
(replacing Blackman-Harris windows)
* all Chorus/StereoChorus controls are smoothened now
tarball, data sheets and changelog: http://quitte.de/dsp/caps.html
please let me know how it works for you.
cheers,
tim
On Tue, 2004-02-24 at 04:03, linux-audio-dev-request(a)music.columbia.edu
wrote:
>
> Message: 2
> Date: Sun, 22 Feb 2004 13:57:03 -0800
> From: lad(a)k--b.org
> Subject: [linux-audio-dev] RME Hammerfall digi9652 setup difficulty
> To: linux-audio-dev(a)music.columbia.edu
> Message-ID: <20040222215702.GJ8524(a)onensemble.org>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hello all. I hope I am not imposing to ask a setup question here at the developers' list. I've asked at linux-audio-users, agnula lists, and on various irc channels to no avail.
> I've recently purchased an RME Hammerfall digi9652 soundcard and am trying to get it setup with ALSA. I'm not particularly attached to any distribution but am most comfortable with Debian and am currently trying DeMuDi 1.1.0. Initially, lspci reported:
>
> "Multimedia audio controller: Xilinx Corporation: Unkown device 2fc4 (rev 03)"
>
> After moving the card to another free pci slot, lspci states:
>
> "Multimedia audio controller: Xilinx Corporation RME Digi9652 (Hammerfall)"
>
> It looks like the card is being recognized on some basic level but /etc/init.d/alsa start gives the error:
>
> "RME Digi9652/Digi9636: no cards found"
>
>
> Is anyone here using this card that might have some advice for me? Any help is greatly appreciated.
>
> Kris Bergstrom
i had this same problem after 0.9.7c and before the alsa 1.0.2 series.
although the code for the driver hadn't changed in this time, some other
stuff apparently had.
so maybe try the latest stable source from alsa-project.org?
--
nick
Please pardon cross-postings
First Deadline for Submissions Nearing Soon: ICMC 2004
The University of Miami is pleased to announce the general call for
submissions to ICMC 2004, to be held 1-6 November in Miami, Florida USA.
The submission deadline for music, video art, and installations is
February 27, 2004.
Papers, posters, roundtables, and demonstrations are to be submitted by
midnight EST, Friday, March 12, 2004.
Forms, submission guidelines, and further details are available at
http://www.icmc2004.org
Best Regards,
Tae Hong Park, ICMC 2004 Publicity Chair