Package Details: vital-synth 1.5.5-1

Git Clone URL: https://aur.archlinux.org/vital-synth.git (read-only, click to copy)
Package Base: vital-synth
Description: Spectral warping wavetable synth.
Upstream URL: https://vital.audio
Keywords: helm helm-synth vital
Licenses: custom
Provides: vital
Submitter: altaway
Maintainer: user981257923
Last Packager: user981257923
Votes: 21
Popularity: 0.68
First Submitted: 2020-11-25 16:30 (UTC)
Last Updated: 2024-06-26 05:39 (UTC)

Pinned Comments

idoleat commented on 2023-12-31 07:59 (UTC)

If anyone does not get its vital.desktop entry installed, I suggest save this as vital.desktop in /usr/share/applications and make your own icon in /usr/share/pixmaps

[Desktop Entry]
Name=Vital
Comment=A free wavetable synth with a lot of modulation
Comment[fr]=Un synthétiseur polyphonique libre avec un tas de module
GenericName=Synth
GenericName[fr]=Synthétiseur
Exec=Vital
Icon=vital
Terminal=false
Type=Application
Categories=Audio;AudioVideo;
MimeType=text/vital;

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

robertchen commented on 2021-02-27 06:32 (UTC) (edited on 2021-02-27 11:11 (UTC) by robertchen)

The build instruction can be found at fork: maxaudron/vital, and lv2 modified version can be found here. Official repo has missed something, so do following things:

curl -LO https://web.archive.org/web/20181016150224/https://download.steinberg.net/sdk_downloads/vstsdk3610_11_06_2018_build_37.zip -o ./vstsdk3610_11_06_2018_build_37.zip
unzip -d third_party vstsdk3610_11_06_2018_build_37.zip
pushd third_part/VST_SDK
./copy_vst2_to_vst3_sdk.sh
popd
make -j32
sudo make install

altaway commented on 2021-02-25 03:38 (UTC)

Yes, but certain functionality is missing. I don't think it is even compile-ready. It will be like the chrome vs chromium situation.

teetest commented on 2021-02-24 14:39 (UTC)

Wow! Vital is open source now. https://github.com/mtytel/vital

altaway commented on 2021-01-11 05:11 (UTC) (edited on 2021-01-11 05:12 (UTC) by altaway)

As some folks have pointed out, there are multiple issues with the latest version. Seems I cannot bring the version back. I suggest you do the following.

  1. Clone the repository git clone https://aur.archlinux.org/vital-synth.git

  2. Remove the last three commits git reset --hard HEAD~3. This should bring it to 1.0.3.

  3. Run makepkg -si. This should install 1.0.3.

This is temporary, I'll figure a way.

opale95 commented on 2021-01-08 21:30 (UTC) (edited on 2021-01-08 21:31 (UTC) by opale95)

Many people report crashes and graphics bugs in the 1.0.4, for example: https://forum.vital.audio/t/plugin-crash-with-1-0-4-on-bitwig-3-3-1-in-linux/4423 https://forum.vital.audio/t/new-version-crash-on-linux-manjaro/4230/26

I suggest using the 1.0.3 version until bugs get fixed. You can get it by logging in https://account.vital.audio/, then clicking on "All downloads".

khughitt commented on 2021-01-07 03:48 (UTC)

Hmm. Anyone get this working with Bitwig + i3 by chance? Tried loading it just now and it crashed due to an error with X:

 X Error of failed request:  BadWindow (invalid Window parameter)
   Major opcode of failed request:  12 (X_ConfigureWindow)
   Resource id in failed request:  0x0
   Serial number of failed request:  127
   Current serial number in output stream:  129
 Could not read async reply: End of stream
 Killing pluginhost process
 Child process with PID 440745 exited with error code: 1

altaway commented on 2020-12-01 11:54 (UTC) (edited on 2020-12-01 11:58 (UTC) by altaway)

Are you using an AUR helper (yay for example)? If so, delete the folder ~/.cache/yay/vital-synth/ or whatever corresponds to your AUR helper and try again.

benqu commented on 2020-12-01 07:27 (UTC)

Package install not working

==> Validating source_x86_64 files with sha512sums... VitalInstaller.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! Error: Failed to build vital-synth

mmxgn commented on 2020-11-26 12:15 (UTC)

Thank you for your answers, makes sense.

altaway commented on 2020-11-26 10:41 (UTC) (edited on 2020-11-29 12:46 (UTC) by altaway)

Hello @mmxgn,

  1. The source for this synth hasn't (yet?) been released. The upstream has two package formats for linux.

    a. the debian (.deb) format which contains a root with a nicely structured file hierarchy, which is suitable for a system-wide install (which is why I chose this).

    b. a portable zip file format which is a bit barebones compared to the debian package, which is meant for local (your home directory) use.

  2. I thought there was a library in it which was missing in the corresponding x86_64 packages (I found it later). Since archlinux supports x86_64 only, I've removed it and I'm pretty sure you won't be needing it anymore. Clear your yay cache (usually located at ~/.cache/yay/<pkg-name>) if you're using yay and are facing troubles when reinstalling the package.

  3. The installer is hosted on AWS and the upstream doesn't give you a persistent link, which isn't very good for the curl-bots that makepkg (which is used by AUR helpers like yay) uses. So I'm putting it on github releases.