I have started a new project called Composite, which is planned to be a
sequencer for live-performance sequencing, sampling, and looping. One might
say that it will be like Ableton Live. It will be an LV2 host for synths and
effects, and will have a built-in sampler (which will probably be an LV2
plugin).
At this time, the project is in the planning stages.[1] Anyone who is
interested is invited to join the mailing list and share your thoughts and
opinions -- especially as it relates to UI and workflow.[2]
Links......
Project: http://gabe.is-a-geek.org/composite/
Mailing List: http://groups.google.com/group/composite-dev
Code: http://gitorious.org/composite
Specs (WIP): http://gabe.is-a-geek.org/composite/specification.html
FAQ: http://gabe.is-a-geek.org/composite/faq.html
Thanks especially to Patrick Shirkey for stirring things up.
Peace,
Gabriel
CC: LAU, LAD, LAA, Composite-Dev
[1] Strategy: Create a published spec. of what we want to
accomplish, and then get after it. There is currently
no code, but we plan to steal as much as we can.
[2] However, these will probably *not* change:
+ Will be monolithic. Let's not start a monolithic
vs. modular debate.
+ Will use Qt and C++.
I have started a new project called Composite, which is planned to be a
sequencer for live-performance sequencing, sampling, and looping. One
might say that it will be like Ableton Live. It will be an LV2 host for
synths and effects, and will have a built-in sampler (which will probably
be an LV2 plugin).
At this time, the project is in the planning stages.[1] Anyone who is
interested is invited to join the mailing list and share your thoughts and
opinions -- especially as it relates to UI and workflow.[2]
Links......
Project: http://gabe.is-a-geek.org/composite/
Mailing List: http://groups.google.com/group/composite-dev
Code: http://gitorious.org/composite
Specs (WIP): http://gabe.is-a-geek.org/composite/specification.html
FAQ: http://gabe.is-a-geek.org/composite/faq.html
Thanks especially to Patrick Shirkey for stirring things up.
Peace,
Gabriel
CC: LAU, LAD, LAA, Composite-Dev
[1] Strategy: Create a published spec. of what we want to
accomplish, and then get after it. There is currently
no code, but we plan to steal as much as we can.
[2] However, these will probably *not* change:
+ Will be monolithic. Let's not start a monolithic
vs. modular debate.
+ Will use Qt and C++.
BigBand is a program to compose real music for real musicians.
If you are interested then please visit:
members.chello.nl/w.boeke/bigband/index.html
BigBand should be easily portable to different Linux versions as
it is built using only the SDL libraries for graphics and sound.
Kind regards,
Wouter Boeke
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bonjour,
We've just added a new service to linuxaudio.org:
http://planet.linuxaudio.org/
..to make it easy to keep up on what people are up to in general and you
can browse the planet to see who you'd like to follow..
If you want your blog to be included in planet.linuxaudio.org, visit:
http://wiki.linuxaudio.org/wiki/planet
Kudos to Dave Robillard and Erik de Castro Lopo for suggesting and
pushing this idea.
Cheers!
robin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkr0IeMACgkQeVUk8U+VK0I+cACgrbxIg1I5wLzgoiGzWUrTnwWz
Qg4AoKr9xOfCO/ArCPN8x9nB3wxN7eKl
=zulW
-----END PGP SIGNATURE-----
On behalf of the FluidSynth development team, I'm happy to announce
the release of FluidSynth 1.1.0 "A More Solid Fluid".
This is the result of a 6 month development cycle and is the most
significant release since 1.0.0.
FluidSynth is a software wavetable synthesizer based on the SoundFont
2 specification.
http://fluidsynth.resonance.org
New features and changes:
* Extensive work on making FluidSynth more thread safe, resulting in
better stability.
* Audio file rendering for MIDI to audio file conversion, faster
than realtime (#15).
* Optional libsndfile support for file rendering in different audio
file formats (wav, flac, ogg vorbis, etc) (#30).
* Audio and MIDI are synchronized for MIDI file playback.
* Server can be specified for Jack audio and MIDI drivers.
* Jack audio and MIDI is now synchronized (when same Jack server used).
* MIDI file playback is now timed correctly, even with large audio
buffer sizes.
* Fixed issue with missing percussion in MIDI files caused by very
short notes, using synth.min-note-length setting (#1).
* Improved support for MIDI tuning standard, including SYSEX support
and realtime tuning activation.
* Multi-core support for utilizing multiple CPUs for synthesis or
increasing speed of file rendering.
* Voices for a note-on event are started synchronously (#46).
* TCP/IP shell server support for windows (#20).
* Improved settings output (-o help) (alphabetically sorted and
string options listed).
* Audio driver (-a) and MIDI driver (-m) options now accept "help"
and list available options (#41).
* Added audio.realtime-prio and midi.realtime-prio for controlling
realtime scheduling of some audio and MIDI drivers.
* Default priority levels of audio and MIDI threads set to 60 and 50
respectively.
* All yes/no string boolean settings converted to integer toggle
settings (with backwards compatibility).
* glib is now a required dependency.
* Updated README-OSX
* Added "voice_count" shell command for getting current number of
active voices.
New command line options:
-F, --fast-render=[file]
-T, --audio-file-type
-O, --audio-file-format
-E, --audio-file-endian
New or changed parameters:
* Audio file output settings: audio.file.endian, audio.file.format,
audio.file.name, audio.file.type, audio.sample-format
* Realtime scheduling settings: audio.realtime-prio, midi.realtime-prio
* Jack settings: audio.jack.server and midi.jack.server
* Other settings: player.reset-synth, player.timing-source,
synth.cpu-cores (experimental), synth.min-note-length
Bug fixes and minor changes:
* Fixed enabling of high priority scheduling in many audio drivers.
* Fixed bank selection logic
* Build fixes for mingw and VC++ builds on Windows
* Fix default values (after MIDI reset) to be more consistent with
MIDI spec (#29).
* Removed VintageDreamsWaves-v2.sf2 since it wasn't under a free license.
* Solaris build fix (#52)
* Implemented fluid_player_set_loop (#33)
* Fixed scaletune error (#26)
* Fixed synth reset between songs (#31)
* Fixed pitch bend error in Windows MIDI driver (#54)
* Skip remaining track data in MIDI file after EOT (#53)
* Bug fix in MIDI router where mutex was left locked with MIDI
system reset message.
* Help command now shows list of topics instead of General help.
* Fixed non-blocking in alsa_raw, alsa_seq and OSS MIDI drivers.
* Fixed segfault on config file load (#45).
Changes affecting developers:
* Developer API docs overhauled and now very complete.
* Lots of code cleanup in fluid_synth.c, fluid_chorus.c,
fluid_reverb.c and fluid_chan.c.
* Improved use of settings hints for all settings.
* char * arguments changed to const char * for many function prototypes.
* Many new API functions.
See "Whats new in 1.1.0?" section in developer API documentation for
more details:
http://fluidsynth.resonance.org/docs/api/index.html#NewIn1_1_0
Contributors
------------
Josh Green
David Henningsson
Pedro Lopez-Cabanillas
Ebrahim Mayat
And many others!
Ubuntu Studio is a multimedia editing/creation flavor of Ubuntu, built
for the GNU/Linux audio, video, and graphics enthusiast or
professional. http://www.ubuntustudio.org
The Ubuntu Studio team is proud to announce its sixth release: Ubuntu
Studio 9.10 "Karmic Koala". With this release, which you can download
in a 1.4GB DVD, Ubuntu Studio offers a pre-made selection of packages,
targeted at audio producers, video producers and graphic designers.
Ubuntu Studio greatly simplifies the Linux-based multimedia workstation.
Downloads of the install DVD are available here:
http://cdimage.ubuntu.com/ubuntustudio/releases/9.10/release
For Ubuntu Studio 9.10 we have continued to grow our feature set,
update packages, and fix critical bugs to better the Ubuntu Studio
user experience.
We are happy to announce that the real time kernel will be an official
upstream release patch. It will be installed by default if the audio
task is selected. We have tested it heavily and are very happy with it's
performance in audio environments.
Features/Improvements:
* Official upstream RT kernel release (i.e. it's very stable)
* Font meta package added to the graphics meta, which installs
literally hundreds of free fonts
* Xwax (http://xwax.co.uk) and a2jmidid (http://home.gna.org/a2jmidid/)
packaged and added to the audio meta-package
* Xjadeo (http://xjadeo.sourceforge.net/) added to the video meta
* Network tools like NetworkManager and Pidgin will be available on
the DVD disc repository but not installed by default
* Firewire libraries are now upgraded to 2.0
* MANY newer versions of applications (Ardour, Gimp, Blender,
Inkscape, Audacity, Kino, Scribus, Denemo, Hugin, etc...)
for exact versions please see: http://packages.ubuntu.com
See the Ubuntu release notes for other non Ubuntu Studio specific changes.
As our wiki page at https://wiki.ubuntu.com/UbuntuStudio states, "our
aim is to make it more accessible for new users to get into the tools
that GNU/Linux has to offer for multimedia creation and production. We
also want to spotlight what's out there, and show users tools they
might not know to exist."
Thanks to all who helped in Ubuntu Studio 9.10's creation!
VamPy, a Python wrapper for the Vamp plugin API, is now available.
Using VamPy you can write audio analysis or visualisation plugins for
use in Vamp hosts with a quick and dynamic environment that is
somewhat like working in Matlab or other high-level modelling
environments. VamPy has full two-way support for NumPy, an efficient
numerical library for Python, and for the dynamic typing of Python.
You can download VamPy from :
http://www.vamp-plugins.org/vampy.html
VamPy was written by Gyorgy Fazekas at the Centre for Digital Music,
Queen Mary University of London and is published under a BSD-style
license.
Chris
[Note: This announcement is about closed-source software]
Version 1.6.1 of the QM Vamp Plugins -- a set of audio analysis plugins in the
Vamp plugin format, developed at the Centre for Digital Music at Queen Mary,
University of London -- is now available for download.
Plugins included are note onset detector, beat and barline tracker, tempo
estimator, key estimator, tonal change detector, structural segmenter, timbral
and rhythmic similarity, wavelet scaleogram, adaptive spectrogram, note
transcription, chromagram, constant-Q spectrogram, and MFCC calculation.
This is a bug-fix release, fixing a failure to correctly smooth the
onset detection function which caused the onset and beat tracking
plugins occasionally to miss onsets or find spurious ones.
For downloads, please see:
http://isophonics.net/QMVampPlugins
The plugins are available in binary form only and may be freely used for any
purpose, and redistributed for non-commercial purposes only. Supported
platforms are 32- and 64-bit Linux, 32-bit Windows, and OS/X 10.4 or newer
(Intel/PPC universal).
For documentation of these plugins, please see:
http://www.vamp-plugins.org/plugin-doc/qm-vamp-plugins.html
Chris
Sonic Visualiser is an application for inspecting and analysing the
contents of music audio files. It combines powerful waveform and
spectral visualisation tools with automated feature extraction plugins
and annotation capabilities.
Version 1.7.1 of Sonic Visualiser is now available.
http://www.sonicvisualiser.org/
This release contains a small number of enhancements and bug fixes.
For more information, please read the change log at:
https://sourceforge.net/projects/sv1/files/sonic-visualiser/1.7.1/CHANGELOG…
Chris
I'm happy to announce a new release from guitarix
guitarix is a simple Linux Rock Guitar amplifier and is designed
to achieve nice thrash/metal/rock/blues guitar sounds.
Guitarix uses the Jack Audio Connection Kit as its audio backend
and brings in one input and two output ports to the jack graph.
Release 0.05.1-1 comes with some major changes:
* new jack/port/server connect/monitor/control features
* new level meters
* new noise gate, noise sharper, chorus, bass booster
* new gain control for the jconv input
* reworked jconv settings widget
* a bit polish the GUI
* new skins and reworked skin menu
* various bug fixes
have fun
________________________________________________________________________
The standalone version of guitarix is based on GTK2+.
But guitarix is also released as a suite of LADSPA plugins
and can be used in e.g. ardour.
guitarix is licensed under the GPL.
Project page with screenshots:
http://guitarix.sourceforge.net/
download:
http://sourceforge.net/projects/guitarix/
For capture, guitarix uses the external application
'jack_capture' (version >= 0.9.30) written by Kjetil
S. Matheussen. If you don't have it installed,
you can look here:
http://old.notam02.no/arkiv/src/?M=D
For extra Impulse Responses, guitarix uses the
convolution application 'jconv' created by Fons Adriaensen.
If you don't have it installed, you can look here:
http://www.kokkinizita.net/linuxaudio/index.html
I(hermann) use faust to build the prototype and will say
thanks to
: Julius Smith
http://ccrma.stanford.edu/realsimple/faust/
: Albert Graef
http://www.musikwissenschaft.uni-mainz.de/~ag/ag.html
: Yann Orlary
http://faust.grame.fr/
regards
Hermann Meyer & James Warden
------------------------------------------
guitarix-dev team