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
Ladies and Gentlemen,
hereby the Laborejo Software Suite releases updates for its programs in
the hope to be useful in your musical toolbox.
You can now download Fluajho version 1.7.0.
https://laborejo.org/downloads/fluajho-1.7.0.tar.gz
All software is released under GPLv3.
Fluajho (with jh as in pleasure) means fluid in Esperanto. It is a simple
sf2 soundfont host/player for Linux. Behind the scenes the Fluidsynth
library is at work, hence the name.
Changelog Highlights:
* New quick-select widget for midi-input hardware.
* Fix regression in "ignore program changes".
* Remove individual midi-in ports. They were released by accident and never worked.
* Adjust build process for new fluidsynth library version. This fixes a crash on exit and removes many warning messages on startup.
You can find all releases as sources here. Also check your distribution
for packages in a few days after this announcement, please.
https://laborejo.org/downloads/
For more information, a multi-language user manual, build instructions
and git access please visit
https://www.laborejo.org/fluajho/
Greetings,
Laborejo Software Suite
https://www.laborejo.org/
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.5:
* New build option USE_QT with valid values 5 or 6, to choose which Qt
major version to prefer. By default (if not set) it uses whatever is found.
* Fixed ticket #74: crash under Linux using the MIDI Connections dialog. if
there are no suitable MIDI inputs/outputs available.
* Fixed error checking of DwmGetWindowAttribute() call. This caused a
problem in Windows 7 running the "Windows Classic" theme.
* Swedish translation updated. Thanks to Magnus Johansson.
* Czech translation updated. Thanks to Pavel Fric.
* Requires: drumstick-2.4
Compilation minimum requirements for all platforms:
* CMake 3.14
* Qt5 >= 5.9 or Qt6 >= 6.2
note: Qt6 support is still experimental
* Drumstick 2.4
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.5/
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.2:
* New build option USE_QT to choose among Qt major versions (5 or 6). By
default (if not set) it uses whatever is found.
* Fix for crash in Linux when using the MIDI connections dialog, and there
are not suitable MIDI ports available.
* Czech translation updated. Thanks to Pavel Fric.
Build requirements:
* C++11 compiler
* Qt5 >= 5.9 or Qt6 >= 6.2
Note: Qt6 is still experimental
* Drumstick libraries v2.4
* 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.2/
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.4.1:
* New build option: USE_QT to choose among Qt major versions (5 or 6).
Fixes ticket #36.
* Fixed ticket #35: build with Qt 5.11 is possible again.
* Vpiano: fix for a similar bug to vmpk ticket #74: crash in Linux.
* Widgets: using buffer time in FluidSynth configuration dialog.
* Fixed wrong licenses in several files.
* Fixed defaults and ranges for the FluidSynth RT backend parameters, using
the same values as the upstream library.
* Fixed validation of parameters in the FluidSynth configuration dialog.
* Widgets: Swedish translation updated. Thanks to Magnus Johansson.
* Widgets: Czech translation updated. Thanks to Pavel Fric.
Compilation minimum requirements for all platforms:
* C++11 compiler
* CMake 3.14
* Qt5 >= 5.9 or Qt6 >= 6.2 (experimental)
Feature dependencies, for some platforms:
* ALSA (Linux only)
* PulseAudio (Unix)
* D-Bus (Unix)
* FluidSynth
Copyright (C) 2009-2021, Pedro Lopez-Cabanillas
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.4.1/