Release Date Range:

Ossia Score is a free, open-source, cross-platform intermedia sequencer

Updated: 18 Apr, 2022
IMPORTANT KNOWN ISSUE

Due to a release mistake, Faust support was not enabled in this release. 3.0.8 will come out shortly with the fix.

New features
  • A stable plug-in API through Avendish! It took years of work but there is finally an API that is guaranteed to stay stable as long as C++ compilers exist thanks to the entirely declarative paradigm used, all while enabling the back-end to keep evolving to offer continuously improving performance. Documentation is there: https://celtera.github.io/avendish ; support for JIT-compiling these is a work-in-progress and should already work in simple cases. As an added bonus, plug-ins written against this API will also be portable to other environments, such as PureData, Max, VST...

    • It allows to write both CPU and experimentally GPU processors
    • Entirely custom UIs are possible
    • More features will be added over time ; thanks to the reflection-based design it can be done without breaking existing code.
  • The DNSSD implementation will now check that Bonjour (on Windows) and Avahi (on Linux) are running, to prevent slow timeouts when they are not.

Bugfixes
  • Multiple MIDI bugfixes (#1384 #1386)
  • Fix some eager asserts causing crashes in video process (#1377)
  • Fix that setting time

Radium is a music editor with a tracker and sequencer and mixer interface.

Updated: 16 Apr, 2022
  • Build: Upgraded Qt from 5.15.2 to 5.15.3.
  • Build: Upgraded lots of system libraries for
    all three platforms.
  • Windows: Include a general README.txt file.
  • Windows 32bit: Include the FaustDev instrument. By
    mistake, the FaustDev instrument had not been
    included before now.
  • Song properties/Instruments/Editor: Add options to
    simulate pitch changes by sending out discrete
    glissando notes. Enabled by default in new songs
    for instruments that don't support changing pitch
    of playing notes.
  • Editor: Fix some harmless but annoying error
    messages sometimes popping up right after loading
    a song.
  • Audio: Fix notes not stopping for some instrument
    when changing the pitch of a currently playing
    note.
  • JUCE: Upgrade from 6.1.4 to 6.1.6
  • Build: Fix compiling with clang 13.
  • Faust: Update to faust 2.37.3
  • Editor: Don't set random sample for all selected
    instruments when pressing SHIFT+R. This keybinding
    belongs in the mixer only.
  • Instruments: Remember highest instance number from
    last time when loading songs. The instance number
    is used when autocreating instrument names.
  • Build: Fix shebangs (bandthedoge)
  • JUCE: Don't enable jassert in RELEASE mode
    (fixes crashes in VST3 plugins on linux.)
  • Editor/Sequencer: Paint nodes correctly when they
    are selected.
  • Editor/Sequencer: Paint thicker borders on high
    DPI screens.

Virtual Midi keyboard and Midi Live Looper for Jack Audio Connection Kit

Updated: 16 Apr, 2022

Mamba is a Virtual MIDI Keyboard, a 16 Channel Live MIDI Looper and a MIDI File player for ALSA / Jack Audio Connection Kit
Mamba
mamba
Release v2.2:
Add hotkey ctrl + g to select Grab keyboard
Update French translation by Olivier Humbert
Fix build with g++17
Fix File Selector crash when no XDG-dirs found
Mamba_2.2.tar.gz

Fully-featured audio plugin host, with support for many audio drivers, plugin and sound bank formats.

Updated: 15 Apr, 2022

Fixes:

  • Fix build for Alpine Linux and BSD
  • Fix integration with internal Qt toolbar visibility state
  • Fix plugin search (regression from 2.4.2)
  • Fix several Windows UTF-16 issues

Build related changes:

  • Add -fno-gnu-unique to default build flags
  • Implement VERBOSE make flag
  • Make build compatible with LTO, now enabled on official macOS/Windows binaries
  • Replace CARLA_EXPORT macro with separate API / PLUGIN export options
  • Set new X-NSM-Exec desktop file property

Laborejo is a MIDI sequencer based on classical music notation

Updated: 15 Apr, 2022
Download: https://laborejo.org/downloads/laborejo-2.0.3.tar.gz

Changelog:

  • Use the new systewide library libcalfbox-lss instead of providing our own. This lib is now a dependency.
  • https://git.laborejo.org/lss/libcalfbox-lss
  • Fix PyQt regressions with implicit float to int conversion in integer-widgets.
  • Add X-NSM-Capable=True and X-NSM-Exec to the .desktop file

JACK2 is a multiplatform C++ low-latency audio server for multi-processor machines.

Updated: 15 Apr, 2022
  • Add shell mode to jack_control (executes commands from stdin until EOF)
  • The waf autooption --example-tools introduced in 1.9.20 is now off by default,
    To get the previous behavior back pass --example-tools during build.
    This flag (and the related tools and their code) are going to be removed in the next release.
  • Fix alignas() on non-packed architectures
  • Fix build of jack-example-tools man pages (1.9.20 regression)
  • Fix compatibility with macOS 12
  • Fix missing symbols from jack client library (error and info callback pointers)
  • Fix potential memory corruption in midi_latency_test tool
  • Fix JackWeakAPI on Windows
  • Use predefined variables in pkg-config file (required for mingw)

External changes, related to macOS/Windows installer:

  • Fix application style in QJackCtl (qwindowsvistastyle.dll was missing)
  • Update QjackCtl used in macOS/Windows installers to 0.9.7

Fluajho is a simple sf2 soundfont host/player for Linux.

Updated: 15 Apr, 2022
Download: https://laborejo.org/downloads/fluajho-1.7.2.tar.gz

Changelog:

  • Use the new systewide library libcalfbox-lss instead of providing our own. This lib is now a dependency.
  • https://git.laborejo.org/lss/libcalfbox-lss
  • Add X-NSM-Capable=True and X-NSM-Exec to the .desktop file

mephisto.lv2 is a Just-in-Time FAUST compiler embedded in an LV2 plugin.

Updated: 15 Apr, 2022

release-0.18.2

lv2lint checks whether a given LV2 plugin is up to the specification.

Updated: 15 Apr, 2022

release-0.16.2

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 14 Apr, 2022

Added

  • Add status page to modulators tab
  • Add bundled plugins: compressor, delay, gate, distortion, reverb

Changed

  • Add some vertical padding to automation editor
  • Port some split buttons to AdwSplitButton
  • Simplify check for unsaved changes (only look at last performed action)
  • Update French, Chinese (Simplified), Portuguese, Catalan translations
  • User manual: update some sections
  • User manual: change PDF author to 'The Zrythm contributors'
  • Hardcode standard LV2 paths for all OSes
  • Update screenshot URL in metainfo

Fixed

  • Fix preference rows not being centered
  • Fix arranger objects not being draggable from their bottom/left side
  • Various CSS/style fixes
  • Fix issues with fonts in some custom widgets

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 14 Apr, 2022

v1.0.0-beta.1.5

PipeWire is a server and user space API to deal with multimedia pipelines.

Updated: 13 Apr, 2022

0.3.50

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 10 Apr, 2022

Changed

  • Become a full libadwaita app
  • Simplify theme CSS

Fixed

  • Fix defaulting to JACK on Windows/Mac
  • Fix compilation failure on some distros
  • Fix crash when passing --reset-to-factory
  • Fix fonts disappearing on Windows after opening preferences

Removed

  • Remove matcha theme

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 10 Apr, 2022

v1.0.0-beta.1.4

Seq66 is a grid style MIDI looper that, a Qt 5 reboot of seq24/sequencer64

Updated: 09 Apr, 2022

Version 0.98.6 tagged.

Dragonfly Reverb is a bundle of free audio effect plugins (LV2 and VST) for Linux, MacOS, and Windows.

Updated: 08 Apr, 2022

Test version number 123

drumkv1 is an old-school all-digital drum-kit sampler synthesizer with stereo fx.

Updated: 07 Apr, 2022

A Spring'22 Release.

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 07 Apr, 2022

Added

  • Include system info in automatic bug reports
  • Add clang-format target
  • Implement base/full MIDI export
  • Preferences: add option to reset to factory settings
  • Add ECMAScript support for scripting
  • Add language selection in scripting dialog

Changed

  • Switch to REUSE v3.0 and SPDX license identifiers
  • Reformat whole source code using clang-format
  • User manual: update initial configuration, scripting sections
  • Simplify initial configuration: only select language and path
  • Update German, French, Japanese, Chinese (Simplified), Turkish translations
  • Update README, INSTALL, HACKING content
  • Redesign bug report dialog
  • Preferences: use subtitles instead of tooltips
  • Welcome dialog: point to trademark policy
  • Welcome dialog: mention that only flatpak-packaged plugins are supported in flatpak builds

Fixed

  • Fix formatting in appdata XML
  • User manual: fix broken references
  • Fix MIDI region content selection in MIDI export dialog
  • Fix some memory leaks reported by gcc sanitizer
  • Fix error when right-clicking inside audio editor

Removed

  • Remove unused bootstrap js files

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 07 Apr, 2022

v1.0.0-beta.1.3

Cardinal is a virtual Eurorack modular synthesizer platform

Updated: 05 Apr, 2022
  • Add Interverb demo patch (in source code)
  • Add retrigger to Host-MIDI
  • Do not show resize handle on JACK Standalone
  • Fix and enable ChowDSP Credit module
  • Fix potential noise burts on load with ihtsyn MVerb-based modules
  • Fix messed up graphics on Windows with High-DPI screens
  • Fix resources not found on some Windows systems (by not relying on environment variables)
  • Fix several Windows UTF-16 issues
  • Fix X11 file dialogs not appearing on some systems (auto-activate needed DBus portal)
  • Fix VST3 state under some hosts
  • Make JACK Standalone more useful on Windows (log to console when possible, show error dialog if JACK not running)
  • Optimizations to core modules and headless build
  • Refresh default template, add FX and Synth specific template variants
  • Tweak Host-MIDI default parameters

Dragonfly Reverb is a bundle of free audio effect plugins (LV2 and VST) for Linux, MacOS, and Windows.

Updated: 04 Apr, 2022
  • Attempt at fixing bug on HiDPI displays
  • Universal MacOS installer
  • ARM builds for Linux

Drumstick is a a set of GPLv3 licensed C++/Qt libraries for MIDI applications.

Updated: 04 Apr, 2022
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/

HPS JAM is an online audio collaboration tool for low latency audio with lyrics and chat

Updated: 04 Apr, 2022

Signed-off-by: Hans Petter Selasky hps@selasky.org

DiscoDOS helps a DJ remember and analyze what they played in their sets, or what they could possibly play in the future

Updated: 03 Apr, 2022

New

  • *Brainz matching (-z/-zz option of import, search and mix subcommands): New options --skip-unmatched/-s --force/-f giving more customization possibilites for these longrunning processes.

  • The --resume option of the import subcommand is now available as --offset as well, which better reflects what it does when used in combo with aforementioned new options.

  • New subcommend disco stats giving several counts of releases and tracks in the DiscoBASE, *Brainz match results, tracks used in mixes, and so on.

  • New disco mix option --format, providing a way to directly pass to the CLI table rendering module (tabulate) what displaying-style should be used. E.g this way even html output can be rendered: Try disco mix <mixname> --format html

  • A graphical version of DiscoDOS is available as a preview. Check out the qtgui branch if interested. Install requirements via pip install -r gui_requirements.txt and launch gui.py. Thanks a lot to @D8bp8Ags for getting this started, providing a very good basis of a QT based GUI, helping and motivating me to learn a little PyQT programming already and supporting the DiscoDOS project overall. Very much appreciated! Thanks again!

Improved

  • Internal overhaul: PEP8 linting as good as possible in many parts of the code

A complete music framework in Java dedicated to automatic backing tracks generation using MIDI.

Updated: 02 Apr, 2022

Enhancements:

  • [enhancement] Tempo Factor RP viewer should also show the absolute tempo in addition to %tempo #300
  • [enhancement] Upon play, when possible check consistency between OutpuSynth and Midi out device #297
  • [enhancement] Facilitate practice: loop selected bars while gradually increasing tempo #294

Bug Fixes:

  • [bug] IllegalArgumentException when duplicating a song with 2 different signatures #304
  • [bug] Null pointer exception when creating a last section with a different time signature via the bar edit dialog #303
  • [bug] Tempo factor change not taken into account in some cases #302
  • [bug] Tempo factor has no effect if on first song part #301
  • [bug] User phrase does not sound anymore in multi-sections song if changed and in auto-update mode #299
  • [bug] Sometimes all RPs are visible despite Compact View mode is ON #298
  • [bug] Exception when importing MusicXML: superclass access check failed: class nu.xom.JDK15XML1_0Parser #295
  • [bug] Save button remains disabled even after a change in the mix console #293
  • [bug] In the MixConsole, shift+drag volume slider does not work as expected #292
  • [bug] Changing rhythm resets the compact view #291

fmedia is a fast media player/recorder/converter

Updated: 02 Apr, 2022
+ '--edit-tags': Add/Modify file's meta tags in-place Supported formats and tags: .mp3(ID3v2+ID3v1) Example: fmedia --edit-tags --meta='artist=ARTIST;title=TITLE' ./file.mp3 + '--meta-from-filename=TEMPLATE': Specify template for auto-tagging from input file name Example how to set artist, track number and title meta tags from file name: fmedia --edit-tags --meta-from-filename='$artist - $tracknumber. $title' './Cool Artist - 04. Best Song.mp3' + GUI/Linux: edit .mp3 tags via "File"->"Edit Meta Data" + GUI/Linux: "List"->"Scroll To Current" * TUI: "delete file": move to Trash by default New configuration setting: "tui.file_delete_method" - Windows: fix wildcard input - fix .mp3 format detection in files without ID3v2 tag - MPEG/Layer3: fix audio glitches on seek

Giada is an open source, minimalistic and hardcore music production tool. Designed for DJs, live performers and electronic music

Updated: 02 Apr, 2022

1st bugfix release for version 0.20 Alicanto.

Changelog:

  • New MIDI I/O activity LEDs on channels (#143)
  • New "Missing Assets" alert window (#344)
  • Many smaller improvements and cleanups in UI code
  • Add ability to sort installed plug-ins by Format (VST, VST3, ...)
  • Update JUCE to 6.1.5
  • Update custom RtAudio submodule (now pointing to 6.0.0beta1)
  • Optimize internal buffer Giada <-> JUCE conversion
  • Remove old plug-in parameter storage used in old patches
  • Fix deadlock when using JACK transport
  • Fix Action Editor grid refresh when changing BPM while the editor window is open (#547)
  • Fix plug-in clone operation while cloning a channel (#551)

SonoBus can stream high-quality, low-latency peer-to-peer audio between devices over the intern

Updated: 30 Mar, 2022

SonoBus 1.5.1 Release Notes

  • Added new Soundboard feature... try it out by pressing the "grid" button
    near the top right, next to chat. Soundboards allow you to instantly play
    different sounds to everyone in a session with multiple playback options.
    You can set up your own samples and organize them into multiple soundboards.
    This is especially useful for podcasting and it is extremely fun in casual
    calls, or for quick access to backing tracks, etc. Thanks to Sten Wessel
    and Hannah Schellekens for the contribution of this new feature!

  • highlights FX buttons when reverb sends are active

  • saves state for recently browsed dir location

  • added monitor delay main toggle button in input mixer which turns off/on
    monitor delay for all input groups at once.

  • add tooltip for long user names

  • shows "not recommended" for the send qualities below 96kbps/ch

  • fix initial sync met to host bug in plugin

  • fix bug with apply to all for recv quality option

  • revert thread priorities to how they were in prior releases (to solve
    issues discovered on RasbPi systems)

OpenMPT is a popular tracker software for Windows

Updated: 29 Mar, 2022

This is the first update to OpenMPT 1.30, addressing a number of new and old issues found in the previous release:

  • Improved startup time for OpenMPT configurations with many / large soundfonts.
  • New option "Play whole row when navigating" can be found in the general settings to play the current row when navigating vertically.
  • New keyboard shortcut "Toggle row playback when navigating" to toggle aforementioned option without having to visit general settings.
  • Seeking in the module now updates filter state, plugin dry / wet ratio and plugin parameter changes from MIDI macros.
  • Better display of finetune command semantics when there's an instrument number next to the command.
  • Note Properties: Switching to / from an extended command broke effect parameter display.
  • Display of large directories in the tree view could be rather slow due to trying to resolve links for pretty much any file.
  • When browsing the contents of a module, the "back" mouse button now behaves the same as the backspace key (it goes back to the directory containing the module).
  • Added tooltips to disabled controls on the General Tab explaining why they are disabled.
  • Newly created samples no longer set the default cue points to multiples of 2048

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 29 Mar, 2022

Fixed

  • Fix PDF manual build

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 29 Mar, 2022

Added

  • Use one instance for each channel for mono plugins
  • Include release changelog info in appstream data

Changed

  • Scroll to mid note when first showing the piano roll
  • Update Hungarian translations
  • INSTALL: clarify build instructions
  • Enable locale detection for all languages
  • TRADEMARKS: simplify some wording and reserve right to review and object to use deemed outside the policy
  • Make sure UI event queue is cleared before freeing (fixes occasional errors)
  • User manual: update Routing, Chords and Scales, Modulators, Scripting, Theming, User Media, Contributing and Credits chapters
  • User manual: update some URLs (fix permanent redirects)

Fixed

  • Fix automation lanes not being shown immediately when made visible
  • Fix MIDI files not being activatable in the file browser
  • Fix audio engine not being resumed after running Guile scripts
  • Fix engine preprocessing sometimes running while the graph is being updated
  • Fix various invalid accesses reported by GCC address sanitizer
  • Fix various memory leaks reported by GCC leak sanitizer
  • Fix various custom widget children not being unparented during dispose
  • Fix segfault when attempting to add a plugin to a collection
  • Fix scale objects throwing errors in the event viewer
  • Fix plugin sidechain options not being available in channel sends

Removed

  • Remove clang-tidy targets from meson

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 29 Mar, 2022

v1.0.0-beta.1.2

PipeWire is a server and user space API to deal with multimedia pipelines.

Updated: 29 Mar, 2022

0.3.49

Functional programming language for signal processing and sound synthesis

Updated: 27 Mar, 2022
No content.

Pure data is an open source visual programming language

Updated: 27 Mar, 2022

version to 0.52-2

LilyPond is a music engraving program, devoted to producing high-quality sheet music

Updated: 26 Mar, 2022

LilyPond 2.23.7

Functional programming language for signal processing and sound synthesis

Updated: 25 Mar, 2022
No content.

Pure data is an open source visual programming language

Updated: 25 Mar, 2022

version number to 0.52-2test1

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 23 Mar, 2022

Changed

  • User manual: update Editing, Mixing, Playback & Recording chapters
  • Show warning when attempting to load unsupported projects
  • Ignore CRITICAL message when opening native file chooser in Flatpak builds
  • Make editor toolbar scrollable

Fixed

  • Fix opening projects from latest backup missing plugin states

Cardinal is a virtual Eurorack modular synthesizer platform

Updated: 21 Mar, 2022

Cardinal 22.03
See https://kx.studio/News/?action=view&url=cardinal-2203-released for official announcement

FluidSynth is a SoundFont Synthesizer

Updated: 20 Mar, 2022
  • Undeprecation and minor revisal of the OSS driver (#1038)
  • Minor improvements to CoreAudio and CoreMidi drivers (#1047, thanks to @bradhowes)
  • Fix sustained voices being held after ALL_CTRL_OFF (#1049)
  • Fix clobbering of PORTAMENTO_CTRL after ALL_CRTL_OFF (#1050)
  • Prevent Modulation Envelope from being stuck in decay phase, causing detuned voices and potentially other audible glitches for some soundfonts (#1059)
  • Fix a compilation issue with recent glib (#1063, thanks to @devingryu)

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 19 Mar, 2022

Added

  • Add Hungarian locale

Changed

  • User manual: update Getting Started, Interface, Configuration, Projects, Plugins & Files, Tracks chapter
  • Update GTK-related subproject versions
  • Disable scroll-to-focus on arrangers
  • Cleanup plugin state dirs on save

Fixed

  • Fix applying audio function not updating clip frames
  • Fix MIDI export adding silence between regions
  • Fix non-fatal error when importing empty MIDI files

Removed

  • Remove message that says Zrythm is in alpha

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 19 Mar, 2022

v1.0.0-beta.1.1

by KDE

Kdenlive is video and audio editing software with GPU rendering support. Great variety of video filters available.

Updated: 18 Mar, 2022

Create tag for 22.03.80

GlassCoder is a minimalist audio encoder for IceCast and Shoutcast streaming servers

Updated: 17 Mar, 2022
* Updated the package version to 2.0.0rc0.

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 16 Mar, 2022

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)

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 16 Mar, 2022

v1.0.0-beta.1.0

This is the community version of Element, a modular AU/LV2/VST/VST3 audio plugin host

Updated: 15 Mar, 2022
No content.

fmedia is a fast media player/recorder/converter

Updated: 14 Mar, 2022
- fix complex filter chain use-cases such as "--start-dblevel/--stop-dblevel" and possibly some other cases - GUI/Linux: fix file drop

OpenMPT is a popular tracker software for Windows

Updated: 13 Mar, 2022

This update to OpenMPT 1.30 fixes a couple of bugs and improves features:

  • The base octave setting now respects the current instrument's group size where possible.
  • The active instrument is now remembered more consistently when switching between tabs. This allows to e.g. change to a specific instrument in the pattern editor, then go to the instrument editor and see the same instrument there (as before) and finally go to the sample editor and also see the correct sample there.
  • The plugin dry / wet ratio display is now updated immediately when modified through macros or plugin volume handling.
  • The initial tempo slider position was not set correctly in the MPTM format.
  • Avoid playing a sound when double-clicking the folder of a soundfont drum instrument in the tree view.
  • Data Entry shortcuts and Ctrl + Scroll Wheel now only affect "special" notes if no regular notes are selected.
  • Go To Dialog: Fixed rare crash when module is playing while the jump is being applied.
  • Effect memory is now applied correctly when seeking in S3M files.
  • Improved behaviour when dragging a timeline item in the sample editor and the initial grab point wasn't exactly the horizontal position of the item.
  • Default channel

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 13 Mar, 2022

Added

  • Force an app icon in the header bar
  • Auto-reconnect to any hardware devices that get disconnected
  • Add some missing internal port symbols for channels/tracks

Changed

  • Move zoom buttons to timeline and editor toolbars
  • Move about button to Help toolbar
  • Make Edit icon lighter
  • MIDI CC recording must now be enabled manually via automation lanes (improves DSP performance of MIDI and instrument tracks)
  • Optimize plugin DSP processing
  • Consider region as looped if loop end point is beyond region end
  • Re-enable PipeWire support for Flatpak (add related message in welcome dialog)
  • Make accelerators in popover menus orange
  • Group various button groups together in toolbars

Fixed

  • Fix plugin passthrough ignoring MIDI events
  • Fix incorrect track routing when using MIDI FX plugins
  • Fix error when splitting unlooped automation regions
  • Fix hardware inputs not being routed properly to tracks
  • Fix "all audio inputs" in track inputs not behaving as intended
  • Fix incorrect logic when checking whether a note is in a scale

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 13 Mar, 2022

v1.0.0-alpha.30.3

Power Tab Editor is a cross-platform guitar tablature editor

Updated: 11 Mar, 2022

Installing

  • For Windows and Mac users, download the installer from the Assets section at the bottom of the release notes.
  • For Linux users, a Snap package and Flatpak package are available.

Added

  • Added support for exporting to Guitar Pro 7 (.gp) files (#350)
  • The Bulk Converter dialog can now export to MIDI files (and any export formats added in the future) instead of only .pt2 files (#69)

Changed

  • Tuning dictionary changes (#367)
    • The tuning dictionary in the user prefs folder (tunings.json) now only stores custom tunings instead of the entire tuning dictionary
    • The user tuning dictionary is now combined with the default tuning dictionary when loaded, ensuring that updates to the default tunings take effect
    • Reordered the default tuning dictionary so that "Down 1/2 Step", "Down 1 Step" etc tunings are next to the standard tuning (#363)
  • Several changes to the .pt2 JSON format to make it easier for other applications to parse (#368)
    • Note that older releases will likely be unable to open newly-saved .pt2 files

Fixed

  • Fixed an error with importing .gpx or .gp files with artificial harmonics for which the harmonic type was

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 10 Mar, 2022

Added

  • Show project title/path in header bar
  • Implement record on MIDI input
  • Show toast message when loading/saving presets
  • Add standard preset names for presets without names

Changed

  • Switch to GtkHeaderBar as client side decoration
  • Make port selector a dialog instead of popover
  • Clear monitor output when returning early from engine processing
  • Lock port operation semaphore before changing transport states

Fixed

  • Fix crash when attempting to connect modulator outputs
  • Fix right clicking after creating an object creating another object
  • Fix plugin preset list not being cleared when inspecting a new plugin
  • Fix errors when saving carla plugin presets
  • Fix project assistant crash when no recent projects exist

Removed

  • Remove project version compatibility warning

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 10 Mar, 2022

v1.0.0-alpha.30.2

Jamulus enables real-time jam sessions over the internet.

Updated: 09 Mar, 2022

Update changelog for r3.8.2nightly1

Jamulus enables real-time jam sessions over the internet.

Updated: 09 Mar, 2022
  • Internal: Check coding style on macOS/iOS code files (.mm extension) (#1871).
    (contributed by @ngocdh)

  • Feature: Added new JSON-RPC interface to control client and server (see docs/JSON-RPC.md for details). This interface is still EXPERIMENTAL and is subject to breaking changes even on patch versions (#1975).
    (contributed by @dtinth)

  • UI: Amend server registration, added server persistence (#2199).
    (contributed by @pljones)

  • Build macOS .dmg files by create-dmg for building compatibility with further versions of macOS #2420 (#2207).
    (contributed by @ann0see)

  • Code: Added make clang_format helper command to simplify code formatting for contributors (#2258).
    (contributed by @hoffie)

  • Mac: Use latest Xcode version with SDK 10.15 support (#2266).
    (contributed by @hoffie)

  • Autobuild: Refactor & use actions/cache (#2284).
    (contributed by @hoffie)

  • Internal: Make Qt downloads on Windows more reliable by re-trying downloads (#2333).
    (contributed by @ann0see)

  • Automatically build IPA for iOS (#2355).
    (contributed by @ann0see)

  • Removed unneeded dependencies for Android build (#2394).
    (contributed by @ann0see)

  • Build: Improved grep usage in scripts #2421 (#2397).
    (contributed by @ann0see)

  • Android package version has been fixed to

Yabridge is Yet Another way to use both 32-bit and 64-bit Windows VST2 and VST3 plugins on Linux

Updated: 08 Mar, 2022

If you need any help setting up yabridge or if you just want to keep up to date with new releases and important Wine related announcements, then feel free to join the Discord.

Changed

  • Change the low RLIMIT_RTTIME warning to mention setting up realtime priviliges instead of changing PipeWire's config now that PipeWire MRs !1118 and !1120 have been merged and PipeWire can use regular realtime scheduling without imposing any resource limits out of the box.
  • Prevented yabridge's ad-hoc socket acceptors from inheriting realtime scheduling when spawned from audio threads. In practice this should not have caused any noticeable effects as these threads are sleeping all the time except for under very specific circumstances.

Fixed

  • Fixed the REAPER-specific editor_force_dnd option not working correctly when using the Track -> Insert virtual instrument on new track... option. When using this option REAPER will first embed the plugin in an offscreen plugin window and it will only then create the actual FX window and embed the other window in it.
  • Fixed the VST3 version of IK Multimedia's T-RackS 5 producing silent output when doing offline rendering. This could happen when exporting or bouncing audio in Bitwig Studio 4.1+, Ardour and

Gyroflow can stabilize your video using gyroscope and accelerometer motion data

Updated: 08 Mar, 2022

🐛 Bug fixes

  • Fixed pixel artifacts in render output on some devices
  • Improved rendering speed on Intel macOS
  • Fixed inaccurate dynamic zoom with some lens profiles
  • Fixed space shortcut to play/pause
  • Zero-copy GPU preview is less experimental now
  • Fixed freeze when trying to autosync some files on macOS with GPU decoding enabled

✨ Improvements

  • Customizable lens distortion strength
  • Hardware accelerated ProRes encoding (macOS only)
  • Basic support for image sequences
  • Added two new background modes: Repeat or mirror edge pixels
  • Added gyro bias estimation
  • Added fps to the rendering/analyzing progress bar
  • Added OpenEXR sequence output format
  • Added output size presets
  • Added progress on taskbar on Windows

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 08 Mar, 2022

Added

  • Add option to create pre-routed setup for multi-out instruments
  • Add new project loading dialog
  • Allow opening a project from a path in the project loading dialog
  • Allow renaming markers with F2
  • Show version in splash screen
  • Add Shift-Space shortcut to start transport in record mode
  • Add default velocity selector with option to use last edited velocity

Changed

  • Consider region as looped if clip start position is not 0
  • Expand track name in track properties
  • Apply auto-scrolling when playhead is moved manually
  • Update welcome dialog
  • Update main screenshot in appdata

Fixed

  • Fix crash when resizing audio regions with custom clip start points
  • Fix error when loading projects in different sample rates
  • Fix track regions being moved incorrectly when moving tracks
  • Fix port connection row displaying current port instead of connected port
  • Fix various memory leaks
  • Fix buffer overflow when operating on large numbers of objects

Removed

  • Remove reduntant checks during audio region processing

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 08 Mar, 2022

v1.0.0-alpha.30.1

Seq66 is a grid style MIDI looper that, a Qt 5 reboot of seq24/sequencer64

Updated: 07 Mar, 2022

Version 0.98.5 tagged.

fmedia is a fast media player/recorder/converter

Updated: 06 Mar, 2022
Includes all changes from v1.25beta

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 05 Mar, 2022

Added

  • Implement track lane mute/solo
  • Include whether X11 or Wayland in automatic bug reports
  • Allow recording in chord track
  • Allow playing chords with a MIDI keyboard
  • Allow exporting multiple MIDI regions to MIDI file
  • Allow exporting MIDI lanes as separate tracks in MIDI files

Changed

  • Move some MIDI track/lane context menu items under submenus
  • Update German, Catalan, Korean, Indonesian translations

Fixed

  • Fix occasional error when drag-n-dropping in tracklist
  • Fix chord track not being bounced
  • Fix bounce dialog being empty and throwing errors
  • Fix some MIDI track/lane context menu items not working
  • Fix MIDI region export
  • Fix compilation failure on some systems (missing assert())

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 05 Mar, 2022

v1.0.0-alpha.30.0

Stargate is an all-in-one DAW and plugin suite

Updated: 03 Mar, 2022

Tutorial Videos

Installation guides:

Changelog:

  • Plugin Rack: Flexible routing of individual plugins within the same plugin
    rack, see this Youtube video
  • Vocoder: Fix various control issues
  • Wave Editor: Fix potential crash on changing file
  • Wave Editor: Fix engine crash if "play" is pressed while a large file is
    loading, and possibly other crashes in similar situations
  • Plugins: Sound quality improvements
  • Plugins: 5-10% CPU performance improvement
  • Plugin API: Many improvements, better efficiency
  • Engine: Detect and prevent memory errors from buffer overflows

sha256sums

a0daf81d871c29553f4e02be1fb9ac3f29e491d3098dcc7258ba61edc4116361 stargate-22.03.1-1.x86_64.rpm 7946ed89aa8a142405d1db731ae610ac7ba18f9ddda9b234336e5f2a46c04b8c stargate-22.03.1-amd64.deb 85a2791dc2bfb5c143382b21441b1ea32001cebc4244a30b5f2f20ccdd14d909 stargate-22.03.1-win64-installer.exe ce647c886a35f43441c9f45a8d6adeff9f5feb445f0fe37c2e1ea2fcff9664d8 stargate-22.03.1-macos-intel-x86_64.dmg f3525e1053db5227b51c1b1dcc08a1f86d151547a6bb89ef7277fd27aed18e4e stargate-22.03.1-macos-m1-arm64.dmg

PipeWire is a server and user space API to deal with multimedia pipelines.

Updated: 03 Mar, 2022

0.3.48

Functional programming language for signal processing and sound synthesis

Updated: 02 Mar, 2022

Change log

WARNING: to get the source version

  • be sure to download the faust-2.33.1.tar.gz file to get a complete source folder (in particular, with all the libraries)

New

  • Tools dynamic-faust, faustbench, faustbench-llvm and faust2object are now part of the macOS binary distribution.
  • New -os0 and -os1 options (variants of -os) in C backend.
  • Add dynamic-coreaudio-gtk tool.
  • New faustremote [<servurl>] <platform> <arch> <srcfile> ==> <binary.zip> script.
  • Add faust2w64puredata script.
  • Add -bs option to faust2sndfile.
  • Add -edit option in dynamic-jack-gtk.
  • Add -ct option in faust2sndfile.
  • Add -double support with soundfile.
  • Make -inj foo.cpp option correctly work in faust2object tool.
  • Add switch/case based Interpreter loop for Windows32 compilation in Interp backend.
  • Update faust2juce to Projucer 6.0.8 (build date 22 Mar 2021). Add Visual Studio 2019 builds to the plugin and standalone Jucer files. Add new arg to faust2juce for VST 2 SDK folder. Add new arg for disabling juce splash screen.
  • Add -a arch_file in compile options generation.
  • Add dsp_crossfader class.
  • New experimental faust2audiokit tool.
  • Csharp backend contributed by Mike Oliphant.
  • Add -fx (fixed-point) option.
  • Add -soundfile option to faust2object.
  • Add faust2cagtk tool.
  • New soul-faust-editor tool.
  • Add architecture files for Daisy and faust2daisy.
  • Add -rc

openFrameworks is an open source toolkit designed for creative coding

Updated: 01 Mar, 2022

0.11.2 is the most recent release. It's a minor version, with bugfixes only, so it is fully compatible with projects developed for 0.11.0 or any newer version. Please see the changelog to get an overview of the differences between versions.

PraxisLIVE is a hybrid visual live programming IDE, rethinking general purpose and creative coding.

Updated: 24 Feb, 2022

PraxisLIVE v5.4.0 adds support for recodeable containers. This is the first visible part of much broader underlying changes.

The IDE is updated to be based on Apache NetBeans 12.6, with support for JDK 17. OpenJDK 17 from Adoptium is now included in all OS specific bundles (except the Arm AppImage which includes BellSoft Liberica.

Windows and Linux packages are now built using NBPackage, a DEB package is again provided, and the Windows installer is signed by Codelerity.

Recodeable containers

A core:container can now be recoded. Additional controls and ports may be added. The children() method returns a list of all child IDs. It's possible to send messages to a range of child components from a control or port. eg.

@In(1) void in(String value) { children().forEach(c -> tell(self().resolve(c).control("value"), value)); }

Further capabilities for coding containers and roots are under development.

Jamulus enables real-time jam sessions over the internet.

Updated: 23 Feb, 2022

Note to Debian/Ubuntu users: We have replaced the original 3.8.2 .deb files on 2022-02-23 with the new versions (3.8.2-1) to fix a packaging problem. If you've had issues installing 3.8.2 on Ubuntu 18.04 (libgcc-s1), please re-download. There are no other changes. The UI will continue to say 3.8.2 without -1. No 3.8.2-1 releases are planned for any other platforms.

  • Client: Added selection option for level meter style (#1688, #2352, #2356).
    (contributed by @henkdegroot, @hoffie, @pgScorpio, @pljones)

  • Client: On Windows, if no driver found while installing, the "Run Jamulus"
    option will not be checked (#2103).
    (contributed by @henkdegroot)

  • Client: on macOS, corrected minimum OS version number for Legacy installer from 10.13 to 10.10.
    Legacy installer will now install correctly on macOS Yosemite or newer (#2223).
    (contributed by @softins)

  • Client: Added Vibraphone to list of instruments (#2043, #2080, #2158).
    (contributed by @DavidSavinkoff, @softins, photo by @vibraphon)

  • Client: Added Conductor to list of instruments (#2140).
    (contributed by @henkdegroot)

  • Client: Fix wrong display of Unicode characters at line wrap and settings screen (#1994, #2274).
    (contributed by @djfun

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 23 Feb, 2022

Added

  • Add status page for "no clip selected" in the editor
  • Add 10 samples of builtin fade in/out on all audio regions
  • Add automation/chord region stretching

Changed

  • Add developer name to appdata XML
  • Update Catalan, Japanese, Chinese (Simplified), Turkish, French translations
  • Port event viewers to GtkColumnView
  • Use separate event viewer for each editor
  • Make all arranger objects editable in event viewers
  • Require Ctrl modifier for global keypad 4 and 6 shortcuts

Fixed

  • Add missing type="desktop" to appdata XML
  • Fix appdata XML having 2 default screenshots
  • Do not allow stretching when a selected region is looped
  • Fix clicking and dragging on bottom right of regions doing stretch instead of loop in stretch mode

Removed

  • Remove duplicate arranger object position validator

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 23 Feb, 2022

v1.0.0-alpha.29.1

Giada is an open source, minimalistic and hardcore music production tool. Designed for DJs, live performers and electronic music

Updated: 22 Feb, 2022

The Alicanto is a mythological bird of Chilean mythology. According to legend, a miner that follows an alicanto without being noticed by the bird can find rich mineral outcrops or hidden treasures.

Changelog:

  • Show progress bar for long operations
  • Improved rendering algorithm for sample channels
  • Fix wrong sample tail rendering when pitch != 1.0
  • Always display play head in Action Editor (fix #534)
  • Fix re-initialization order of engine sub-components (fixes #533)
  • Change 'kill chan' wording to 'stop note' in Action Editor (fixes #532)
  • Update solo count when deleting a channel (fixes #540)
  • Update Main Window title when saving a new project (fixes #541)
  • [Config] Don't skip MIDI device fetching if one of the ports fail to open
  • [CMake] Include FLTK as suggested in the official docs
  • Add more unit tests for some Channel components
  • Minor cleanups and refactoring

HPS JAM is an online audio collaboration tool for low latency audio with lyrics and chat

Updated: 19 Feb, 2022

Signed-off-by: Hans Petter Selasky hps@selasky.org

openFrameworks is an open source toolkit designed for creative coding

Updated: 18 Feb, 2022

#changelog #addons

PipeWire is a server and user space API to deal with multimedia pipelines.

Updated: 18 Feb, 2022

0.3.47

PipeWire is a server and user space API to deal with multimedia pipelines.

Updated: 17 Feb, 2022

0.3.46

Cardinal is a virtual Eurorack modular synthesizer platform

Updated: 15 Feb, 2022

MilkyTracker is a Fasttracker II like open source, multi-platform music application for creating .MOD and .XM module files.

Updated: 14 Feb, 2022

Release v1.03.00

Jamulus enables real-time jam sessions over the internet.

Updated: 13 Feb, 2022
  • Client: Added selection option for level meter style (#1688, #2352, #2356).
    (contributed by @henkdegroot, @hoffie, @pgScorpio, @pljones)

  • Client: On Windows, if no driver found while installing, the "Run Jamulus"
    option will not be checked (#2103).
    (contributed by @henkdegroot)

  • Client: on macOS, corrected minimum OS version number for Legacy installer from 10.13 to 10.10.
    Legacy installer will now install correctly on macOS Yosemite or newer (#2223).
    (contributed by @softins)

  • Client: Added Vibraphone to list of instruments (#2043, #2080, #2158).
    (contributed by @DavidSavinkoff, @softins, photo by @vibraphon)

  • Client: Added Conductor to list of instruments (#2140).
    (contributed by @henkdegroot)

  • Client: Fix wrong display of Unicode characters at line wrap and settings screen (#1994, #2274).
    (contributed by @djfun, @pljones, @hoffie)

  • Client: Fixed incorrect operation of feedback detection on first connect in run (#2120).
    (contributed by @softins)

  • Client: Added option always to show one's own fader first (#1809).
    (contributed by @ngocdh)

  • Client: Improved regex to highlight URLs in the chat window, avoiding terminating punctuation.
    Also migrated from deprecated QRegExp to QRegularExpression

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 13 Feb, 2022

Changed

  • Generate appdata XML using Guile script

Gyroflow can stabilize your video using gyroscope and accelerometer motion data

Updated: 12 Feb, 2022

🐛 Bug fixes:

  • Fixed frozen preview on MacOS
  • Fixed rendering performance on MacOS
  • Fixed crash on startup when OpenCL fails
  • Fixed deadlock when loading .gyroflow file

✨ Improvements

  • Added new simplified smoothing algorithm, with advanced options if desired
  • Updated translations

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 12 Feb, 2022

Added

  • Add more scales
  • User manual: add more info about DSSI/LADSPA and Flatpak plugin paths
  • Chord inversions
  • Chord presets and chord preset packs
  • Chord preset auditioning
  • Ability to transpose entire chord pad
  • Add meson options for optional dependencies
  • Make chord changes undoable

Changed

  • Change how scales/chords are handled
  • Use adaptive grid snap by default
  • Hardcode Flatpak plugin paths
  • Make region icon sizes smaller
  • Print chord names in chord regions in timeline
  • Use GtkCenterBox for bottom bar (makes Zrythm usable on small screen sizes)
  • Select listview items on right click
  • Port file auditioner instrument dropdown to GtkDropDown
  • Unset GTK_THEME on startup (only support Zrythm themes)
  • Update Catalan, French, Chinese (Simplified), Portuguese, German translations
  • Do not block buttons below toast widget
  • Do not allow setting loop end marker at or before loop start marker
  • Do not allow cloning unclonable tracks

Fixed

  • Fix various issues with chord selector window
  • Fix occasional stuck notes when clicking chords
  • Fix error when pasting when clipboard is empty
  • Fix error when showing port connections on input port
  • Fix incorrect MIDI channel being sent when auditioning MIDI notes

Zrythm is a featureful and easy to use DAW, written in C using the GTK+3 toolkit.

Updated: 12 Feb, 2022

v1.0.0-alpha.29.0

Seq66 is a grid style MIDI looper that, a Qt 5 reboot of seq24/sequencer64

Updated: 12 Feb, 2022

Version 0.98.4 tagged.

Qsynth is a fluidsynth GUI front-end application

Updated: 11 Feb, 2022

A Mid-Winter'22 Release.

HIDI is a flexible HID to MIDI translation layer

Updated: 09 Feb, 2022
No content.

Gyroflow can stabilize your video using gyroscope and accelerometer motion data

Updated: 08 Feb, 2022

🐛 Bug fixes:

  • Fixed rendering issues with NVIDIA, AMD, Intel GPUs
  • Fixed OpenCL initialization errors
  • Fixed loading blackbox files
  • Fixed rendering videos where video track is not the first one (eg. DJI Air Unit)
  • Fixed setting output size when reloaded the video
  • Fixed gyro rotation fields
  • Fixed FOV scaling when output resolution is changed
  • Fixed current zoom value when output resolution is changed
  • Fixed negative estimated time
  • Fixed close confirmation dialog
  • Fixed timeline gyro chart for long videos
  • Fixed initial video orientation
  • Fixed crash when entering low pass filter without video
  • Fixed text fields in Lens calibrator on export
  • Fixed uneven video information list with certain languages

✨ Improvements

  • ProRes encoding is now much faster
  • Double click to clear the trim range
  • Added context menu to sliders to reset the value to default
  • Added timeline panning with middle mouse button
  • Added more keyboard shortcuts
  • Added focus indicators so you can now navigate the UI with Tab
  • Added horizon lock to every smoothing algorithm with option to change the amount of horizon-locking
  • Added .gcsv format parser
  • Updated translations
  • Gyroflow now loads system language by default if we have it

🚧 Known issues:

  • Rendering on certain MacOS devices is still slow, will

Drumstick is a a set of GPLv3 licensed C++/Qt libraries for MIDI applications.

Updated: 07 Feb, 2022
Drumstick Libraries 2.5.1

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.1:

  • Utils: fixed loading translations, program names and messages.
  • AppStream MetaInfo added for the three GUI utilities.
  • Widgets: Fluidsynth soundfonts dialog, updated filters.
  • RT: Fluidsynth backend initialization: failure report for invalid soundfonts.
  • cmake buildsystem: run qt::lupdate after building targets.
  • qmake buildsystem: Fixed linking tests.
  • fixed install: header missing when only BUILD_ALSA is selected.

Compilation minimum requirements for all platforms:

  • C++11 compiler
  • CMake 3.14
  • Qt5 >= 5.9 or Qt6 >= 6.2 (experimental, with Qt6Core5Compat library dependency for Drumstick::File)

Feature dependencies (for some platforms):

  • ALSA (Linux only)
  • PulseAudio (Unix)
  • D-Bus (Unix)
  • FluidSynth

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.5.1/

PipeWire is a server and user space API to deal with multimedia pipelines.

Updated: 03 Feb, 2022

0.3.45

Fasttracker II clone for Windows/macOS/Linux

Updated: 01 Feb, 2022

Don't handle mouse click if window wasn't in focus

ProTracker 2 clone for Windows/macOS/Linux

Updated: 01 Feb, 2022

Don't handle mouse click if window wasn't in focus

Stargate is an all-in-one DAW and plugin suite

Updated: 31 Jan, 2022

Tutorial Videos

Installation guides:

Changelog:

  • New plugin: Nabu - modular, multiband, multi-effects processor, with
    36 built-in effects, flexible routing, parallel processing, bussing and
    excellent CPU efficiency.
  • FM1: New noise options: White Stereo, Pink Stereo
  • Item Editors: CTRL+mouse wheel scroll to horizontally zoom
  • Audio Item Editor: Better horizontal zoom size with large items
  • Sequencer: New context menu action: Paste to Selected Track
  • Piano roll: Fix various issues regarding note selection changing when an
    item redraws
  • Sequencer: Fix 'Rename Item(s)" action not working unless an item has
    been opened in the item editor since the application started
  • ADSR widget: Fix various copy/paste issues
  • MIDI CC/Pitchbend Editors: Fix excess scrollbar when zooming down
8aabc0c7e153ba104796f23937d92cdf6a81510d1399e463e534aa971605e8e9 stargate-22.02.1-1.x86_64.rpm cffa2ab62c3e3451c720889b79d13825810e90bc806acb94e40c07429037fbf3 stargate-22.02.1-amd64.deb de7247204ffbd7d63dbbc102387280f507633104fcaf8893df912b5e29d84209 stargate-22.02.1-win64-installer.exe 4881a8478cd23d3c5b966ce9d1e32acde4af268b2ddfe238880d3c1f6269128a stargate-22.02.1-macos-intel-x86_64.dmg a335c0de3fb5a6cf6999da57e9e9164d968cef9605ddbdcc6639e6dc42bffc6c stargate-22.02.1-macos-m1-arm64.dmg

Power Tab Editor is a cross-platform guitar tablature editor

Updated: 29 Jan, 2022

Installing

  • For Windows and Mac users, download the installer from the Assets section at the bottom of the release notes.
  • For Linux users, a Snap package and Flatpak package are available.

Credits

Thanks to the following contributors who worked on this release:

Added

  • Added support for chord diagrams
    • Chord diagrams are displayed at the top of the score
    • Diagrams can be imported from v1.7 files and Guitar Pro 6 / 7 files
    • The Chord Name dialog allows for quick selection from existing chord names in the score (chord text items, or chord diagrams)
    • Use the Add Chord Diagram option in the text menu to add a new diagram
    • Double-clicking a chord diagram will open a dialog to edit it, and selecting a chord diagram and pressing Delete will remove it
  • Added MIDI playback support for bends that stretch over multiple notes
  • Improvements for adjusting the score's zoom (#315, #340, #50)
    • Added standard keyboard shortcuts for adjusting the zoom
    • The last zoom level is saved in the settings and used when opening new scores
  • Added a button in the playback widget to toggle the count-in option
  • Translations
    • Added Spanish translation (#348

HPS JAM is an online audio collaboration tool for low latency audio with lyrics and chat

Updated: 29 Jan, 2022

Signed-off-by: Hans Petter Selasky hps@selasky.org

Jamulus enables real-time jam sessions over the internet.

Updated: 28 Jan, 2022
  • Client: Added selection option for level meter style (#1688).
    (contributed by @henkdegroot)

  • Client: On Windows, if no driver found while installing, the "Run Jamulus"
    option will not be checked (#2103).
    (contributed by @henkdegroot)

  • Client: on macOS, corrected minimum OS version number for Legacy installer from 10.13 to 10.10.
    Legacy installer will now install correctly on macOS Yosemite or newer (#2223).
    (contributed by @softins)

  • Client: Added Vibraphone to list of instruments (#2043, #2080, #2158).
    (contributed by @DavidSavinkoff, @softins, photo by @vibraphon)

  • Client: Added Conductor to list of instruments (#2140).
    (contributed by @henkdegroot)

  • Client: Fix wrong display of Unicode characters at line wrap and settings screen (#1994, #2274).
    (contributed by @djfun, @pljones, @hoffie)

  • Client: Fixed incorrect operation of feedback detection on first connect in run (#2120).
    (contributed by @softins)

  • Client: Added option always to show one's own fader first (#1809).
    (contributed by @ngocdh)

  • Client: Improved regex to highlight URLs in the chat window, avoiding terminating punctuation.
    Also migrated from deprecated QRegExp to QRegularExpression, for future compatibility with
    Qt6 (#2124, #2272,

fmedia is a fast media player/recorder/converter

Updated: 28 Jan, 2022
- "-o @stdout.wav" - core: "codepage" config option - core: pcm channels conversion - .mp3 encode: mono/interleaved source

PipeWire is a server and user space API to deal with multimedia pipelines.

Updated: 27 Jan, 2022

0.3.44

Schism Tracker is a free and open-source reimplementation of Impulse Tracker

Updated: 25 Jan, 2022

Summary of changes since 20211116 release:

  • Release builds now support macOS 10.9+ (previously supported only 10.15+)
  • Fix window size on high-DPI macOS displays when launched from app bundle
  • Fix reading of various meta events in MIDI files
  • Fix IMF filter envelope being upside down and IMF disable envelope command
  • Fix bug in AIFF multi-write

Functional programming language for signal processing and sound synthesis

Updated: 25 Jan, 2022

Change log

WARNING: to get the source version

  • be sure to download the faust-2.30.5.tar.gz file to get a complete source folder (in particular, with all the libraries)

New

  • add layout and label parameters in DSP algrebra API.
  • add MIDI output handling in faustgen~ and faust2msp/faust2max6
  • add new D backend and faust2dplug tool (contributed by Ethan Reker)
  • Rust backend generate more efficient code
  • add all supported CPUs in faust2object
  • add -cm (--compute-mix) option
  • new faust2vcvrack tool
  • add setParamValue/getParamValue methods using path in APIUI
  • adding bluetooth MIDI support to the Gramophone
  • improve sound2file tool to generate interleaved or non-interleaved files
  • add -preset option in faust2jack and faust2jaqt
  • add -multifun option in faust2object
  • add -bs <frames> and -control options in faustbench
  • add -rui option

Deprecated

Fixed bugs

  • rework MIDI channel handling in MidiUI: channels go from 1 to 16 and channel 0 is used for "all channels" at receive and send time
  • type2Binary and type2String in wast/wasm backends
  • mode -double in faust2juce
  • faust2android incorrect monophonic handling
  • avoid multiple registration of AudioWorkletProcessor code
  • rework MIDI chanpress implementation

Libraries change log

  • various bugs fix and documentation improvements
  • fixed encoder3D and optimMaxRe3D in hoa.lib
  • added quantizer library
  • Oleg Nesterov SVF filters

Schism Tracker is a free and open-source reimplementation of Impulse Tracker

Updated: 25 Jan, 2022

Summary of changes since 20211116 release:

  • Release builds now support macOS 10.9+ (previously supported only 10.15+)
  • Fix window size on high-DPI macOS displays when launched from app bundle
  • Fix reading of various meta events in MIDI files
  • Fix IMF filter envelope being upside down and IMF disable envelope command
  • Fix bug in AIFF multi-write

Seq66 is a grid style MIDI looper that, a Qt 5 reboot of seq24/sequencer64

Updated: 24 Jan, 2022

Version 0.98.3.1 tagged, doh.