Me too, it´s running quite fine, the thing is, a majority of Commercial (Sample) Instruments are not compatible with Linux.
It is more a, i use it because i can, not because i want.
And here's the .PKGINFO:post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
mkdir -p /var/opt/PreSonus/Extensions
chmod 777 /var/opt/PreSonus
chmod 777 /var/opt/PreSonus/Extensions
for icon in /usr/share/icons/hicolor/scalable/mimetypes/studioone7/*; do
iconname=$(basename ${icon})
ln -s -f /usr/share/icons/hicolor/scalable/mimetypes/studioone7/${iconname} /usr/share/icons/hicolor/scalable/mimetypes/${iconname}
done
mimeapps_file=/etc/xdg/mimeapps.list
scheme=x-scheme-handler/studioone
escapedscheme=x-scheme-handler\\/studioone
handler=com.presonus.studioapp7.desktop
if [ -f ${mimeapps_file} ]; then
if /usr/bin/grep -q "${scheme}=" ${mimeapps_file}; then
/usr/bin/sed -i "s/${escapedscheme}=.*/${escapedscheme}=${handler}/" ${mimeapps_file}
else
if /usr/bin/grep -q '[Default Applications]' ${mimeapps_file}; then
/usr/bin/sed -i "s/\[Default Applications\]/\[Default Applications\]\\n${escapedscheme}=${handler}/" ${mimeapps_file}
else
cat >> ${mimeapps_file} <<EOF
[Default Applications]
${scheme}=${handler}
EOF
fi
fi
else
cat > ${mimeapps_file} <<EOF
[Default Applications]
${scheme}=${handler}
EOF
fi
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
pkgname = studioone7
pkgver = 7.2.3.108761-1
pkgdesc = Studio One is a digital audio workstation (DAW) application, used to create, record, mix and master music and other audio, with functionality also available for video.
url = https://www.presonus.com/studioone
builddate = 1765936325
packager =
arch = x86_64
size = 498241712
license =
depend = aarch64-linux-gnu-gcc
depend = alsa-lib
depend = avahi
depend = chromium
depend = fontconfig
depend = jack
depend = kwallet5
depend = libglvnd
depend = libxkbcommon
depend = linux-headers
depend = pipewire-jack
depend = qt5-base
depend = vulkan-icd-loader
depend = wayland
Their FAQ says:You payed for Ardour? Ardour is open source and available for free: https://community.ardour.org/download?platform=win&architecture=x86_64
If you want the convenience of using our ready-to-run version and/or for support from Ardour developers and experienced users, we ask that you pay something for this.
If you don't want to pay for a ready-to-run version, then you'll need to get the source code and build it yourself. We do not provide assistance with this process and particularly on Windows and macOS this can be challenging and take a long time. Also, for Windows, there are no instructions.
That’s exactly it. If you don’t pay then you are faced with a bunch of problems trying to get it up and running. In other words you have to build the DAW.Their FAQ says:
Yeah, Linux has horrible support from DAWs. Ardour is horrible, and so is pretty much every other Linux DAW. Most are just as bad or worse, with the exception of Bitwig Studio. I use Linux as my main OS, so when I saw that Studio One has beta support for Linux I jumped to try it because it's basically one of the best (if not THE best) DAWs. It's just unfortunate that they went with Wayland only for the targeted display server. X11 is definitely not going away soon, and may be coming back bigtime since Xlibre started up.That’s exactly it. If you don’t pay then you are faced with a bunch of problems trying to get it up and running. In other words you have to build the DAW.
Any way I donated I think $20.
I got my money’s worth because I learned a lot about using another Daw other than Sonar. It was my first attempt. I completed a few projects.
Then I discovered Mixcraft and Waveform.
I always have owned Cubase since the Atari days. But because all I can afford is the Elements version it is missing half the features I need.
Studio one was the very last one I bought because of the price. It cost me $300 Canadian for the lifetime license with one year of updates. That is fine because generally I don’t upgrade for long periods.
Anyway Ardour seems to appeal to the Tin Foil hat Do it yourselfers that use Linux. If you like menus instead of graphics you’ll probably be happy.
We use essential cookies to make this site work, and optional cookies to enhance your experience.