VMPK 0.8.7
==========
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.7:
* Fixed touch-screen events handling on Linux, on both X11 and Wayland.
* Fixed raw (low level) keyboard events handling on Linux+Wayland.
* New cmake build option: ENABLE_NATIVE_FILTER. Enabled by default on
Windows, and disabled elsewere.
* Fixed ticket #80: always-on-top preference hides main window.
* Fixed command line option "file".
* Fixed instruments definition "default.ins" file loading.
* Requires: drumstick-2.6.
Compilation minimum requirements for all platforms:
* CMake 3.14
* Qt5 >= 5.9 or Qt6 >= 6.2
* Drumstick 2.6
Please use the mailing list <vmpk-devel(a)lists.sourceforge.net> for
questions and comments. Thanks.
Copyright (C) 2008-2022, Pedro López-Cabanillas and others
License: GPL v3
More info
https://vmpk.sourceforge.io
Downloads
https://sourceforge.net/projects/vmpk/files/0.8.7/
Drumstick Libraries 2.6.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.6.0:
* Widgets: pianokeybd has 2 new functions, setUsingNativeFilter() and
isUsingNativeFilter(). Fixed pianokeybd's touch-screen input on Linux,
including X11 and Wayland. Added pianokeybd internal raw computer keyboard
input processing.
* Utils: vpiano new menu options to allow enabling keyboard, mouse and
touch-screen input. New raw keyboard menu option. Note labels font
stability fix.
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)
* FluidSynth (All platforms)
Copyright (C) 2009-2022, 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.6.0/
Hi,
I just released a new plugin. The first one based on the new B.Widgets
toolkit. Try out and have fun.
B.Low is the unique sample-based sound generator plugin you always
waited for. It blows out low sounds from below to spice up your music
production with a special flavour. The high quality samples were
gratefully provided by numerous international artists.
Github: https://github.com/sjaehn/BLow
Release: https://github.com/sjaehn/BLow/releases/tag/1.2.0
Regards,
Sven
On behalf of the entire Rivendell development team, I'm pleased to
announce the availability of the next production release of the next
major version of Rivendell, 3.6.5. Rivendell is a full-featured radio
automation system targeted for use in professional broadcast
environments. It is available under the GNU General Public License
version 2.
From the 'NEWS' file:
*** snip snip ***
Changes:
Various bugfixes. See the ChangeLog for details.
Database Update:
This version of Rivendell uses database schema version 347, and will
automatically upgrade any earlier versions. To see the current schema
version prior to upgrade, see RDAdmin->SystemInfo.
Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading
to allow any necessary changes to the database schema to be applied.
*** snip snip ***
Details and source code are available at
https://github.com/ElvishArtisan/rivendell/releases <https://github.com/ElvishArtisan/rivendell/releases>.
Cheers!
|---------------------------------------------------------------------|
| Frederick F. Gleason, Jr. | Chief Developer |
| | Paravel Systems |
|---------------------------------------------------------------------|
| A room without books is like a body without a soul. |
| |
| -- Cicero |
|---------------------------------------------------------------------|
Zrythm 1.0.0-beta.1.0.1 has been released!
==== Screenshot ====
https://www.zrythm.org/static/images/screenshots/mar-16-2022.png
==== About ====
Zrythm is a digital audio workstation designed to be featureful and
easy to use. It allows limitless automation through curves, LFOs and
envelopes, supports multiple plugin formats including LV2, VST2 and
VST3, works with multiple backends including JACK, RtAudio/RtMidi and
SDL2, assists with chord progressions via a special Chord Track and
chord pads, and can be used in multiple languages including English,
French, Portuguese, Japanese and German.
Zrythm is free software written in C using the GTK4 toolkit and can be
extended using GNU Guile.
Zrythm is currently in beta. The project format is stable and we are
working towards a v1 release.
==== Links ====
Full changelog:
https://git.sr.ht/~alextee/zrythm/tree/master/item/CHANGELOG.md
Pending features for v1:
https://todo.sr.ht/~alextee/zrythm-feature?search=status%3Aopen+label%3A%22…
Pending fixes for v1:
https://todo.sr.ht/~alextee/zrythm-bug?search=status%3Aopen+label%3A%22v1%22
Home page: <https://www.zrythm.org>
Installer downloads: <https://www.zrythm.org/en/download.html>
Git repository: <https://sr.ht/~alextee/zrythm>
User manual: <https://manual.zrythm.org/en/index.html>
Developer reference: <https://docs.zrythm.org/>
Issue trackers: <https://sr.ht/~alextee/zrythm/trackers>
Mailing lists: <https://sr.ht/~alextee/zrythm/lists>
Releases: <https://www.zrythm.org/releases/>
Donations: <https://www.zrythm.org/en/community.html#donate>
==== Release Notes ====
This is the first beta release where the project format is stabilized.
If we discover any issue that requires breaking the project format,
Zrythm will take care to auto-upgrade older projects.
The remaining issues for v1 are mostly visual bugs and convenience
features. Most critical issues have already been resolved.
Since the project format is now stable and critical issues have been
resolved, we believe Zrythm can be used in production.
Main changes in the last 3 months:
- Port from GTK3 => GTK4
- Implement audition mode
- Implement adaptive grid snap
- Add more scales and ability to generate chords from them
- Allow transposing entire chord pad
- Make chord changes undoable
- Implement chord presets
- Add built-in fade in/out on all audio regions
- Implement automation/chord region stretching
- Make all arranger objects editable in event viewers
- Implement track lane mute/solo
- Allow recording in chord track
- Allow playing chords with a MIDI keyboard
- Allow exporting multiple MIDI regions to a MIDI file
- Add option to export MIDI lanes as separate tracks in MIDI files
- Add option to create pre-routed setup for multi-out instruments
- Add default velocity selector with option to use last edited velocity
- Implement record on MIDI input
- Auto-reconnect to any hardware devices that get disconnected
- Run all plugins via Carla API
- Port most widget drawing from cairo (software rendering) to GTK
snapshot (hardware rendering by default)
- Release on Flathub
- Various visual/UX improvements
- Various bug fixes
- Various DSP and drawing optimizations
- Various localization updates
The list of changes in this release follows:
## [1.0.0-beta.1.0.1] - 2022-03-16
### Added
- Add MIDI format selector in the export dialog
- Add option to export track lanes as separate MIDI tracks in the
export dialog
- Cancel current arranger action on Escape press
### Changed
- Update copyright years in about dialog
- Resize MIDI and velocity arrangers proportionally when resizing the
editor
- Queue some startup messages to be shown after main window loads
- Improve context menu styling
- Clear undo history when deleting channel slots or tracks with
uninstantiated plugins
- Use custom-built test instrument instead of Geonkick in some tests
- Update default screenshot in appdata
### Fixed
- Fix plugin state dirs in backups being empty
- Fix audio FX track stems being silent
- Fix being unable to open main window on MacOS
### Removed
- Remove warranty disclaimer from welcome dialog (already mentioned in
about dialog)
Dear past and future visitors of the Sonoj Convention,
the following message is made under the assumption that the world will return to a more healthy and peaceful state until October 2022.
At this point in time, I am unable to make any guarantees. Sorry.
However, the date is fixed. The convention will either be on this weekend (see below) or it will not happen at all.
The fourth annual Sonoj Convention ( https://www.sonoj.org ) will maybe(!) taking place this upcoming October 8th-9th 2022 in Cologne, Germany.
The convention is focusing on the combination of music production and free / open source software, with a priority on practical music production.
We want to welcome everyone, regardless of your musical or technical background. As it was the last times, admission to the convention is free.
While the website https://sonoj.org/ is still in it's "in-between" mode it will soon be replaced by the real site again, with more information.
To get a better idea of what to expect out of Sonoj, you can find information and recordings from last year's conventions in our archives: ( https://sonoj.org/archive )
If you want to contribute with a demonstration or talk, please contact me ( info(a)sonoj.org ). A short, informal expression of intent will be enough for now.
Yours,
Nils Hilbricht
Cologne, Germany
https://www.sonoj.org
(Apologies for cross-postings)
ICAD 2022
Call for Submission of Papers and Extended Abstracts
27th International Conference on Auditory Display
Virtual Conference
24-27 June 2022
https://icad2022.icad.org
THEME: SAFE AND SOUND
Sound is used in a wide variety of applications to alert listeners to the
status of a person or environment. At ICAD 2022, we want to highlight
sonification work that can be used to maintain awareness in some capacity
(outside navigation, hospitals, air traffic control, etc). Papers are not
limited to this theme, as we will value and embrace all types of
submissions, including papers, posters, multimedia (videos/audios), demos,
and concert pieces
Why ICAD 2022?
ICAD is a highly interdisciplinary academic conference with relevance to
researchers, practitioners, musicians, and students interested in the
design of sounds to support tasks, improve performance, guide decisions,
augment awareness, and enhance experiences. The conference is unique in its
singular focus on auditory displays and the array of perception,
technology, and application areas that this research area encompasses. Like
its predecessors, ICAD 2022 will be a single-track conference, open to all,
with no membership or affiliation requirements.
Submission Dates
Papers: April 8, 2022 (Friday)
Workshops & Tutorials: April 15, 2022 (Friday)
Student Think Tank: April 30, 2022 (Saturday)
Sonification Concert: April 6, 2022 (Wednesday)
Extended Abstracts: April 22, 2022 (Friday)
For details on topics of interest, proposal format, submission
instructions, and additional conference information please visit
https://icad2022.icad.org/
Papers Chairs:
Areti Andreopoulou and Bruce Walker
papers(a)icad2022.icad.org
Conference Chairs:
Kyla McMullen and Niklas Rönnberg
chairs(a)icad2022.icad.org
--
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Kyla A. McMullen, Ph.D.
Web: http://www.kylamcmullen.com
LinkedIn: KylaMcMullen <https://www.linkedin.com/in/kyla-mcmullen-16902222>
Twitter: @Dr_Kyla <https://twitter.com/Dr_Kyla>
Facebook: Kyla McMullen <https://www.facebook.com/kyla.mcmullen.90/>
Google Scholar: Kyla McMullen
<https://scholar.google.com.au/citations?hl=en&user=DzvXnyoAAAAJ>
Need a synchronous conversation? <http://calendly.com/kyla-mcmullen>
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
On behalf of the entire Rivendell development team, I'm pleased to
announce the availability of the next production release of the next
major version of Rivendell, 3.6.4. Rivendell is a full-featured radio
automation system targeted for use in professional broadcast
environments. It is available under the GNU General Public License
version 2.
From the 'NEWS' file:
*** snip snip ***
Changes:
RDLogEdit. Added a 'Log Listing (CSV)' report under the 'Reports'
button in the 'Edit Log' dialog.
Added a 'SuppressMusicImportLinks=No|Yes' directive to the [Hacks]
section of rd.conf(5).
PyPAD Scripts. Added the ability to filter PAD updates by Group membership
on a per-script instance basis. See the documentation for the [NowGroups]
and [NextGroups] sections in the script exemplar files.
Now & Next/PAD System. Deprecated the use of the 'Transmit Now & Next data'
checkbox in the 'Group' dialog in rdadmin(1).
Various bugfixes. See the ChangeLog for details.
Database Update:
This version of Rivendell uses database schema version 347, and will
automatically upgrade any earlier versions. To see the current schema
version prior to upgrade, see RDAdmin->SystemInfo.
*** snip snip ***
Details and source code are available at
https://github.com/ElvishArtisan/rivendell/releases <https://github.com/ElvishArtisan/rivendell/releases>.
Cheers!
|---------------------------------------------------------------------|
| Frederick F. Gleason, Jr. | Chief Developer |
| | Paravel Systems |
|---------------------------------------------------------------------|
| A room without books is like a body without a soul. |
| |
| -- Cicero |
|---------------------------------------------------------------------|