[Drumstick](https://drumstick.sourceforge.io/docs/index.html) is a set of
GPLv3 licensed C++/Qt libraries for MIDI applications. The project includes
several tools as examples, and among them is the drumstick-guiplayer
utility that leverages the Drumstick::ALSA library, so it is available only
for Linux (because the ALSA sequencer is a linux only technology). Some
people have requested a program with the same functionalities also on
Windows and macOS, so here it is. But this project is much more ...
Some key features:
* MIDI Output to hardware MIDI ports, or any other Drumstick backends, like
soft synths
* Transpose song tonality between -12 and +12 semitones
* Change MIDI volume level (using MIDI CC7)
* Scale song speed between half and double tempo
* Supports MID/KAR/RMI (Standard MIDI Files) and WRK (Cakewalk) file
formats
Changes in v1.5.3:
* After drumstick ticket #37: WRK format markers are supported
* Replaced deprecated signals from drumstick-file when building with Qt6
* Requires: drumstick-2.5
Build requirements:
* C++11 compiler
* Qt5 >= 5.9 or Qt6 >= 6.2
Note: Qt6 is still experimental
* Drumstick libraries v2.5
* Uchardet v0.0.7
* CMake 3.14
* Pandoc (when BUILD_DOCS=on)
Copyright (C) 2021 Pedro Lopez-Cabanillas
License: GPL v3 or later
Project and Source Repositories
https://sourceforge.net/p/dmidiplayerhttps://github.com/pedrolcl/dmidiplayer
Downloads
https://sourceforge.net/projects/dmidiplayer/files/v1.5.3/
Hi.
During the past year or so I've been working on a Clojure library which
lets me live code FluidSynth from within a Clojure REPL. I personally use
Emacs with CIDER, but it should work from a plain REPL or any other editor
that supports interactive development.
The project got to a point where I think it is ready to be shown to the
world.
Feature highlights:
- drives an in-process FluidSynth instance through the C API bound into the
JVM via JNR-FFI
- notes can be represented by keywords (:c-3), MIDI note values or scale
degrees
- supports any kind of scale (just give it the list of intervals)
- musical phrases can be encoded with either Clojure data structures or an
equivalent text-based syntax
- musical phrases can be bound to variables for reuse in other phrases
- supports scoped change of scale, mode, root note, octave, semitone
offset, MIDI channel, velocity, note step and duration
- supports live looping (in the sense of Extempore or Sonic Pi)
- the sequencer is pretty generic, it could be used to control anything,
not just musical devices (e.g. it would be possible to play music and
control an OpenGL visualizer via OSC simultaneously from the same patterns)
- there is a tutorial which can be followed in a Clojure-capable editor,
with runnable examples
Note that some Clojure programming knowledge is necessary to make use of
this tool.
The library and the tutorial can be found at
https://github.com/omkamra/cowbells
Merry Christmas,
Balázs Ruzsa (cellux)
Hi all,
Advanced Gtk+ Sequencer v3.14.0 was just released.
The main goal of this minor release is to implement AgsHybridSynth.
Although, not all effects have yet been implemented of the new synth.
Main functionality works so far.
AgsHybridSynth uses an effect processor "ags-fx-synth" to realize
synthesis, on the opposite to the legacy synths available in
GSequencer which are using audio signal templates.
AgsHybridSynth has fully automatable effect control input ports. The
synth itself supports like prior synth implementations phase reset,
but it was improved and phase is reset relative to the frequency
played. Further, phase reset is tied to an LFO.
http://nongnu.org/gsequencer
cheers,
Joël
Drumstick MIDI Monitor 1.2.0
============================
Drumstick MIDI Monitor for Linux using ALSA sequencer and Qt user
interface. This is the program that was previously and simply known as
"kmidimon".
Changes in v1.2.0
* Czech translation updated, by Pavel Fric
* Revised and updated documentation system: using Pandoc to create man page
and help documents
* New build options: USE_QT and BUILD_DOCS
* Qt6 compatibility fixes
* Save recording fixes
* Fixed mute track functionality
* Fixed event playback highlighting
* Support WRK file format markers, provided by Drumstick 2.5
* Desktop icon replaced
Copyright (C) 2005-2021, Pedro Lopez-Cabanillas
License: GPL v2 or later
More info:
https://kmidimon.sourceforge.io
Sources and AppImage:
https://sourceforge.net/projects/kmidimon/files/1.2.0/
Drumstick Metronome 1.3.0
=========================
Drumstick Metronome is a MIDI metronome with Qt user interface, based on
the ALSA sequencer. This program was previously and simply known as
"kmetronome".
Changes in 1.3.0
* Czech translation updated, by Pavel Fric
* Qt6 compatibility fixes
* New build options: USE_QT and BUILD_DOCS
* Revised and updated documentation system: using Pandoc to create man page
and help documents
* New settings: qt style, forced dark mode, and internal icon theme
* Added action icons: internal theme based on breeze
* Desktop icon replaced
Copyright (C) 2005-2021, Pedro Lopez-Cabanillas
License: GPL v2
More info
https://kmetronome.sourceforge.io/kmetronome.shtml
Downloads
https://sourceforge.net/projects/kmetronome/files/kmetronome/1.3.0/
I'm pleased to announce the release of guitarix2-0.43.1
A virtual guitar amplifier for Linux running with jack (Jack Audio
Connection Kit) released under the
GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
This is a quick bug fix release.
Changelog:
* Fix Install metainfo in prefix (by Hubert Figuière)
* Fix GxAmplifierX produces weird noise after buffer size changes
Release tarball:
https://github.com/brummer10/guitarix/releases/download/V0.43.1/guitarix2-0…
Project Page on github:
https://github.com/brummer10/guitarix
Project Page on SourceForge:
https://sourceforge.net/projects/guitarix/
Drumstick Libraries 2.5.0
====================
Drumstick is a set of MIDI libraries using C++/Qt5 idioms and style.
Includes a C++ wrapper around the ALSA library sequencer interface: ALSA
sequencer provides software support for MIDI technology on Linux. A
complementary library provides classes for processing SMF (Standard MIDI
files: .MID/.KAR), RIFF MIDI (.RMI), and Cakewalk (.WRK) file formats. A
multiplatform realtime MIDI I/O library and a GUI Widgets libraries are
also provided for Linux, Windows, and Mac OSX.
Changes in v2.5.0:
* New build options: BUILD_ALSA, BUILD_FILE, BUILD_RT, BUILD_WIDGETS to
control building only some of the libraries.
* RT, VPiano: Fixed ALSA and CoreMIDI backends, enabling empty connections
(for using external connection tools).
* Deprecation of the Drumstick::File functions affected by the QTextCodec
class removal on Qt6.
* Raised macOS deployment target to 10.13 (High Sierra).
* Widgets: changed the white keys background picture depending on the key
background color.
* VPiano: new option to display inverted key colors.
* File: WRK format markers processing. Closes ticket #37.
License: GPL v3 or later
Project web site
https://sourceforge.net/p/drumstick
Online documentation
https://drumstick.sourceforge.io/docs/
Downloads
https://sourceforge.net/projects/drumstick/files/2.5.0/
wrk2mid: Cakewalk to Standard MIDI Files Translator
===========================================
wrk2mid is a command line utility for translating WRK (Cakewalk) files into
MID (standard MIDI files) based on Drumstick.
License: GPLv3 or later
Changes for v1.1.0
* New build option: BUILD_DOCS.
* New Build option: USE_QT to choose between Qt5 and Qt6. Closes ticket #3.
* Convert WRK track Port parameter. Closes ticket #2.
* Convert WRK markers into SMF text markers. Closes ticket #1.
* Displayed compiled and runtime library version information.
Downloads
https://sourceforge.net/projects/wrk2mid/files/v1.1.0/
Git repository
https://sourceforge.net/projects/wrk2mid/https://github.com/pedrolcl/wrk2mid (mirror)
I'm pleased to announce the release of guitarix2-0.43.0
A virtual guitar amplifier for Linux running with jack (Jack Audio
Connection Kit) released under the
GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
This is a maintenance release. Fixing a couple of bugs and make the
source code fit for newer compiler and library's.
Changelog:
* Fix build on gcc 11
* Add Fizz Remover
* Implement option to enable jack session support (--jack-session)
* Fix Unnatural decay at high gain (palm mutes)
* Fix Fuzz Face Mayer
* Add 41 tet tuner option (by Tristan Tarrant)
* Fix GxAmplifiers cycling through cabinets/pre-amps/tubes is skipping
items
* Remove glibmm dependency from LV2 plugs
* Update used faust version to 2.37.3
* Add option in GxAmplifiers to allow switch between Bass/Guitar input
* Add metadat.xml file
* Add X-NSM-Capable entry in .desktop file
Release tarball:
https://github.com/brummer10/guitarix/releases/download/V0.43.0/guitarix2-0…
Project Page on github:
https://github.com/brummer10/guitarix
Project Page on SourceForge:
https://sourceforge.net/projects/guitarix/
On Tue, 30 Nov 2021 15:21:29 +0000
Will Godfrey <willgodfrey(a)musically.me.uk> wrote:
>A recent version of cmake failed to link without extra tests.
>Fortunately the devs from arch linux were on the ball and sent us a fix in
>record time.
>
>This is not needed, and makes no difference if you are building on current
>stable distro versions.
>
>So we now have V2.1.2.1
--
It wasn't me! (Well actually, it probably was)
... the hard part is not dodging what life throws at you,
but trying to catch the good bits.
Version 2.1.2
More small improvements and extensions.
Improvements to MIDI-learn, and better compatibility with the earliest versions.
CLI exensions:
PadSynth status can be read.
GUI status can be read.
MIDI source and audio destination can be read.
GUI clarity improvements.
Further revision and extension of the HTML user guide.
Better actual sound conformity across distros/compliers.
Bugfixes.
Further details in /doc/Yoshimi_2.1.2_features.txt
Yoshimi source code is available from either:
https://sourceforge.net/projects/yoshimi
Or:
https://github.com/Yoshimi/yoshimi
Full build instructions are in 'INSTALL'.
Our list archive is at:
https://www.freelists.org/archive/yoshimi
To post, email to:
yoshimi(a)freelists.org
--
Will J Godfrey
https://willgodfrey.bandcamp.com/http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Goal
Provide a easy to use GUI generator tool to create X11 UI's for LV2
plugins. Currently only libxputty is supported, but the generated GUI C
file could be used probably with other widget tool-kits as well, just a
wrapper file is needed to translate the generated file to the needs of a
toolkit.
Currently state
XUiDesigner parse the ttl file from a selected plugin and generate the
needed controller widgets. Supported been the usual lv2:port parameter
and as well the new atom based LV2_PATCH__writable and
LV2_PATCH__readable so as LV2_ATOM__Path. XUiDesigner use the
environment variable LV2_PATH to scan for plugins when no path is given
with the -p command-line parameter. So you could easily create a GUI for
a existing plugin. A integrated Color chooser allow to create a Color
theme for your GUI. The created GUI could be saved as UI-Bundle, which
then could be build (just make) and installed (just make install) to
replace or provide a new GUI for the plugin.
You could as well create a LV2 plugin from scratch and save it as Full
Plugin-Bundle to a selected location. The project settings window allow
to setup the specs (like Author name, URI, Audio/Midi ports, etc.) for
your plugin XUIDesigner save the bundle in a git repository format,
contain a working LV2 plugin with all needed resources (ttl files,
converted C files from used images, etc.) and build files to build,
install and run the new generated plugin. All you need to do to finish
your plug is to implement your DSP part.
Control widgets could be created and moved/resized freely around in the
top Window. A grid could be displayed and widgets could snap to grid
(left, right, Center) to order them easily. Control widgets could be
grouped in a frame or a tab box and then the complete group could be
moved to the final position in the Window. Any control widget could be
replaced with a other control widget, so for example a Toggle Button
could be replaced with a ComboBox, or a Knob could be replaced with a
slider, or . . You could set the range for a controller, and it's
default value, You could create enums for a ComboBox, . .
Most Control widgets could be replaced with images you could select from
a included file browser.
XUIDesigner have a test-mode as well, which will build and run the
created GUI, and give some useful information out in the terminal.
Currently supported widget types
* Knob -> support horizontal framed png/svg
* HSlider
* VSlider
* Button -> support png/svg/horizontal framed png/svg
* Toggle Button -> support horizontal framed png/svg
* ComboBox
* Value Display
* Label
* VMeter
* HMeter
* Frame
* TabBox
* WaveView
* File Chooser Button
Build
* git submodule init
* git submodule update
* make
* sudo make install # will install into /usr/bin
https://github.com/brummer10/XUiDesignerhttps://github.com/brummer10/XUiDesigner/releases/tag/v0.3
regards
hermann