Hi everyone,
As we're getting ready for LAC 2025, we're currently looking for
potential reviewers for the scientific track of the conference. In fact,
and to be completely transparent about this, it turns out that the
"historial list of LAC reviewers" has been lost after "all these years
without LAC." After the paper submission deadline (March 24) will be
passed, reviewers will have until April 18 to write their reviews. We
hope to be able to assign no more than three papers to each reviewer.
Whether you already reviewed for LAC or not, we kindly ask you to fill
out this form:
https://framaforms.org/reviewer-call-for-lac-25-1738313198 to apply to
be a reviewer. Filling out this form doesn't guaranty that you will
review for LAC: your application will be reviewed by the scientific
committee of the conference who will shortly let you know if it has been
accepted or not.
We thank you in advance for your help with that!
As a side note, we remind you (again) that the paper submission deadline
for LAC 2025 is March 24: https://jimlac25.inria.fr/lac/#important-dates
We look forward to seeing you in Lyon in June!
Cheers,
Romain Michon (for the LAC 2025 organizational committee)
ps: feel free to forward this message to any group/individual/platform
who might be able to help with this!
aloop is a audio file looper for Linux using PortAudio as back-end
(jack, pulse, alsa), libsndfile to load sound files and zita-resampler
to resample the files when needed. The GUI is created with libxputty.
This is the first release for aloop, it comes with the following features:
* support all file formats supported by libsndfile.
* resample files on load to match session Sample Rate
* file loading by drag n' drop
* included file browser
* open file directly in a desktop file browser
* open file on command-line
* create, sort, save and load playlists
* select to loop over a single file or over the play list
* move play-head to mouse position in wave view
* set loop points for start/end loop
* save loop points in play list
* save selected loop as wav file
* play backwards
* volume control
* break playback (keyboard support space bar)
* reset play-head to start position (keyboard support courser left)
Dependencies
* libsndfile1-dev
* portaudio19-dev
* libcairo2-dev
* libx11-dev
Project page:
https://github.com/brummer10/aloop
Release Page:
https://github.com/brummer10/aloop/releases/tag/v0.1
Please report issues to the project issue tracker.
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.5:
* fix for GH ticket #32: text highlight color setting
* fix for Backend manager
* building and packaging with msvc 2022 on Windows, including ARM64 arch
* using Drumstick 2.10, including better Fluidsynth settings
Build requirements:
* C++11 compiler
* Qt5 >= 5.15 or Qt6 >= 6.2
* Drumstick libraries v2.10
* Uchardet v0.0.8
* CMake 3.16
* Pandoc (when BUILD_DOCS=on)
Copyright (C) 2021-2024 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.5/
Hi!
audiowmark-0.6.3 is now available at https://uplex.de/audiowmark
Overview of Changes in audiowmark-0.6.3:
* update HLS support to build with ffmpeg-7 API (#68)
* preserve wav subformat (#64)
- write float/double wav output for wav float/double input
- write signed 16, 24 and 32 bit wav output for 16, 24, 32 bit wav input
- added test that wav subformat format is preserved (make check)
* improved RawConverter:
- support float/double input/output (very fast on little endian systems)
- fix bug for unsigned integer raw input/output (16, 24 and 32 bit)
- better tests (make check)
- faster 16/32 bit conversion on little endian systems
* add format wav-pipe for very long input/output streams on stdin/stdout
* performance optimizations for SFOutputStream
* add documentation for Windows/Cygwin builds (#45)
audiowmark is an open source solution (GPL3 or later) for watermarking
audio files. It has many features, it is robust, fast, secure and of
course we believe that the watermark is not audible for most users.
The project page provides the documentation and source code as well as
some audio demos, so you can check whether you hear a difference between
original and watermarked files.
Cu... Stefan
--
Stefan Westerfeld, http://space.twc.de/~stefan
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.9.1:
* Fixed Qt style preferences ignored
* Add FR azerty keymap. Thanks to Bruno Duyé
* Fix for GH ticket #27: Enable F10 key in Windows when using native filters
* Merge pull request #26 from RoboSchmied: fix 2 typo
* building with msvc 2022 on Windows
* Requires: drumstick v2.10.
Compilation minimum requirements for all platforms:
* CMake 3.16
* C++17 compiler
* Qt6 >= 6.2 or Qt5 >= 5.9
* Drumstick 2.10
Please use the mailing list <vmpk-devel(a)lists.sourceforge.net> for
questions and comments. Thanks.
Copyright (C) 2008-2024, Pedro López-Cabanillas and others.
License: GPL v3
More info:
https://vmpk.sourceforge.io
Downloads:
https://sourceforge.net/projects/vmpk/files/vmpk/0.9.1/
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.10.0:
* ALSA library:
* Fix for GH #28: emitted signal with invalid pointer
* Follow-up of the fix for GH #28: emit signals only when there are
connected receivers
* Updated documentation of MidiClient::eventReceived and
MidiPort::subscribed to recommend Qt::UniqueConnection
* New QDebug output operator accepting SequencerEvent instances
* RT library:
* Fix for GH #27: FluidSynth backend, using autoconnect for jack
audio driver
* Fix for GH #26: issues with the new reverb/chorus fluidsynth settings
* Fixed cleanup of Windows MIDI input backend
* Widgets library:
* Revised user interface of the fluidsynth settings
* Utils
* Fixed backendmanager usage in vpiano. Optization in
BackendManager::refresh() to keep backends loaded
Compilation minimum requirements for all platforms:
* C++17 compiler
* CMake 3.16
* Qt6 >= 6.2 with Qt6Core5Compat library dependency for Drumstick::File
or Qt5 >= 5.9
Feature dependencies (for some platforms):
* ALSA (Linux only)
* PulseAudio (Unix)
* PipeWire (Unix)
* D-Bus (Unix)
* Sonivox (Unix)
* FluidSynth (All platforms)
Copyright (C) 2009-2024, 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.10.0/