You can try to only have the flatpak one installed and if you stumble across a new issue please let us know.
Thank you
This is the same that @Abique posted.Renich wrote: Thu Apr 15, 2021 5:34 am BTW, the new, kind of official, flatpak for bitwig studio is: https://github.com/bitwig/bitwig-studio-flatpak/
I, regularly, try to collaborate with them on the upgrades.
It's pretty cool because it is compatible with pipewire, which rocks. Just make sure you configure pipewire correctly (or use Fedora 34).
Hi Renich,Renich wrote: Thu Apr 15, 2021 5:34 am BTW, the new, kind of official, flatpak for bitwig studio is: https://github.com/bitwig/bitwig-studio-flatpak/
I, regularly, try to collaborate with them on the upgrades.
It's pretty cool because it is compatible with pipewire, which rocks. Just make sure you configure pipewire correctly (or use Fedora 34).
Would this be a reason why I can't import samples from an external drive?abique wrote: Wed Apr 14, 2021 3:18 pmYou are welcome.lunardigs wrote: Wed Apr 14, 2021 3:00 pmWow, this is super! Thanks, abique!abique wrote: Wed Apr 14, 2021 7:56 am You can now install bitwig from flathub: https://flathub.org/apps/details/com.bi ... twigStudio
Are there any limitations, or peculiarities to be aware of? I know this kind of thing can happen with Flatpaks, sometimes for the better.
From my testing it is working well. It is sandboxed, so there might be some limitations like writing files outside of your home folder, but we'll discover it over time.
Well, when you useJosephhh wrote: Tue Apr 27, 2021 2:50 pm Would this be a reason why I can't import samples from an external drive?
For some reason it is also not picking up VST's from .wine
Anndddd for some reason JACK (w/ Pipewire Fedora 34) is not giving any actual output...
![]()
Code: Select all
flatpak run --helpCode: Select all
# Daemon config file for PipeWire version "0.3.26" #
context.properties = {
support.dbus = true
link.max-buffers = 16
default.clock.rate = 48000
default.clock.quantum = 128
default.clock.min-quantum = 64
default.clock.max-quantum = 2048
vm.overrides = {
default.clock.min-quantum = 64
}
}
Code: Select all
jack.properties = {
node.latency = 128/48000
jack.merge-monitor = true
jack.short-name = true
jack.filter-name = true
}
Code: Select all
pkill -f pipewireThank you for the informative postRenich wrote: Tue Apr 27, 2021 4:09 pmWell, when you useJosephhh wrote: Tue Apr 27, 2021 2:50 pm Would this be a reason why I can't import samples from an external drive?
For some reason it is also not picking up VST's from .wine
Anndddd for some reason JACK (w/ Pipewire Fedora 34) is not giving any actual output...
you will see many options. You can enable/disable features and that sort of things. Try your luck with that and reading the manual from flatpak. https://docs.flatpak.org/en/latest/Code: Select all
flatpak run --help
On the jack side, I've experienced that too sometime. I run Fedora 34 as well. Sometimes a reboot fixes it. Also, here're my settings so you can compare. Only including what I've changed.
/etc/pipewire/pipewire.conf/etc/pipewire/jack.confCode: Select all
# Daemon config file for PipeWire version "0.3.26" # context.properties = { support.dbus = true link.max-buffers = 16 default.clock.rate = 48000 default.clock.quantum = 128 default.clock.min-quantum = 64 default.clock.max-quantum = 2048 vm.overrides = { default.clock.min-quantum = 64 } }After that, just reboot to make sure. You could, alternatively, try:Code: Select all
jack.properties = { node.latency = 128/48000 jack.merge-monitor = true jack.short-name = true jack.filter-name = true }but, sometimes, that doesn't work, IDKW.Code: Select all
pkill -f pipewire

Cheers, appreciate itRenich wrote: Tue Apr 27, 2021 7:15 pm OK, here's another thing to check when using pipewire's "jack". I like to use qjackctl to check the graph. It helps me visualize what the config is. Pretty cool.
Lol classicRenich wrote: Wed Apr 28, 2021 3:15 pm One last thing. I cleanly installed Fedora 34 yesterday on my laptop and installed Bitwig Studio from Flatpak. It worked out of the box. Yet, I configured the outputs correctly since *system/capture_1* doesn't work.
It worked right "out of the box".
Code: Select all
flatpak run --helpCode: Select all
flatpak run --filesystem=/home/whatever-your-user-is/path/to/vst/folder com.bitwig.BitwigStudioSubmit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026