We are proud to announce the release of guitarix2-0.23.3.
Guitarix is a modular tube amplifier simulation for jack, with
additional Effect-Racks, inbuilt effects as well as support for LADSPA
plug-ins.
This is a Bug-fix release witch fix the ladspa_guitarix.so
module guitarix-fx [UniqueID 4070] to avoid segfault when loading into a
host.
Please refer to our project page for more information:
http://guitarix.sourceforge.net/
download site:
http://sourceforge.net/projects/guitarix/
have fun
guitarix development team
Hi,
I don't know if this is on-topic or off-topic - technically it runs on a
linux, but then, maybe, just, no, no Android on LAD?? :D But anyways: I
played a little with Android Development and hacked up a little
experimental Synthesizer app.
https://github.com/fps/android_camsynthhttps://play.google.com/store/apps/details?id=io.fps.camsynth
It's free and open source and renders 8 voices (on my LG-P500) with a
trivial (and wrong :D) synthesis method where the voice gains are
determined by the camera image at a 8 x 8 px resolution..
I guess it's somewhat a minimal project which can be instructive to some
(the synthesis part is implemented in C via JNI). And the code is very
small..
Have fun,
Flo
hi all,
i have an alsa-only application i would like to integrate into my
jack-based setup. i found this page on the jack website, which
suggests ways to do this:
http://jackaudio.org/routing_alsa
but the page the first method links to
(http://alsa.opensrc.org/Jack_and_Loopback_device_as_Alsa-to-Jack_bridge)
no longer exists.
does anyone here have a link or an idea how to do this?
the second method is easier, but doesn't sound too reliable.
thanks,
--
robin
http://fu.ac.nz - Auckland's Free University
Hi Patrick and LAU/Pandaboard readers!
I told you all recently that I've got Noisemaker running on my Pandaboard
and you may also remember that my dual-core, 1Ghz ARM Cortex-A9 w/ 1GB RAM
can only manage running 1 instance of Noisemaker smoothly (under
fluxbox/qtractor) without breaks in the audio as it stands (without
overclocking which I'm trying to avoid for the mo).
I've been wondering what your comments (Patrick, falkTX and Fons mainly but
this is open to all) would be on the possibility of adding Tesla DSP
support to key parts of Noisemaker (LV2)? My Pandaboard has a 466Mhz
onboard DSP that I'm sure could be put to good use by a plugin like
Noisemaker. Does LV2 have any support for using DSPs like this Drobilla?
Here's what little I've found on the web about Tesla, which I realise is
only really useful if you own a Pandaboard and a JTAG but anyway:
http://omappedia.org/wiki/RPMsg_Tesla
Thanks for your comments and feedback on this!
Dan
Hello again,
Seems like only five minutes ago we last sp0ke!?
Have to say I am sorry for the pretty majorly catastrophic show
stopping bug in Petri-Foo's Non Session Manager support.
You know the one, the one which made it not work when you first tried
it out and thought "huh well that's a bit crap it doesn't even bloody
work".
Luckily, as well as being trivial to overlook while testing it was also
trivial to fix.
http://sourceforge.net/projects/petri-foo/files/Source/petri-foo-0.1.86.tar…
rest beggars,
james.
On 30/07/12 James Morris <james(a)jwm-art.net> wrote:
>
>Petri-Foo, the fork of the soft-sampler known as Specimen, has a new
>release, 0.1.85, available:
>
>http://sourceforge.net/projects/petri-foo/files/Source/petri-foo-0.1.85.tar…
>
>
>This new release brings two and a half new features with it:
>
>
>(1.0) Non Session Management support
>(2.0) 'Full Save' functionality
>(2.5) Import
>
>
>
>(1.0) NSM support can only be built if the system has liblo installed.
> If liblo (the lightweight OSC implementation) is _not_ installed
> petri-foo will be built _without_ NSM support.
>
>(2.0) "Full Save" functionality increases the portability of
>Petri-Foo's
> 'dish files'. A dir is created (the bank dir) containing the dish
> file along with symlinks to external samples used. the bank dir
> can then be archived using `tar -h`.
>
> To use full save, just select 'full save as' instead of 'save as'
> from the file menu. Selecting 'save' will do the right thing
> after doing so.
>
>(2.5) The import function is very self explanatory: it loads a dish
>file
> without deleting the existing patches.
>
>
>
>http://sourceforge.net/projects/petri-foo/files/Source/petri-foo-0.1.85.tar…
>
>
>Further resources:
>http://petri-foo.sourceforge.net
>https://sourceforge.net/tracker/?group_id=404816
>http://lists.sourceforge.net/lists/listinfo/petri-foo-devel
>http://github.com/jwm-art-net/Petri-Foo
>
>
>Cheers,
>James.
Lisalo - Linux Sampler Loader - is a command line program that loads entire directories of sample files, a single .sfz file or takes instructions from a meta .lsl file with relative paths to samples. Now you can quickly and easily load sampled instruments without even starting a GUI.
This is release 1.4, grab it here, no installation required
git clone git://github.com/nilsgey/Lisalo.git
[New Features]
-Jack Autoconnect-Port for the stereo sum/mix channels can be given from the command line
-Can start Linuxsampler with a given server-address and port, which makes multiple instances possible
-Jack Midi In for autoconnection is a commandline parameter.
There is only so much you can implement into a tool that aims to be small by design.
This marks my "feature complete" milestone. Future releases will be bugfixes.
One example what you can do now:
I use it to load the Salamander Piano shortly after boot and connect it to my ALSA midi port (which is always on, no matter if the keyboard itself is switched on or not). I now have instant piano sound whenever I switch my keyboard on. It does not conflict with other lisalo or Linuxsampler sessions.
With this lovely one liner:
/usr/bin/lisalo /home/nils/samples/sfz/SalamanderGrandPianoV2_48khz24bit/SalamanderGrandPianoV2.sfz -m alsa_pcm:Hammerfall-DSP/midi_capture_1 -p 7777 -m Salamander > /dev/null
[Contact]
https://github.com/nilsgey/Lisalo
info@...
irc.freenode.org #laborejo
Feedback and chatting are welcome!
Nils