Dear all,
I'd like to announce rtcqs, the continuation of the
realtimeconfigquickscan project. It's a port to Python with some added
extra's, like a Spectre/Meltdown mitigations check and a Qt GUI. It has
the approval of the original author of realtimeconfigquickscan to whom I
owe a debt of gratitude, not only for the original code but also for his
helpfulness with the continuation, or maybe even evolution of the project.
So check it out, indulge me with bugs, issues, improvements or any other
useful feedback on the Codeberg repo which you can find at at
https://codeberg.org/rtcqs/rtcqs
Happy system tuning and happy holidays!
Jeremy
Virtual MIDI Piano Keyboard is a MIDI events generator and receiver. It
doesn't produce any sound by itself, but can be used to drive a MIDI
synthesizer (either hardware or software, internal or external). You can
use the computer's keyboard to play MIDI notes, and also the mouse. You can
use the Virtual MIDI Piano Keyboard to display the played MIDI notes from
another instrument or MIDI file player.
Changes in v0.8.6:
* Fixed advanced setting on connections dialog.
* Enabled empty input connection after fix on drumstick-ALSA: requires
external connections utility.
* Better inverted piano colors after fix on drumstick-widgets: changed the
white keys background picture depending on the key background color.
* Removed dependency on Qt6::Core5Compat when building with Qt6
* Requires: drumstick-2.5
Compilation minimum requirements for all platforms:
* CMake 3.14
* Qt5 >= 5.9 or Qt6 >= 6.2
note: Qt6 support is still experimental
* Drumstick 2.5
Please use the mailing list <vmpk-devel(a)lists.sourceforge.net> for
questions and comments. Thanks.
Copyright (C) 2008-2021, Pedro López-Cabanillas and others
License: GPL v3
More info
http://vmpk.sourceforge.net
Downloads
http://sourceforge.net/projects/vmpk/files/0.8.6/
[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/