Zrythm 0.7.367 release

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

alextee
Established Member
Posts: 55
Joined: Wed Feb 13, 2019 6:22 pm
Has thanked: 1 time
Been thanked: 12 times

Zrythm 0.7.367 release

Post by alextee »

Zrythm 0.7.367 has been released!
#################################

Image

Installer (paid): https://www.zrythm.org/en/download.html
Source tarball: https://www.zrythm.org/releases/zrythm-0.7.367.tar.xz
Signature: https://www.zrythm.org/releases/zrythm- ... tar.xz.asc
SHA256 sum: https://www.zrythm.org/releases/zrythm- ... .sha256sum

# What is Zrythm
Zrythm is a digital audio workstation designed to be featureful and easy to use. It allows limitless automation, supports LV2 plugins, works with the JACK audio backend, provides chord assistance, is free software and can be used in English, French, Portuguese, Japanese and German.

It is written in C using the GTK+3 toolkit.

More info can be found at https://www.zrythm.org

# Current state
We believe that Zrythm is now in the late alpha stage where most essential features are implemented and it's starting to be more stable, and we are approaching beta. It seems to be usable for MIDI-based workflows and the UI is very responsive on well-tuned machines.

The main changes since the last announcement are the following (you can view the whole changelog here: https://github.com/zrythm/zrythm/blob/m ... ANGELOG.md).

## Optimized UI
The drawing code for many parts of the interface has been rewritten with optimization in mind. We saw big improvements in performance and CPU usage, so if you tried Zrythm before and your CPU usage was going crazy, or if it was laggy on your machine, we highly suggest you give the new release a spin.

More specifically, the following were composite GTK widgets before, which was causing too many calculations to be done and lag when too many objects were on the screen - something not acceptable for a DAW. We converted them into canvases, which means that everything inside these gets drawn in one go, avoiding the need for multi-step, nested calculations.
- Tracks
- Timeline arranger
- All editors (piano roll, chord editor, automation editor, audio editor)
- Piano roll keys

## Experimental VST support
We added support for Linux VSTs.

## Many, many bugfixes
You will find that Zrythm is much more stable now. If you spot any bugs/crashes, PLEASE report them. We want to fix all of them.

## Installer & installation support
Although you can build Zrythm yourself if you want to, installers are now available for many GNU/Linux distros at https://www.zrythm.org/en/download.html for a fee. You can use the code ALPHA50 to get 50% off while Zrythm is in alpha.

If you would like to support the development of Zrythm, buying an installer is a great way to help. We provide support for these installers and will give refunds if they don't work.

## More distros supported
Debian 9 (stretch) and all derivatives (Ubuntu 18.04, AVLinux, LinuxMint 19.3, LibraZik 2, etc.) are now supported.

Many people were having problems installing supported versions of some dependencies, such as lilv. Zrythm can now automatically fetch and build these dependencies as a fallback if they are not found, thanks to meson's wrap system.

## New logo
Thanks to Carlos Han - C.K. Design (https://twitter.com/karl_iaxd) for the new logo!

# Next on the TODO list
Our next goal is to support Windows. After that, we will work on stability and fixing any bugs and crashes so we can get Zrythm into beta, so please help us find them.

# Links
Home page: https://www.zrythm.org
Git repositories: https://git.zrythm.org/cgit/
Manual: https://manual.zrythm.org/en/index.html
Developer reference: https://docs.zrythm.org/
Bug reports: https://redmine.zrythm.org/projects/zrythm/issues
Releases: https://www.zrythm.org/releases/
User avatar
d.healey
Established Member
Posts: 610
Joined: Fri Sep 22, 2017 8:33 pm
Has thanked: 274 times
Been thanked: 100 times

Re: Zrythm 0.7.367 release

Post by d.healey »

Thanks for the updated installers!
David Healey
YouTube - Free HISE scripting and sample library dev tutorials
Libre Wave - Freedom respecting instruments and effects.
alextee
Established Member
Posts: 55
Joined: Wed Feb 13, 2019 6:22 pm
Has thanked: 1 time
Been thanked: 12 times

Re: Zrythm 0.7.367 release

Post by alextee »

d.healey wrote:Thanks for the updated installers!
thanks for the support!!
Squalala
Established Member
Posts: 11
Joined: Wed Jan 31, 2018 8:22 am

Re: Zrythm 0.7.367 release

Post by Squalala »

Could you post some videos ?

I know it takes extra work, but I'm sure it would help to get you more people as the only way to test Zrythm for free is to build it (And I'm from the noobs who an't do that without issues. I know it's not an expensive fee, but I like to test before spending money). Having a small showcase video to see how the software react and feel would be really pushing people to support the software in a financial way.

The interface looks really great, by the way !
Squalala
Established Member
Posts: 11
Joined: Wed Jan 31, 2018 8:22 am

Re: Zrythm 0.7.367 release

Post by Squalala »

Could you post some videos ?

I know it takes extra work, but I'm sure it would help to get you more people as the only way to test Zrythm for free is to build it (And I'm from the noobs who an't do that without issues. I know it's not an expensive fee, but I like to test before spending money). Having a small showcase video to see how the software react and feel would be really pushing people to support the software in a financial way.

