Vstserver is a program that must be running when using programs
using vstlib.
Vstlib is a library that can be used by programs to run windows
vst audio plugins under linux/freebsd/i386solaris/etc.
0.2.5 -> 0.2.6
--------------
-Updated to compile with the 8.4.2003cvs version of wine. This
version of Wine can be downloaded here:
http://www.notam02.no/arkiv/src/vstserver-0.2.6-wine.tar.gz
Other versions of wine may not (actually: usually not) work with
vstserver without tweaking the vstserver source.
Vstserver is made at Notam/Oslo and can be downloaded from here:
http://www.notam02.no/arkiv/src/
--
Demolition, my destruction testing tool for LADSPA plugins is now available
as a pre-release version. This is fully functional, but I want to get
some feedback from "users" (ie other LADSPA developers) before I call it
version 1.0
http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/
(Don't be distracted by all the XMMS LADSPA stuff on the same page)
If you write LADSPA plugins, or if you maintain a LADSPA host and don't
think much of the quality of some plugins, this tool is for you. Please
run out and grab it. There is documentation linked from the same place
as the source code.
Now, at this point I could list a dozen or so bugs in famous LADSPA
plugin libraries, but I won't. If this tool works you should be able to
find them yourselves (all bugs are shallow...). I know Steve Harris
is already beavering away fixing the ones he's found in the swh-plugins.
Nick.
galan-0.3.0-test2 is released.
galan is a modular synthesizer featuring subpatches, event processing
logic and more.
LADSPA is supported.
you can build your own synthesizer interface, placing controls where you
want them.
I have ported the features added to the galan-0.2 branch up to the 0.3
branch.
- Lib directory is in place.
- liblrdf support.
- feedbacksafe delay added which enables you to have plugins in the
feedback path like in ams.
opengl does not work.
i have some troubles with the gtkglarea 1.99.0...
this caused me not to implement multiple jack output ports...
i have now given up on opengl and will add the multi outputs/inputs
next.
if you want opengl use galan-0.2... 0.2.15 will be released soon, when
the sheet library is updated and reorganized.
--
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language
http://www.notam02.no/arkiv/src/
Ceres 0.38 -> 0.39
-------------------------
-Doing realtime preview made ceres segfault if jack server was not
running. Fixed.
-Values for the control function nodes is written in the editor.
Values are not shown if "Show node values" is unchecked in the
preferences window.
--
hello everyone !
for those who are interested, some tapes from the presentations at the
LAD meeting are now online at
http://www.linuxdj.com/audio/lad/eventszkm2003.php3 ,
together with the slides and the long-awaited mug shots by fernando :)
i'll be off for a week now, and unfortunately i won't get all of the
stuff uploaded in time... check back in a week or so.
best,
jörn
ps: some links are currently broken. will be fixed asap.
--
All Members shall refrain in their international relations from
the threat or use of force against the territorial integrity or
political independence of any state, or in any other manner
inconsistent with the Purposes of the United Nations.
-- Charter of the United Nations, Article 2.4
Jörn Nettingsmeier
Kurfürstenstr 49, 45138 Essen, Germany
http://spunk.dnsalias.org (my server)
http://www.linuxdj.com/audio/lad/ (Linux Audio Developers)
http://www.notam02.no/arkiv/src/
Ceres 0.37 -> 0.38
-------------------------
-Updated default Jack port names from
alsa_pcm:[out/in]_* to alsa_pcm:[playback/record]_*
-Test for pygtk2 instead of pygtk1, and write a message
to stdout about what to do if pygtk2 is installed instead of pygtk1.
-Made the Save button in the preference window also update
current settings. Less confusing.
-Increased max number of soundchannels from 4 to 8.
-Added option to choose between "ceres" and "ceres-<pid>"
for the jack client name.
-Wrote an explanation how to install ceres on a machine with
pygtk2 instead of pygtk1.
--
Hi all, the 0.7.6 version of Hydrogen Gnu/Linux drum machine is available at
http://hydrogen.sf.net
Features:
* Graphical user interface based on QT 3,
* Sample based audio engine,
* Oss Audio driver,
* Jack Audio driver,
* Export to disk audio driver,
* Alsa Midi input,
* Ability to import/export xml-based song file,
* 64 ticks per pattern,
* 16 voices with volume, mute, solo, pan capabilities,
* Import of samples in wave, au, aiff format.
* Humanize and swing functions
Changes:
* Bug fix in note velocity editor
* Improved pattern editor
* Humanize function
* Swing function
* New child frame interface
* Stereo peak visualization in mixer
* New song editor
Happy drumming! ;)
--
Alessandro <Comix> Cominu
http://hydrogen.sf.net
e-mail: comix(a)despammed.com
Icq: 116354077
Linux User # 203765
[...Codito Ergo Sum...]
Are you fed up with having a computer only just fast enough to sequence a
couple of audio tracks at a time, and no where near fast enough for software
modular synthesis?
Wav Composer Not Toilet is another modular synthesis program, but unlike
many others does not work in real time at all. wcnt gives you sequencing,
sampling, and synthesis without the need for fast hardware, although a
little patience is required!
features:
* lots of simple modules as well as the more complex.
* ghosting of riffs into mono-phonic sequencer.
* multiple sequencers, output wav files, mixers.
* ADSR's and user defined waveforms with unlimited sub sections and shape
modulation
* sampler has modulatable start position, playback can be triggered from
oscilators
* sampler has 'anti-clipping' ramp.
* unlimited mixer channels
* no GUI, but, a near english synth definition language
* command line help
wcnt.sourceforge.net
~(sirromseventyfive)~
_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger
http://www.msn.co.uk/messenger
hi... this is my first time online since lad Conference.
so i would like to announce galan-0.2.14 (as seen on lad Conference)
galan is another modular synthesizer. It supports sub patches like pd
and jmax. But has separation of mesh and Controls.
It also supports OpenGL Scene Graphs which can be controlled by your
audio data, the sequencers etc...
homepage is at
http://galan.sourceforge.net
find the download links from there...
--
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language
PyJack 0.1, Initial Release
Download: http://www.a2hd.com/software/
This is a Python module which provides an interface to the Jack Audio
Server. It is possible to access the Jack graph to manipulate port
connections, monitor graph change events, and to perform
soft-realtime audio capture and playback using Numeric Python arrays.
More details, including caveats regarding realtime usage, can be found in
the package documentation.
This software is released under the GPL.
Enjoy,
Andy W. Schmeder
P.S. I will not CC to jackit-devel for future release announcements. This
is only for the initial. Thanks.
--aws
mailto:andy*a2hd,com
http://www.a2hd.com/