wcnt-1.26.2
https://sourceforge.net/project/showfiles.php?group_id=76646&package_id=256…http://wcnt.sourceforge.net
(source code only)
Second release of wcnt-1.26 after the pre releases...
* rudimentary polyphony
no, no polyphonic sequencer.... but several new modules
(wcnt-1.26.1) to create polyphonic effects:
trig_counter - counts and (?restricts) outputs input trigger
trig_echo - echos input trigger n times
trig_router - sends trigger n to auto-created output modules
group_control - only runs modules when appropriate -
but easy to make it in-appropriate.
* fader (module)
created to make easy a fade in and fade out at the start and
end of the file to be written. uses either the time_map or
timer (out_bar_trig/out_trig and out_bar/out_count) outputs
and start and end bar parameters and extends the end by
fade_out_time milliseconds.
* sample_climb (module)
like sample_hold, but uses the grabbed 'sample' as a target
to climb to ( output += (target - output) * rate ).
* inspector (wcnt-1.26.1)
arkward to use module for displaying messages and values of
outputs/inputs.
wcnt now has over 80 modules...(81 to be precise)
CHANGES:
* wavfile_out (module) (wcnt-1.26.1)
now has snapshot_mode parameter. adds date and time (down
to the millisecond) to the filename being written. now you
can edit a .wc file to your hearts content without overwriting
the sounds generated.
* square_wave (module) (wcnt-1.26.1)
has rate parameter for adding curvature to the square_wave.
works with same method as sample_climb.
* user_wave (module) (wcnt-1.26.1)
vertices which (via modulation) collide with previous vertices
will be dropped from the waveform - as opposed to causing
nasty peaks.
* removed restrictions of combiner, spreader, and switcher to
only allow usage of wcnt_signals. these modules can now use
any module which provides the out_output output.
* removed restriction of mixer module to only allow use of
mix_chan modules. the mixer can now use any module which
provides out_left and out_right outputs.
* removed restriction of trig_switcher module to only allow
use of wcnt_trigger module. trig_switcher can now use any
module which provides the out_trig output (ie most of the
trigger modules).
RE-CODED:
* (wcnt-1.26.1) many things which should not make any difference
to the user, except maybe a marginal speed increase in some
situations.
* many more things, (synthmod changes for a start).
FIXES:
* dynamic module was checking for existence of wrong vertex.
-------------
NOTES:
* tested it as much i can by myself and without any strict
regime. i will have missed something...
* documentation is very much out of date now, sorry. the only
thing I can offer right now is the occasional comment in the
examples, and tests (directories of .wc files bundled with
source code).
* another version might pop-along next week perhaps.
-------------
http://wcnt.sourceforge.nethttps://sourceforge.net/project/showfiles.php?group_id=76646&package_id=256…
(source code only)
wcnt-1.26.2
regards,
james jwm-art net
Dear all,
The Linux Audio Conference 2008 in Cologne (Feb 28th - Mar 2nd 2008)
is just one month away now. The programme is shaping up, concerts are
being organized and coffee is about to be ordered.
To help us with planning the LAC2008 we kindly ask you to register now
at the conference website. This helps us to estimate how many visitors
we may expect, what individuals the audience is made of, and allows to
produce name tags for all attendees so that it becomes easier to
identify each other.
To register, please use the "Registration" form at
http://lac.linuxaudio.org
Also we now have put accommodation info plus some maps of the
conference location online. You can find these on
http://lac.linuxaudio.org under "Visitor Info".
Finally if you're living in Cologne or nearby: We are looking for
volunteers who would like to help out in any way, e.g. to host artists
and paper presenters in their flat. If you want to offer your help,
please contact the LAC2008 orga team at lac(a)linuxaudio.org
The LAC2008 chair is looking forward to have another great conference
with you all.
All the best
--
Frank Barknecht and Martin Rumori
Chairs of LAC2008
miniloop is a simple live looping program. It can load a number of
stereo audio loops of equal length from the disk and loop them in sync
with each other, sending each loop to a different pair of JACK audio
outputs. These outputs are intended to be subsequently fed into an
external software mixer, such as Ardour. For live performance, you
will want to control the mixer using a MIDI control surface.
miniloop is similar in intent to Stephen Sinclair's LoopDub. I
actually created miniloop to explore some design ideas that I had
while working on LoopDub. Given that, it is appropriate to provide a
comparison between the two programs. The most important difference is
that LoopDub uses a built-in mixer, while miniloop uses an external
mixer. This means that miniloop is more flexible, but requires a more
complex software setup. Another important difference is the user
interface, which is radically different, and, I hope, somewhat easier
to use. Finally, LoopDub has many features that miniloop lacks.
miniloop is currently quite small (~500 SLOC) and quite feature-poor,
and I intend to keep it that way.
Project homepage here:
http://code.google.com/p/miniloop/
Download here:
http://code.google.com/p/miniloop/downloads/detail?name=miniloop-0.0.zip
Hi everyone and happy new year !
New release: Jackbeat 0.6.2
===========================
Jackbeat is an audio sequencer running on Linux and Mac OS X.
Get it from: http://www.samalyse.com/jackbeat
NEWS:
- The export framerate and sustain handling can now be customized
- The pattern can be edited using the keyboard
- The GUI has been improved and fixed
- Optional support for the Phat Audio Toolkit is available
- Some audio processing and JACK issues have been fixed
- Simple drum kits are now available from Jackbeat's homepage
Enjoy
--
Olivier Guilyardi - Samalyse
Dear Linux Audio users,
A new jack release (0.109.0) is available:
http://sourceforge.net/project/showfiles.php?group_id=39687
Enjoy,
Pieter
(Releaser-ad-interim)
Changelog
=========
API changes:
* add jack_thread_wait API
* remove port_(un)lock functions
* add new time APIs
* add port aliases
* add new client registration callback
* add port connect callback
Backends:
* ALSA: fix for use of snd_pcm_link
* ALSA: hardware jack-midi support
* ALSA: fix for enabling big-endian 16bit format discovery
* ALSA: hardware jack-midi support
* FreeBoB: fix deallocation segfault
* FireWire: add 'firewire' backend for use with FFADO
* OSS: add support for proper triggering in OSS driver when in full
duplex mode
* ALSA: fix illegal use of ALSA API
* OSS: disable software mixing and samplerate conversions on OSS 4.x
* CoreAudio: fix sample rate management
Other
* add JACK_PROMISCUOUS_SERVER handling
* make /dev/shm the default tmpdir
* add -Z flag to cancel zombification on timeout
* add per-port update total latency
* increment default watchdog timeout to 10sec
Perhaps you don't know what a vocoder is, but I'm sure you have heard
one before. Vocoders are often used to add a robotic effect to vocals
in music.
Project homepage:
https://gna.org/projects/lv2vocoder
Get tarball from here:
https://gna.org/files/?group=lv2vocoder
This code is based on version 0.3 of LADSPA plugin created by Josh Green.
LADSPA plugin created by Josh Green is basically an adaption of
Achim Settelmeier's Vocoder program to LADSPA.
Achim Settelmeier's Vocoder programs and Josh Green's LADSPA plugin, can
be found at:
http://www.sirlab.de/linux/
Happy robots use Linux and LV2!
--
Nedko Arnaudov <GnuPG KeyID: DE1716B0>
While this release announcement train is rolling:
After ages of SVN-only development, Patchage 0.4.0 released. This
release is essentially a complete rewrite of the last stable release
(ancient history, but still in distributions).
Released in parallel are my libraries RAUL (Realtime Audio Utility
Library) and FlowCanvas (the canvas widget for Patchage, Ingen, etc),
which Patchage depends on. If you're a C++ LAD hacker, these might be
useful on their own.
Project sites with download links, screenshots, documentation, etc:
http://drobilla.net/software/raul/http://drobilla.net/software/flowcanvas/http://drobilla.net/software/patchage/
All tarballs can be downloaded here:
http://download.drobilla.net/
Feel free to report any and all bugs, feature requests, etc, here:
http://dev.drobilla.net/newticket
Enjoy,
- Dave Robillard (aka drobilla)
The zyn project main goal is to extract synth engines from ZynAddSubFX
and pack them in LV2 plugin format. Resulting plugin(s) are heavily
based on work made by Nasca Octavian Paul.
Project goals:
* Port ZynAddSubFX synth engines to LV2
* Fix some inherit issues preventing hard-realtime mode of operation,
causing clicks sometimes (memory allocation/sleep in audio process
context)
* Make synth engines reusable in source form
* Make all synth engines parameters controlable on the fly (as opposed
to original "parameter change takes effect on next note on" strategy)
Currently only zynadd (ADDsynth) is ported. Not all parameters are
exposed yet. Nevertheless plugin produces sound/noise and has enough
parameters exposed to tweak sound generation at great extent.
You need lv2dynparam plugin library to compile the plugin.
Project homepage:
http://home.gna.org/zyn/
Get tarball from here:
https://gna.org/files/?group=zyn
--
Nedko Arnaudov <GnuPG KeyID: DE1716B0>
zynjacku is JACK based, GTK (2.x) host for LV2 synths. It has one JACK
MIDI input port (routed to all hosted synths) and one (two for stereo
synths) JACK audio output port per plugin. Such design provides
multi-timbral sound by running several synth plugins.
zynjacku is a nunchaku weapon for JACK audio synthesis. You have solid
parts for synthesis itself and you have flexible part that allows
synthesis to suit your needs.
You need slv2 library and lv2dynparam host library to compile zynjacku.
Project homepage:
http://home.gna.org/zynjacku/
Get tarball from here:
https://gna.org/files/?group=zynjacku
--
Nedko Arnaudov <GnuPG KeyID: DE1716B0>