Package Details: bitwig-studio 5.1.8-1

Git Clone URL: https://aur.archlinux.org/bitwig-studio.git (read-only, click to copy)
Package Base: bitwig-studio
Description: Digital audio workstation for music production, remixing and live performance
Upstream URL: https://www.bitwig.com/
Keywords: audio daw multimedia music
Licenses: custom
Conflicts: bitwig-8-track, bitwig-studio-legacy
Provides: clap-host, vst-host, vst3-host
Submitter: stylemistake
Maintainer: stylemistake (smoothny, EvergreenTree)
Last Packager: smoothny
Votes: 114
Popularity: 2.07
First Submitted: 2016-03-28 16:43 (UTC)
Last Updated: 2024-04-25 16:08 (UTC)

Required by (62)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 16 Next › Last »

chrisco23 commented on 2023-04-11 22:41 (UTC)

I see today they've released 5.0 as beta, but their site provides only options "flatpak" and "ubuntu". Any good way to try 5.0 for us on Arch?

aur_duty commented on 2022-12-19 22:21 (UTC)

suggestion: add (plugin type)-host entries to the PKGBUILD provides=() array. Example: locally I edited the PKGBUILD adding 'clap-host' to provides=(). This allowed bitwig to satisfy a requirement of the pacman group clap-plugins.

EvergreenTree commented on 2022-05-11 22:19 (UTC)

I created a version of the bitwig-studio-beta PKGBUILD that works with the flatpak version of Bitwig studio 4.3 beta 1. It does require ostree as a make dependency to extract the files, but it seems to work fine. From what I've heard, they will be distributing more than just the flatpak in the future, so it probably won't be an issue anyway. Here is the PKGBUILD for reference: https://gist.github.com/4Evergreen4/562d5ea590d9887b29f4960b1ad0dd24

alcomatt commented on 2022-05-11 22:12 (UTC)

from 4.3 Bitwig is moving away from debian packages and instead going the flatpak way, which is rather annoying. Do you think it will still be possible to package it for arch without being forced into the flatpak world of parallel(and duplicate) dependencies?

alcomatt commented on 2022-04-29 14:17 (UTC)

sha256 sums are good in the PKGBUILD and the source deb by Bitwig has not been modified. Please delete your yay/yaourt cache folder and try building package again. Something might have corrupted your deb file download.

kalimerox commented on 2022-04-29 14:01 (UTC) (edited on 2022-04-29 14:01 (UTC) by kalimerox)

I get

"" Found bitwig-studio-4.2.3.deb ==> Validating source files with sha256sums... bitwig-studio-4.2.3.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! Failed to build bitwig-studio ""

when i try to upgrade on my manjaro machine...

1uk commented on 2022-02-17 20:13 (UTC) (edited on 2022-02-17 20:18 (UTC) by 1uk)

Works now! Added my user to the audio group. %jackd gives the same error message, but jack_control works and Qjackctl as well. Nice, thank you. Edit: But now, when I open pavucontrol I don't see bitwig as playback, and I don't hear any sound.

stylemistake commented on 2022-02-17 15:33 (UTC)

Refer to ArchWiki, you probably forgot to add yourself to the audio group and specify realtime limits/settings in sysctl.d. If you wish, you can also use jack-dbus which autostarts whenever the application requests it. Qjackctl is also a useful program.

1uk commented on 2022-02-17 15:15 (UTC) (edited on 2022-02-17 15:27 (UTC) by 1uk)

Hello, I installed it, and it works, but I can't start the audio engine. It says: "Unable to connect to jack server". I use pulseaudio and have pulseaudio-jack and jack2 installed. When I run jackd it just gives a info message to stdout. Can you help me? Should I switch to pipewire and deinstall pulse? <img alt="error message" src="https://imgur.com/ToNLR7c.png" title="Unable to connect to jack server" />

when I run jackd:

%jackd
jackdmp 1.9.20
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2016 Grame.
Copyright 2016-2021 Filipe Coelho.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
Cannot create RT messagebuffer thread: Operation not permitted (1)
Retrying messagebuffer thread without RT scheduling
Messagebuffer not realtime; consider enabling RT scheduling for user
no message buffer overruns
Cannot create RT messagebuffer thread: Operation not permitted (1)
Retrying messagebuffer thread without RT scheduling
Messagebuffer not realtime; consider enabling RT scheduling for user
no message buffer overruns
jack_get_descriptor : dll
jack_get_descriptor returns null for 'jack_inprocess.so'
jack_get_descriptor : dll
jack_get_descriptor returns null for 'jack_internal_metro.so'
jack_get_descriptor : dll
jack_get_descriptor returns null for 'jack_intime.so'
Cannot create RT messagebuffer thread: Operation not permitted (1)
Retrying messagebuffer thread without RT scheduling
Messagebuffer not realtime; consider enabling RT scheduling for user
no message buffer overruns

Usage: jackdmp [ --no-realtime OR -r ]
               [ --realtime OR -R [ --realtime-priority OR -P priority ] ]
      (the two previous arguments are mutually exclusive. The default is --realtime)
               [ --name OR -n server-name ]
               [ --timeout OR -t client-timeout-in-msecs ]
               [ --loopback OR -L loopback-port-number ]
               [ --port-max OR -p maximum-number-of-ports]
               [ --slave-backend OR -X slave-backend-name ]
               [ --internal-client OR -I internal-client-name ]
               [ --internal-session-file OR -C internal-session-file ]
               [ --verbose OR -v ]
               [ --clocksource OR -c [ h(pet) | s(ystem) ]
               [ --autoconnect OR -a <modechar>]
                 where <modechar> is one of:
                   ' ' - Don't restrict self connect requests (default)
                   'E' - Fail self connect requests to external ports only
                   'e' - Ignore self connect requests to external ports only
                   'A' - Fail all self connect requests
                   'a' - Ignore all self connect requests
               [ --replace-registry ]
               [ --silent OR -s ]
               [ --sync OR -S ]
               [ --temporary OR -T ]
               [ --version OR -V ]
         -d master-backend-name [ ... master-backend args ... ]
       jackdmp -d master-backend-name --help
             to display options for each master backend

alcomatt commented on 2022-01-13 21:41 (UTC)

4.1.3 released with workaround for nVidia driver fixes. https://downloads-eu.bitwig.com/stable/4.1.3/Release-Notes-4.1.3.html