A highly automated and intuitive digital audio workstation (LADI project repo) https://www.zrythm.org/
Go to file
Alexandros Theodotou 753a9d217a
release-beta: bump to next beta 4.6
2023-02-26 14:05:22 +09:00
.builds implement plugin whitelist and bridge non-whitelisted plugins 2022-10-15 12:27:00 +09:00
.github ci: add missing dependency to macos build 2022-07-25 00:35:26 +09:00
.reuse add swap phase button to tracks that have audio output 2022-11-04 09:49:28 +09:00
LICENSES add some new icons from GNOME icon library 2022-08-12 10:01:09 +09:00
data implement spectrum analyzer 2023-02-25 22:02:18 +09:00
doc Merge remote-tracking branch 'weblate/translate' into develop 2023-02-26 08:42:28 +09:00
ext implement spectrum analyzer 2023-02-25 22:02:18 +09:00
git-packaging-hooks reuse: add some missing license identifiers 2022-04-12 21:22:21 +01:00
inc work around pipewire bug and fix deadlock in engine 2023-02-26 12:45:09 +09:00
po update po 2023-02-26 08:43:50 +09:00
resources implement spectrum analyzer 2023-02-25 22:02:18 +09:00
scripts add FAQ info to appdata 2023-02-18 18:15:21 +09:00
src work around pipewire bug and fix deadlock in engine 2023-02-26 12:45:09 +09:00
subprojects bump gtk subproject version 2023-02-26 14:04:20 +09:00
tests work around pipewire bug and fix deadlock in engine 2023-02-26 12:45:09 +09:00
tools allow moving automation regions to other automation lanes 2022-11-18 01:15:57 +09:00
.clang-format clang-format: raise column limit to 62 2022-07-15 23:22:55 +09:00
.clang-format-ignore add some bundled plugins using faust2lv2 2022-04-13 18:45:24 +01:00
.clang-tidy start using REUSE specification to manage licenses 2022-04-04 09:35:49 +01:00
.gitattributes update gitattributes 2022-04-25 21:16:21 +01:00
.gitignore meson: ignore sass wrap files 2022-07-15 23:03:21 +09:00
AUTHORS AUTHORS: add Robert Panovics 2022-04-08 20:40:09 +01:00
CHANGELOG.md release-beta: bump to next beta 4.6 2023-02-26 14:05:22 +09:00
CONTRIBUTING.md start using REUSE specification to manage licenses 2022-04-04 09:35:49 +01:00
CONTRIBUTOR_CERTIFICATE_OF_ORIGIN
COPYING fix typo 2022-04-05 13:20:10 +01:00
HACKING.md HACKING: add valgrind instructions 2022-11-04 09:50:36 +09:00
INSTALL.rst INSTALL.rst: mention libpanel-detach 2023-02-14 21:22:10 +09:00
PACKAGING.md start using REUSE specification to manage licenses 2022-04-04 09:35:49 +01:00
README.md README: fix label on paypal.me link 2022-11-23 15:53:21 +09:00
THANKS start using REUSE specification to manage licenses 2022-04-04 09:35:49 +01:00
TRADEMARKS.md some changes to TRADEMARKS.md 2022-03-25 10:41:05 +00:00
TRANSLATORS build bundled plugins with -static-libgcc -static-libstdc++ by default 2022-10-15 03:08:49 +09:00
VERSION release-beta: bump to next beta 4.6 2023-02-26 14:05:22 +09:00
meson.build implement spectrum analyzer 2023-02-25 22:02:18 +09:00
meson_options.txt desktop file: rename app to 'Zrythm beta' on installer versions 2022-10-28 20:04:08 +09:00

README.md

Zrythm

translated builds.sr.ht status

a highly automated and intuitive digital audio workstation

screenshot

Zrythm is a digital audio workstation designed to be featureful and easy to use. It offers streamlined editing workflows with flexible tools, limitless automation capabilities, powerful mixing features, chord assistance and support for various plugin and file formats.

Zrythm is free software written in C using the GTK4 toolkit and can be extended with user scripts written in Scheme or ECMAScript.

Features

  • Object looping, cloning, linking and stretching
  • Adaptive snapping
  • Multiple lanes per track
  • Bounce anything to audio or MIDI
  • Piano roll (MIDI editor) with chord integration, drum mode and a lollipop velocity editor
  • Audio editor with part editing (including in external app) and adjustable gain/fades
  • Event viewers (list editors) with editable object parameters
  • Built-in and scriptable per-context object functions
  • Audio/MIDI/automation recording with options to punch in/out, record on MIDI input and create takes
  • Device-bindable parameters for external control
  • Wide variety of track types for every purpose
  • Signal manipulation with signal groups, aux sends and direct anywhere-to-anywhere connections
  • In-context listening by dimming other tracks
  • Automate anything using automation events or CV signal from modulator plugins and macro knobs
  • Detachable views for multi-monitor setups
  • Searchable preferences
  • Support for LV2/CLAP/VST2/VST3/AU/LADSPA/DSSI plugins, SFZ/SF2 SoundFonts, Type 0 and 1 MIDI files, and almost every audio file format
  • Flexible built-in file and plugin browsers
  • Optional plugin sandboxing (bridging)
  • Stem export
  • Chord pad with built-in and user presets, including the ability to generate chords from scales
  • Automatic project backups
  • Undoable user actions with serializable undo history
  • User scripting capabilities via Guile API
  • Hardware-accelerated UI
  • SIMD-optimized DSP
  • Cross-platform, cross-audio/MIDI backend and cross-architecture
  • Available in multiple languages including Chinese, Japanese, Russian, Portuguese, French and German

For a full list of features, see the Features page on our website.

Current state

Zrythm is currently in beta. The project format is stable and we are working towards a v1 release.

Audio backends

Backend Status
JACK Fully supported
JACK (via PipeWire) Has known issues
PulseAudio (RtAudio) Supported
PulseAudio Has known issues
SDL2 Has known issues
ALSA (RtAudio) Supported
ALSA Broken
WASAPI (RtAudio) Supported
CoreAudio (RtAudio) Supported

MIDI backends

Backend Status
JACK MIDI Fully supported
JACK MIDI (via PipeWire) Has known issues
WindowsMME Has known issues
ALSA Sequencer (RtMidi) Supported
WindowsMME (RtMidi) Supported
CoreMIDI (RtMidi) Supported

Platforms

Platform x86_64/AMD64/x64 AArch64/ARM64/ARMv8 ARMv7 PowerPC64 i386 i686
GNU/Linux
FreeBSD
Windows × × × × ×
MacOS × × × ×

○: Supported △: Untested ×: Not supported

Building and Installation

See INSTALL.rst for build instructions. Prebuilt packages/installers available at https://www.zrythm.org/en/download.html.

Using

See the user manual.

Contributing

See CONTRIBUTING.md.

Hacking

See HACKING.md and the developer docs.

Packaging

See PACKAGING.md.

Mailing lists

See mailing lists on sr.ht.

Chat

Issue trackers

See the Feature tracker and Bug tracker.

Releases

https://www.zrythm.org/releases

Copying Zrythm

agpl-3.0

See COPYING for general copying conditions and TRADEMARKS.md for our trademark policy.

Support

If you would like to support this project please donate below or purchase a binary installer from https://www.zrythm.org/en/download.html - creating a DAW takes years of work and contributions enable us to spend more time working on the project.