This list informs subscribers about new releases or events and is not intended for discussion.The announce list is moderated and each post needs to be approved by the list maintainer.
Updated: 50 sec ago
50 sec ago
From: Albert Graef lt;Dr.Graef@...gt;br /
Subject: [LAA] ANN: faust-lv2 0.1 releasedbr /
Date: Feb 1, 10:22 am 2012br /
br /
(Sorry for crossposting.)
br /
br /faust-lv2 is an LV2 architecture for the Faust programming language
br /(http://faust.grame.fr/), which lets you compile Faust programs to LV2
br /plugins ready to be used with any LV2 host. It supports both effect
br /(audio-audio) and instrument (midi-audio) plugins. The package
br /includes the Faust LV2 architecture files, a few Faust examples, and
br /generic waf scripts for building and installing the sample plugins.
br /
br /faust-lv2 can be downloaded from its project website at
br /http://faust-lv2.googlecode.com. Here's the direct download link to the
br /source tarball: http://faust-lv2.googlecode.com/files/faust-lv2-0.1.tar.bz2
br /
br /Documentation is available in the package (README file) and on the
br /website
br /(http://wiki.faust-lv2.googlecode.com/hg/doc/_build/html/index.html).
br /This includes detailed installation and usage instructions.
br /
br /faust-lv2 0.1 is the initial release which has been tested on x86_64
br /Linux with jalv, Ardour3 and Qtractor, using lilv as the LV2 host
br /library. You'll also need fairly recent versions of Faust (0.9.46 or
br /later should do) and the LV2 framework (available at http://lv2plug.in/).
br /
br /Other LV2 hosts should work as well. Unfortunately, that doesn't include
br /zynjacku/lv2rack right now, apparently because of some bugs or
br /incompatibilities with the latest LV2 release. Nedko, maybe you could
br /check https://gna.org/bugs/?19282 some time, thanks. :)
br /
br /Enjoy! :)
br /Albert
br /
br /--
br /Dr. Albert Graf
br /Dept. of Music-Informatics, University of Mainz, Germany
br /Email: Dr.Graef@t-online.de, ag@muwiinfa.geschichte.uni-mainz.de
br /WWW: http://www.musikinformatik.uni-mainz.de/ag
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/2/1/187868read more/a/p
50 sec ago
From: Mark Hills lt;mark@...gt;br /
Subject: [LAA] xwax 1.1 releasebr /
Date: Jan 30, 10:06 am 2012br /
br /
I'm pleased to announce the 1.1 release of xwax -- DJ software for Linux.
br /
br / http://www.xwax.co.uk/
br / http://www.xwax.co.uk/releases/xwax-1.1.tar.gz
br /
br /On the surface this is a minor update, since v1.0:
br /
br /* Bug fix: incorrect display of track time remaining
br /* Instant loading of duplicate tracks
br /* Optionally protect decks during playback
br /* Improvements to music selector
br /* Increase speed building look-up tables
br /
br /xwax is open-source vinyl emulation software for Linux. It allows DJs and
br /turntablists to playback digital audio files (MP3, Ogg Vorbis, FLAC, AAC
br /and more), controlled using a normal pair of turntables via timecoded
br /vinyls.
br /
br /It's designed for both beat mixing and scratch mixing. Needle drops, pitch
br /changes, scratching, spinbacks and rewinds are all supported, and feel
br /just like the audio is pressed onto the vinyl itself.
br /
br /The focus is on an accurate vinyl feel which is efficient, stable and
br /fast.
br /
br /--
br /Mark
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/30/187821read more/a/p
50 sec ago
From: Stefano D'Angelo lt;zanga.mail@...gt;br /
Subject: [LAA] NASPRO 0.4.0 releasedbr /
Date: Jan 30, 10:05 am 2012br /
br /
Hi all,
br /
br /I'm glad to announce the release of NASPRO 0.4.0.
br /
br /NASPRO (http://naspro.atheme.org/) is meant to be a cross-platform
br /sound processing software architecture built around the LV2 plugin
br /standard (http://lv2plug.in/).
br /
br /The goal of the project is to develop a series of tools to make it
br /easy and convenient to use LV2 for sound processing on any (relevant)
br /platform and for everybody: end users, host developers, plugin
br /developers, distributors and scientists/researchers.
br /
br /This release is a huge one! The main news are the introduction of the
br /ino and gino libraries and of the FreeADSP application, the addition
br /of threading and unnamed semaphore APIs to NASPRO core, as well as
br /some API breakage there w.r.t. UTF-16 string encoding/decoding, some
br /fixing of preset data generation in NASPRO Bridge it and various
br /cosmetic changes here and there. You can find detailed ChangeLogs in
br /the tarballs.
br /
br /It includes:
br /
br / - NASPRO core: the portable runtime library at the bottom of the architecture;
br / - NASPRO Bridge it: a little helper library to develop
br /insert-your-API-here to LV2 bridges;
br / - NASPRO bridges: a collection of bridges to LV2 which, once
br /installed, allow you to use plugins developed for other plugin
br /standards in LV2 hosts;
br / - LV2proc: a simple command line effect processor using LV2 plugins;
br / - ino and ino/JavaScriptCore: minimalist C API to execute JavaScript
br /code and to expose native methods to JavaScript execution contexts +
br /JavaScriptCoreGTK+ 2/3 based implementations;
br / - gino and gino/WebKitGTK+: minimalist C API to create GUIs using
br /HTML/CSS/JavaScript and interfacing them with C code + WebKitGTK+2
br /implementation.
br / - FreeADSP: MIDI-controlled real-time stereo effect rack using LV2 plugins.
br /
br /In particular, the NASPRO bridges collection includes two bridges: a
br /LADSPA (http://www.ladspa.org/) 1.1 and a DSSI
br /(http://dssi.sourceforge.net/) 1.0.0/1.1.0 bridge.
br /
br /*BEWARE*: most of the new stuff is in early stages of development!
br /
br /NASPRO core, NASPRO Bridge it and NASPRO bridges are released under
br /the LGPL 2.1, LV2proc and FreeADSP are released under the GPL 3, ino,
br /ino/JavaScriptCore, gino and gino/WebKitGTK+ are released under an
br /ISC-style license.
br /
br /Enjoy!
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/30/187820read more/a/p
50 sec ago
From: Dan S lt;danstowell+lxau@...gt;br /
Subject: [LAA] supercollider 3.4.5 releasedbr /
Date: Jan 30, 10:05 am 2012br /
br /
Hi all -
br /
br /SuperCollider is an environment and programming language for real time
br /audio synthesis and algorithmic composition. It provides an
br /interpreted object-oriented language which functions as a network
br /client to a state of the art, realtime sound synthesis server.
br /
br /We have just released version 3.4.5, which is a bugfix release,
br /including a few linux-specific tweaks.
br /
br /* Source code: https://sourceforge.net/projects/supercollider/files/Source/3.4.5/
br /* Debian packages are available:
br /http://packages.debian.org/source/sid/supercollider
br /
br /(BTW, if you’re interested in the cutting-edge, here’s the
br /announcement of the first beta release of 3.5:
br /http://comments.gmane.org/gmane.comp.audio.supercollider.user/81931)
br /
br /Best
br /Dan
br /--
br /http://www.mcld.co.uk
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/30/187819read more/a/p
50 sec ago
From: Ronald Stewart lt;ronaldjstewart@...gt;br /
Subject: [LAA] Indamixx - Donate to my moms dementia cure campaign and get Indamixx Pro FREEbr /
Date: Jan 27, 8:49 am 2012br /
br /
--0015175df1cea153de04b76e1fa8
br /Content-Type: text/plain; charset=ISO-8859-1
br /
br /Indamixx - Donate to my moms dementia cure campaign and get Indamixx Pro
br /FREE
br /
br /http://www.indiegogo.com/Cure-My-Moms-Dementia-Today?a=398903
br /
br /I just found a new procedure on 60 Minutes on how a shot can clear up
br /demntia for my mom.
br /
br /A $25.00 donation receives a free digital download copy of Indamixx Pro
br /(value $199.00) includes full version of energy XT.
br /
br /I created a special Linux Friends 'perks' section for all in the Linux
br /community who have been wonderful to me and my mom.
br /
br /I will email you a free download code to receive your 'perk'.
br /
br /This is really important to me and please spread the word that their is a
br /cure albeit a bit pricey at the moment.
br /
br /Thank you!
br /
br /Ronald and Linda Stewart
br /Indamixx
br /
br /--0015175df1cea153de04b76e1fa8
br /Content-Type: text/html; charset=ISO-8859-1
br /Content-Transfer-Encoding: quoted-printable
br /
br /Indamixx - Donate to my moms dementia cure campaign and get Indamixx Pro FR=
br /EEbrbra href=3Dhttp://www.indiegogo.com/Cure-My-Moms-Dementia-Today?a=
br /=3D398903http://www.indiegogo.com/Cure-My-Moms-Dementia-Today?a=3D398903=
br //abr
br /brI just found a new procedure on 60 Minutes on how a shot can clear up d=
br /emntia for my mom.brbrA $25.00 donation receives a free digital downloa=
br /d copy of Indamixx Pro (value $199.00) includes full version of energy XT.=
br /br
br /brI created a special Linux Friends #39;perks#39; section for all in th=
br /e Linux community who have been wonderful to me and my mom.brbrI will e=
br /mail you a free download code to receive your #39;perk#39;.brbrThis i=
br /s really important to me and please spread the word that their is a cure al=
br /beit a bit pricey at the moment.br
br /brThank you!brbrRonald and Linda StewartbrIndamixxbr
br /
br /--0015175df1cea153de04b76e1fa8--
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/27/187740read more/a/p
50 sec ago
From: Olivier ROUITS lt;olivier.rouits@...gt;br /
Subject: [LAA] QJackRcd release 1.0.5br /
Date: Jan 23, 10:05 am 2012br /
br /
br /--=-LPLhOd84r6AvGM9t8w+h
br /Content-Type: text/plain; charset=UTF-8
br /Content-Transfer-Encoding: 7bit
br /
br /Hi,
br /
br /QJackRcd 1.0.5 release is published.
br /
br /
br / QJackRcd is a simple stereo recorder for Jack with turnkey
br / integrated features as silence processing for automated pause,
br / file splitting, background file post-processing.
br /
br /
br /https://sourceforge.net/projects/qjackrcd/
br /
br /Cheers,
br /Olivier.
br /
br /
br /________________________________________________________________________
br /1.0.5 (stable)
br /- FIX:No translation when installed from source in /usr/local
br /- Do not put Doxygen docs target mandatory
br /- Store/Try to restore last jack connections at launch
br /- Default delay is 3 seconds
br /
br /1.0.4 (stable)
br /- Czech translation from Pavel Fric
br /- Doxygen documentation (docs subdir)
br /- Refactor build, build subdir with intermediate build files
br /- Refactor dist (renamed in publish) with only one tar.gz file with
br /sources and last build and doc files
br /- Integration of SVN tags in Doxygen doc.
br /
br /1.0.3 (testing)
br /- FIX: translations in /usr/share/qjackrcd/locale directory by default
br /- Desktop file from speps
br /- Italian translation from speps
br /
br /1.0.2 (testing)
br /- FIX: on_timer slot warning message
br /- Auto connection to registered new jack ports (if no connections) to
br /make recording ready to use when a jack player is launched
br /- Minimal documentation and code comments
br /
br /1.0.1 (testing)
br /- FIX: IO file write outside RT jack call (Recorder thread + ringbuffer
br /+ mutex)
br /- FIX: Bad overlaped signal after several seconds due to ringbuffer full
br /on eeepc when fs sync
br /- FR / EN translation activation
br /- Persist configuration in QT standard application settings
br /- Automatic jackd launch if not actived
br /- Jack shutdown listening (exit)
br /- Suppress pprocessor and integrate it into recorder class
br /
br /1.0.0 (testing)
br /- First draft with IO calls inside jack callback (bad)
br /- Auto pause activation on DB threshold and delay
br /- Optional split files if pause
br /- Background post processing
br /- Jack transport listening (start/stop)
br /
br /--=-LPLhOd84r6AvGM9t8w+h
br /Content-Type: text/html; charset=utf-8
br /Content-Transfer-Encoding: 7bit
br /
br /!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 TRANSITIONAL//EN
br /HTML
br /HEAD
br / META HTTP-EQUIV=Content-Type CONTENT=text/html; CHARSET=UTF-8
br / META NAME=GENERATOR CONTENT=GtkHTML/4.1.92
br //HEAD
br /BODY
br /Hi,BR
br /BR
br /QJackRcd 1.0.5 release is published.BR
br /BR
br /BLOCKQUOTE
br / QJackRcd is a simple stereo recorder for Jack with quot;turnkeyquot; integrated features as silence processing for automated pause, file splitting, background file post-processing.BR
br //BLOCKQUOTE
br /BR
br /A HREF=https://sourceforge.net/projects/qjackrcd/https://sourceforge.net/projects/qjackrcd//ABR
br /BR
br /Cheers,BR
br /Olivier.BR
br /BR
br /
br /HR NOSHADE ALIGN=left
br /BR
br /1.0.5 (stable)BR
br /- FIX:No translation when installed from source in /usr/localBR
br /- Do not put Doxygen quot;docsquot; target mandatoryBR
br /- Store/Try to restore last jack connections at launchBR
br /- Default delay is 3 secondsBR
br /BR
br /1.0.4 (stable)BR
br /- Czech translation from quot;Pavel Fricquot;BR
br /- Doxygen documentation (docs subdir)BR
br /- Refactor build, build subdir with intermediate build filesBR
br /- Refactor dist (renamed in publish) with only one tar.gz file with sources and last build and doc filesBR
br /- Integration of SVN tags in Doxygen doc.BR
br /BR
br /1.0.3 (testing)BR
br /- FIX: translations in /usr/share/qjackrcd/locale directory by defaultBR
br /- Desktop f [a href=http://linuxaudio.org/mailarchive/laa/2012/1/23/187692message continues/a]pa href=http://linuxaudio.org/mailarchive/laa/2012/1/23/187692read more/a/p
50 sec ago
From: Frank Kober lt;goemusic@...gt;br /
Subject: [LAA] QMidiArp-0.4.5 releasedbr /
Date: Jan 22, 10:05 am 2012br /
br /
Hi there!
br /
br /QMidiArp 0.4.5 is now available for download and contains two
br /bugfixes for issues reported on the IRC by quilzo.
br /
br /http://sourceforge.net/projects/qmidiarp/files/qmidiarp/0.4.5/
br /
br /qmidiarp-0.4.5 (2012-01-21)
br /
br /Fixed Bugs
br / o JACK Transport start with ALSA backend was broken in 0.4.4
br / o Crash when events not matching any channel in any module were
br / received in JACK MIDI backend
br /
br /
br /For those who want to check out some new features under development, the
br /current globalstore git branch contains a new global parameter store handler
br /allowing to switch all settings in one click at a defined time which can be very
br /handy in live situations. For this,
br /
br /git clone git://qmidiarp.git.sourceforge.net/gitroot/qmidiarp/qmidiarp
br /cd qmidiarp
br /git checkout globalstore
br /autoreconf -i
br /./configure
br /make
br /
br /Best
br /Frank
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/22/187678read more/a/p
50 sec ago
From: Daniel Worth lt;pipemanmusic@...gt;br /
Subject: [LAA] Tunestorm #7br /
Date: Jan 21, 9:01 am 2012br /
br /
--0015174c0efa4c390104b6feb082
br /Content-Type: text/plain; charset=ISO-8859-1
br /
br /New Tunestorm is happening now.
br /
br /Create a song of any style you choose but it must have lyrics in the form
br /of a Haiku.
br /
br /5 syllables
br /7 syllables
br /5 syllables
br /
br /DEADLINE is February 29th, 2012.
br /
br /Send your song or a link to it to
br /contributions@opensourcemusician.comalong with an explanation of your
br /tools and inspiration, etc.
br /
br /Daniel Worth
br /Host
br /The Open Source Musician Podscast
br /http://opensourcemusician.com
br /
br /--0015174c0efa4c390104b6feb082
br /Content-Type: text/html; charset=ISO-8859-1
br /Content-Transfer-Encoding: quoted-printable
br /
br /New Tunestorm is happening now.brbrCreate a song of any style you choos=
br /e but it must have lyrics in the form of a Haiku.brbr5 syllablesbr7 s=
br /yllablesbr5 syllablesbrbrDEADLINE is February 29th, 2012.brbrSend=
br / your song or a link to it to a href=3Dmailto:contributions@opensourcemus=
br /ician.comcontributions@opensourcemusician.com/a along with an explanati=
br /on of your tools and inspiration, etc.br
br /brDaniel WorthbrHostbrThe Open Source Musician Podscastbra href=3D=
br /http://opensourcemusician.comhttp://opensourcemusician.com/abr
br /
br /--0015174c0efa4c390104b6feb082--
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/21/187669read more/a/p
50 sec ago
From: Dan S lt;danstowell+lxau@...gt;br /
Subject: [LAA] Fwd: SuperCollider 2012 programme announcedbr /
Date: Jan 18, 10:11 am 2012br /
br /
Hi all,
br /
br /The programme for the SuperCollider Symposium 2012 is now out! See below.
br /
br /For linux-audio people I have to admit that we clash with the Linux
br /Audio Conference happening in the USA :( but maybe UK or European
br /folks, who can't make it over there, would like to come and enjoy the
br /fun of our partly-linux-audio event ;)
br /
br /Dan
br /
br /
br /---------- Forwarded message ----------
br /Hi all,
br /
br /This April will see musicians, artists and coders come to London for a festival
br /of what can be done with the SuperCollider audio programming environment.
br /
br /Tickets are available from £70 http://www.sc2012.org.uk/tickets/
br /for a WHOLE WEEK of sonic inspiration featuring:
br /
br /==MUSIC==
br / - LIVE ALGORITHMS CONCERT - three specially-commissioned musicians
br / will be improvising live on stage, collaborating with
br / responsive musical algorithms for the first time.
br / PLEASE SEE OUR CALL FOR CODERS:
br / http://www.sc2012.org.uk/live/algorithms/
br /
br / - LIVECODE EVENING - codefaced people hacking music in front of your eyes:
br / http://www.sc2012.org.uk/live/code/
br /
br / - ELECTROACOUSTIC CONCERT of new multi-channel works
br / for electronics and featuring musicians from the Plusminus Ensemble:
br / http://www.sc2012.org.uk/live/concert/
br /
br / - CLUB NIGHT EXTRAVAGANZA, rounding off the festival in style
br / with a panoply of audiovisual acts,
br / and headlined by A SPECIAL GUEST TO BE ANNOUNCED...
br / http://www.sc2012.org.uk/live/club/
br /
br /==ART==
br / Sonic art exhibition held in the Mile End Park,
br / with works both indoors in the Art Pavilion and outdoors in the park:
br / http://www.sc2012.org.uk/art/
br /
br /==WORKSHOPS==
br / For new and intermediate users to learn audio hackery and
br /interactivity with SuperCollider:
br / http://www.sc2012.org.uk/workshops/
br /
br /==CONFERENCE==
br / Three days of talks from an international range of musicians,
br /artists, researchers and coders:
br / http://www.sc2012.org.uk/conference/
br /
br /
br / * Tickets for the whole week are available from £70 *
br / http://www.sc2012.org.uk/tickets/
br / (Early-bird tickets until the end of February
br / - so get them quickly)
br /
br /
br /
br /Please forward to your networks!
br /All details are on the website, and you can also follow @scsymposium
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/18/187582read more/a/p
50 sec ago
From: hermann lt;brummer-@...gt;br /
Subject: [LAA] [ANN] guitarix release guitarix2-0.21.0br /
Date: Jan 17, 10:21 am 2012br /
br /
guitarix/gx_head, a guitar mono tube amplifier simulation for jack,
br /
br /a new release (0.21.0) is available.
br /
br /please refer to our project page for more information:
br /
br / http://guitarix.sourceforge.net/
br /
br /for more help please visit our Wiki page witch is improved by Gaius Baltar,
br /(thanks for your work on that, Gaius)
br /
br /http://sourceforge.net/apps/mediawiki/guitarix/index.php?title=Main_Page
br /
br /new features in short:
br /
br / * new (4 mode)racktuner replaced old gxtuner
br / * new LADSPA wrapper for the complete engine
br / * new online help points to the guitarix Wiki
br / * new hide extended settings button for each module
br / * replace waf with wafadmin to respect the DFSG
br / * various changes in the source
br /
br /download site:
br / http://sourceforge.net/projects/guitarix/
br /
br /please report bugs and suggestions in our forum:
br / http://sourceforge.net/apps/phpbb/guitarix/
br /
br /there you could found also a couple of examples produced by guitarix users:
br / http://sourceforge.net/apps/phpbb/guitarix/viewtopic.php?f=11t=83
br /
br /have fun
br /
br /_________________________________________________________________________
br /
br /
br /For extra Impulse Responses, guitarix uses the
br /zita-convolver library, and,
br /for resampling we use zita-resampler,
br /both written by Fons Adriaensen.
br /
br / http://kokkinizita.linuxaudio.org/linuxaudio/index.html
br /
br /We use the marvellous faust compiler to build the amp and effects and will say
br /thanks to
br /
br / : Julius Smith
br / http://ccrma.stanford.edu/realsimple/faust/
br /
br / : Albert Graef
br / http://q-lang.sourceforge.net/examples.html#Faust
br /
br / : Yann Orlary
br / http://faust.grame.fr/
br /________________________________________________________________________
br /
br /
br / guitarix development team
br /
br /
br /
br /
br /
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/17/187515read more/a/p
50 sec ago
From: Ronald Stewart lt;ronaldjstewart@...gt;br /
Subject: [LAA] Indamixx2 Tablet on sale for $399.00 SAVE $300.00br /
Date: Jan 12, 10:04 am 2012br /
br /
--0015175cfc86b8868304b640bf28
br /Content-Type: text/plain; charset=ISO-8859-1
br /
br / Indamixx2 Tablet on sale for $399.00 SAVE $300.00
br /
br / http://www.indamixx.com/indamixx-marketplace-3.html
br /
br / Use coupon code 'beta' at checkout.
br /
br / Free shipping USA and Canada - Add $80.00 for shipping to your country.
br /
br / Many of you have asked about a music production tablet based on Linux.
br / Indamixx2 is available at a great price!
br /
br /
br / Thank you
br /
br / Ronald Stewart
br / Indamixx
br / ronaldjstewart@gmail.com
br /
br /
br /--0015175cfc86b8868304b640bf28
br /Content-Type: text/html; charset=ISO-8859-1
br /Content-Transfer-Encoding: quoted-printable
br /
br /brdiv class=3Dgmail_quoteblockquote class=3Dgmail_quote style=3Dm=
br /argin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left=
br /:1exIndamixx2 Tablet on sale for $399.00 SAVE $300.00brbra href=3Dh=
br /ttp://www.indamixx.com/indamixx-marketplace-3.html target=3D_blankhttp:=
br ///www.indamixx.com/indamixx-marketplace-3.html/abr
br /brUse coupon code #39;beta#39; at checkout.br
br /brFree shipping USA and Canada - Add $80.00 for shipping to your country.=
br /brbrMany of you have asked about a music production tablet based on Lin=
br /ux.=A0 Indamixx2 is available at a great price!brbrbrThank youspan c=
br /lass=3DHOEnZbfont color=3D#888888br
br /br
br /Ronald StewartbrIndamixxbra href=3Dmailto:ronaldjstewart@gmail.com t=
br /arget=3D_blankronaldjstewart@gmail.com/abr
br //font/span/blockquote/divbr
br /
br /--0015175cfc86b8868304b640bf28--
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/12/187326read more/a/p
50 sec ago
From: Robin Gareus lt;robin@...gt;br /
Subject: [LAA] scheduled server downtime - 10/Jan/12 - linuxaudio.orgbr /
Date: Jan 11, 10:02 am 2012br /
br /
Hi all,
br /
br /As you may or may not have noticed,
br / linuxaudio.org was rebooted today 15:06 UTC.
br /
br /The server now features shiny (faster) new virtual HDDs (with backups
br /and everything..). Sponsored by the Virginia Tech Department of Music
br /and DISIS.
br /
br /Cheer a loud Hip Hip,... to Ico, who made it possible in the first
br /place and send Kudos to Brian Maloney from the vt.edu tech dept for
br /outstanding excellent GNU/Linux support!
br /
br /All systems go.
br /robin
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/11/187289read more/a/p
50 sec ago
From: Robin Gareus lt;robin@...gt;br /
Subject: [LAA] scheduled server downtime - 10/Jan/12 - linuxaudio.orgbr /
Date: Jan 7, 5:32 pm 2012br /
br /
-----BEGIN PGP SIGNED MESSAGE-----
br /Hash: SHA1
br /
br /Hi *,
br /
br /linuxaudio.org will be offline for scheduled server maintenance on
br /
br / Tue, 10 Jan 2012 14:00 UTC
br /
br /for about 2-3 hours.
br /
br /All online services will be unavailable during that time.
br /
br /If all goes well (new disks, fsck, kernel-update,..) the actual downtime
br /will be much shorter..
br /
br /thanks for bearing with us,
br /robin
br /-----BEGIN PGP SIGNATURE-----
br /Version: GnuPG v1.4.11 (GNU/Linux)
br /
br /iEYEARECAAYFAk8IZxUACgkQeVUk8U+VK0KJXgCgjbxcqXk4U9tzzBjWDbY/F7B9
br /RkQAoLHYKxinF9fWLkOyzJMyuRqqSKIP
br /=U5Uj
br /-----END PGP SIGNATURE-----
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/7/187151read more/a/p
50 sec ago
From: Bruno Ruviaro lt;ruviaro@...gt;br /
Subject: [LAA] LAC Deadline Extension - now January 22, 2012br /
Date: Jan 7, 9:37 am 2012br /
br /
This is a multi-part message in MIME format.
br /--------------010808060206090105050803
br /Content-Type: text/plain; charset=ISO-8859-1; format=flowed
br /Content-Transfer-Encoding: 7bit
br /
br /Dear All,
br /
br /The Linux Audio Conference submissions deadline has been extended! It is
br /now January 22nd, 2012.
br /
br /So, if you were considering submitting a paper but couldn't make up your
br /mind yet, here is your chance to become active! Never forget that this
br /conference lives through the people participating in it.
br /
br /January 22nd is the new deadline for all submission types: papers,
br /music, installations, workshop proposals.
br /
br /Notifications of acceptance will still be sent out on February 6th, 2012.
br /
br /Check out the link below more info:
br /
br /http://lac.linuxaudio.org/2012/participation
br /
br /Please spread this information to anyone who might be interested.
br /
br /Questions? Drop us a line at lac@linuxaudio.org
br /
br /We are looking forward to seeing you at Stanford in April!
br /
br /Thanks,
br /
br /The LAC 2012 organization team
br /
br /--------------010808060206090105050803
br /Content-Type: text/html; charset=ISO-8859-1
br /Content-Transfer-Encoding: 7bit
br /
br /!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
br /html
br / head
br /
br / meta http-equiv=content-type content=text/html; charset=ISO-8859-1
br / /head
br / body text=#000000 bgcolor=#ffffff
br / div class=moz-text-flowed style=font-family: -moz-fixed;
br / font-size: 16px; lang=x-westernDear All,
br / br
br / br
br / The Linux Audio Conference submissions deadline has been extended!
br / It is now January 22nd, 2012.
br / br
br / br
br / So, if you were considering submitting a paper but couldn't make
br / up your mind yet, here is your chance to become active! Never
br / forget that this conference lives through the people participating
br / in it.
br / br
br / br
br / January 22nd is the new deadline for all submission types: papers,
br / music, installations, workshop proposals.
br / br
br / br
br / Notifications of acceptance will still be sent out on February
br / 6th, 2012.
br / br
br / br
br / Check out the link below more info:
br / br
br / br
br / a class=moz-txt-link-freetext
br / href=http://lac.linuxaudio.org/2012/participationhttp://lac.linuxaudio.org/2012/participation/a
br / br
br / br
br / Please spread this information to anyone who might be interested.
br / br
br / br
br / Questions? Drop us a line at a class=moz-txt-link-abbreviated
br / href=mailto:lac@linuxaudio.orglac@linuxaudio.org/a
br / br
br / br
br / We are looking forward to seeing you at Stanford in April!
br / br
br / br
br / Thanks,
br / br
br / br
br / The LAC 2012 organization team
br / br
br / /div
br / /body
br //html
br /
br /--------------010808060206090105050803--
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/7/187137read more/a/p
50 sec ago
From: Ronald Stewart lt;ronaldjstewart@...gt;br /
Subject: [LAA] Thanking the Linux Audio Community - Indamixx Pro Now Only $29.00!br /
Date: Jan 7, 9:37 am 2012br /
br /
--0015173fee300e84a704b5b9e07e
br /Content-Type: text/plain; charset=ISO-8859-1
br /
br /Indamixx Pro Software Only Version On Sale for $29.00
br /
br /Indamixx Portable Studio's yearly sale to thank the Linux Community.
br /Celebrating 7 years of successful Linux development.
br /
br /With the new year brings a new version of Indamixx products.
br /
br /Introducing Indamixx Pro the most complete and affordable music making
br /solution on the planet. Indamixx enters the 7th year of successful
br /products launches, and once again thanks the Linux community by offering an
br /extremely reduced version of it's newest product Indamixx Pro.
br /
br /With Full Versions of energy XT2, LinuxDSP, ArdourXchange and VST Host,
br /along with 330 high quality plugins and popular Digital DJ application
br /Mixxx, Indamixx Pro aims to be your most extensive music making environment.
br /
br /Indamixx Pro is now only $29.00 by entering coupon code 'Linux'.
br /Save $170.00 now by going to www.indamixx.com http://indamixx.com
br /
br /Again I want to thank everyone who has helped and contributed along the
br /way, I really appreciate all your work!
br /
br /Happy New Year
br /
br /Ronald Stewart
br /Indamixx
br /ronaldjstewart@gmail.com
br /(email me any time with questions)
br /
br /--0015173fee300e84a704b5b9e07e
br /Content-Type: text/html; charset=ISO-8859-1
br /Content-Transfer-Encoding: quoted-printable
br /
br /Indamixx Pro Software Only Version On Sale for $29.00brbrIndamixx Porta=
br /ble Studio#39;s yearly sale to thank the Linux Community. Celebrating 7 ye=
br /ars of successful Linux development.brbrWith the new year brings a new =
br /version of Indamixx products.br
br /brIntroducing Indamixx Pro the most complete and affordable music making =
br /solution on the planet.=A0 Indamixx enters the 7th year of successful produ=
br /cts launches, and once again thanks the Linux community by offering an extr=
br /emely reduced version of it#39;s newest product Indamixx Pro.br
br /brWith Full Versions of energy XT2, LinuxDSP, ArdourXchange and VST Host,=
br / along with 330 high quality plugins and popular Digital DJ application Mix=
br /xx, Indamixx Pro aims to be your most extensive music making environment.b=
br /r
br /brIndamixx Pro is now only $29.00 by entering coupon code #39;Linux#39;=
br /.brSave $170.00 now by going toa href=3Dhttp://indamixx.com www.indam=
br /ixx.com/abrbrAgain I want to thank everyone who has helped and contri=
br /buted along the way, I really appreciate all your work!br
br /brHappy New YearbrbrRonald StewartbrIndamixxbra href=3Dmailto:r=
br /onaldjstewart@gmail.comronaldjstewart@gmail.com/abr(email me any time=
br / with questions)br
br /
br /--0015173fee300e84a704b5b9e07e--
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/7/187136read more/a/p
51 sec ago
From: Bob van der Poel lt;bob@...gt;br /
Subject: [LAA] MMA--Musical Midi Accompaniment Version 12.01br /
Date: Jan 4, 10:01 am 2012br /
br /
A stable release, version 12.01, of MMA--Musical MIDI Accompaniment
br /is available for downloading. In addition to a number of bug fixes
br /and optimizations, MMA now features:
br /
br / - Polychords
br /
br / - Improved chord voicing
br /
br / - NEW: note ornamentation for most tracks
br /
br / - NEW: Delay setting
br /
br / - Many minor improvements and bug fixes.
br /
br / - Version numbering scheme changed to YY.MM.
br /
br /MMA is a accompaniment generator -- it creates midi tracks
br /for a soloist to perform with. User supplied files contain
br /pattern selections, chords, and MMA directives. For full details
br /please visit:
br /
br / http://www.mellowood.ca/mma/
br /
br /If you have any questions or comments, please send
br /them to: bob@mellowood.ca
br /
br /
br /
br /--
br /**** Listen to my CD at http://www.mellowood.ca/music/cedars ****
br /Bob van der Poel ** Wynndel, British Columbia, CANADA **
br /EMAIL: bob@mellowood.ca
br /WWW: http://www.mellowood.ca
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/4/187035read more/a/p
51 sec ago
From: Jeremy Jongepier lt;jeremy@...gt;br /
Subject: [LAA] Yoshimi 0.060.12br /
Date: Jan 4, 10:01 am 2012br /
br /
Dear all,
br /
br /Thanks to Will (folderol) for pointing out a keyshift/microtonal issue
br /for which there was a patch available. I've applied the patch and
br /released it as Yoshimi 0.060.12.
br /
br /http://sourceforge.net/projects/yoshimi/files/0.060/yoshimi-0.060.12.tar.bz2
br /
br /Best,
br /
br /Jeremy
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/4/187034read more/a/p
51 sec ago
From: Jeremy Jongepier lt;jeremy@...gt;br /
Subject: [LAA] Yoshimi 0.060.11br /
Date: Jan 4, 10:01 am 2012br /
br /
Dear all,
br /
br /I've just uploaded a new release of Yoshimi to SourceForge. This is
br /basically a maintenance release as Yoshimi fails to build with the
br /latest version of FLTK (1.3). Thanks to Frank Kober for pointing this
br /out and for providing a patch. I've also applied the Legato pedal patch
br /from Kristian Amlie. This patch is so simple and clean, you wonder why
br /it wasn't implemented earlier. Thanks Kristian!
br /
br /http://sourceforge.net/projects/yoshimi/files/0.060/yoshimi-0.060.11.tar.bz2
br /
br /And a happy New Year!
br /
br /Jeremy
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/4/187033read more/a/p
51 sec ago
From: Virginia Beach Seo Services lt;contact@...gt;br /
Subject: [LAA] Question for linuxaudio.orgbr /
Date: Jan 4, 10:01 am 2012br /
br /
I was wondering if it would be ok to send you a list of domains with prices.
br /I have a collection of highly searched domain names that could benefit your business.
br /If it is ok please click below.
br /http://virginiabeachseoservices.com?id=396412h=7edfe4s=1
br /
br /Thanks!
br /
br /
br /
br /
br /
br /
br /
br /1040 Hosbrook Dr.
br /Cincinnati, OH 45236
br /
br /Unsubscribe
br /http://virginiabeachseoservices.com?id=396412h=7edfe4s=2
br /
br /
br /_______________________________________________
br /Linux-audio-announce mailing list
br /Linux-audio-announce@lists.linuxaudio.org
br /http://lists.linuxaudio.org/listinfo/linux-audio-announce
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/4/187032read more/a/p
51 sec ago
From: Olivier ROUITS lt;olivier.rouits@...gt;br /
Subject: [LAA] [QJACKRCD] release 1.0.4br /
Date: Jan 1, 12:33 pm 2012br /
br /
br /--=-PWVspVJHrKOfOWoP989L
br /Content-Type: text/plain; charset=UTF-8
br /Content-Transfer-Encoding: 7bit
br /
br /HI,
br /
br /QJackRcd first stable release published.
br /http://sourceforge.net/projects/qjackrcd/files/stable/qjackrcd-1.0.4.tar.gz/download
br /
br /Regards.
br /Olivier Rouits.
br /
br /1.0.4 (stable)
br /- Czech translation from Pavel Fric
br /- Doxygen documentation (docs subdir)
br /- Refactor qmake project file for build, subdir with intermediate build
br /files.
br /- Refactor dist (publish) with only one tar.gz file with sources and
br /last build and doc files
br /- Integration of SVN tags in Doxygen doc.
br /
br /1.0.3 (testing)
br /- FIX: translations in /usr/share/qjackrcd/locale directory by default
br /- Desktop file from speps
br /- Italian translation from speps
br /- add make install goal from qmake project file
br /
br /1.0.2 (testing)
br /- FIX: on_timer slot warning message
br /- Auto connection to registered new jack ports (if no connections) to
br /make recording ready to use when a jack player is launched
br /- Minimal documentation and code comments
br /
br /1.0.1 (testing)
br /- FIX: IO file write outside RT jack call (Recorder thread + ringbuffer
br /+ mutex)
br /- FIX: Bad overlaped signal after several seconds due to ringbuffer full
br /on eeepc when fs sync, fix ringbuffer test.
br /- FR / EN translation activation
br /- Persist configuration in QT standard application settings
br /- Automatic jackd launch if not actived
br /- Jack shutdown listening (exit)
br /- Suppress pprocessor and integrate it into recorder class
br /
br /
br /
br /--=-PWVspVJHrKOfOWoP989L
br /Content-Type: text/html; charset=utf-8
br /Content-Transfer-Encoding: 7bit
br /
br /!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 TRANSITIONAL//EN
br /HTML
br /HEAD
br / META HTTP-EQUIV=Content-Type CONTENT=text/html; CHARSET=UTF-8
br / META NAME=GENERATOR CONTENT=GtkHTML/4.1.92
br //HEAD
br /BODY
br /HI,BR
br /BR
br /QJackRcd first stable release published.BR
br /A HREF=http://sourceforge.net/projects/qjackrcd/files/stable/qjackrcd-1.0.4.tar.gz/downloadhttp://sourceforge.net/projects/qjackrcd/files/stable/qjackrcd-1.0.4.tar.gz/download/ABR
br /BR
br /Regards.BR
br /Olivier Rouits.BR
br /BR
br /1.0.4 (stable)BR
br /- Czech translation from quot;Pavel Fricquot;BR
br /- Doxygen documentation (docs subdir)BR
br /- Refactor qmake project file for build, subdir with intermediate build files.BR
br /- Refactor dist (publish) with only one tar.gz file with sources and last build and doc filesBR
br /- Integration of SVN tags in Doxygen doc.BR
br /BR
br /1.0.3 (testing)BR
br /- FIX: translations in /usr/share/qjackrcd/locale directory by defaultBR
br /- Desktop file from quot;spepsquot;BR
br /- Italian translation from quot;spepsquot;BR
br /- add make install goal from qmake project fileBR
br /BR
br /1.0.2 (testing)BR
br /- FIX: on_timer slot warning messageBR
br /- Auto connection to registered new jack ports (if no connections) to make recording ready to use when a jack player is launchedBR
br /- Minimal documentation and code commentsBR
br /BR
br /1.0.1 (testing)BR
br /- FIX: IO file write outside RT jack call (Recorder thread + ringbuffer + mutex)BR
br /- FIX: Bad overlaped signal after several seconds due to ringbuffer full on eeepc when fs sync, fix ringbuffer test.BR
br /- FR / EN translation activationBR
br /- Persist configuration in QT standard application settingsBR
br /- Automatic jackd launch if not activedBR
br /- Jack shutdown listening (exit)BR
br /- Suppress pprocessor and integrate it into recorder classBR
br /BR
br /BR
br //BODY
br //HTML
br /
br /--=-PWVspVJHrKOfOWoP989L--
br /
br /pa href=http://linuxaudio.org/mailarchive/laa/2012/1/1/186987read more/a/p