Hi,
I'm happy to share with you a new beta release of io GNU/Linux.
The live is based on the free operating system Debian (sid)... and includes a
large collection of preinstalled programs for all uses, especially multimedia
creation.
If your looking for a version with realtime kernel, check:
http://mk.biniou.net/iognulinux.html
(without any warranty... doesn't work on some computers, depending mostly of
the video card)
Feedbacks welcome, enjoy :)
http://mk.biniou.net/iognulinux.htmlhttps://sourceforge.net/projects/io-gnu-linux
Hi,
I'm proud to announce vst-bridge 0.1.
This is a bridge to run Windows VST plugins (both 32 and 64 bits) with
Linux VST hosts.
= How to use it? =
Let's suppose that you have installed vst-bridge in ~/local/ and
you have a windows VST installed in ~/.wine/drive_c/VST/Synth1/Synth1.dll
First you have to create a directory for your bridges:
$ mkdir ~/.vst-bridges
Then you can create your first bridge:
$ ~/local/bin/vst-bridge-maker ~/.wine/drive_c/VST/Synth1/Synth1.dll
~/.vst-bridges/Synth1.so
Now edit ~/.bashrc and add $HOME/.vst-bridges/ to VST_PATH. Mine looks like:
export VST_PATH=/usr/lib/vst/:$HOME/.vst-bridges/
Then you can start your favorite DAW, ask him to scan plugins again and enjoy!
= Architecture =
A typical installation looks like:
/home/abique/local/
/home/abique/local/bin
/home/abique/local/bin/vst-bridge-maker
/home/abique/local/lib
/home/abique/local/lib/vst-bridge
/home/abique/local/lib/vst-bridge/vst-bridge-plugin-tpl.so
/home/abique/local/lib/vst-bridge/vst-bridge-host-32.exe
/home/abique/local/lib/vst-bridge/vst-bridge-host-32.exe.so
/home/abique/local/lib/vst-bridge/vst-bridge-host-64.exe
/home/abique/local/lib/vst-bridge/vst-bridge-host-64.exe.so
vst-bridge.so is a Linux VST plugin which has space reserved for the windows
plugin path.
vst-bridge-maker creates a dedicated <plugin>.so for a single Windows VST
plugin by copying vst-bridge-plugin-tpl.so and updating the path to the
Windows VST and the path to the corresponding host (32 bits or 64 bits).
vst-bridge-host-(32|64).exe hosts a Windows VST and communicates with
<plugin>.so.
<plugin>.so spawns a new wine process vst-bridge-host-(32|64).exe and
passes the path to the Windows VST plugin.
You can find the source code released under the MIT license at
https://github.com/abique/vst-bridge
You can also find binary tarball at
http://88.191.147.34:4242/vst-bridge/vst-bridge-0.1.tar.gz
It has been reported to work with: Synth1, ReFx Nexus, u-he Diva,
ABL2, epicVerb, NastyDLAmkII.
I had issues with : Oatmeals, NI Reaktor.
Thanks for your attention. I hope you'll enjoy it.
--
Alexandre Bique
Dear all,
Matching Pursuit Toolkit (MPTK) is a fast and efficient library (with
Matlab and Python wrappers, and commandline tools) for the sparse
decomposition of multichannel audio signals. Version 0.7 is now
officially released:
https://gforge.inria.fr/frs/?group_id=36
Changes in 0.7:
* New pyMPTK wrapper, enables direct use of MPTK within Python
* Enabled GPD with the Dirac, Constant and Nyquist blocks
* Anywave block now working from command-line mpd and mpr
* Improved XML parsing of books (note: the API to use for writing new
plugins changes as a result of this; and MPTK books are now written
with an outer <mptkbook> tag surrounding book and dict)
* Slight Matlab API change: second “dict” arg now needed for
reconstruct(book, dict)
Best
Dan
--
http://www.mcld.co.uk
Denemo 1.0.2 has been released!
New features in this version:
*Wysiwyg Improvements
* Dragging now shows the object as you drag moving over
the score
* Dragging of objects attached to notes can now be done
* Slurs can be re-shaped
* Chord Symbols
* Place chords on a separate staff and have them
automatically typeset as Chord Symbols
* Bug Fixes
* Octave playback bug fixed
Linux Binary:
http://denemo.org/downloads/denemo-1.0.2-0.linux-x86
Source:
http://denemo.org/downloads/denemo-1.0.2.tar.gz
Hi All,
A new build of Praxis LIVE is now available for download.
Praxis LIVE is an open-source, graphical environment for rapid
development of intermedia performance tools, projections and
interactive spaces. This release brings a range of new features for the
video pipeline, OSC control, some major editing improvements (including
copy & paste - who knew that would be so difficult to implement! :-) ), and
the rather obviously missing stereo sample player, amongst many other
tweaks and bug fixes.
Praxis LIVE is available as a Linux .deb package, Windows .exe installer
and as a .zip for un-installed usage (installed usage is recommended).
Website (with downloads and manual) - http://code.google.com/p/praxis
Release notes - http://code.google.com/p/praxis/wiki/ReleaseNotes
Some of the new features are conspicuously under-documented at the moment.
I'll improve this over the next few weeks, but feel free to fire questions
via email.
Best wishes,
Neil
--
Neil C Smith
Artist : Technologist : Adviser
http://neilcsmith.net
Praxis LIVE - open-source, graphical environment for rapid development of
intermedia performance tools, projections and interactive spaces -
http://code.google.com/p/praxis
OpenEye - specialist web solutions for the cultural, education, charitable
and local government sectors - http://openeye.info
Grab the new version on the site:
http://essej.net/sooperlooper/download.html
CHANGES FOR 1.7.0
GUI:
- Fixed SooperLooper being mistakenly identified as remote
- Now ignoring non audio and non .slsess files in load and save file
selection dialogues
- Mute now flashes when waiting to go into mute instead of rev flashing
- Mute of others flashes instead of solo flashing when going in and out of
solo
- Fixed CC bindings for commands that need to be registered as hits
- MIDI bindings choice now sorted alphabetically
- File selector now defaults to home and tracks last load/save
- Removed arbitrary maximum loop memory limit in Add Custom Loop...
- Fixed issue of some controls not showing up when you have more than 5
loops
SooperLooper engine:
- Fixed issue of not being able to load audio files from session when not
started from the same directory
- Fixed fade not working after undo_all
- Removed 1 sample click in multiply
- Fixed individual loop monitor not being sent to main-out
- Fixed toggle MIDI bindings requiring double press when first loaded
- Fixed some clicks when undoing
- Added CCon and CCoff message types to midi bindings
- Can now mute and un-mute when loop is in Off state
- Fixed bug where long-presses were causing undo-all when they weren't
supposed to
OSC:
- OSC Auto Update time can now be set between 10-100ms
- "osc.udp://" can be omitted from the return URL parameter of any OSC
message
- SooperLooper no longer seg-faults when an invalid return URL is given
AU:
- State and waiting AU parameters now working
- Fixed parameter update race condition, so values reflect newly changed
state
- There are now up to 8 stereo sidechain outputs available (individual
outputs for each loop), but for some reason still only 4 stereo inputs
available (at least as shown within Live)... it isn't clear why there are
fewer input buses, it might be a Live limitation.
Others:
- Small maintenance on help output, OSC doc file and indentation, spelling
etc.
- HTML docs on website now include full MIDI command reference
Hey Everybody,
I'm happy to announce OpenAV productions: http://openavproductions.com
OpenAV productions is a label under which I intend to release my
linux-audio software projects. The focus of the software is on the workflow
of creating live-electronic music and video.
The release system for OpenAV productions is one based on donations and
time, details are available on http://openavproductions.com/support
Sorcer is a wavetable synth, and is ready for release. Check out the
interface and demo reel on http://openavproductions.com/sorcer
Greetings from the LAC, -Harry
Version 2.5 of the Vamp plugin SDK, the audio analysis and feature
extraction plugin standard from the Centre for Digital Music at QMUL,
is now available. This is a bugfix release.
http://www.vamp-plugins.org/
Vamp is a plugin API for audio analysis and feature extraction plugins
written in C or C++. Its SDK features an easy-to-use set of C++
classes for plugin and host developers, a reference host
implementation, example plugins, and documentation. It is supported
across Linux, OS/X, and Windows.
Version 1.0 of Sonic Annotator is also now available. This is a
utility program for batch feature extraction from audio files. It
runs Vamp audio analysis plugins with specified parameters on audio
files, and writes the result features in a selection of formats.
Version 1.0 is a bugfix release, and also represents a decision to
finally number a release as 1.0 having had only 0.x releases to date.
http://www.omras2.org/SonicAnnotator
Chris
On behalf of the Mixxx development team, I'm pleased to announce the
release of Mixxx 1.11.0!
After over a year of work by the team, Mixxx 1.11.0 adds several exciting
new features including 3-band colored waveforms, a completely new and
high-accuracy beat detector, HID controller support, a session history
feature, a new beatloop-roll effect, a library preview deck,
point-and-click MIDI mapping, advanced search, and much more!
For a full list of new features in Mixxx 1.11.0, please see our blog post:
http://mixxxblog.blogspot.com/2013/05/mixxx-1110-is-here.html
If you would like to link to our website, we have prepared a "What's New"
splash page to describe the new features in Mixxx 1.11:
http://mixxx.org/whats-new-in-mixxx-1-11
Mixxx is a Free and open-source software project produced by volunteers
from around the world. For more information about the project and its
history please check out our website: http://mixxx.org/press/
Best regards,
RJ Ryan
Mixxx Lead Developer
Dear all,
There she is, Yoshimi 1.1.0! Looking better than ever, working better
than ever, capable of doing more than ever. Simply put, better than
ever. Made possible by the much appreciated and very valuable help,
contributions and feedback from the Linux Audio community.
http://downloads.sourceforge.net/yoshimi/yoshimi-1.1.0.tar.bz2
For this release I'd like to thank the following people in particular
but in no particular order:
* Kristian Amlie for making Yoshimi less CPU hungry.
* Andrew Deryabin for making Yoshimi a little more CPU hungry again, but
for a good reason, Yoshimi now has per part JACK outputs!
* Nikita Zlobin for having Yoshimi handle state files better.
* Florian Dupeyron for his custom best of My?terious bank.
* Will J. Godfrey for his continuous testing and monitoring of new
developments.
* Alessandro Preziosi for Yoshimi's lovely new knobs.
* David Adler for the AZERTY virtual keyboard support.
* Rob Couto for the helpful insights and general help.
* Alan Calvert.
Best regards,
Jeremy Jongepier