The Aqualung development team is pleased to announce the latest
release of the Aqualung music player.
Aqualung is an advanced music player originally targeted at the
GNU/Linux operating system, today also running on FreeBSD, OpenBSD and
Microsoft Windows. It plays audio CDs, internet radio streams and
podcasts as well as soundfiles in just about any audio format and has
the feature of inserting no gaps between adjacent tracks.
The ChangeLog is included below.
Please note that our website has moved to http://aqualung.factorial.hu
Please update your links and bookmarks.
Enjoy,
Tom
2008-02-10 Tom Szilagyi <tszilagyi at users dot sourceforge dot net>
* Aqualung 0.9beta9.1
http://aqualung.factorial.hu
This is a bugfix, stability and performance oriented release also
containing a few updates to existing functionality. By using this
version, your Aqualung will be more stable, and in some cases
significantly faster. All users are encouraged to upgrade.
The project homepage has moved to http://aqualung.factorial.hu
Please upgrade your pointers and bookmarks.
Notable changes:
* Playlist code refactoring for improved performance. Please note
that incompatible changes have been made to the playlist format:
this means that your old playlists won't be parsed, you'll have to
re-create them.
(NOTE: Music Store contents are unaffected. If we ever change the
Music Store format in a backward-incompatible way, we will provide
tools to migrate your precious store data.)
* Fix threading problems that caused random crashes for some users.
* Fix lurking bug that sometimes resulted in getting stuck at the
beginning of a track when Sinc interpolator sample rate converters
were used.
* Modified the way of opening ALSA output to achieve non-exclusive
driver access.
* New, more versatile title string generating templates. Make sure
to check the documentation.
* Added option to periodically save playlist.
* Several fixes concerning command line file and playlist loading,
esp. with the -L flag.
* Better metadata handling for external files in playlist.
* Increment CDDB revision number on resubmitting an existing
disc. This is essential for correcting existing CDDB entries,
otherwise the CDDB server rejects the submission. The latest CVS
version from http://libcddb.sf.net is required for this to work
(Aqualung-Win32 is built with this version).
* OpenBSD-related portability fixes. Aqualung should now compile
cleanly and be fully functional OOTB on OpenBSD 4.2.
* Updated German, Hungarian and Italian translations. Added
Russian translation.
We are jubilous to announce CLAM 1.2 'GSoCket plugged-in release'.
We had to wait for some months to make this release as we had to
redeploy the multiplatform release infrastructure [1]. Thus, the
feature buffer for this release is pretty full. It incorporates both,
the results of the Summer of Code [2] students work and the
involvement of David and Pau with Barcelona Media Foundation Audio
Research Lab[3].
We want to thank the involvement of GSoC students Hernan Hordiales[4],
Bennet Kolasinsky[5], Greg Kellum[6], Andreas Calvo, Roman Goj[7] and
Abe Kazemzadeh, Google Inc, and Barcelona Media audio lab members
for their precious involvement in CLAM.
[1] http://clam.iua.upf.edu/testfarm/
[2] http://clam.iua.upf.edu/wikis/clam/index.php/GSoC_2007
[3] http://www.barcelonamedia.org/index.php/linies/10/en
[4] http://h.ordia.com.ar
[5] http://bennettdoesclam.blogspot.com
[6] http://gregkellum.com
[7] http://ro-baczek.blogspot.com
A summarized list of changes follows. See also the CHANGES files[8]
for details, or the development screenshots[9] for a visual guided tour.
As usual binary packages for Windows, MacOSX and several flavors of Linux
are available to download.
[8] http://iua-share.upf.edu/svn/clam/trunk/CLAM/CHANGES
[9] http://clam.iua.upf.edu/wikis/clam/index.php/Development_screenshots
Summary of changes:
The most exciting feature is the new plugin system (acalvo)
which enables third party algorithms to be distributed separately
from the core binaries. LADSPA plugins support has been enhanced
and a first iteration on FAUST[10] integration. The wiki[11] contains
very nice how-to's that cover most of that.
[10] http://faust.grame.fr/
[11] http://clam.iua.upf.edu/wikis/clam
Most of the GSoC work come as plugins: a SMS Synthesizer (gkellum),
a Voice synthesis/analysis (akazem) and some some cool guitar effects
(hordia). Also not included as plugins but in the main repository
several enhancements have been done on the SMS transformations (hordia)
and the tonal analysis (rgoj).
Some interesting work has been done on the Barcelona Media Audio Lab
on having a system to simulate 3D room acoustics which can be reproduced
on several exhibition systems. Some precomputed room databases are
available to try. Check the wiki NetworkEditor Tutorial for more
information.
Regarding the applications, Network Editor incorporates new usability
enhancements, a new on-line Tutorial and a new Spectrogram like view.
The Annotator received Bennet Kolasinsky attention improving its the
flexibility of its interface, the practical effects are multiple
segmentation and low-level descriptors panes and that we are pretty
close to visualization and auralization plugins.
Enjoy.
The CLAM Team
wcnt-1.26.2
https://sourceforge.net/project/showfiles.php?group_id=76646&package_id=256…http://wcnt.sourceforge.net
(source code only)
Second release of wcnt-1.26 after the pre releases...
* rudimentary polyphony
no, no polyphonic sequencer.... but several new modules
(wcnt-1.26.1) to create polyphonic effects:
trig_counter - counts and (?restricts) outputs input trigger
trig_echo - echos input trigger n times
trig_router - sends trigger n to auto-created output modules
group_control - only runs modules when appropriate -
but easy to make it in-appropriate.
* fader (module)
created to make easy a fade in and fade out at the start and
end of the file to be written. uses either the time_map or
timer (out_bar_trig/out_trig and out_bar/out_count) outputs
and start and end bar parameters and extends the end by
fade_out_time milliseconds.
* sample_climb (module)
like sample_hold, but uses the grabbed 'sample' as a target
to climb to ( output += (target - output) * rate ).
* inspector (wcnt-1.26.1)
arkward to use module for displaying messages and values of
outputs/inputs.
wcnt now has over 80 modules...(81 to be precise)
CHANGES:
* wavfile_out (module) (wcnt-1.26.1)
now has snapshot_mode parameter. adds date and time (down
to the millisecond) to the filename being written. now you
can edit a .wc file to your hearts content without overwriting
the sounds generated.
* square_wave (module) (wcnt-1.26.1)
has rate parameter for adding curvature to the square_wave.
works with same method as sample_climb.
* user_wave (module) (wcnt-1.26.1)
vertices which (via modulation) collide with previous vertices
will be dropped from the waveform - as opposed to causing
nasty peaks.
* removed restrictions of combiner, spreader, and switcher to
only allow usage of wcnt_signals. these modules can now use
any module which provides the out_output output.
* removed restriction of mixer module to only allow use of
mix_chan modules. the mixer can now use any module which
provides out_left and out_right outputs.
* removed restriction of trig_switcher module to only allow
use of wcnt_trigger module. trig_switcher can now use any
module which provides the out_trig output (ie most of the
trigger modules).
RE-CODED:
* (wcnt-1.26.1) many things which should not make any difference
to the user, except maybe a marginal speed increase in some
situations.
* many more things, (synthmod changes for a start).
FIXES:
* dynamic module was checking for existence of wrong vertex.
-------------
NOTES:
* tested it as much i can by myself and without any strict
regime. i will have missed something...
* documentation is very much out of date now, sorry. the only
thing I can offer right now is the occasional comment in the
examples, and tests (directories of .wc files bundled with
source code).
* another version might pop-along next week perhaps.
-------------
http://wcnt.sourceforge.nethttps://sourceforge.net/project/showfiles.php?group_id=76646&package_id=256…
(source code only)
wcnt-1.26.2
regards,
james jwm-art net
Dear all,
The Linux Audio Conference 2008 in Cologne (Feb 28th - Mar 2nd 2008)
is just one month away now. The programme is shaping up, concerts are
being organized and coffee is about to be ordered.
To help us with planning the LAC2008 we kindly ask you to register now
at the conference website. This helps us to estimate how many visitors
we may expect, what individuals the audience is made of, and allows to
produce name tags for all attendees so that it becomes easier to
identify each other.
To register, please use the "Registration" form at
http://lac.linuxaudio.org
Also we now have put accommodation info plus some maps of the
conference location online. You can find these on
http://lac.linuxaudio.org under "Visitor Info".
Finally if you're living in Cologne or nearby: We are looking for
volunteers who would like to help out in any way, e.g. to host artists
and paper presenters in their flat. If you want to offer your help,
please contact the LAC2008 orga team at lac(a)linuxaudio.org
The LAC2008 chair is looking forward to have another great conference
with you all.
All the best
--
Frank Barknecht and Martin Rumori
Chairs of LAC2008
miniloop is a simple live looping program. It can load a number of
stereo audio loops of equal length from the disk and loop them in sync
with each other, sending each loop to a different pair of JACK audio
outputs. These outputs are intended to be subsequently fed into an
external software mixer, such as Ardour. For live performance, you
will want to control the mixer using a MIDI control surface.
miniloop is similar in intent to Stephen Sinclair's LoopDub. I
actually created miniloop to explore some design ideas that I had
while working on LoopDub. Given that, it is appropriate to provide a
comparison between the two programs. The most important difference is
that LoopDub uses a built-in mixer, while miniloop uses an external
mixer. This means that miniloop is more flexible, but requires a more
complex software setup. Another important difference is the user
interface, which is radically different, and, I hope, somewhat easier
to use. Finally, LoopDub has many features that miniloop lacks.
miniloop is currently quite small (~500 SLOC) and quite feature-poor,
and I intend to keep it that way.
Project homepage here:
http://code.google.com/p/miniloop/
Download here:
http://code.google.com/p/miniloop/downloads/detail?name=miniloop-0.0.zip
Hi everyone and happy new year !
New release: Jackbeat 0.6.2
===========================
Jackbeat is an audio sequencer running on Linux and Mac OS X.
Get it from: http://www.samalyse.com/jackbeat
NEWS:
- The export framerate and sustain handling can now be customized
- The pattern can be edited using the keyboard
- The GUI has been improved and fixed
- Optional support for the Phat Audio Toolkit is available
- Some audio processing and JACK issues have been fixed
- Simple drum kits are now available from Jackbeat's homepage
Enjoy
--
Olivier Guilyardi - Samalyse
Dear Linux Audio users,
A new jack release (0.109.0) is available:
http://sourceforge.net/project/showfiles.php?group_id=39687
Enjoy,
Pieter
(Releaser-ad-interim)
Changelog
=========
API changes:
* add jack_thread_wait API
* remove port_(un)lock functions
* add new time APIs
* add port aliases
* add new client registration callback
* add port connect callback
Backends:
* ALSA: fix for use of snd_pcm_link
* ALSA: hardware jack-midi support
* ALSA: fix for enabling big-endian 16bit format discovery
* ALSA: hardware jack-midi support
* FreeBoB: fix deallocation segfault
* FireWire: add 'firewire' backend for use with FFADO
* OSS: add support for proper triggering in OSS driver when in full
duplex mode
* ALSA: fix illegal use of ALSA API
* OSS: disable software mixing and samplerate conversions on OSS 4.x
* CoreAudio: fix sample rate management
Other
* add JACK_PROMISCUOUS_SERVER handling
* make /dev/shm the default tmpdir
* add -Z flag to cancel zombification on timeout
* add per-port update total latency
* increment default watchdog timeout to 10sec
Perhaps you don't know what a vocoder is, but I'm sure you have heard
one before. Vocoders are often used to add a robotic effect to vocals
in music.
Project homepage:
https://gna.org/projects/lv2vocoder
Get tarball from here:
https://gna.org/files/?group=lv2vocoder
This code is based on version 0.3 of LADSPA plugin created by Josh Green.
LADSPA plugin created by Josh Green is basically an adaption of
Achim Settelmeier's Vocoder program to LADSPA.
Achim Settelmeier's Vocoder programs and Josh Green's LADSPA plugin, can
be found at:
http://www.sirlab.de/linux/
Happy robots use Linux and LV2!
--
Nedko Arnaudov <GnuPG KeyID: DE1716B0>
While this release announcement train is rolling:
After ages of SVN-only development, Patchage 0.4.0 released. This
release is essentially a complete rewrite of the last stable release
(ancient history, but still in distributions).
Released in parallel are my libraries RAUL (Realtime Audio Utility
Library) and FlowCanvas (the canvas widget for Patchage, Ingen, etc),
which Patchage depends on. If you're a C++ LAD hacker, these might be
useful on their own.
Project sites with download links, screenshots, documentation, etc:
http://drobilla.net/software/raul/http://drobilla.net/software/flowcanvas/http://drobilla.net/software/patchage/
All tarballs can be downloaded here:
http://download.drobilla.net/
Feel free to report any and all bugs, feature requests, etc, here:
http://dev.drobilla.net/newticket
Enjoy,
- Dave Robillard (aka drobilla)