hello everyone !
for those who are interested, some tapes from the presentations at the
LAD meeting are now online at
http://www.linuxdj.com/audio/lad/eventszkm2003.php3 ,
together with the slides and the long-awaited mug shots by fernando :)
i'll be off for a week now, and unfortunately i won't get all of the
stuff uploaded in time... check back in a week or so.
best,
jörn
ps: some links are currently broken. will be fixed asap.
--
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)
http://www.notam02.no/arkiv/src/
Ceres 0.37 -> 0.38
-------------------------
-Updated default Jack port names from
alsa_pcm:[out/in]_* to alsa_pcm:[playback/record]_*
-Test for pygtk2 instead of pygtk1, and write a message
to stdout about what to do if pygtk2 is installed instead of pygtk1.
-Made the Save button in the preference window also update
current settings. Less confusing.
-Increased max number of soundchannels from 4 to 8.
-Added option to choose between "ceres" and "ceres-<pid>"
for the jack client name.
-Wrote an explanation how to install ceres on a machine with
pygtk2 instead of pygtk1.
--
Hi all, the 0.7.6 version of Hydrogen Gnu/Linux drum machine is available at
http://hydrogen.sf.net
Features:
* Graphical user interface based on QT 3,
* Sample based audio engine,
* Oss Audio driver,
* Jack Audio driver,
* Export to disk audio driver,
* Alsa Midi input,
* Ability to import/export xml-based song file,
* 64 ticks per pattern,
* 16 voices with volume, mute, solo, pan capabilities,
* Import of samples in wave, au, aiff format.
* Humanize and swing functions
Changes:
* Bug fix in note velocity editor
* Improved pattern editor
* Humanize function
* Swing function
* New child frame interface
* Stereo peak visualization in mixer
* New song editor
Happy drumming! ;)
--
Alessandro <Comix> Cominu
http://hydrogen.sf.net
e-mail: comix(a)despammed.com
Icq: 116354077
Linux User # 203765
[...Codito Ergo Sum...]
Are you fed up with having a computer only just fast enough to sequence a
couple of audio tracks at a time, and no where near fast enough for software
modular synthesis?
Wav Composer Not Toilet is another modular synthesis program, but unlike
many others does not work in real time at all. wcnt gives you sequencing,
sampling, and synthesis without the need for fast hardware, although a
little patience is required!
features:
* lots of simple modules as well as the more complex.
* ghosting of riffs into mono-phonic sequencer.
* multiple sequencers, output wav files, mixers.
* ADSR's and user defined waveforms with unlimited sub sections and shape
modulation
* sampler has modulatable start position, playback can be triggered from
oscilators
* sampler has 'anti-clipping' ramp.
* unlimited mixer channels
* no GUI, but, a near english synth definition language
* command line help
wcnt.sourceforge.net
~(sirromseventyfive)~
_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger
http://www.msn.co.uk/messenger
hi... this is my first time online since lad Conference.
so i would like to announce galan-0.2.14 (as seen on lad Conference)
galan is another modular synthesizer. It supports sub patches like pd
and jmax. But has separation of mesh and Controls.
It also supports OpenGL Scene Graphs which can be controlled by your
audio data, the sequencers etc...
homepage is at
http://galan.sourceforge.net
find the download links from there...
--
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language
PyJack 0.1, Initial Release
Download: http://www.a2hd.com/software/
This is a Python module which provides an interface to the Jack Audio
Server. It is possible to access the Jack graph to manipulate port
connections, monitor graph change events, and to perform
soft-realtime audio capture and playback using Numeric Python arrays.
More details, including caveats regarding realtime usage, can be found in
the package documentation.
This software is released under the GPL.
Enjoy,
Andy W. Schmeder
P.S. I will not CC to jackit-devel for future release announcements. This
is only for the initial. Thanks.
--aws
mailto:andy*a2hd,com
http://www.a2hd.com/
Hi all,
driver, library and utils packages 0.9.2 were released.
alsa-driver
- more configure fixes
- vxpocket driver fixes
- fixed oops in pcm open() routine - error path
- fixed ice1712/vt1724 rate locking controls
- USB audio - fixed disconnection
alsa-lib
- added dsnoop and dshare PCM plugins
alsa-utils
- aplay fix (endless loop for raw type)
Jaroslav
-----
Jaroslav Kysela <perex(a)suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs
-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink?
You could win a Tablet PC. Get a free Tablet PC hat just for playing.
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Alsa-announce mailing list
Alsa-announce(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-announce
1. A short summary of changes
A new native Python implementation of the ECI API has been added to
the package. Ecasound.el (ecasound-emacs) has been updated to version
0.8.2. Oggs and mp3s can be now streamed directly from network.
Author information is now visible in the LADSPA plugin descriptions.
Changes in ALSA-0.9 support improve usability of ecasound with
the new ALSA dmix PCM plugin. There have been many important
bugfixes including correct handling of short parameter fades,
broken chainsetup level looping, problems with creating temporary
files and minor build system issues.
---
2. What is ecasound?
Ecasound is a software package designed for multitrack audio
processing. It can be used for simple tasks like audio playback,
recording and format conversions, as well as for multitrack effect
processing, mixing, recording and signal recycling. Ecasound supports
a wide range of audio inputs, outputs and effect algorithms.
Effects and audio objects can be combined in various ways, and their
parameters can be controlled by operator objects like oscillators
and MIDI-CCs. A versatile console mode user-interface is included
in the package.
Ecasound is licensed under the GPL. The Ecasound Control Interface
(ECI) is licensed under the LGPL.
---
3. Changes since last release
Full list of changes is available at
<http://www.wakkanet.fi/~kaiv/ecasound/history.html>.
---
4. Interface and configuration file changes
None.
---
5. Contributors
Patches
Janne Halttunen (the new Python ECI implementation)
Mario Lang (ecasound.el 0.8.2)
Junichi Uekawa (pyecasound.so build)
Kai Vehmanen (various)
Bug Hunting (items closed)
William Goldsmith (2)
Michael Hellwig (1)
Janno Liivak (1)
Raoul Megelas (1)
Feature requests (items implemented)
Oliver Thuns (1)
---
6. Links and files
Web sites:
http://www.eca.cxhttp://www.eca.cx/ecasound
Source packages:
http://ecasound.seul.org/downloadhttp://ecasound.seul.org/download/ecasound-2.2.2.tar.gz
Distributions with maintained ecasound support:
Agnula - http://www.agnula.org
Debian - http://packages.debian.org/unstable/sound/ecasound2.2.html
DeMuDi - http://www.demudi.org
FreeBSD - http://www.freebsd.org/ports/audio.html
Gentoo Linux - http://www.gentoo.org
PLD Linux - http://www.pld.org.pl
PlanetCCRMA - http://www-ccrma.stanford.edu/planetccrma/software
SuSE Linux - http://www.suse.de/en
Contrib Packages for Distributions:
Mandrake - http://rpm.nyvalls.se/sound9.0.html
Note! Distributors do not necessarily provide packages for
the very latest ecasound version.
--
http://www.eca.cx
Audio software for Linux!
Hi there,
libjackasyn is a LD_PRELOAD library that converts programs written
for the OSS system into jack aware applications (sort of).
It will eventually get replaced by the ALSA jack plugins, but as it
existed before, and I never have "officially" released it, here it is.
It is still beta, but several programs already work with it.
It is easy to use, just start your applications with
"jacklaunch <application_name>"
Get it from
http://gige.xdv.org/soft/libjackasyn
Please report back if you have problems. If you find a program that
runs and is not listed in the file "WORKING", please let me know.
Greetings,
Guenter
Hi evrybody !
(sorry for my poor english)
I am developing a live Linux CD, called LinuxConsole
(http://linuxconsole.tuxfamily.org)
First it was made to use a PC box as a console games.
Now it plays games, music, videos, browse Web, disks, burn CDs,...
It is a "modularized" CD, the 'core' system (drivers+X11+Window maker)
stays in memory, while modules (mozilla, games, cups, openoffice) stay
on CD or hard disk (ext fs,fat,ntfs,...).
I'am using ALSA drivers.
I search someone to help me to make an 'audio' module, with most linux
audio applications
If someone is intrested, thanks to post a message to LinuxConsole forum
Thanks
Yann Le Doaré
Brest
France