Hi everyone!
I'd like to announce the first release of Andes, a sound synthesizer
plugin based on Perlin noise. It is built around an original
oscillator that calculates a sum of Perlin noise steps using a
technique called fractional Brownian motion to produce distinctively
digital sounds. Check it out at:
https://artfwo.github.io/andes/
The current implementation only provides a single oscillator and an
ADSR envelope. Certain basic features like presets and modulation are
underway. Andes is written using JUCE and I managed to build
VST+standalone binaries so far, but an LV2 plugin looks possible with
JUCE, so that is planned as well. To build Andes, get the source code
from Github:
https://github.com/artfwo/andes
Regards,
--Artem
Hey all,
I wrote a MIDI step sequencer for the old Novation Launchpads. It has quite
a few different scales (thanks to the tonal package on NPM), let's you
change the sequence length on the fly and set lower velocities by holding
down the pads.
Demo: https://youtu.be/dS_x-FioqHM
Code and installation instructions: https://github.com/kasbah/launch-step
Cheers,
Kaspar
DrumGizmo version 0.9.14 now available!
Get it at http://www.drumgizmo.org/
DrumGizmo is an open source, multichannel, multilayered, cross-platform
drum plugin and stand-alone application. It enables you to compose drums
in midi and mix them with a multichannel approach. It is comparable to
that of mixing a real drumkit that has been recorded with a multimic setup.
This is a bugfix release fixing a lot of bugs as reported from our last
release 0.9.13[1] which was the first drumgizmo version ever supporting
diskstreaming.
The release bears the version number 0.9.14 and can, as always, be
downloaded here[2].
For the full list of changes, check the roadmap for 0.9.14[3].
The release of 0.9.14 is also known as "LAC2017 here we come!"
As is a bit of a tradition for the DrumGizmo team (and many other fine
open source projects), we have prepared a special release for the
upcoming Linux Audio Conference[4]. This year the conference takes place
in Saint-Etienne, France from May 18-21 2017. And we'll be showing up!
So be sure to take note of “The cool guys with the drumsticks”. You
might just secure yourself one with a nice DG logo on it done with the
custom made lasercutter of Open Space Aarhus[5].
See you at LAC! :)
[1]:
http://www.drumgizmo.org/wiki/doku.php?id=roadmap:features_roadmap#version_…
[2]: http://www.drumgizmo.org/wiki/doku.php?id=getting_drumgizmo
[3]:
http://www.drumgizmo.org/wiki/doku.php?id=roadmap:features_roadmap#version_…
[4]: http://lac.linuxaudio.org/2017
[5]: http://osaa.dk
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