[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.7.3:
* New example song: Franz Schubert (1797–1828). Der Schwanengesang (D
957) #4 Ständchen (Ludwig Rellstab 1799-1860).
* Fixed GH ticket #13 (SF ticket #18): Keep together snapped windows
when moved. This new optional function is available on Windows, macOS
and Linux/X11, but not on Wayland where it is forbidden.
* Czech translation updated. Thanks to Pavel Fric.
* Italian translation updated. Thanks to Giovanni Mariani.
* Spanish and Galician translations updated.
Build requirements:
* C++11 compiler
* Qt5 >= 5.15 or Qt6 >= 6.2
* Drumstick libraries v2.8
* Uchardet v0.0.8
* CMake 3.14
* Pandoc (when BUILD_DOCS=on)
Copyright (C) 2021-2023 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.7.3/
Hi all!
We are glad to announce that we released version 1.0.0 of Brickworks,
the music DSP toolkit that supplies you with the fundamental building
blocks for creating and enhancing audio engines on any platform.
Here's a short list of changes:
* First stable release.
* Full debugging in all modules.
* Tons of bug fixes, improvements, and polish.
It is fully free/open source software (GPLv3 license) and we also offer
commercial licenses.
You can find more information on the official web page:
https://www.orastron.com/brickworks.
Best regards,
Stefano D'Angelo
Founder and CEO of Orastron - https://www.orastron.com/
Anklang version 0.2.0 is released.
Anklang is a digital audio synthesis application for live
creation and composition of music. It is released as Free
Software (MPL-2.0) and runs under Linux.
The real-time sound engine is implemented in C++, the UI runs
in Electronjs, Firefox or Chrome. Assistance with development,
porting or creative efforts is very welcome.
Anklang provides a MIDI sequencer, Undo/Redo capabilities for note
editing, real-time synthesis, and support for CLAP plugins.
The source code and binary packages are available here:
https://github.com/tim-janik/anklang/releases/tag/v0.2.0
The project website with further resources is at:
https://anklang.testbit.eu/
=======================================================================
This release has significant improvements to audio synthesis
capabilities and user interface. The documentation has been improved in
several places, and automated generation was integrated into the CI.
Audio synthesis enhancements include support for new CLAP (draft)
extensions, such as transport information and file references. We now
support non-linear mappings for BlepSynth ADSR times, and a new audio
plugin Freeverb by Jezar at Dreampoint was added, with fixes to the
damping mode in the original version. Additionally, a Jack PCM driver
based on Stefan Westerfelds’ code was integrated.
Performance improvements were achieved by adding a new optimizing memory
allocator and supporting low-latency scheduling via sched_* or RtKit.
Saving projects will now automatically create backups of recent versions.
The user interface has also seen significant improvements in this
release. These include context help via F1 key in various UI components,
fixes to mouse wheel sensitivity for modern browsers, improved tooltips
and note editing in the piano roll. The UI can now be zoomed via new
menu entries, the color palette was updated, and integration of
TypeScript annotations allowed improving the UI JavaScript code quality.
In terms of packaging, AppImage builds saw major compatibility
improvements, and we increased the frequency of Nightly releases,
building from nearly all significant trunk merge commits. We aim to
generate more regular releases in the future instead of having lots of
Nightly builds between regular releases.
--
Anklang Free Software DAW:
https://anklang.testbit.eu/
Aseq RC is a remote ALSA sequencer patchbay that creates a web server,
making it very easy to connect and disconnect ALSA sequencer ports. It
also remembers the state between two ports, so if the device
disappears (program closed or device disconnected), the next time it's
connected, it will be automatically reconnected. Manual disconnection
(via 'aseqrc' or any other method) is properly managed.
This new version includes:
* Several fixes for device listings
* Each device can have a logo for easier discoverability and nicer interface.
It can be downloaded from
https://github.com/davidmoreno/aseqrc/releases/tag/v23.09
More info at https://github.com/davidmoreno/aseqrc/
Help, issue reports and pull requests are very much appreciated.
Thanks,
David.
--
David Moreno Montero
dmoreno(a)coralbits.com
+34 658 18 77 17
http://www.coralbits.com
Neural Capture is a VST3/LV2 plug to make the process of cloning
external soft/hardware a bit more comfortable.
![NeuralCapture](https://github.com/brummer10/neuralcapture/blob/main/NeuralCapture.png?raw=true)
Neural Capture is build using the DISTRHO Plugin Framework
[DPF](https://github.com/DISTRHO/DPF)
It features a round trip measurement routine.
This allows to load the plug, connect the output to the system output,
loop over external gear (soft or hardware) and back to the Profiler input.
Simply press "Capture" to play the "input.wav" file to the output and
record the returning input
delayed by the measured round trip latency. The peek meter will show you
if your signal is in the expected range.
The round-trip latency will be measured on each "Capture" start.
Resulting recorded "target.wav" file will be perfectly in sync with the
used "input.wav" file.
Currently, both files would be saved under "$(HOME)/profiles/".
The "target.wav" file will be overwritten on each Capture run, so there
will be always only one target file.
You need to save it from that directory in order to use it with the
AIDA-X or NAM trainer.
The "input.wav" file comes as resource with the plug (hence the big size
of the binary packages) and get copied over to that folder, when no
input.wav file was found there.
This allows advanced users to use their own input.wav file by simply
replace the one in that folder.
The target.wav file get checked during record and run to a normalization
function when needed.
(Only when the max peek in target is above the max peek in input).
The record will be saved in the PCM24 wav format (same as the input.wav
file).
The UI provide a progress bar, a peek meter, and well the profile button.
As requested by the AIDA-X and the NAM trainer, only 48kHz been
supported to run this plug.
(You'll get a warning otherwise)
Project side: https://github.com/brummer10/neuralcapture
The release provide binary packages for multiple platforms
release: https://github.com/brummer10/neuralcapture/releases/tag/v0.1.1
regards
hermann
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.10:
* Fix for SF ticket [#83]: Fail to build when mixing Qt6 and Qt5 libraries.
* Fix for SF ticket [#84]: Failure restoring portable settings.
* Chinese translation updated. Thanks to Hycinth 听寒.
* Requires: drumstick v2.8.
Compilation minimum requirements for all platforms:
* CMake 3.14
* Qt5 >= 5.9 or Qt6 >= 6.2
note: Qt6 support is still experimental
* Drumstick 2.8
Please use the mailing list <vmpk-devel(a)lists.sourceforge.net> for
questions and comments. Thanks.
Copyright (C) 2008-2023, Pedro López-Cabanillas and others.
License: GPL v3
More info:
https://vmpk.sourceforge.io
Downloads:
https://sourceforge.net/projects/vmpk/files/vmpk/0.8.10/
---
Sent from sourceforge.net because you indicated interest in
<https://sourceforge.net/p/vmpk/news/2023/08/virtual-midi-piano-keyboard-081…>
To unsubscribe from further messages, please visit
<https://sourceforge.net/auth/subscriptions/>
Drumstick is a set of MIDI libraries using C++/Qt 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.8.1:
* Chinese translation updated. Thanks to Hycinth
* CMake config check to avoid mixing Qt6 with Qt5
* Fix for GH ticket #13: errors while building drumstick 2.8.0
Compilation minimum requirements for all platforms:
* C++11 compiler
* CMake 3.14
* Qt5 >= 5.9 or Qt6 >= 6.2 (with Qt6Core5Compat library dependency for
Drumstick::File)
Feature dependencies (for some platforms):
* ALSA (Linux only)
* PulseAudio (Unix)
* D-Bus (Unix)
* Sonivox (Unix)
* FluidSynth (All platforms)
Copyright (C) 2009-2023, 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.8.1/