Release Date Range:

MIDIVisualizer is a small cross-platform MIDI visualizer, written in C++/OpenGL.

Updated: 20 Sep, 2023

This is a minor release.

Features:

  • Ability to have the background texture scrolling horizontally or vertically

Improvements:

  • Enable Apple Silicon native support on macOS build (#145)

Fixes:

  • Reset window size and position when restarting MIDIVisualizer if the window was minimized or crashed before (should help #148).

Thank you for using MIDIVisualizer!

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

Updated: 18 Sep, 2023

RaySession is a GNU/Linux session manager for audio programs, using a varient of NSM

Updated: 18 Sep, 2023

This release is probably the last major release before 1.0.0 (others 0.14.X may exist).

Packagers should set python3-pyalsa (>=1.2.4) as a dependency, else ALSA MIDI ports wont be displayed in the patchbay, and ALSA Connections client will not work.

Long time users (before 0.9.0) may note that ray-proxy and related methods will be removed in 1.0.0, because RayHack pseudo-protocol does the same thing better, and I don't want to maintain this code part anymore.

RaySession itself:

  • Features:

    • RaySession has now a preferences dialog with tooltips.
    • List factory templates also list templates for Ardour (and Mixbus) templates, it allows user to start directly Ardour with an ardour user session template.
    • Start a template choosing its unique identifiant (this identifiant is also used by client to set its JACK group names), useful if you use many instances of the same client.
    • Change client identifiant, prefix mode or jack_naming method when the client is stopped, connections are updated.
    • Start NSM client in a terminal, with a customizable global terminal command.
  • Changes:

    • Gui states option is now disabled by default, because it can be very confusing for NSM apps devs.
    • Add new client status (lose) when the client is closed but its terminal is

Cardinal is a virtual Eurorack modular synthesizer platform

Updated: 17 Sep, 2023
  • Add OSC Remote control (see docs/OSC-REMOTE-CONTROL.md)
  • Do not try to save and load module info per project, its a global setting since 22.07
  • Fix a few missing details in macOS app bundles
  • Fix Cardinal Mini window title after loading patches
  • Fix crash when pressing F9 (used internally for generating screenshots)
  • Fix crash when window creation fails (e.g. running headless)
  • Fix headless build when OpenGL is available (but unused since it is headless)
  • Fix stuck notes in CardinalNative MIDI handling
  • Fix VST2 parameter changes
  • Proper handling of XDG_DOCUMENTS_DIR
  • Switch to regular/initial welcome patch for web/wasm builds

Modules related changes:

  • Add EnigmaCurry
  • Audio File Player: Fix resampled playback for some files, many CPU optimizations
  • Ildaeil: Add bridge reload button, in case hosted plugin crashes or times out
  • Ildaeil: List Windows plugins under Linux
  • Update unless_modules

NOTE: Cardinal has its own website now, living at cardinal.kx.studio with the online/wasm version still accessible by clicking "Try Live".

Anklang, a digital audio synthesis application for live creation and composition

Updated: 17 Sep, 2023

Anklang 0.2.0.nightly2309170055

Development version - may contain bugs or compatibility issues.

Merge branch 'release-fixes' # 2023-09-08 Tim Janik d8465fd * release-fixes: MISC: mknews.sh: print latest NEWS.md version with `misc/mknews.sh --version` GITHUB: workflows/release.yml: set prerelease:false for annotated tags Fix actions/checkout@v3 and actions/checkout@v4 messing up the annotation of the currently fetched tag, even with fetch-depth:0, see: actions/checkout#290 MISC: mknews.sh: for release tags, copy news section from NEWS.md Merge branch 'ci-fixes' # 2023-09-10 Tim Janik 9a7e628 * ci-fixes: MISC: mkassets.sh: remove unused file generations MISC: dbuild.sh: delete, now unused MISC: cirun.sh: add missing arg to help MISC: publish.sh: remove --draft MISC: publish.sh: determine version from tarball, show progress MISC: publish.sh: use assets/ directory contents if present GITHUB: workflows/testing.yml: use download-artifact@v3 to fetch release assets GITHUB: workflows/testing.yml: make sure to generate PDF docs early on GITHUB: workflows/testing.yml: provide GH_TOKEN for gh in publish.sh GITHUB: workflows/testing.yml: first build docs, then upload docs/ artifact GITHUB: workflows/testing.yml: fix Release-Upload deps, avoid skipped jobs GITHUB: workflows/testing.yml: allow skipped jobs in Ping-IRC GITHUB: workflows/testing.yml: use github expression for negating if GITHUB: workflows/testing.yml: escape exclamation mark for yaml GITHUB: workflows/testing.yml: skip Focal-Clang-Tidy for release tags GITHUB: workflows/testing.yml: uplaod releases via misc/publish.sh GITHUB: workflows/release.yml: remove, releases moved into testing.yml MISC: publish.sh

Functional programming language for signal processing and sound synthesis

Updated: 16 Sep, 2023

Change log

WARNING: to get the source version

  • be sure to download the faust-2.68.1.tar.gz file to get a complete source folder (in particular, with all the libraries)
  • on macOS, binary files are still to notarise, you may have to use the xattr -rd com.apple.quarantine file command to remove the com.apple.quarantine extended attribute. See the xattr man page for details on how to use that tool.

WebAssembly

This is the latest release which contains the JavaScript written Faust/WebAssembly glue code using the compiled libfaust-wasm.js, libfaust-wasm.wasm and libfaust-wasm.data files, also used in the faust2webaudio separated project. See documentation.

A new TypeScript/JavaScript based model will be used in the next versions.

New

  • Reworked mesh2faust tool
  • Rework faust-dynamic-engine
  • Experimental -diff option for 'Automatic Differentiation in the Faust Compiler'
  • Add sigDelay1 in signal API.
  • Add printCBox/printCSignal API in box and signal API.
  • Add getSigInterval/setSigInterval in signal API
  • New faust2rnbo tool
  • Reworked faust2vhdlcode
  • Add -it option to inline rdtable/rwtable code in the main class.
  • Add missing round primitive in the language
  • Add -vec mode in Rust backend
  • Codebox backend (for RNBO support)
  • MIDI and polyphonic support in JSFX backend

Deprecated

Fixed bugs

  • Revert incorrect route primitive incorrect fix.
  • Add checkNullBargraphLabel to better handle

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

Updated: 16 Sep, 2023

LilyPond 2.25.8

Functional programming language for signal processing and sound synthesis

Updated: 15 Sep, 2023

Change log

WARNING: to get the source version

  • be sure to download the faust-2.68.0.tar.gz file to get a complete source folder (in particular, with all the libraries)
  • on macOS, binary files are still to notarise, you may have to use the xattr -rd com.apple.quarantine file command to remove the com.apple.quarantine extended attribute. See the xattr man page for details on how to use that tool.

WebAssembly

This is the latest release which contains the JavaScript written Faust/WebAssembly glue code using the compiled libfaust-wasm.js, libfaust-wasm.wasm and libfaust-wasm.data files, also used in the faust2webaudio separated project. See documentation.

A new TypeScript/JavaScript based model will be used in the next versions.

New

  • Reworked mesh2faust tool
  • Rework faust-dynamic-engine
  • Experimental -diff option for 'Automatic Differentiation in the Faust Compiler'
  • Add sigDelay1 in signal API.
  • Add printCBox/printCSignal API in box and signal API.
  • Add getSigInterval/setSigInterval in signal API
  • New faust2rnbo tool
  • Reworked faust2vhdlcode
  • Add -it option to inline rdtable/rwtable code in the main class.
  • Add missing round primitive in the language
  • Add -vec mode in Rust backend
  • Codebox backend (for RNBO support)
  • MIDI and polyphonic support in JSFX backend

Deprecated

Fixed bugs

  • Add checkNullBargraphLabel to better handle null labels in bargraph.
  • Complete -quad

Functional programming language for signal processing and sound synthesis

Updated: 15 Sep, 2023

Change log

WARNING: to get the source version

  • be sure to download the faust-2.60.3.tar.gz file to get a complete source folder (in particular, with all the libraries)
  • on macOS, binary files are still to notarise, you may have to use the xattr -rd com.apple.quarantine file command to remove the com.apple.quarantine extended attribute. See the xattr man page for details on how to use that tool.

A new TypeScript/JavaScript based model will be used in the next versions.

New

  • Rework -dlt threshold handling.
  • JSFX backend contributed by Johann Philippe.
  • Properly test -mcd values in best found vector option.
  • Improve dsp_optimizer to properly test -mcd values in scalar mode.
  • Add size (in bytes) item in JSON.

Deprecated

Fixed bugs

  • More robust FaustPlugin_template.cs, correct faust2unity.
  • Using boxpp to display real values in SVG diagrams.
  • Make preset management thread safe.

Libraries

  • New version of reducemaps.lib with parReduce.
  • Fix RMS_FBcompressor_peak_limiter_N_chan.
  • Add tabulateNd.
  • tabulate: use int(id+0.5) in .val

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

Updated: 14 Sep, 2023

0.3.80

MusicBrainz Picard is a cross-platform application written in Python and is the MusicBrainz music tagger

Updated: 12 Sep, 2023

Bugfixes

  • PICARD-2700 - Content of series variables gets duplicated on each refresh
  • PICARD-2712 - "00" is always stripped from DATE tag on save
  • PICARD-2722 - Windows version can crash on exit and prevent restart of Picard
  • PICARD-2724 - Crash in track search dialog if artist name translation is enabled
  • PICARD-2733 - Crash when saving files with UI language set to Finnish
  • PICARD-2736 - Windows: SSL errors if conflicting libssl is installed system wide

Tasks

  • PICARD-2752 - Include resource/images in source archive

Improvements

  • PICARD-2720 - Linux: Allow opening new instance via XDG desktop entry application action

python-rtmidi is a Python wrapper (Cython) for C++ RtMidi using Cython

Updated: 12 Sep, 2023

Fixes:

  • Fixed building with meson-python >= 0.14.0 (#177).

synthv1 is an old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx

Updated: 12 Sep, 2023

An End-of-Summer'23 Release.

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

Updated: 12 Sep, 2023

MusE is a MIDI/Audio sequencer with recording and editing capabilities and aims to be a complete multitrack virtual studio

Updated: 11 Sep, 2023

Another year, another late release. MusE 4.2, more fixes, more features. More!

A very condensed list of changes since 4.1:

  • New: Midi remote control feature redesigned.
  • New: Export midi options
  • New: Soft bypass support for plugins.
  • New: Generic plugin UI 'Off' button.
  • New: Export midi selected visible tracks only. In main app menu.
  • New: Export midi selected parts on visible tracks only. In main app menu.
  • New: LV2 midi-out support added. Supports things like midi arpeggiators, midi effects etc.
  • New: Midi control assignment
  • New: Momentary Mute and Solo buttons!
  • NEW audio automation graphs redesign
  • New: Audio automation graphs: Choice of DISCRETE or INTERPOLATED points.
  • New: LATCH automation mode, in addition to OFF, READ, TOUCH, WRITE modes.
  • New: Audio automation graphs: 'Align all selected to point' context menu item.
  • New: Adjustable graph point size. In Global Settings > GUI tab.
  • New: Buttons on toolbar turn the graph points on and off !
  • Added: Latency correction for VST midi-out.
  • Major plugin/controller/logarithmic/UI changes
  • Midi assign and mixer overhaul
  • Fix VST midi-out: Recording times were way off. (Midi arpeggiators, midi effects etc.)
  • Fix #1088: Cannot copy/paste parts
  • Fix: Reuploaded script (Fix issue 1037: Time stretching/shrinking for midi/drum parts.)
  • Fix #1106: Running scripts

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

Updated: 11 Sep, 2023
Installation and troubleshooting guides

Download the Stargate DAW sample pack

Changelog
  • Item Editor: Fix solo and loop resetting after an editing action
  • Item Editor: Clear solo and loop on closing a project
    Fixes a bug where the looped region markers overwrite the previous
    region markers if the project is closed while item editor loop or solo
    engaged.
Checksums

Optionally, you can generate a sha256sum of the downloaded file and verify
that it matches this signature.

cbda1d457a7565ed77cda76168f604df0062f23dea76281a7221cd78da540c24 stargate-23.09.1-1.x86_64.rpm 697462d0c3ae743ac6ea3c6d07cf79a6d00c57f630adc67118ca8e85bdc5103e stargate-23.09.1-amd64.deb 708c221142ec94d7d07a9317c9f7f1d1dd2b03afeaf8d763f36f5134fb19ce98 StargateDAW-23.09.1-linux-x86_64.AppImage 0342f50070a70ee4e60530989f9c70d103bf192fd48bed34a3d0a6a72f474227 StargateDAW-23.09.1-win64-installer.exe 02bea26606ab96e062be9816866159f0ed20521a3b27502731ce0b5aafcf9f8c StargateDAW-23.09.1-macos-intel-x86_64.dmg ba326e7d9f70fc8f23f4e94a50e159c3670e43da60ba6e775d7e8540534516a2 StargateDAW-23.09.1-macos-m1-arm64.dmg

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

Updated: 10 Sep, 2023

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

Updated: 10 Sep, 2023

v1.0.0-beta.4.13

OpenMPT is a popular tracker software for Windows

Updated: 09 Sep, 2023

This small update to OpenMPT 1.31 is mostly a bugfix release. Here's a list of the most notable changes in this version:

  • Fixed volume and envelope position issues when seeking with sample sync and the target row contained a note without instrument number.
  • Some IFF samples with empty chunks could not be loaded.
  • 16-bit mono IFF samples were saved as little-endian instead of big-endian.
  • Cue points are now removed from newly-created samples after slicing at cue points. The old cue points no longer make sense in the context of the new sample.
  • MIDI data is no longer sent to bypassed VST plugins.
  • The new instrument plugin tone portamento mechanism broke after encountering a note-off event.
  • MIDI I/O Plugin: Fix potential crash while suspending.
  • MIDI pitch bend is now applied to samples outside of the pattern view as well (e.g. sample / instrument / comments tab).
  • Improved scrolling support for laptops with precision touchpads.

For a complete list of changes, have a look at the release notes and the full version history.

libopenmpt has been updated as well.

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

Updated: 07 Sep, 2023

Summary of changes since 20221201 release:

  • Add FLAC loading support
  • Fix OpenMPT test case s77.it
  • Fix improper playback of note-without-instrument after instrument-without-note
  • Fix for initial instrument-without-note
  • Fix build failure with old versions of SDL2
  • MIDI note-off events that don't match the last note are now dropped
  • Detect S3M files made with Graoumf Tracker

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

Updated: 07 Sep, 2023

Summary of changes since 20221020 release:

  • Fix macOS integration
  • 10.7 is now the minimum macOS version, as supported by SDL
  • Fix issues when reverting to a previous video interpolation setting

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 05 Sep, 2023

chuck-1.5.1.3 release

PlugData is a plugin wrapper around PureData featuring a new GUI

Updated: 05 Sep, 2023

Pre-release version of plugdata v0.8.0

If you find any bugs in this version, you may report it on GitHub, join our Discord, or e-mail me

Some highlights:

  • Updated to pd-0.54 with multichannel signals!
  • Updated to ELSE-rc9 with many new objects and multi-channel support
  • New logo by Bas de Bruin
  • UI improvements
    • New add objects menu
    • Redesigned palette bar
    • Redesigned settings panel
    • Redesigned inspector
    • Redesigned deken
    • Redesigned Heavy dialog
    • Redesigned save dialog
    • Redesigned level meter
    • Improved tab and palette drag and drop system
    • Fixed small UI alignment details everywhere
  • New activity overlay will highlight objects that are generating messages
  • New alignment options allow you to align or space objects evenly
  • DAW parameters can now be float, int, exponential float or logarithmic float
  • Many stability improvements
  • plugdata's folder is now always in ~/Documents/plugdata, so location is no longer OS-specific
  • Improvements to Heavy toolchain
  • Improvements to object compatibility with pure-data, ELSE and cyclone.
  • A lot more! Full changelog will be included in the final v0.8.0 release

Anklang, a digital audio synthesis application for live creation and composition

Updated: 05 Sep, 2023

Anklang 0.1.0.nightly2309052316

Development version - may contain bugs or compatibility issues.

Merge branch 'version-fixes' # 2022-07-29 Tim Janik 61e8d05 * version-fixes: ASE: remove unneeded version postfix from AnklangSynthEngine MISC: version.sh: fix development postfix for shallow versions MISC: version.sh: fix build id with development postfix MISC: Makefile.mk, version.sh: fix release tag missing 'v'-prefix Merge branch 'jack-driver' # 2022-07-29 Tim Janik cc1cb08 * jack-driver: DOC: ch-install.md: merge jack howto into driver-setup section DOC: ch-install.md: add chapter about download and installation ASE: main.cc: print the real executable_name() for --version and usage ASE: driver.cc: load jackdriver.so ASE: Makefile.mk: optionally build jackdriver.so MISC: config-checks.mk: check if jack.pc >= 0.125.0 is present Jack 0.125.0 ships with Ubuntu-20.04. ASE: driver-jack.cc: turn into a working PCM driver for Ase ASE: driver-jack.cc: adapto to Ase namespace ASE: merge original Jack driver by Stefan Westerfeld Initial version of Jack driver using the new driver API Add minimal jack howto Block SIGPIPE to avoid crashes when jackd dies Driver: return read and write latency for a pcm driver separately For instance for synchronizing the play position pointer ui with the audio buffering, you want to know how much write latency you have, but don't care about the amount of read latency

Jamulus enables real-time jam sessions over the internet.

Updated: 03 Sep, 2023
  • Build: Mac: Keep the signing-related keychain unlocked (#2927).
    (contributed by @hoffie)

  • Build: Updated bundled Qt6 to version 6.5.1 (#3070).
    (contributed by @github-actions)

  • Docs: Added JSON-RPC server connection tips (#3101).
    (contributed by @mcfnord)

  • Translation: Added trebmuh to create-translation-issues.sh (#3147).
    (contributed by @jujudusud)

  • GUI: Fix some accelerator key conflicts, and fix ellipses in Norwegian (#3156).
    (contributed by @softins)

  • Client: (Refactor) Prevent multiplication result converting to larger type (#3164).
    (contributed by @softins)

  • Client: Added SRV-based virtual hosting support (#2930).
    (contributed by @hoffie)

  • Server: Improved --serverinfo argument validation (#2951).
    (contributed by @hoffie, @pljones)

  • Server: ISO country codes can now be supplied in upper or lower case (#2934).
    (contributed by @Rob-NY)

  • Server: Use native file selection dialog for recording directory and persistence file to allow read and write access outside of the macOS sandbox (#3009).
    (contributed by @ann0see)

  • Server: Rename --directoryserver to --directoryaddress (and internal changes) (#3017).
    (contributed by @pljones)

  • Server: Save the HTML formatting in Server Welcome Message. (Applies to the GUI Server.) (#3058).
    (contributed by @pljones)

  • Windows

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 02 Sep, 2023

What's Changed

  • Updating release manifests for 2.0.1 release by @mikedickey in #1183
  • Removing need to have git installed for meson builds by @mikedickey in #1186
  • Fixing bug where switching to classic mode would break device stats by @mikedickey in #1187
  • Making some margins static and other elements dynamic to make scaled … by @nwang92 in #1188
  • Build Linux tarball binary with support for ALSA backend by @mikedickey in #1189
  • Add User-Agent to QNetworkRequest; check for empty user ID by @nwang92 in #1190
  • Fixing for crash when using the JACK audio backend on Windows by @mikedickey in #1191
  • Bumping version and changelog for 2.0.2 release by @mikedickey in #1192
  • Set the PIPEWIRE_LATENCY environment variable with GUI on Linux by @mikedickey in #1193
  • Merge to main for 2.0.2 release by @mikedickey in #1194

Full Changelog: v2.0.1...v2.0.2

Anklang, a digital audio synthesis application for live creation and composition

Updated: 01 Sep, 2023

Anklang 0.1.0.nightly2309010210

Development version - may contain bugs or compatibility issues.

Merge branch 'fix-unstyled-content-flashing' # 2023-09-01 Tim Janik 39ac286 * fix-unstyled-content-flashing: UI: b/contextmenu.js: fix layout interference inside flexbox during popup UI: index.html: load global.css via style+@import, mark as data-4litcomponent UI: little.js: add adopt_component_styles() for simple style+@import cloning This allows to work around FOUC issues with Chrome, see comments. Merge branch 'propgroup-litcomponent' # 2023-08-30 Tim Janik 3957579 * propgroup-litcomponent: UI: b/pianoroll.js: add todo comment UI: b/knob.js: use fixed adjustment factors for wheel events UI: util.js: wheel_delta: normalize delta to pixels for modern browsers Work around Firefox changing deltaY vs deltaMode depending on the order of access! Throw away old compat code. UI: b/knob.js: fix invalid field access UI: b/propgroup.js: avoid shadowRoot UI: util.js: refuse pointer lock grabbing on orphans and shadowRoot descendants UI: b/propgroup.js: port to LitComponent UI: b/deviceeditor.vue: use b-propgroup UI: b/propinput.js: support readonly + disabled state UI: b/propinput.js: add support for <b-knob/> as property field UI: b/propinput.js: let labeled default to false UI: b/toggle.js: store pressed button number UI: util.js: add uuname() Merge branch 'b-propinput-litcomponent' # 2023-08-23 Tim Janik a7ab348 * b-propinput-litcomponent: UI: b/propinput.js: port to LitComponent UI: b/choiceinput.js: support label attribute as choice tip UI: little.js: add LitComponent.request_update_()

SVGuitar is a JavaScript (TypeScript) SVG guitar chord renderer library

Updated: 30 Aug, 2023

2.2.2 (2023-08-30)

Bug Fixes

  • upgrade svgdom from 0.1.11 to 0.1.14 (f6e4e3a)

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 30 Aug, 2023

What's Changed

Full Changelog: v2.0.0...v2.0.1

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

Updated: 30 Aug, 2023

1.04.00

see here for changelog

MAC users: feel free to provide us extra builds here or donate so we can get an apple account:

mac arch workaround x86_64 right-click > Open on first launch to bypass developer cannot be verified x86_64 + arm64 run xattr -d com.apple.quarantine /Applications/Milkytracker.app

openFrameworks is an open source toolkit designed for creative coding

Updated: 30 Aug, 2023

update pg

Anklang, a digital audio synthesis application for live creation and composition

Updated: 30 Aug, 2023

Anklang 0.1.0.nightly2308300938

Development version - may contain bugs or compatibility issues.

Merge branch 'propgroup-litcomponent' # 2023-08-30 Tim Janik 3957579 * propgroup-litcomponent: UI: b/pianoroll.js: add todo comment UI: b/knob.js: use fixed adjustment factors for wheel events UI: util.js: wheel_delta: normalize delta to pixels for modern browsers Work around Firefox changing deltaY vs deltaMode depending on the order of access! Throw away old compat code. UI: b/knob.js: fix invalid field access UI: b/propgroup.js: avoid shadowRoot UI: util.js: refuse pointer lock grabbing on orphans and shadowRoot descendants UI: b/propgroup.js: port to LitComponent UI: b/deviceeditor.vue: use b-propgroup UI: b/propinput.js: support readonly + disabled state UI: b/propinput.js: add support for <b-knob/> as property field UI: b/propinput.js: let labeled default to false UI: b/toggle.js: store pressed button number UI: util.js: add uuname() Merge branch 'b-propinput-litcomponent' # 2023-08-23 Tim Janik a7ab348 * b-propinput-litcomponent: UI: b/propinput.js: port to LitComponent UI: b/choiceinput.js: support label attribute as choice tip UI: little.js: add LitComponent.request_update_() UI: util.js: add addnotify_() and delnotify_() to extended properties UI: b/pro-group.vue: use <b-propinput/> UI: b/knob.js: simplify MISC: package.json.in: extend nodemon delay to reduce conflicts with lint rules Sometimes when ui/lint is triggered, files are written and make serve also runs rebuild rules due to nodemon. Merge branch

MIDIVisualizer is a small cross-platform MIDI visualizer, written in C++/OpenGL.

Updated: 29 Aug, 2023

This releases focused on adding many requested settings, don't forget to explore the settings menu or the command-line help to get a full list! A huge thanks to @PrimateCoder and @sreich for their contributions!

Features:

  • Ability to hide some tracks or channels (#143)
  • Color sets: ability to pick a new chromatic coloring mode (#130)
  • Notes: define background textures for major and minor notes, border settings (thanks to #129) (#66, #88)
  • Flashes: exposed new halo parameters, added texture flipbook customization (#12, #66, #124)
  • Score: added lines width and color settings, new measure labels placement options
  • Pedals: added a customization panel to load texture masks for each pedal, set padding and per-pedal color, and preview the result (#87)
  • Wave: added a scrolling noise effect (#122)
  • Particles: added a turbulence noise effect (#68)

Improvements:

  • Color sets: support up to 12 sets (thanks to #130)
  • Notes: improve alignment of falling notes with keyboard keys
  • Improved performances when rendering the score background
  • Keyboard: display outlines around all pressed keys (#140)
  • Particles: added a specific panel for managing particle textures, with previews and additional options

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

Updated: 29 Aug, 2023

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

Updated: 29 Aug, 2023

0.3.79

openFrameworks is an open source toolkit designed for creative coding

Updated: 29 Aug, 2023

0.12.0 Release Candidate 1

We could definitely use help testing.

Please report any issues here:
#6692

Notes:

  • Changelog to come soon.
  • armv6l and aarch64 tested with Raspian / Rapsberry Pi OS - Bullseye version.
  • Android release to come in 0.12.1 ( needs big libs refactor ).

sfizz is a cross-platform SFZ parser and rendering library, LV2 plugin, and VST3 plugin

Updated: 26 Aug, 2023

Added

Changed

  • The project has been split into 2 repositories to separate
    the library from the UI/plugins. (#1162)
  • Unclamp the cutoff and add OSC queries for the cutoff modifiers (#1100 by @PythonBlue)
  • SIMDe update (#1161 #1163)
  • Update cpuid, dr_libs and stb_vorbis libraries (#1164)
  • Various CMake and CI changes/fixes, also because the repository split
    Minimum CMake version required is now 3.15 for Windows, 3.13 for other systems
  • Configurable amount of Control Change messages via CMake' MIDI_CC_COUNT variable,
    Config.h is now a generated file
  • Update Abseil to 20230125.3 (#1169)

Fixed

  • Crash fix for reloading SFZ: needed to copy preloadCallCount in FilePool
    copy constructors (#1170 by @essej)
  • Temporary fixes to build benchmarks and tests (see #1148)
  • Fixed FlexEGs shape (#1176 #1177)
  • Fixed build on Windows
  • Fixed modulation matrix when CC modulations are per voice (#1173 #1179 by @PythonBlue)
  • Fixed and reenabled tests
  • Modifications to support universal x86_64/ARM builds on macOS (#1183 by @essej)

Removed

  • VCPKG and MinGW CI builds

Jamulus enables real-time jam sessions over the internet.

Updated: 24 Aug, 2023
  • Client: Added SRV-based virtual hosting support (#2930).
    (contributed by @hoffie)

  • Server: Improved --serverinfo argument validation (#2951).
    (contributed by @hoffie, @pljones)

  • Server: ISO country codes can now be supplied in upper or lower case (#2934).
    (contributed by @Rob-NY)

  • Server: Use native file selection dialog for recording directory and persistence file to allow read and write access outside of the macOS sandbox (#3009).
    (contributed by @ann0see)

  • Server: Rename --directoryserver to --directoryaddress (and internal changes) (#3017).
    (contributed by @pljones)

  • Server: Save the HTML formatting in Server Welcome Message. (Applies to the GUI Server.) (#3058).
    (contributed by @pljones)

  • Windows: Windows 64bit releases use Qt 6.5.2 now. Jamulus will from now on only support Windows 10 and above (#2300).
    (contributed by @hoffie)

  • Linux: Debian users can now use the official PPA to get automatic updates. See the Linux install page on jamulus.io for more information (#3013).
    (contributed by @ann0see)

  • Mac: The legacy build now uses the macOS 13.1 SDK which is unsupported by Qt 5.9.9. We still provide the legacy build, but from now on consider it as deprecated. You

by KDE

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

Updated: 24 Aug, 2023

Create tag for 23.08.0

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 24 Aug, 2023

chuck-1.5.1.2 release

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

Updated: 24 Aug, 2023

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

Updated: 24 Aug, 2023

What's Changed

New Contributors

Full Changelog: https://github.com/zrythm/zrythm/commits/v1.0.0-beta.4.12.1

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 23 Aug, 2023

What's Changed

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

Updated: 23 Aug, 2023

v1.0.0-beta.4.12

Anklang, a digital audio synthesis application for live creation and composition

Updated: 23 Aug, 2023

Anklang 0.1.0.nightly2308232124

Development version - may contain bugs or compatibility issues.

Merge branch 'b-propinput-litcomponent' # 2023-08-23 Tim Janik a7ab348 * b-propinput-litcomponent: UI: b/propinput.js: port to LitComponent UI: b/choiceinput.js: support label attribute as choice tip UI: little.js: add LitComponent.request_update_() UI: util.js: add addnotify_() and delnotify_() to extended properties UI: b/pro-group.vue: use <b-propinput/> UI: b/knob.js: simplify MISC: package.json.in: extend nodemon delay to reduce conflicts with lint rules Sometimes when ui/lint is triggered, files are written and make serve also runs rebuild rules due to nodemon. Merge branch 'fix-raw-tex' # 2023-08-19 Tim Janik 64882dc * fix-raw-tex: UI: xbcomments.js: properly quote special characters in docs DOC: Makefile.mk: do not parse source comments as raw_tex Merge branch 'anklang-internals+jsdocs' # 2023-08-19 Tim Janik b554e80 * anklang-internals+jsdocs: UI: b/basics.js: small docu update DOC: Makefile.mk: integrate JS component docs into internal manual DOC: jsdoc2md.js: skip extra subsection indentation UI: Makefile.mk: optimize *.jscss build, fix anklang-internals.html dependency UI: b/*.js: use three hashes '###' to indent docu subsections Merge branch 'swesterfeld-piano-roll-move', closes #16 # 2023-08-03 Tim Janik ec26905 * swesterfeld-piano-roll-move: UI: b/piano-ctrl.js: support moving/copying notes with the mouse UI: b/cliplist.js: restore user manual docs Merge branch 'jsdoc-elements' # 2023-08-03 Tim Janik 9d0c8de * jsdoc-elements: DOC: poxystyle.css: fix dark theme colors

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 22 Aug, 2023

chuck-1.5.1.1 release

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

Updated: 22 Aug, 2023

0.3.78

SVGuitar is a JavaScript (TypeScript) SVG guitar chord renderer library

Updated: 21 Aug, 2023

2.2.1 (2023-08-21)

Bug Fixes

  • upgrade svgdom from 0.1.10 to 0.1.11 (931f81a)

Anklang, a digital audio synthesis application for live creation and composition

Updated: 19 Aug, 2023

Anklang 0.1.0.nightly2308191408

Development version - may contain bugs or compatibility issues.

Merge branch 'fix-raw-tex' # 2023-08-19 Tim Janik 64882dc * fix-raw-tex: UI: xbcomments.js: properly quote special characters in docs DOC: Makefile.mk: do not parse source comments as raw_tex Merge branch 'anklang-internals+jsdocs' # 2023-08-19 Tim Janik b554e80 * anklang-internals+jsdocs: UI: b/basics.js: small docu update DOC: Makefile.mk: integrate JS component docs into internal manual DOC: jsdoc2md.js: skip extra subsection indentation UI: Makefile.mk: optimize *.jscss build, fix anklang-internals.html dependency UI: b/*.js: use three hashes '###' to indent docu subsections Merge branch 'swesterfeld-piano-roll-move', closes #16 # 2023-08-03 Tim Janik ec26905 * swesterfeld-piano-roll-move: UI: b/piano-ctrl.js: support moving/copying notes with the mouse UI: b/cliplist.js: restore user manual docs Merge branch 'jsdoc-elements' # 2023-08-03 Tim Janik 9d0c8de * jsdoc-elements: DOC: poxystyle.css: fix dark theme colors DOC: jsdoc2md.js: use pandoc anchors everywhere with data-4search hints DOC: poxy.sh: forbid raw-html and support data-4search on <span/> UI: b/*.js: reformat documentation to use @class and @description commands See also: https://jsdoc.app/tags-description.html DOC: poxy.sh: parallelize JsDoc processing DOC: poxy.sh: fix exit code and compact markdown DOC: poxy.sh: add ui/ch-*.md files to poxy docs DOC: jsdoc2md.js: allow descriptions of virtual classes as docu sections DOC: copyright.ini: assign MPL-2 to ch-*.md documentation files DOC: Makefile.mk

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

Updated: 18 Aug, 2023

Added

  • Add bypass button to channel slot widgets and redesign
  • User manual: add section about UI scaling and Wayland
  • Center the region's contents horizontally in the editor on second double-click in the timeline
  • Add accessible roles to some widgets
  • Make faders accessible
  • New libsoxr dependency

Changed

  • Code refactoring: rename audio directory to dsp
  • Update Chinese (Simplified), Catalan, Swedish, Japanese translations
  • Use libsndfile + libsoxr instead of libaudec to load audio files

Fixed

  • Fix visual issues with JACK timebase master and transport client icon indicators
  • Fix off-by-one rounding issues in audio regions when changing BPM or sample rate
  • Fix crash when drawing channel send widgets
  • Fix issues with reuse and licenses

Removed

  • Remove libaudec (and by extension libsamplerate) dependency

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

Updated: 18 Aug, 2023

v1.0.0-beta.4.11

MusicBrainz Picard is a cross-platform application written in Python and is the MusicBrainz music tagger

Updated: 16 Aug, 2023

Bugfixes

  • PICARD-2186 - Windows installer fails to detect already running instance
  • PICARD-2688 - Windows: Portable version crashes when launched with -h
  • PICARD-2692 - Windows: Crash on startup after upgrade from 2.8 to 2.9
  • PICARD-2693 - Windows installer allows canceling the uninstaller
  • PICARD-2694 - Crash when re-opening options after closing without closing the scripting documentation dialog
  • PICARD-2695 - Crash in script editor when showing tooltips for some Unicode character codes
  • PICARD-2696 - Windows: Shift dragging files into Picard deletes the files on the filesystem
  • PICARD-2697 - Options "Restore Defaults" does not restore all defaults
  • PICARD-2698 - Windows: Permanent high CPU usage
  • PICARD-2710 - Files are not getting loaded on systems with 2 or less CPUs
  • PICARD-2713 - Stand alone instance mode does not work
  • PICARD-2714 - Windows: Portable installs should run as separate instances
  • PICARD-2718 - File selector for ripping log files does not show *.log files with the "All supported log files" filter

New Features

  • PICARD-1815 - Notification on plugin updates available
  • PICARD-2705 - Provide the new audio director relationship as tag

Improvements

Mixxx is Free DJ software that gives you everything you need to perform live mixes.

Updated: 15 Aug, 2023

This is is the 6th and final minor release of the Mixxx 2.3 branch.

Have a look at the CHANGELOG and the Mixxx website for more information:

midifilter.lv2 is a suite of LV2 plugins to filter MIDI events

Updated: 15 Aug, 2023

Properly constrain CC2Note mode control #36

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

Updated: 12 Aug, 2023

We are proud to announce the release of GNU LilyPond 2.24.2. LilyPond is a music engraving program devoted to producing the highest-quality sheet music possible. It brings the aesthetics of traditionally engraved music to computer printouts.

This version contains a number of fixes since the release of the previous stable version in February 2023. This includes an update of the library for garbage collection, addressing crashes when compiling very large scores (several hundreds of pages) on Windows. We recommend all users to update. Scores converted to or written for 2.24.0 will continue to work with this release. A list of added features and other user-visible changes for 2.24 can be found at https://lilypond.org/doc/v2.24/Documentation/changes/. Among others, version 2.24.0 switched to Guile 2.2 and features a completely rewritten infrastructure for creating the official packages, finally allowing us to offer 64-bit binaries for macOS and Windows. These pre-built binaries are linked from https://lilypond.org/download.html and available from GitLab: https://gitlab.com/lilypond/lilypond/-/releases/v2.24.2

ProTracker 2 clone for Windows/macOS/Linux

Updated: 12 Aug, 2023

Make disk op. entry jumping case-insensitive

ProTracker 2 clone for Windows/macOS/Linux

Updated: 12 Aug, 2023
  • Bugfix: It was possible to scroll out of bounds in Disk Op. by using shift+key
  • Bugfix: Don't set "song unsaved" flag if text editing didn't make a change
  • Bugfix: Editing the Disk Op. path text would set the "song unsaved" flag (lol)
  • Bugfix: Using the "CLEAR" button while Edit. Op. or the about screen was open could lead to a screen redrawing issue
  • Disk Op. file entry jumping (left shift + key) now works a bit differently. If the last pressed jump key didn't change, cycle through pages if there are more matches to be found. This allows for quicker module finding. Thanks to Fireb0y for this suggestion!
  • Re-implemented the Pos Ed. pattern naming feature. Be aware that this data is not saved to the module, and is only used to temporarily keep track of the patterns while making the module. Yes, it's a quite crippled feature, but some people asked me to implement it again!
  • Code refactoring, a small portion of the code should be easier to understand now (still a long way to go...)
  • Windows/macOS: Updated SDL to v2.28.2
by KDE

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

Updated: 11 Aug, 2023

Create tag for 23.07.90

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 10 Aug, 2023

chuck-1.5.1.0 release

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

Updated: 10 Aug, 2023

Added

  • Add toggle to hide deactivated tracks in track filter menu
  • Add right-click option to loop selection in timeline
  • Add option to append all track/lane objects to the current selection
  • Add tracklist preferences button with option to disable auto-arm
  • Add Crescendo, Flam, Flip H/V, Portato, Staccato, Legato, Strum MIDI functions
  • Implement MIDI clock (output) for syncing to Zrythm
  • Build: add requirements.txt for managing Python dependencies (for building docs, etc.)

Changed

  • Link scroll events on digital meter widgets (changes are only applied at the end of scrolls)
  • Build: re-enable some GCC analyzer checks and add new checks
  • Change order in track context menu
  • Subprojects: bump GTK and RtAudio versions
  • Cache previous and current transport info during processing
  • Various internal refactorings
  • Update Catalan, French, Japanese, Chinese (Simplified), Russian, Dutch, Hungarian, Italian, Indonesian, Spanish, Portuguese, Swedish translations
  • Log: print (?:?) instead of ((null):(null)) when function and line number are unknown
  • Add more error checking and print more debug info in the log

Fixed

  • Build: fix bundled plugin build with GCC 13
  • Fix app icon not showing on Wayland (StartupWMClass)

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

Updated: 10 Aug, 2023

v1.0.0-beta.4.10

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

Updated: 07 Aug, 2023

This is the last scheduled release in the v5 series of PraxisCORE and PraxisLIVE as we concentrate on v6 for release later this year. There are some major updates to Ref types and handling, an Async.Queue for handling async calls, and various deprecations for things that will no longer be supported in v6.

PraxisCORE

  • Major updates to Ref, including reference ports and a publish / subscribe mechanism for sharing references from containers to child components.
    • Added Ref::set, Ref::setAsync, Ref::orElse and Ref::onChange methods. The existing async support in Ref is deprecated and rewritten to use the new method.
    • Added @Ref.Publish and @Ref.Subscribe to be used on injected Ref fields in parent and children respectively. References are automatically updated, and changes can be listened to using Ref::onChange.
    • Added support for reference ports - @In(1) Ref.In<T> in and @Out(1) Ref<T> out. The input type allows to access the list of connected values, and automatically updates on connections or changes to the output reference.
    • Updated semantics for Ref::bind which can now be configured prior to initialization, and will update on reference changes.
  • Added an injectable queue for Async values - @Inject Async.Queue<T> queue. Supports binding actions to happen

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 07 Aug, 2023

What's Changed

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

Updated: 04 Aug, 2023
Installation and troubleshooting guides

Download the Stargate DAW sample pack

Changelog
  • Sequencer: global solo and mute buttons: Now the buttons toggle solo and mute
    on all tracks instead of just clearing it, remembers which tracks were
    previously soloed or muted and can restore the previous settings after
    clearing
  • Sequencer: Better icon for horizontal scroll follows playback cursor
  • Item editor: Add a button to toggle looping the current item
  • Item Editor: Add a button to toggle soloing the track of the current item
  • Item Editor: MIDI Channel combobox: Add asterisk next to channels containing
    one or more MIDI events, allows the user to see at a glance which cnannels
    already contain events
  • Fix various bugs when closing a project without closing the app and then
    creating/opening another project
Checksums

Optionally, you can generate a sha256sum of the downloaded file and verify
that it matches this signature.

7e05649f55082805c65249a477920d4c741bc713a48846cce618ebe73d4ff099 stargate-23.08.1-1.x86_64.rpm de7661275620581d16bcc8e2956d6b092fe8627b47d94233314c43f9dd594b8e stargate-23.08.1-amd64.deb 46a47116dfa2842a2b10faaac2bbcf1bfaf74cab6dcc4822ed6af9ff73dbb965 StargateDAW-23.08.1-linux-x86_64.AppImage f72f00a38fc6cd603c3e76f300453f9e7e45ce518293c5a663b95428419768bc StargateDAW-23.08.1-win64-installer.exe b72dd4fecb180722a082d8f71940f0f801eff4cd05fc7f63eebb2bf9c8152462 StargateDAW-23.08.1-macos-intel-x86_64.dmg 0cf3a8c49b20696ac77cc20fd13c5c2ee796b0f15a41f7bb6f71039c7ef2d056 StargateDAW-23.08.1-macos-m1-arm64.dmg

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

Updated: 04 Aug, 2023
  • Fix compatibility of plugin discovery with newer 2.6.x tools
  • Fix crash when using JACK under Linux ARM
  • Fix carla-lv2 pre-run with 0 frames
  • Fix carla-vst GUI for high-dpi screens
  • Fix carla-native-plugin library exported symbols
  • Show custom error message when trying to start JACK driver without JACK
  • Skip special treatment for LADISH (do not set session management hints)

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

Updated: 04 Aug, 2023
  • Allow IPC during plugin discovery (controlled by external tools)
  • Expose a few extra APIs in carla-utils library
  • Install extra carla-utils related headers during make install
  • Fix invalid/empty LV2 paths for compatibility with lilv
  • Fix LV2 plugin state for plugin bridges
  • Fix showing engine device settings on systems without JACK
  • Fix usage with LMMS on Windows
  • Remove use of REAL_BUILD macro, no longer needed
  • Tweaks for integration in OBS
  • Other minor fixes and cleanup

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 04 Aug, 2023

What's Changed

  • Fixing potential crash on Windows within the AudioSettings dialog. by @mikedickey in #1127

Full Changelog: v1.10.0...v1.10.1

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

Updated: 04 Aug, 2023

0.3.77

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

Updated: 04 Aug, 2023

1st bugfix release for version 0.25 Echidna.

Changelog:

  • Enabled realtime scheduling in audio callback (#68)
  • Input audio meter is now affected by the current input volume value (#239)
  • Improved file name validation when saving projects and samples (#641 )
  • Fix compilation with format-security compiler flags (#447)
  • Disable metronome when recording in free-loop-length mode (#514)
  • Improved robustness of audio channel selection when changing audio devices in the configuration panel
  • Upgrade libsndfile library to version 1.2.0
  • Upgrade nlohmann-json library to version 3.11.2
  • Upgrade fmt library to version 10.0.0
  • Lots of code refactoring and internal cleanups

Binaries available on https://www.giadamusic.com#download

Fasttracker II clone for Windows/macOS/Linux

Updated: 03 Aug, 2023
  • Bugfix: The 'pattern expand' feature was heavily broken and would mess up the pattern data (and potentially crash the program)
  • Bugfix: The program crash message could overflow and not show the full text on some systems

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 03 Aug, 2023

chuck-1.5.0.8 release

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

Updated: 03 Aug, 2023

In Greek mythology, Echidna was a monster, half-woman and half-snake, who lived alone in a cave. She was the mate of the fearsome monster Typhon and was the mother of many of the most famous monsters of Greek myth.

Changelog:

  • Ability to change audio and MIDI engines on the fly — no need to restart Giada anymore when the audio and/or MIDI devices change. No need to restart also when changing several properties in the Configuration Window;
  • Add new "Clear" button next to all MIDI learning widgets to easily clear the MIDI binding (#486);
  • Set default resampler quality to "Linear" (the fastest one);
  • Update FLTK to latest commit available;
  • Update JUCE to version 7.0.5;
  • Fix Velocity parameter not being usable in Action Editor;
  • Fix MIDI Channel parameter not being usable in MIDI input configuration;
  • Code refactoring and other architectural improvements.

Anklang, a digital audio synthesis application for live creation and composition

Updated: 03 Aug, 2023

Anklang 0.1.0.nightly2308031029

Development version - may contain bugs or compatibility issues.

Merge branch 'swesterfeld-piano-roll-move', closes #16 # 2023-08-03 Tim Janik ec26905 * swesterfeld-piano-roll-move: UI: b/piano-ctrl.js: support moving/copying notes with the mouse UI: b/cliplist.js: restore user manual docs Merge branch 'jsdoc-elements' # 2023-08-03 Tim Janik 9d0c8de * jsdoc-elements: DOC: poxystyle.css: fix dark theme colors DOC: jsdoc2md.js: use pandoc anchors everywhere with data-4search hints DOC: poxy.sh: forbid raw-html and support data-4search on <span/> UI: b/*.js: reformat documentation to use @class and @description commands See also: https://jsdoc.app/tags-description.html DOC: poxy.sh: parallelize JsDoc processing DOC: poxy.sh: fix exit code and compact markdown DOC: poxy.sh: add ui/ch-*.md files to poxy docs DOC: jsdoc2md.js: allow descriptions of virtual classes as docu sections DOC: copyright.ini: assign MPL-2 to ch-*.md documentation files DOC: Makefile.mk: integrate ui/ch-component.md Makefile.mk: add html/ to CLEANDIRS Makefile.mk: clean poxy/ and assets/ DOC: ch-development.md: explicitely describe ASE UI: ch-component.md: describe lit components UI: ch-component.md: rename from ui/b/ch-vue.md README.md: add Star History Chart Merge branch 'toggle-as-lit' # 2023-08-03 Tim Janik 0eba7de * toggle-as-lit: UI: b/pro-input.vue: handle @valuechange on b-toggle UI: b/toggle.js: port to LitComponent Merge branch 'x11test-delay' # 2023-08-02 Tim Janik 8712b43 * x11test-delay: X11TEST: ereplay.cjs: add delay to mitigate a UI-reload race on project changes
by KDE

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

Updated: 01 Aug, 2023

Create tag for 23.04.3

Anklang, a digital audio synthesis application for live creation and composition

Updated: 31 Jul, 2023

Anklang 0.1.0.nightly2307311936

Development version - may contain bugs or compatibility issues.

GITHUB: workflows/testing.yml: run poxy on ubuntu:22.04 # 2023-07-31 Tim Janik a7b0307 MISC: docker_run: fix interactive invocations # 2023-07-31 Tim Janik 46933a8 MISC: Dockerfile.jammy: setup development tools for ubuntu:22.04 builds # 2023-07-31 Tim Janik 30081a5 Merge branch 'make-dist-and-assets' # 2023-07-31 Tim Janik 4694aa8 * make-dist-and-assets: GITHUB: workflows/release.yml: add Ping-IRC job GITHUB: workflows/release.yml: use misc/docker_run GITHUB: workflows/release.yml: add action to build & create releases from tags Makefile.mk: dist: assign release version to misc/version.sh:BAKED_DESCRIBE MISC: version.sh: prepare BAKED_DESCRIBE variable to define baked in version MISC: version.sh: support lightweight release tags via exact match UI: Makefile.mk: fix unintentional tscheck remakes DOC: Makefile.mk: add doc/ch-releasing.md to internal manual ASE: Makefile.mk: rebuild ase/buildversion*.cc if GITCOMMITDEPS changes Makefile.mk: rebuild package.json if GITCOMMITDEPS changes MISC: config-utils.mk: take tags and packed-refs into account for GITCOMMITDEPS DOC: ch-releasing.md: elaborate on releases and assets DOC: ch-releasing.md: start describing versioning and the release process MISC: mknews.sh: add development version disclaimer MISC: Makefile.mk: remove partial release build rules MISC: mkassets.sh: simplify to just make dist and trigger release asset builds MISC: mkAppImage.sh: build AppImage in assets/ MISC: mkAppImage.sh: use tools from appimagetools/ dir MISC: Makefile.mk: cache downloads of appimage tools Makefile.mk: make

Jamulus enables real-time jam sessions over the internet.

Updated: 30 Jul, 2023
  • Client: Added SRV-based virtual hosting support (#2930).
    (contributed by @hoffie)

  • Server: Improved --serverinfo argument validation (#2951).
    (contributed by @hoffie, @pljones)

  • Server: ISO country codes can now be supplied in upper or lower case (#2934).
    (contributed by @Rob-NY)

  • Server: Use native file selection dialog for recording directory and persistence file to allow read and write access outside of the macOS sandbox (#3009).
    (contributed by @ann0see)

  • Server: Rename --directoryserver to --directoryaddress (and internal changes) (#3017).
    (contributed by @pljones)

  • Server: Save the HTML formatting in Server Welcome Message. (Applies to the GUI Server.) (#3058).
    (contributed by @pljones)

  • Windows: Windows 64bit releases use Qt 6.5.2 now. Jamulus will from now on only support Windows 10 and above (#2300).
    (contributed by @hoffie)

  • Linux: Debian users can now use the official PPA to get automatic updates. See the Linux install page on jamulus.io for more information (#3013).
    (contributed by @ann0see)

  • Mac: The legacy build now uses the macOS 13.1 SDK which is unsupported by Qt 5.9.9. We still provide the legacy build, but from now on consider it as deprecated. You

Jamulus enables real-time jam sessions over the internet.

Updated: 30 Jul, 2023

Update version to 3.10.0beta1 for first beta release

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

Updated: 30 Jul, 2023

LilyPond 2.25.7

by KDE

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

Updated: 28 Jul, 2023

Create tag for 23.07.80

Jamulus enables real-time jam sessions over the internet.

Updated: 27 Jul, 2023
  • Mac: The legacy build now uses the macOS 13.1 SDK which is unsupported by Qt 5.9.9. We still provide the legacy build, but from now on consider it as deprecated. You are advised to upgrade your OS (#3066).
    (contributed by @ann0see)

  • Refactor: use size_t for vector and array indexes that must not be negative (#2893).
    (contributed by @pljones)

  • RPC: Added new command line switch (--jsonrpcbindip) to specify the bind address for the RPC server (#2917).
    (contributed by @Rob-NY)

  • RPC: jamulusserver/getClients method expanded to include all elements of a user profile as well as the number of active client connections (#2918).
    (contributed by @Rob-NY)

  • CONDENSE with #2833 (#3008).
    (contributed by @ann0see)

  • RPC: Rename directoryServer to directory in jamulusserver/getServerProfile response (#3048).
    (contributed by @pljones)

  • GUI: Make checkboxes self-labelling (#2996).
    (contributed by @pljones)

  • Client: Added SRV-based virtual hosting support (#2930).
    (contributed by @hoffie)

  • Server: ISO country codes can now be supplied in upper or lower case (#2934).
    (contributed by @Rob-NY)

  • Server: Use native file selection dialog for recording directory and persistence file to allow

Jamulus enables real-time jam sessions over the internet.

Updated: 27 Jul, 2023

Fix GPG import error

Import key as file

Move privkey to home which should be the same everywhere

Jamulus enables real-time jam sessions over the internet.

Updated: 27 Jul, 2023

Merge pull request #3077 from ann0see/licensing/addGPLHeader

Add GPL header to autobuild scripts

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

Updated: 27 Jul, 2023

0.3.76

Anklang, a digital audio synthesis application for live creation and composition

Updated: 27 Jul, 2023
  • swesterfeld-piano-roll-note-length:
    UI: b/piano-ctrl.js: cleanup note_duration_delta at the end of a drag
    UI: b/piano-ctrl.js: support resizing multiple notes in a selection

Signed-off-by: Tim Janik timj@gnu.org

Musescore is an open source and free music notation software.

Updated: 26 Jul, 2023

This release fixes a number of crashes and introduces some stability improvements.

MusicBrainz Picard is a cross-platform application written in Python and is the MusicBrainz music tagger

Updated: 26 Jul, 2023

Bugfixes

  • PICARD-2011 - "RuntimeError: dictionary changed size during iteration" in metadatabox
  • PICARD-2685 - Moving files between tracks looses AcoustID fingerprint and ReplayGain tags
  • PICARD-2689 - If the first dragged element is not visible an empty rectangle is shown during drag

Improvements

  • PICARD-2680 - Modal first use and file save confirmation dialogs
  • PICARD-2681 - Revise wording of first use and file save confirmation dialogs

python-rtmidi is a Python wrapper (Cython) for C++ RtMidi using Cython

Updated: 26 Jul, 2023

Fixes:

  • Fixed Cython compilation errors and warnings (#174)

Project infrastructure:

  • Updated requirements-dev.txt with pip-compile (#173).
  • Updated minimum Python version declared in pyproject.toml to 3.8.

Documentation:

  • Updated minimum Python version (3.8) stated in readme and docstring.

Full Changelog: 1.5.4...1.5.5

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

Updated: 22 Jul, 2023
  • Editor: Include the main editor-popup-menu into the
    bottom of the track-header popup menu.
  • Edit: Button to "reverse song" (i.e. all reverse
    all blocks).
  • Edit: Fix the functions to reverse notes. They
    weren't very good before.
  • GUI: Highlight tab elements when mouse hovers
    above.
  • GUI: Add JUCE version to the About-window.
  • GUI: Increase default height of message window
    somewhat.
  • MIDI learn: Fix incremental mode when recording
    automation to editor.
  • API: backwardsSong.

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

Updated: 22 Jul, 2023
Installation and troubleshooting guides

Download the Stargate DAW sample pack

Changelog
  • Sequencer: Glue: If unselected items are between selected items,
    also glue those. Fixes the previous behavior of gluing as requested and
    then truncating the items
  • Tracks, Items: Fix inconsistency in minimum naming lengths. Require track
    names to be at least 2 characters, reduce minimum length of an item name to
    2 characters to better accomodate Asian languages
  • Sequencer: Set as first beat of song: Fix inconsistencies in selected items
    after the move is complete by clearing the selection
  • Transport: logic improvements, fix bugs when doing weird things with the
    transport buttons
Checksums

Optionally, you can generate a sha256sum of the downloaded file and verify
that it matches this signature.

50583da91b83f6f6a56cc3a7d011a79a6cf809235c4463dbd3d6adb0e080bc38 stargate-23.07.1-1.x86_64.rpm da2f66e8c927c819e14052737efe4743fe6163dada06e9bb0cd5f7cc7c00ff6e stargate-23.07.1-amd64.deb 96f5d3ca270e4d60093c38b643af71075f73a622c298c233d9667d85462ff86c StargateDAW-23.07.1-linux-x86_64.AppImage 953bfcc5f19bcad3c953424dbf4d334ff968c29f1ac61b9ebe4052caea063930 StargateDAW-23.07.1-win64-installer.exe 6ff51e0d2ceb13202bcbf0c65936b742fd8e2b0a8254c36e6aa4c96992a53bed StargateDAW-23.07.1-macos-m1-arm64.dmg ec53f6b657118262fcd35b93dd6b3ae167b2b3ee5949494397449990add94041 StargateDAW-23.07.1-macos-intel-x86_64.dmg

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

Updated: 21 Jul, 2023

0.3.75

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

Updated: 19 Jul, 2023
- Issue #110 follow-ons: - Fixed saving tempo (BPM) in Windows when changed from main window. Caused by mixing a long and size_t; messed up in Windows builds. - Issue #111 follow-ons: - Fixed initial time-signature drawing in data pane. - Fixed errors in inserting a time-signature. - Added a pulse (tick) calculator to iterate through time-signatures. - Fixed an important port-translation bug in output port-mapping. - Revamped the Playlist tab, as it was confusing and very buggy. - Added auto-play and auto-advance to play-lists. - Issue #102: Added Windows key-mapping to fix processing "native virtual" keys, such as the arrow keys.

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

Updated: 18 Jul, 2023
  • Editor: Fix sligthly wrong memory handling. Might
    have led to crashes sometimes after copying a
    range that contains stops, but only after the
    second time or later, and probably only in very
    rare cases. Bug introduced in V6.6.77.
  • Midi Learn: Rough implementation of
    "incremental mode". The feature is likely to
    require some tweaking though.
  • Sequencer: Make the song tempo automation popup
    menu less confusing.
  • Sequencer: Fix gfx garbage in uppermost pixel row
    when song tempo automation is visible.
  • Editor: Fix a possible, but if so, probably
    extremely rare, crash when creating undo for range.
    The bug seems to have always been there.
  • Internal: Fix memory leak if trying to allocate
    very large memory blocks in realtime code.
  • GUI: Attempt to fix Qt sometimes translating
    strings. (That's not supposed to happen since
    Radium is an English-only program.)
  • Linux: Turn off crash reporter if radium couldn't
    start because of missing AM pitch shift plugin
    during startup. Only for custom builds though.
  • Soundfile saver: Fix pressing "Save" if Qt
    has decided to translate the text "Save" to
    another language. Qt is not supposed to
    translate anything, but reportedly it has.
  • Internal: Fix a bug in a function that divides two
    ratio numbers. The

Cardinal is a virtual Eurorack modular synthesizer platform

Updated: 15 Jul, 2023
  • Add AIDA-X module
  • Add Bogaudio AD to mini variant
  • Add (binary) plugin scanning to Ildaeil plugin hosting (LADSPA, DSSI, VST2, VST3 and CLAP)
  • Add plugin presets to Ildaeil, when exposed on the plugin side
  • Add VST2 plugin folder option to Windows installer
  • Allow custom URL for remote instance connections
  • Allow usage of local user directory and configs, expose related options
  • Fix focus to input text dialogs
  • Fix missing menubar cpu usage
  • Invert scroll X direction
  • Rework file menu
  • Update base VCV Rack to v2.3.0
  • Update Sapphire to v2.2.2 (adds Tube Unit)
  • Update MindMeldModular and SurgeXT, for Rack 2.3 compatibility

Build related changes:

  • Bump minimum required macOS version to 10.15
  • Fix build with GCC13
  • Fix missing make install of mini variant
  • LTO no longer enabled by default for release builds
  • Only enable remote OSC control in headless builds
  • Remove NOPLUGINS build option
  • Remove use of mingw-std-threads
  • Several optimizations and build tweaks

Web version related changes:

  • Add persistent storage (automatic on save, can be manually triggered via File menu)
  • Add local (browser-side) patch loading via File menu (under "Open local patch")
  • Automatically load no-simd version on browsers that do not support web-simd
  • Disable cursor lock by default

See official announcement at https://kx.studio/News/?action=view&url=cardinal-2307-released

screenshot

Musescore is an open source and free music notation software.

Updated: 12 Jul, 2023

New features in MuseScore 4.1

  • New engraving and playback support for ornaments, including the ability to set custom alterations for trills, turns and mordents
  • A major improvement to the app's performance, allowing larger scores to play back up to 60% more efficiently
  • A dedicated new default reverb, which can be adjusted for each instrument track as well as globally across the entire mix
  • New auxiliary sends in the mixer, allowing instrument tracks to be routed to dedicated auxiliary channel strips for applying audio effects
  • New engraving and playback support for capos on guitar staves
  • New feature for displaying harp pedal diagrams
  • Dynamics and expression text now automatically combine, plus new controls for scaling and positioning dynamics
  • New live Braille module, including a panel that displays selected measures as Braille music notation (enabling more efficient score reading on Braille displays)
  • Upload audio directly to audio.com, allowing you to build a portfolio of your audio content to share with the world 
  • View and open your online scores from musescore.com directly from the desktop app 

Other updates

  • Save to cloud: option to make a score "unlisted"
  • Publish to musescore.com: option to either replace the existing published score, or publish the score

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

Updated: 12 Jul, 2023

0.3.74

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 11 Jul, 2023

chuck-1.5.0.7 release

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 08 Jul, 2023

patch release; fix shred replace critical issue in 1.5.0.5

Musescore is an open source and free music notation software.

Updated: 07 Jul, 2023

Port #18463: Fix cross beam force horizontal

Musescore is an open source and free music notation software.

Updated: 07 Jul, 2023
by KDE

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

Updated: 06 Jul, 2023

Create tag for 23.07.70

MusicBrainz Picard is a cross-platform application written in Python and is the MusicBrainz music tagger

Updated: 06 Jul, 2023

Bugfixes

  • PICARD-2658 - macOS 10.12 build is not responding after launch, no UI shown
  • PICARD-2659 - Picard 2.9.0b2 stuck in login loop if MusicBrainz server port is not set to 443
  • PICARD-2660 - RecursionError: maximum recursion depth exceeded while calling a Python object
  • PICARD-2668 - On application crash the main process does not exist, waits for interprocess communication pipe threads
  • PICARD-2669 - File status icon sometimes shows wrong status

Improvements

  • PICARD-2662 - Give better user message with corrupted file
  • PICARD-2665 - Ignoring artist credits shouldn't be default behavior
  • PICARD-2671 - Show a first run information dialog
  • PICARD-2676 - Show a file save confirmation dialog
  • PICARD-2679 - "Open folder" does not work on Snap install

MusicBrainz Picard is a cross-platform application written in Python and is the MusicBrainz music tagger

Updated: 06 Jul, 2023

Bugfixes

  • PICARD-2481 - Shorten long country lists in search results
  • PICARD-2651 - Repeated / duplicate log lines on console output

Improvements

  • PICARD-2653 - Update alias locales for updated server list
  • PICARD-2654 - Show error message on rating submission failure due to server error

MusicBrainz Picard is a cross-platform application written in Python and is the MusicBrainz music tagger

Updated: 06 Jul, 2023

Bug Fixes

  • PICARD-2534 - Vorbis / FLAC: Trailing null char in date tag causes date to be ignored
  • PICARD-2605 - Windows: libssl-1_1-x64.dll missing
  • PICARD-2608 - Application exit waits for outstanding loading request
  • PICARD-2611 - During clustering selection changes are ignored, can lead to users performing actions on unexpected files
  • PICARD-2615 - Picard does not check for unsaved files when using the QUIT command
  • PICARD-2624 - ValueError writing truncated AIFF / WAVE / DSDIFF files
  • PICARD-2627 - Interprocess communication pipe hangs on quit
  • PICARD-2629 - Keyboard shortcut for "Search for similar albums"
  • PICARD-2630 - Crash at startup due failing to upgrade configuration
  • PICARD-2642 - Submit cluster as release opens on 0.0.0.0 if "Listen only on localhost" is disabled
  • PICARD-2645 - QUIT command only works if there are files that need saving and user cancels the quit

New Features

  • PICARD-711 - New variables for release group, release, recording and work series
  • PICARD-2617 - Add variables for file creation (_file_created_timestamp) and modification date(time) (_file_modified_timestamp)
  • PICARD-2606 - Add _writersort and _lyricistsort variables

Improvements

  • PICARD-900 - Use Id3v24 by default instead of id3v23
  • PICARD-1649 - Allow plugins to link to documentation
  • PICARD-1945 - Option to set the number of parallel fpcalc

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 06 Jul, 2023

fix release notes

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

Updated: 06 Jul, 2023

0.3.73

Pure data is an open source visual programming language

Updated: 03 Jul, 2023

version number to 0.54-0

Fasttracker II clone for Windows/macOS/Linux

Updated: 29 Jun, 2023
  • Windows: On double-click of file associated with program, de-minimize window (if minimized) and set input focus
  • De-minimize window (if minimized) and set focus after drag n' drop of file
  • Windows/macOS: Updated SDL to v2.28.0

Musescore is an open source and free music notation software.

Updated: 28 Jun, 2023

…tion_410

silent_buffers_optimization_410

python-rtmidi is a Python wrapper (Cython) for C++ RtMidi using Cython

Updated: 27 Jun, 2023

What's Changed

Full Changelog: 1.5.3...1.5.4

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 27 Jun, 2023

…ck compilation for now

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

Updated: 26 Jun, 2023

0.3.72

VMPC2000XL is an emulator of the classic Akai MPC2000XL sampler/sequencer.

Updated: 24 Jun, 2023
  • Fix polyphonic recording.
  • Implement transpose (MIDI only, like the original).
  • Type names in the Name window via pads and buttons.
  • Auxiliary LCD (which can be opened by double-clicking the LCD) now has a maximize button.
  • Show all keyboard mappings when hovering over the keyboard button in the top-right.
  • Note repeat MIDI output.
  • Fix maximum number of audio output channels. It was limited to a single stereo pair.
  • Fix 16-level note repeats.
  • Improve step editor navigation (remember active field when you were last in that screen better).
  • Playing events in the step editor now results in the correct duration.
  • PURGE to remove all unused samples is now working correctly.
  • Fix Documents/VMPC2000XL/Volumes/MPC2000XL file renaming on Windows. For example if you've copied a samplepack over, the names usually need to be shortened. This was messed up and now it's better.

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

Updated: 24 Jun, 2023

LilyPond 2.25.6

Ardour is a hard disk recorder and digital audio workstation application that runs on Linux, macOS, FreeBSD and Windows

Updated: 23 Jun, 2023

Ardour 7.5 (again)

python-rtmidi is a Python wrapper (Cython) for C++ RtMidi using Cython

Updated: 23 Jun, 2023

What's Changed

  • Use meson-python rather than mesonpep517 as build back-end (v2) by @SpotlightKid in #161
  • CI now correctly produces Apple Silicon binary wheels through cross compilation

Full Changelog: 1.5.2...1.5.3

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 20 Jun, 2023

update version to 1.5.0.3

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 18 Jun, 2023

update release notes

OpenMPT is a popular tracker software for Windows

Updated: 18 Jun, 2023

This small update to OpenMPT 1.31 fixes a number of bugs and adds support for yet another variant of the MOD format. Here's a list of the most notable changes in this version:

  • Can now read modified 8-channel MOD files from the DOS game Aleshar - The World Of Ice.
  • Since OpenMPT 1.31.01.00, refreshing the tree view was much slower than necessary when an item in the file browser was selected.
  • Interpolating a pattern command with two independent nibble parameters caused a wrong result if the direction of interpolation differed between the two nibbles.
  • Trying to load unsupported sample files could sometimes cause the currently loaded sample data in that slot to be removed even if the raw sample import dialog was going to be shown later.
  • Sustain point was disabled on soundfont drum keys with custom envelope, and envelope settings from a drum kit's global zone were not applied to individual drums.
  • Fixed possible crash with some malformed MED files.
  • When updating portable installations, the update is now downloaded into the portable installation directory instead of the system's temporary directory, allowing to update several portable installations at the same time.

For a complete list of changes, have a look

Functional programming language for signal processing and sound synthesis

Updated: 17 Jun, 2023

Change log

WARNING: to get the source version

  • be sure to download the faust-2.59.6.tar.gz file to get a complete source folder (in particular, with all the libraries)
  • on macOS, binary files are still to notarise, you may have to use the xattr -rd com.apple.quarantine file command to remove the com.apple.quarantine extended attribute. See the xattr man page for details on how to use that tool.

New

  • Improve cmajor-faust-tester tool to display performance ratio.
  • Optimize atan2(x,x) as PI/4.
  • Remove sigTable and use sigWRTbl to code rdtable and rwtable.
  • Adding submodule for faust2ck pointing to Stanford-CCRMA.
  • Add classInit method in dsp_factory class (needed for LLVM backend)
  • Add -double support in faust2bench.
  • Micro optimisation for logical operators.
  • Support for LLVM 17 API.
  • Rework -ftz 0/1/2 mode to directly apply on signals.
  • Rework same path rule for UI items: two input control cannot have a same path (trigger an ERROR), an input control and a bargraph can have the same path (WARNING), two bargraph can have the same path (WARNING)
  • Add fixed-point -fxmode [WIP]
  • Add Trill RING and HEX sensors support in faust2bela
  • Print ASSERT message when faustassert is triggered.
  • Add -fpga-mem option to replace FAUST_MAX_SIZE environment variable.
  • Support for LLVM

SooperLooper is a live looping sampler capable of immediate loop recording, overdubbing, multiplying, reversing and more.

Updated: 17 Jun, 2023

removed debug cerr from plugin

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 16 Jun, 2023

What's Changed

python-rtmidi is a Python wrapper (Cython) for C++ RtMidi using Cython

Updated: 14 Jun, 2023

What's Changed

  • chore: update requirements-dev.txt with pip-compile by @SpotlightKid in #153
  • Update rtmidi submodule and improve build dependency selection by @SpotlightKid in #156
  • Build separate wheels for both macos archs

Full Changelog: 1.5.1...1.5.2

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 14 Jun, 2023

update to version 1.5.0.1

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 13 Jun, 2023

What's Changed

Full Changelog: v1.10.0-beta3...v1.10.0-beta4

python-rtmidi is a Python wrapper (Cython) for C++ RtMidi using Cython

Updated: 12 Jun, 2023

What's Changed

Full Changelog: 1.5.0...1.5.1

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 10 Jun, 2023

What's Changed

Full Changelog: v1.10.0-beta2...v1.10.0-beta3

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

Updated: 09 Jun, 2023

Discord Open Collective backers and sponsors GitHub Sponsors

This is a hotfix release for a bug that broke MIDI input on macOS.

New features
  • Allow to expose custom OSC devices over Bonjour
  • Fix MIDI issues on macOS due to a change in the build system in the previous releases
  • Introduce a new UI widget which allows curves to be used as control ports directly, for enabling the creation of new objects

Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems

Updated: 08 Jun, 2023

This is a hotfix release. It fixes the following bugs:

  • #4618 Fixed EQ not scaling properly when resizing the window.
  • #4743 Fixed the audio.com upload flow.

Rosegarden is a composition and editing environment based around a MIDI sequencer

Updated: 07 Jun, 2023

Release

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

Updated: 06 Jun, 2023

This release provides support for recodeable root components, and a range of library updates and bug fixes.

PraxisCORE

  • Added root:custom (Custom root), a recodeable root type. This is part of moves to finish making everything recodeable. Using the @Driver annotation on a proxy interface it's possible to drive the root and its contained graph of components from an external callback. See use of this in the code roots testsuite test - more info to follow.
  • Improved root delegate API and thread context, with some concurrency improvements and monotonic clock fixes that should benefit all root types. Ensure pending calls are handled when a root is terminated.
  • Updated libP5X to 0.353.0-beta-4 and LWJGL 3.3.2, with fix for memory leak when stopping and restarting video pipelines.
  • Updated Ivy to 2.5.1 (security update - fixes warning, although never exploitable in PraxisCORE code)
  • Updated JNA to 5.13.0.

PraxisLIVE

  • Updated base IDE to Apache NetBeans 17.
  • Added container actions to the scene background popup menu - access to code editing for custom root, but also any actions exposed by roots or custom containers.
  • Speed up project builds at UI side by ensuring UI poll is triggered on call receipt (response) rather than on timer.
  • Ensure

synthv1 is an old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx

Updated: 05 Jun, 2023

A Spring'23 Release.

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

Updated: 03 Jun, 2023

In Greek mythology, the Dactyls or Daktyloi were the archaic mythical race of male beings, ancient smiths and healing magicians. In some myths they taught metalworking, mathematics, and the alphabet to humans.

Changelog:

  • Revamped MIDI sync Clock support
  • MIDI engine refactoring, featuring multi-threading support
  • UI: Resizable vu-meters
  • UI: New global MIDI activity leds
  • More core classes and functions refactoring
  • More robust persistence mechanism for project and configuration files
  • Add new tests suites for MidiEvent and ChannelFactory
  • Set C++ version to C++20
  • Update FLTK to latest commit available

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 02 Jun, 2023

What's Changed

Full Changelog: v1.10.0-beta1...v1.10.0-beta2

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 31 May, 2023

What's Changed

Full Changelog: v1.9.0-beta3...v1.10.0-beta1

Symphonia is a pure Rust audio decoding and media demuxing library

Updated: 30 May, 2023

Bug Fixes & Improvements

  • Handle incorrect channel masks in WAV files by @jesnor in #180
  • Fix an out-of-bounds panic in ADPCM by @dedobbin in #206
  • Handle MP3s that wrongly used a reserved value for emphasis in #190

Full Changelog: v0.5.2...v0.5.3

Mixxx is Free DJ software that gives you everything you need to perform live mixes.

Updated: 29 May, 2023

Mixxx 2.4-beta

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

Updated: 23 May, 2023
Installation and troubleshooting guides

Download the Stargate DAW sample pack

Changelog
  • Windows, M1 Mac: Add support for the SBSMS time stretching and pitch shifting
    algorithm (Linux and Intel Mac already had support for SBSMS). Many fixes
    and improvements to SBSMS
  • Hardware MIDI devices: Fix disconnecting after the output track has
    plugin changes
  • Sequencer: Fix items being unexpectedly deleted during a copy/move operation
    where they are put in the exact same position as an identical item. This
    includes just CTRL+clicking one or more selected items
  • Tempo Marker: Fix sequencer selection changing after editing
  • Update Software Dialog: Close Stargate if the user chooses to download
    a new version, prevents installer errors when files cannot be replaced
    because the application is still open
Checksums

Optionally, you can generate a sha256sum of the downloaded file and verify
that it matches this signature.

UPDATE: The original uploads were replaced to fix a small regression, if you downloaded as soon as the release was uploaded, these have changed.

d4c1df3956fccb0cc2a3790d7cd73e85dc7c843649028101eb25d1d9f3ae4174 stargate-23.06.1-1.x86_64.rpm 7a101c168c21c02d905dd4c3239a83c96b2ccddde2dcbcb1aefc00adc691ca57 stargate-23.06.1-amd64.deb e0ca0a41d40c7b3a2815ddd5d5a998b315ba2d71d674a22e4016b2febd191ff2 StargateDAW-23.06.1-linux-x86_64.AppImage fb9932c26efa6bedc906db347310f9c08762e7b65205ecfd28850670b387509c StargateDAW-23.06.1-win64-installer.exe f9e82f297ad770b5225287f8c384908b5de4c0e80084428e6cbac02237bb3d33 StargateDAW-23.06.1-macos-m1-arm64.dmg e0c025902c6fa3fbfd3777ccdf4172a1ff476d44d4384ca595bd7cf539594296 StargateDAW-23.06.1-macos-intel-x86_64.dmg

fmedia is a fast media player/recorder/converter

Updated: 22 May, 2023
+ --http-ctl="<IP>": Enable HTTP server for handling remote commands This option allows fmedia to be remotely controlled using web browser. Server address is "http://<IP>:7314/". Supported commands: "POST /api/pause": Pause "POST /api/unpause": Unpause "POST /api/next": Play next track + --playlist-heal="": Auto-correct the paths to files inside a .m3u playlist * TUI: colored output * GUI: compress auto-loaded playlists with zstd ("listN.m3uz") * Recording: support --dev=... together with --record * Restore support for old AMD64 CPU (without SSE4.2 support) - Recording: finalize the output file while recording after --globcmd=stop - .mp4(AAC) write: don't write incorrect VBR bitrate & sample rate values - .ogg write: fix (v1.30 bug)

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

Updated: 21 May, 2023

LilyPond 2.25.5

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

Updated: 20 May, 2023

Apart from some major internal fixes, the big thing about "Wally Windows" is a new Windows installer for the 64-bit version of Seq66. A whole lot of fixes and upgrades since the last Windows release, and no need to go to the Sequencer64 project to get it.

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

Updated: 19 May, 2023

Mamba is a Virtual MIDI Keyboard, a 16 Channel Live MIDI Looper and a (multi) MIDI File player for ALSA / Jack Audio Connection Kit
with a fluidsynth interface, supporting Scala Tuning and Keymap files.

mamba
Release v2.5:

  • Fix issue #52 mamba 2.4 segfaults on Manjaro when it connects to JACK
  • Update libxputty to latest revision

Prebuild binary
Mamba.zip

ChucK is a programming language for real-time sound synthesis and music creation

Updated: 18 May, 2023

chuck-1.5 major release

QMidiArp is an advanced MIDI arpeggiator, programmable step sequencer and LFO for Linux

Updated: 18 May, 2023

qmidiarp-0.7.0 release

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

Updated: 17 May, 2023

0.3.71

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

Updated: 16 May, 2023
Installation and troubleshooting guides

Download the Stargate DAW sample pack

Changelog
  • Windows, Linux, MacOS: Fixed many locale-related crashes and other bugs on
    non-US-English locales. Stargate DAW now works well on all languages and
    regions that have been tested. The only known issue is that Rubberband time stretching
    may not work on Windows on files with non-English characters, which we will be working
    with them to fix later.
  • Item Editor: Replace menu buttons with toolbars
  • Audio Items: Hide the stretch handle when choosing no time stretching, or
    an algorithm that does not support stretching
  • Windows: Fix project corruption bug when dragging audio files from the
    project folder into the project
  • Song List: Fix various bugs
  • Piano Roll: Fix note previewing on wrong track if using ALT+F to switch
    between 2 items
  • Sampler1: Organize MonoFX groups better in automation dropdown
Checksums

Optionally, you can generate a sha256sum of the downloaded file and verify
that it matches this signature.

d12e87594f0ef1a3de7d787abde3009bd6c2c81cbafbb4909f5e5207986d9d43 stargate-23.05.3-1.x86_64.rpm a3cfdf1db3a5ae90958a751d837a451433de78efddd0ca70edbb03fee93903b7 stargate-23.05.3-amd64.deb 00036894a4defb547bc6704d55de9c8de483210447c99cb4accd269e93f11910 StargateDAW-23.05.3-linux-x86_64.AppImage 5116e831129cfc5d6a5a9cf373eb63c5a8571bcb65ed58ebf64494fa8241c4ab StargateDAW-23.05.3-win64-installer.exe d324b49bccad87e99b1ccbb3d6ac2842a1582a861e70e1cf9a7b30fc011534a5 StargateDAW-23.05.3-macos-m1-arm64.dmg 3c0e849455fc10341819288430b39c2f5186f6a7660d0fa411ef6db82ba521f1 StargateDAW-23.05.3-macos-intel-x86_64.dmg

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 12 May, 2023

What's Changed

Functional programming language for signal processing and sound synthesis

Updated: 11 May, 2023
No content.

meters.lv2 is a collection of audio-level meters with GUI in LV2 plugin format.

Updated: 11 May, 2023

update man page for v0.9.25

stepseq.lv2 is simple step sequencer for moddevices.com

Updated: 11 May, 2023

update man page for v0.6.13

Mixxx is Free DJ software that gives you everything you need to perform live mixes.

Updated: 10 May, 2023

This is is the 5th minor release of the Mixxx 2.3 branch.

Have a look at the CHANGELOG and the Mixxx website for more information:

PlugData is a plugin wrapper around PureData featuring a new GUI

Updated: 10 May, 2023

Another large release, with many UI/UX improvements, performance improvements, bugfixes, and a few new objects.

NOTE: The way plugdata saves inside a DAW project has changes. If your patch is saved to a file, plugdata will load the patch from that file upon reopening a project. If your patch is not saved to a file, it will store the patch content inside the DAW project, as it did previously. The reason for this, is that loading patches from file allows you to put abstractions inside the same folder, which caused issues before.

Most importantly:

  • Infinite canvas: you can now scroll everywhere no matter where your objects are
  • Plugin mode: In plugin mode, your patch will display without showing any of plugdata's GUI.
  • plugdata-ofelia is an experimental plugdata port of the ofelia graphics externals. It only works inside standalone at the moment.
  • New objects:
    • [else/knob] object is a rotary knob, also available in ELSE rc8
    • [else/note] finally works in plugdata
    • [else/filterdelay~] delay unit that goes thgouh a resonant lowpass filter, a soft clipper and a DC filter
  • Performance improvements:
    • Improved GUI drawing performance
    • Faster startup time
    • Lower idle CPU usage
    • Lower overhead on patches that have a lot of fast messages

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

Updated: 08 May, 2023
Installation and troubleshooting guides

Download the Stargate DAW sample pack

Changelog
  • Sequencer: Replace menu button with more intuitive toolbar
  • MacOS: Fix keyboard shortcuts not showing in context menus
  • Audio Items context menu: New action: Reset Time/Pitch, reset time
    stretching to default un-stretched, un-pitched state
  • Wave Editor: Add FX transport button to toggle the plugin rack on or off
  • Check for updates: Show the installed and available version numbers
  • Linux build, install, packaging: Many fixes and improvements
  • Arch Linux (and variants): Fix the manual PKGBUILD instructions
Checksums

Optionally, you can generate a sha256sum of the downloaded file and verify
that it matches this signature.

78868d561c0fa2d47974ad6144d6b96c727637e3a8f6dd71571e18cc8fc20d7a stargate-23.05.2-1.x86_64.rpm cda243c403862cc4c5336bd8a1a465540530184232eb87612aa1eb3aff26c188 stargate-23.05.2-amd64.deb 6b5a0e3388a5cc681661a8a315c24836467adfd05c7d8bf4bba23bcb0ce56083 StargateDAW-23.05.2-linux-x86_64.AppImage ded142a4449312cbcdb9ee9002778f1842cab7f524f8aea02d787123f6797ff8 StargateDAW-23.05.2-win64-installer.exe faf98dbd487349d5560e26e11679a147f09ef249cb5dd0d15ab4722a69ad1fdd StargateDAW-23.05.2-macos-m1-arm64.dmg 1de86d3737872b926cd7908bdcd900e99601126624ee4eea459cdd62e687e68b StargateDAW-23.05.2-macos-intel-x86_64.dmg

OpenMPT is a popular tracker software for Windows

Updated: 08 May, 2023

It's been more than a year since the initial release of OpenMPT 1.30, and in the meantime we have provided many updates to make it more stable and add a few new features and improve details. Now we are finally ready to present the first release of OpenMPT 1.31. Again it took us longer than expected, and the number of huge new features is a bit lower than in previous major releases, but we still hope that it was worth the wait.

Here is a short summary of the most notable new features:

General improvements include:

  • Removing unused samples now works more reliably in instrument mode.
  • Instead of re-adding all non-conflicting default shortcuts every time a keymap is loaded, they will now only be added if the keymap was last saved with an older version of OpenMPT than the version that introduced the default shortcut.
  • Channel panning is now exported in MIDI export as MIDI CC 10. If several notes play on the same MIDI channel, the last triggered note's panning is always considered.
  • When a text field is focussed, native text field shortcuts (such as Ctrl+A and others) are now preferred over OpenMPT shortcuts that are specific to

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

Updated: 07 May, 2023

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

  • Parameter information for VST3 and CLAP plugins is now queried all at once. This should work around a bug in VST3 Kontakt that would cause loading patches with lots of exposed parameters to become very slow in REAPER (#236).
  • When dragging plugin windows around, yabridge now waits for the mouse buttons to be released before informing Wine about the window's new screen coordinates. This prevents constant flickering when dragging plugin windows around with some plugin and window manager combinations.
  • Since the above change limits the number of times a plugin GUI potentially has to redraw when dragging the window around to once, the workaround added to yabridge 5.0.2 for Audio Nebula Aurora FM implementing drawing in a very suboptimal way has be reverted. This removes flickering when resizing for a lot of plugin GUIs again.
  • Yabridge now preemptively unsets the WAYLAND_DISPLAY environment variable when launching Wine. Upstream Wine currently does not yet have a Wayland driver, but future versions may. When that happens

Jamulus enables real-time jam sessions over the internet.

Updated: 07 May, 2023

This is just an internal draft repository release

OpenMPT is a popular tracker software for Windows

Updated: 07 May, 2023

This small update to OpenMPT 1.31 is just a quick bugfix release to address a regression introduced in the first OpenMPT 1.31 release in keyboard shortcut handling, as well as a couple of issues found with the experimental builds for Windows XP and Vista. Here's a list of the most notable changes in this version:

  • Since OpenMPT 1.31.01.00, switching between module formats could permanently erase user-assigned effect letter shortcuts (smooth MIDI macros, finetune, etc).
  • Loading keyboard shortcuts from a file made automatically assigned effect letter shortcuts inaccessible until the user switched to a module with a different format than the currently edited module.
  • Special handling of Tab key on input fields in the upper part of the pattern tab was removed. The global shortcut for switching between upper / lower views should be used instead.
  • Fixed some rounding issues when transposing samples in the sample tab especially at lower sample rates.
  • IT: Improved fingerprinting of early ModPlug Tracker versions.
  • XMF: Modules from Astroidea demos can now be read as well.
  • Appending a module now also merges its edit history.
  • Automatic updates were not available on builds for Windows XP and Vista, despite being advertised to work in OpenMPT 1.31.
  • For

mclk.lv2 is MIDI Clock and MIDI realtime-message generator

Updated: 07 May, 2023

Add LV2 header location compatibility

Mellite is an environment for creating experimental computer-based music and sound art

Updated: 06 May, 2023

version 3.13.7

Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems

Updated: 05 May, 2023

This is a hotfix release. It fixes the following bugs:

  • #4629 Linux AppImage fails to start.
  • #4637 Issues with selection and time toolbars on Linux packages.
  • #4639 Missing duration input in generators on Linux packages.
  • #4646 Potentialy extreme memory usage with Jack host.
  • #4654 Anonymous upload to audio.com is disabled.

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 05 May, 2023

What's Changed

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

Updated: 01 May, 2023
Installation and troubleshooting guides

Download the Stargate DAW sample pack

Changelog
  • DAW Render: Fix small amount of extra audio being rendered at the end of
    the file.
  • Sequencer: Fix items starting on the same beat as a tempo marker displaying
    notes and audio at the incorrect tempo in a project with multiple tempos
  • Audio Items: Fix bug where changing the timestretch mode of an already
    stretched item to Time (Affecting Pitch) would stretch the already
    stretched file instead of the original, multiplying the stretch factor
  • Linux: AppImage: Fix on Fedora 38, possibly others (unknown change in F38
    broke library linkage, did not affect F37)
Checksums

Optionally, you can generate a sha256sum of the downloaded file and verify
that it matches this signature.

91f2e4eea198b151f8ba841c55ea2f082d4257f6e26625185c779b3f04a90350 stargate-23.05.1-1.x86_64.rpm 68f5f57f991161c7a4deb976a002d00a733c91e29caa654ad0bdc8c64d605481 stargate-23.05.1-amd64.deb f998a7dc9b3d9c913feea2abbd6d980b266553c89df8efb2da1df22c8eadabc8 StargateDAW-23.05.1-linux-x86_64.AppImage a5dffa52cca5fcc90da37ea0418cbaab763cccfb20f20b85336af27eeccad986 StargateDAW-23.05.1-win64-installer.exe e93863bed9f6cef91305b08006369a7dd71e7bf8495c4c571317363f36d3320b StargateDAW-23.05.1-macos-m1-arm64.dmg f54dfa6be5ac7de92ba5d2443bf6ef7f31693eb84e7e0ea07b01c2df190d5186 StargateDAW-23.05.1-macos-intel-x86_64.dmg

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

Updated: 30 Apr, 2023

Work on long-standing issues, recent issues, and a lot of stuff found while fixing them. Also adds some support for Meta Text editing. See README.md and the now plain RELNOTES file.

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

Updated: 29 Apr, 2023

Added

  • Home/End key shortcut for moving to the start/end of the project
  • Option to select note notation in the piano roll
  • Ability to select notes in a given pitch in the piano roll
  • Ctrl+0 shortcut for zooming to default level

Changed

  • Show message that BPM/time signature automation is experimental
  • Show channel slot context menu on mouse release instead of mouse press
  • Skip autosave if any toplevel window is on top
  • Update Catalan, French, Japanese, Chinese (Simplified), Czech, Portuguese (Brazil) translations
  • Redesign port/arranger object info dialogs
  • Disable Guile scripting interface on MacOS

Fixed

  • Fix wrong tooltip message on automatable selector in track lanes
  • Fix track lane names getting ellipsized despite there being enough space
  • Fix crash when splitting large audio clips
  • Fix "Move Tracks Under Group" option not working when setting the direct output of selected tracks to a new group
  • Fix given time range not being taken into account when exporting MIDI

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

Updated: 29 Apr, 2023

v1.0.0-beta.4.9

Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems

Updated: 28 Apr, 2023

This is a hotfix release. It fixes the following bugs:

  • #4600 Fixed cut lines massively inflating project size.
  • #4612 Fixed custom project sample rates being uneditable.
  • #4604 Fixed crash reporting being disabled.
  • #4234 Audacity now shows an error if the upload to audio.com exceeds file size limits.
  • #4114 Fixed an error in calculating channels when uploading to audio.com.

Ardour is a hard disk recorder and digital audio workstation application that runs on Linux, macOS, FreeBSD and Windows

Updated: 26 Apr, 2023

This is Ardour 7.4

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

Updated: 25 Apr, 2023

Discord Open Collective backers and sponsors GitHub Sponsors

New features
  • Proper support for dynamically built and loaded addons, without requiring a complete clone of the score source tree.
    Check the docs! https://ossia.io/score-docs/development/plugins/plugins-with-avendish.html
  • Add a Range Filter object to ignore values outside of a range.
  • Implement UI for XY spinboxes and float spinbox
  • Avendish plug-ins: allow to have source and sink video objects, not only filters.
  • Avendish plug-ins: allow to smooth values over time.
  • More GPU texture formats supported for Avendish plug-ins
  • It is now possible to drop files directly on the File port to change them, e.g. for instance
    in Granola.
  • Rework of the device enumeration UI to allow multiple categories
  • Implement discovery of OSC devices over Bonjour/Zeroconf/DNSSD
  • OSCQuery: allow to specify a port for OSC listening if the remote app only has partial OSCQuery support
    but can still notify of changes over OSC. 0 will leave the port be randomly generated by the operating system.
  • OSCQuery: allow to interoperate with servers which use N or no type instead of I for impulses.
Changes
  • Official releases are now based on Qt 6.5. This comes with numerous improvements:
    • Multiple shader viewports now work correctly and don't reduce the framerate.
    • Much better hidpi support, especially on Windows and with support

JackTrip is a Linux, Mac OSX, or Windows multi-machine audio system used for network music performance over the Internet.

Updated: 25 Apr, 2023

What's Changed

Full Changelog: v1.9.0-beta1...v1.9.0-beta2

Fasttracker II clone for Windows/macOS/Linux

Updated: 25 Apr, 2023
  • The song-to-WAV export screen now defaults to the tracker's bit depth and audio rate. This was actually the behavior for earlier versions of the FT2 clone, but I decided to change it back.
  • The song-to-WAV exporter now allows rates up to 384kHz
  • Alpha-based fade in for the about screen content (who cares..? :-)
  • Some small text string changes (config and song-to-WAV export screen)
  • Windows/macOS: Updated SDL to v2.26.5

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

Updated: 23 Apr, 2023
No content.

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

Updated: 22 Apr, 2023
Installation and troubleshooting guides

Download the Stargate DAW sample pack

Changelog
  • Fix: Regression where offline rendering failed
  • Windows: Fix bug where changing the time stretch algorithm of a stretched
    audio file caused the file stretch factor to multiply itself at each change
  • Metronome: Fix change in downbeat pattern 1000 beats after the last
    tempo/tsig marker
  • Metronome: Add a keyboard shortcut (CTRL+SHIFT+M)
Checksums

Optionally, you can generate a sha256sum of the downloaded file and verify
that it matches this signature.

034696b64189e7d34c70074e40956b714c9a5a5939d888e5493eacdd6d383a6f stargate-23.04.2-1.x86_64.rpm 823ca24da04ffee3f61eced9ab65ae46e544abba193ac0871029291e7e356cc3 stargate-23.04.2-debian-11-amd64.deb efa60f963994349aca67e62b0130d359643acde817c53548d31646827c0e7232 StargateDAW-23.04.2-linux-x86_64.AppImage f0a16b114521d362fac786fd14c39e91609fd30664877e8026b790cdd181b68b StargateDAW-23.04.2-win64-installer.exe a8168ff0be186e8172da79ea6411b51f50b42575af57b1ed2e2e7bb31d5d5933 StargateDAW-23.04.2-macos-m1-arm64.dmg 80d964e55347ca1c706d93672b6befeb9d01823da6bbd54f35430338347b5534 StargateDAW-23.04.2-macos-intel-x86_64.dmg

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

Updated: 22 Apr, 2023

LilyPond 2.25.4

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

Updated: 20 Apr, 2023
Installation and troubleshooting guides

Download the Stargate DAW sample pack

Changelog
  • DAW: Add a metronome
  • AppImage: Revert to PyQt5 from PyQt6. This seems to make it work much more
    reliably on many Linux distros
  • Sequencer, item context menu: New actions, select all items, to left or right
    of the mouse cursor, for a track.
  • Sequencer, automation context menu: New actions, select all, select left,
    select right for current selected automation parameter in track.
  • Linux: rpm, deb packages: Upgrade the build server from Debian 10
    to Debian 11. This will result in better quality packages, but will no
    longer work on pre-2020 era Linux distros.
  • Linux: rpm, deb packages: Install everything to /opt/stargate instead
    of /usr, symlink desktop files in. Cleaner, more self-contained install.
  • Compile C code as C17 standard, previously compiled as C11
Checksums

Optionally, you can generate a sha256sum of the downloaded file and verify
that it matches this signature.

79015a3357180297ee273f6ec1944006772802acf0f64012d0267a1705e84ff1 stargate-23.04.1-1.x86_64.rpm c825370aaf6253470ce80627a6c7cb3e84133729753c7edf1ce064b691df7f24 stargate-23.04.1-debian-11-amd64.deb 0b3126711b9e1b14c4262df3bd8baece6c61c32743f2be7e330a38af5a587730 StargateDAW-23.04.1-linux-x86_64.AppImage f4ebf8a10c19952280de2bd78cdb565ba5ba8ffffc228ac9de7d35671f6891cf StargateDAW-23.04.1-win64-installer.exe 3ae25ea28c94a7678d9e94607d595b9dc99bc07a7fa9d360b7f2d8a9d8d3a137 StargateDAW-23.04.1-macos-m1-arm64.dmg 22a045a8d63f98f2fe58ce07d9343ef4aa760af181cd96d2c21e0203d26a5dec StargateDAW-23.04.1-macos-intel-x86_64.dmg
by KDE

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

Updated: 20 Apr, 2023

Create tag for 23.04.0

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

Updated: 20 Apr, 2023

0.3.70