jack_capture is a program for recording soundfiles with jack.
The default operation of the program is executed by writing "jack_capture"
in the terminal without any extra command line options:
$ jack_capture
...which will record what you hear in your loudspeakers
into a stereo wav file. But it has lots of other features as well.
Project page: https://github.com/kmatheussen/jack_capture
Download from http://archive.notam02.no/arkiv/src/?C=M;O=D
Changes 0.9.71 -> 0.9.72:
* Print warning in case user overwrites existing file.
* Use execvp, not execv. Also print strerror() if execvp failed. Fix for
time machine mode.
* Support OSX (Luciano Iammarino)
* Some tsan fixes
* replace static .wav suffix with correct soundfile_format (Sebastian
Reimers)
* Silence unused parameter warnings from gcc 4.8
* Warn about unable to set SCHED_OTHER process using setpriority(), not a
SCHED_FIFO process
* Compilation patches from debian
Radium is a vertical music editor. Radium is inspired by trackers, but uses
more graphics to show musical data. Radium also supports MIDI sequencing
and hard disk recording.
Radium has features like smooth scrolling, zooming, automation, piano roll,
embedded Pure Data (Pd), and embedded Faust.
Homepage: http://users.notam02.no/~kjetism/radium/
A classic 8 bit 4 channel tracker module (from 1991) played in Radium:
https://www.youtube.com/watch?v=RQ6NnzZtAqQ
Demonstration video by Tobias Lutzenkirchen showing some of the features:
https://www.youtube.com/watch?v=FhwmT0G5EwM
Demonstration video showing developing Faust programs inside Radium:
https://www.youtube.com/watch?v=LJm9Lox1WFA
Changes between 4.6.0 and 4.8.2:
* New plugin manager.
* Extensive Swing support.
* Faster mixer graphics.
* Options to load and save single blocks and tracks.
* Options to do accelerando / ritardando between BPM entries without using
tempo automation.
* Simple sample seek. Hear sound if starting to play in the middle of a
note.
* Option to configure the same color for all selected instruments.
* Automatically kill a malfunctioning jack server.
* 139 other bug fixes, new features, and performance improvements.
Hello everyone,
Here is a first version of an editor for the Akai LPD8 pads controller :
https://github.com/charlesfleche/lpd8-editor
The UI is till very crude, but the editor keeps a library of programs and
can import configurations from the official Windows / Mac only software.
Enjoy !
Charles
jalv.select is a little gtkmm GUI to select lv2 <http://lv2plug.in/>
plugs from a list and run them with jalv
<https://drobilla.net/software/jalv/>.
Features:
* select jalv interpreter from combo box,
* select LV2 plugin from list,
* select preset to load from menu
* search plugins by regex or plugin class,
* reload lilv world to catch new installed plugins or presets,
* load plugin with selected preset.
* minimize app to systray (global Hotkey SHIFT+ESCAPE)
* wake up app from systray (global Hotkey SHIFT+ESCAPE)
* left mouse click on systray to show or hide app
* right mouse click to show quit menu item
changelog in this release:
* add man-page by trebmuh <https://github.com/trebmuh>
* add copy plugin URI with Control-C too clipboard by SpotlightKid
<https://github.com/SpotlightKid>
* fix sytray icon wont work on first run
* add uri of invalid plugins to tooltip output of systray icon
* small corrections in debian package creation
get it here:
https://github.com/brummer10/jalv_select/releases/tag/V0.8
regards
hermann
GxTuner is a simple (linux) guitar tuner for jack with a analogue like
interface.
With this release GxTuner moves to use GTK3 for interface building.
Additional changes are:
+ add tuning indicator (arrows)
+ add 1/100 cents to the view when cents<1
+ add a strobe like tuning indicator
get the latest release here:
https://github.com/brummer10/gxtuner/releases/tag/v2.4
regards
hermann
spectmorph-0.3.2 has been released.
Overview of Changes in spectmorph-0.3.2:
----------------------------------------
* Added new unison effect.
* New instruments: pan-flute, synth-saw.
* UI improvements:
- support operator folding (to preserve screen space)
- provide scrollbar if morph plan window height is large
- repair operator move
* VST plugin crash fixed.
* No longer depend on BEAST/Rapicorn
- use libsndfile for sound file I/O, added WavData API
- refactoring, move libnobse code into SpectMorph
* Add icon/.desktop file for smjack
* Added debian package support.
* LPC/LSF morphing code updates - but now disabled by default
What is SpectMorph?
-------------------
SpectMorph is a free software project which allows to analyze samples of
musical instruments, and to combine them (morphing). It can be used to
construct hybrid sounds, for instance a sound between a trumpet and a flute; or
smooth transitions, for instance a sound that starts as a trumpet and then
gradually changes to a flute.
SpectMorph ships with many ready-to-use instruments which can be combined using
morphing.
SpectMorph is implemented in C++ and licensed under the GNU LGPL version 3
Integrating SpectMorph into your Work
-------------------------------------
In order to make music that contains SpectMorph, you currently need to use
Linux. There are four ways of integrating SpectMorph sounds into music you
create:
- LV2 Plugin, for any sequencer that supports it.
- VST Plugin, especially for proprietary solutions that don't support LV2.
- JACK Client.
- BEAST Module, integrating into BEASTs modular environment.
Note that at this point, we may still change the way sound synthesis works, so
newer versions of SpectMorph may sound (slightly) different than the current
version.
Links:
------
Website: http://www.spectmorph.org
Download: http://www.spectmorph.org/downloads/spectmorph-0.3.2.tar.bz2
There are many audio demos on the website, which demonstrate morphing between
instruments.
--
Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan