Hi all,
I just wanted to let everyone know that we had our first article written
at www.linuxdevices.com
about our portable linux DAW. Our website is www.trinityaudiogroup.com.
Thank you
Ronald Stewart
naconnect is, like its inspiration aconnect, an ALSA MIDI sequencer
connection manager. However, it uses ncurses instead of simple command
line.
What it can do in current version:
* View current connections, manual refresh.
* Disconnect and connect. Arrows are used to select what to connect/disconnect.
* Shortcuts are documented on the screen itself.
* Don't expect it to run on dummy terminals. Tested so far with xterm
and Linux terminal.
Screenshot: http://nedko.arnaudov.name/soft/naconnect/naconnect-r85.png
Download: http://nedko.arnaudov.name/soft/naconnect/
Hi laa-folk,
Announcing the release of sfront 0.90 7/03/06, available
for download from:
http://www.cs.berkeley.edu/~lazzaro/sa/index.html
For those of you unfamiliar with sfront, here's a short bio:
Sfront compiles MPEG 4 Structured Audio (MP4-SA) bitstreams into
efficient C programs that generate audio when executed. MP4-SA is a
standard for normative algorithmic sound, that combines an audio
signal processing language (SAOL) with score languages (SASL, and the
legacy MIDI File Format). Under Linux and Mac OS X, sfront supports
real-time, low-latency audio input/output, local MIDI input from
soundcards, and networked MIDI input using RTP and SIP. A SIP server
hosted on the Berkeley campus manages sessions. The documentation
includes a book about SAOL programming.
The change log for 0.90:
[1] Sfront has been relicensed to
use the BSD license (without the
advertising clause).
[2] If the SAOL global parameter
interp is set to 1, sfront uses
band-limited windowed sinc function
interpolation for most normative
interpolations defined in the MPEG
standard (opcodes such as doscil,
oscil, tableread, fracdelay, etc).
An exception is the grain() core
opcode, which still uses linear
interpolation when interp=1. As
a convenience, sfront has new
command-line options to adjust
the interpolation algorithm
(-interp, -sinc_zcross, and
-sinc_pilen).
[3] 64-bit integer arithmetic is
now used in the implementation of
phase pointers for most core opcodes
(the grain() opcode is an exception,
grain uses float phase pointers). This
change fixes the phase slipping problems
reported by Florian Walter.
[4] 8-bit and 24-bit WAV and AIFF
files are now supported by the
sample wavetable generator, and
by the -ain fname.{wav,aif} and
-aout fname.{wav,aif} drivers.
See -aout for output syntax.
[5] It is now possible to specify
the input channel of a stereo
WAV or AIFF file used by the
sample wavetable generator,
using the "filname.wav@n",
when n = 0 or 1. This supports
the creation of SAOL sample
playback engines that access
a database of stereo samples.
[6] The network musical performance
library has been updated to reflect
the final RTP MIDI payload format
that will appear in IESG-approved
Internet-Drafts, that should appear
as IETF RFCs later this year.
[7] A few bug fixes. (a) The fir, iir,
and reverb core opcodes may now
be used as oparrays, fixing a bug
reported by Jonathan Beyer. (b)
Constant tables defined in the
startup instrument no longer cause
a run-time crash. (c) Table
imports in the startup instrument
that would produce a run-time
error now generate a warning
message, fixing a bug reported
by Robert of all-your-bass.
---
John Lazzaro
http://www.cs.berkeley.edu/~lazzaro
lazzaro [at] cs [dot] berkeley [dot] edu
---
LoopDub is a cross-platform software for live loop manipulation.
Currently Linux is mainly supported, though Windows and OS X can
compile it with a little work. (Hopefully this will be streamlined by
the next version.)
It has been far too long that the CVS has had more features than the
release version, so without further ado...
Changes in this version include:
- Program-change for MIDI (see programs.ini.example)
- Load "background samples" that can be switched quickly
Currently only supported by program-change functionality.
- "Switch" button to change to background sample
- Compiles, with a little work, on Windows and OS X in addition to Linux
- Remembers MIDI settings in ~/.loopdub.midi.conf
See "loopdub.midi.conf.example" for details.
- Logarithmic sliders! So much better. (Applies to Cutoff & Resonance)
- Clicking a folder now sets all filebrowsers to same folder.
For more info and download, see:
http://loopdub.sf.net
Aqualung: Music Player for GNU/Linux
http://aqualung.sf.net
Release 0.9beta5
It is our greatest pleasure to announce the fifth official beta
release of Aqualung. Some features you'd rarely stumble upon in
other players (at least not too many of them at once):
* Gapless playback (designed for this from the ground up)
* High quality decoders (eg. libMAD for mp3), many supported formats
* High-quality sample rate conversion support via libsamplerate
* LADSPA support
* Music Store for organizing your music
* And much, much more...
We hope you will enjoy this release. The release ChangeLog follows below.
2006-06-30 Tom Szilagyi <tszilagyi at users dot sourceforge dot net>
* Aqualung 0.9beta5
http://aqualung.sf.net
This is a new milestone release after 17 months of silent
development. Large parts of the program have been rewritten,
refactored, fixed, etc. A multitude of new features have been
added to the software, which now weighs into Open Source with
about 30,000 lines of GPL'ed source code, all written by a handful
of free-time developers (no, you won't need your whole hand).
It won't make too much sense to precisely list every change made
to the sources during this period - the list would be prohibitively
lengthy. For the curious, the mailing list archive is recommended.
The most important, high-level changes are summarized below.
* Group CDs in the Playlist via "Album mode". Shuffle between
records but play their contents in order!
* Statusbars in Playlist and Music Store display statistics and
other data.
* Multiple Music Stores are supported - useful for separate
genres, file formats or for music mounted from different file
servers via NFS.
* CDDB support!
* iFP driver support for integrating with iRiver HW players!
* Completely reworked Settings dialog, the new control center!
* Embed Playlist into Main window for a more compact look!
* Search facility for Music Store and Playlist.
* Add support for Musepack (via libmpcdec), Monkey's Audio, Ogg Speex.
* Rudimentary album art (cover display) support.
* RVA-related work, improved metadata support.
* Fixed a boatload of bugs concerning cyrillic filenames, etc.
* MP3 improvements (file recognition, clipping, seeking...)
* Better fault tolerance in Ogg Vorbis decoder.
* Various GUI fixes, new command line options, etc, etc.
* Improved build system for skins, icons, etc.
* New skins (Ocean, Plain), new Logo (see About box)! ;-)
* Better RT behaviour with Jack output.
* Compiles and runs on AMD64 (thanks to Mark Knecht for testing)!
Hello all,
Version 0.3.1 of aubio has been uploaded at http://aubio.piem.org .
This is a bugfix release. Changes include:
* fix AUBIO_MEMSET, thanks karsten wiese
* do not call pthread_ in aubio_midi_direct_output, thanks karsten wiese
* move help-aubio*.pd aubio*-help.pd, thanks Frank Barknecht
* aubiocut: fix output of -b, use os.path for filename generation
* update default cflags, use ${top,build}_dir in configure.ac
* fix various signed/unsigned mismatches
See the changelog for the details of these changes. Debian packages for
aubio have also been updated (see http://piem.org/debian/).
As usual, questions, suggestions, and comments are most welcome.
Greetings, Paul
Beta 0.22 of MMA - Musical MIDI Accompaniment - is now
available for downloading. Included in this release:
Minor (and not-so-minor) bug fixes, added options to
GROOVE selections, HARMONYVOLUME setting, FORCEOUT
option for keyboard tracks, and some command line
fixes.
MMA is a accompaniment generator -- it creates midi tracks
for a soloist to perform with. User supplied files contain
pattern selections, chords, and MMA directives. For full details
please visit:
http://users.xplornet.com/~bvdp/mma/
If you have any questions or comments, please send them
to: bvdp(a)xplornet.com
--
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: bvdp(a)xplornet.com
WWW: http://users.xplornet.com/~bvdp
Gneutronica 0.32, Http://gneutronica.sourceforge.net
Changes since 0.31:
* Added drumkit definition for a Roland TR808 sound font.
* Bugfix: inserted measures might get bogus tempo -- fixed.
* MIDI output method abstraction... two instantiations raw MIDI
and ALSA sequencer interface.
* Now uses ALSA sequencer interface instead of raw MIDI..
* Bugfix: Scramble function had overflow bug that caused it to be
non-random. Fixed.
* Combined Pattern Editor widnow and Arrangement Editor window into
a single window by putting them both into tabs in a Gtk notebook.
* Output is assignable to up to 16 ALSA sequencer ports ("tracks")
on a per-pattern basis to allow routing different patterns to
different MIDI devices or softsynths.
* Now there is a rudimentary melodic sequencer as well as a percussion
sequencer.
* Arrangement editor marks every 8 measures instead of every 10
Here's a diffstat between 0.31 and 0.32:
BUGS | 5
Makefile | 16
TODO | 4
documentation/arranger_window.png | 0
documentation/drumkit_editor.png | 0
documentation/gneutronica.html | 110 ++-
documentation/gneutronica_jack_connection.png | 0
documentation/gneutronica_logo.png | 0
documentation/pattern_editor.png | 0
documentation/pattern_editor1.png | 0
drumkits/tr808.dk | 19
gneutronica.c | 765 ++++++++++++++++++-------- gneutronica.h
| 59 --
lang.h | 5
midioutput.h | 58 +
midioutput_alsa.c | 156 +++++
midioutput_alsa.h | 57 +
midioutput_raw.c | 156 +++++
midioutput_raw.h | 57 +
old_fileformats.c | 268 +++++++++
old_fileformats.h | 2
sched.c | 23
sched.h | 5
versionnumber.txt | 2
24 files changed, 1465 insertions(+), 302 deletions(-)
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
hello!
kluppe version 0.6.5 is available.
kluppe is a jack-based loop player designed for live-use.
since my last email to this list there have been many changes including
*) new playmodes ("play/rec once", "clickmodes",...)
*) disc stream support for larger soundfiles
*) several bugfixes (thanks to piem and toni)
kluppe can be downloaded at http://kluppe.klingt.org
as always: please let me know if you run into troubles using or
compiling kluppe. i'm always happy to get feedback from people who use
kluppe.
best regards
d13b
Hi,
all packages except alsa-oss (no changes) were released. Enjoy!
Jaroslav
-----
Jaroslav Kysela <perex(a)suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-announce mailing list
Alsa-announce(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-announce