[ANN] Vee One Suite 0.9.34 - A Winter'24 Release batch #2

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

Post Reply
User avatar
rncbc
Established Member
Posts: 1071
Joined: Mon Apr 19, 2010 12:20 pm
Has thanked: 45 times
Been thanked: 279 times
Contact:

[ANN] Vee One Suite 0.9.34 - A Winter'24 Release batch #2

Post by rncbc »

Hi there, once again,

The Vee One Suite of so called old-school software instruments,

  • synthv1 as a polyphonic subtractive synthesizer;
    samplv1 a polyphonic sampler synthesizer;
    drumkv1 as yet another drum-kit sampler;
    padthv1 a polyphonic additive synthesizer.

Are here released for the (northern) Winter'24 season, in a so called QStuff* second batch of the New Year...

All still delivered in dual form, as usual:

  • a pure stand-alone JACK client with JACK-session, NSM (Non/New Session Management) and both JACK MIDI and ALSA MIDI input support;
  • a LV2 instrument plug-in.

Change-log:

  • Added build checks on whether to use old or newer style of LV2 include headers.
  • LV2 plugin Control Input Port-change request extension feature support added.
  • Updated copyright headers into the New Year (2024).

The Vee One Suite are free, open-source Linux Audio software, distributed under the terms of the GNU General Public License (GPL) version 2 or later.

synthv1 - an old-school polyphonic synthesizer

  • synthv1 0.9.34 (winter'24) released!

Image

synthv1 is an old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx.

LV2 URI: http://synthv1.sourceforge.net/lv2

website:
https://synthv1.sourceforge.io
http://synthv1.sourceforge.net

project page:
https://sourceforge.net/projects/synthv1

downloads:
https://sourceforge.net/projects/synthv1/files


samplv1 - an old-school polyphonic sampler

  • samplv1 0.9.34 (winter'24) released!

Image

samplv1 is an old-school polyphonic sampler synthesizer with stereo fx.


LV2 URI: http://samplv1.sourceforge.net/lv2

website:
https://samplv1.sourceforge.io
http://samplv1.sourceforge.net

project page:
https://sourceforge.net/projects/samplv1

downloads:
https://sourceforge.net/projects/samplv1/files

drumkv1 - an old-school drum-kit sampler

  • drumkv1 0.9.34 (winter'24) released!

Image

drumkv1 is an old-school drum-kit sampler synthesizer with stereo fx.


LV2 URI: http://drumkv1.sourceforge.net/lv2

website:
https://drumkv1.sourceforge.io
http://drumkv1.sourceforge.net

project page:
https://sourceforge.net/projects/drumkv1

downloads:
https://sourceforge.net/projects/drumkv1/files/

padthv1 - an old-school polyphonic additive synthesizer

  • padthv1 0.9.34 (winter'24) released!

Image

padthv1 is an old-school polyphonic additive synthesizer with stereo fx

padthv1 is based on the PADsynth algorithm by Paul Nasca, as a special variant of additive synthesis.


LV2 URI: http://padthv1.sourceforge.net/lv2

website:
https://padthv1.sourceforge.io
http://padthv1.sourceforge.net

project page:
https://sourceforge.net/projects/padthv1

downloads:
https://sourceforge.net/projects/padthv1/files

See also:
https://www.rncbc.org/drupal/node/2541

Enjoy the New Year, cheers!


rncbc aka. Rui Nuno Capela

User avatar
Impostor
Established Member
Posts: 1392
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 148 times
Been thanked: 366 times

Re: [ANN] Vee One Suite 0.9.34 - A Winter'24 Release batch #2

Post by Impostor »

Thanks for your great work! Got a little problem with compiling though. I got so far as to guess it's qt, or even pyqt, related. But, as I have already installed a lengthy list of qt and pyqt packages, and there still are apparently hundreds of available qt packages left in the repo, I'm at a complete loss as to what I'm missing. Any hints are welcome.

Code: Select all

In file included from /home/devloop/Builds/padthv1-0.9.34/src/padthv1.cpp:37:
/home/devloop/Builds/padthv1-0.9.34/src/padthv1_config.h:32:10: fatal error: QSettings: No such file or directory
   32 | #include <QSettings>
      |          ^~~~~~~~~~~
compilation terminated.
User avatar
rncbc
Established Member
Posts: 1071
Joined: Mon Apr 19, 2010 12:20 pm
Has thanked: 45 times
Been thanked: 279 times
Contact:

Re: [ANN] Vee One Suite 0.9.34 - A Winter'24 Release batch #2

Post by rncbc »

distro? you need qt6-qtbase, qt6-qttools, qt6-qtsvg and qt6-qttranslations -dev(el) packages installed at least.

User avatar
Impostor
Established Member
Posts: 1392
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 148 times
Been thanked: 366 times

Re: [ANN] Vee One Suite 0.9.34 - A Winter'24 Release batch #2

Post by Impostor »

rncbc wrote: Sat Jan 27, 2024 11:07 am

distro? you need qt6-qtbase, qt6-qttools, qt6-qtsvg and qt6-qttranslations -dev(el) packages installed at least.

Distro := Mint 21.3

No luck after installing all of that either (or packages with as close a naming match as possible). I only had qt5 packages originally.

Closest matches I could find were:
qt6-base-dev, qt6-base-dev-tools, qt6-tools-dev, qt6-tools-dev-tools, libqt6svg6-dev, qt6-translations-l10n

User avatar
rncbc
Established Member
Posts: 1071
Joined: Mon Apr 19, 2010 12:20 pm
Has thanked: 45 times
Been thanked: 279 times
Contact:

Re: [ANN] Vee One Suite 0.9.34 - A Winter'24 Release batch #2

Post by rncbc »

Impostor wrote: Sat Jan 27, 2024 12:00 pm

Distro := Mint 21.3

maybe better off if you take the repos, esp. one of the Applications PPAs and only, instead of trying your luck with building the stuff on your own from source... indeed, if you decide to chose that route, you'll get the extra bonus of all the vee-ones being pre-built to qt6 static libraries and thus fully legalized to run on official ardour.org binaries ;)

User avatar
Impostor
Established Member
Posts: 1392
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 148 times
Been thanked: 366 times

Re: [ANN] Vee One Suite 0.9.34 - A Winter'24 Release batch #2

Post by Impostor »

rncbc wrote: Sat Jan 27, 2024 1:00 pm

maybe better off if you take the repos, esp. one of the Applications PPAs

That worked! Thanks.

Post Reply