The interface looks really great, by the way !
alextee
Established Member
Posts: 55
Joined: Wed Feb 13, 2019 6:22 pm
Has thanked: 1 time
Been thanked: 12 times

Re: Zrythm 0.7.367 release

Post by alextee »

Squalala wrote:I know it takes extra work, but I'm sure it would help to get you more people as the only way to test Zrythm for free is to build it (And I'm from the noobs who an't do that without issues. I know it's not an expensive fee, but I like to test before spending money). Having a small showcase video to see how the software react and feel would be really pushing people to support the software in a financial way.
i regularly post sneak preview screencasts on twitter/mastodon (https://twitter.com/zrythmdaw or https://mastodon.social/@zrythm) and on IRC, so if you want you could check those out for now, but nothing i would describe as a comprehensive showcase. that's a good idea. let me see if I can hack something up
alextee
Established Member
Posts: 55
Joined: Wed Feb 13, 2019 6:22 pm
Has thanked: 1 time
Been thanked: 12 times

Re: Zrythm 0.7.367 release

Post by alextee »

I don't have enough time at the moment to make a comprehensive one (there's a lot of work to be done for Windows stuff atm) but here's a 4-minute one showing some basic stuff like adding plugins, creating regions, midi notes, adjusting fader levels and making port connections:
https://www.zrythm.org/static/simplescr ... .58.27.mkv

BTW, to my surprise, zrythm was also featured in linuxmagazine a few weeks ago :)
http://www.linux-magazine.com/Issues/2019/229/FOSSPicks
Squalala
Established Member
Posts: 11
Joined: Wed Jan 31, 2018 8:22 am

Re: Zrythm 0.7.367 release

Post by Squalala »

Cool !

Thank you a lot !
User avatar
gauderbock
Established Member
Posts: 45
Joined: Thu Oct 04, 2018 1:01 pm
Location: Tirol
Has thanked: 51 times
Been thanked: 2 times

Re: Zrythm 0.7.367 release

Post by gauderbock »

Hi, trying to build to test this out, but I get this error:

Code: Select all

The Meson build system
Version: 0.45.1
Source dir: /home/*/Downloads/git/zrythm
Build dir: /home/*/Downloads/git/zrythm/build
Build type: native build

meson.build:518:7: ERROR: lexer
summary({
       ^
I'm not familiar with meson and I couldn't turn anything up on Google. Any ideas? Thanks.
alextee
Established Member
Posts: 55
Joined: Wed Feb 13, 2019 6:22 pm
Has thanked: 1 time
Been thanked: 12 times

Re: Zrythm 0.7.367 release

Post by alextee »

gauderbock wrote:Hi, trying to build to test this out, but I get this error
that line should never be reached because it's wrapped in this: `if meson.version().version_compare('>=0.53')`
but anyway, the minimum meson version you need is 0.50 and your version is too old.

if your distro doesn't have a newer meson version, you can either install it through pip, or you can run meson.py straight from here without installing it: https://github.com/mesonbuild/meson/
User avatar
gauderbock
Established Member
Posts: 45
Joined: Thu Oct 04, 2018 1:01 pm
Location: Tirol
Has thanked: 51 times
Been thanked: 2 times

Re: Zrythm 0.7.367 release

Post by gauderbock »

Thanks, pip did the trick.
alextee
Established Member
Posts: 55
Joined: Wed Feb 13, 2019 6:22 pm
Has thanked: 1 time
Been thanked: 12 times

Re: Zrythm 0.7.367 release

Post by alextee »

Squalala wrote:Cool !

Thank you a lot !
gauderbock wrote:Thanks, pip did the trick.
thanks for checking it out!
User avatar
hellocatfood
Established Member
Posts: 25
Joined: Sun Aug 04, 2019 3:54 pm
Contact:

Re: Zrythm 0.7.367 release

Post by hellocatfood »

I'm considering buying the beta. Would the Ubuntu 19.04 binary install on 19.10?
alextee
Established Member
Posts: 55
Joined: Wed Feb 13, 2019 6:22 pm
Has thanked: 1 time
Been thanked: 12 times

Re: Zrythm 0.7.367 release

Post by alextee »

hellocatfood wrote:I'm considering buying the beta. Would the Ubuntu 19.04 binary install on 19.10?
Yep, it will. I will start shipping 19.10 binaries next release too just in case.
User avatar
hellocatfood
Established Member
Posts: 25
Joined: Sun Aug 04, 2019 3:54 pm
Contact:

Re: Zrythm 0.7.367 release

Post by hellocatfood »

alextee wrote:Yep, it will. I will start shipping 19.10 binaries next release too just in case.
Great! Just purchased it and tried to install but got the following error

Code: Select all

dpkg: error: cannot access archive 'bin/ubuntu/zrythm-0.7.474-1_19.10_amd64.deb': No such file or directory
I tried to install the 19.04 version but had to install fonts-dseg manually
Post Reply