• Get the best VPN on the market with 66% Discount!
Software, Mac OSX
Arturia V Collection X v12.12.2023 macOS screenshot
macOS | 12 December 2023 | 37.7 GB
A premium suite of software instruments for unparalleled sonic exploration; from evocative emulations and hybrid synth engines, to authentically modeled keyboards and beautifully captured acoustic sounds - enhanced for today’s production workflow.

New Instruments
in V Collection X


MiniFreak V
Mind-bending hybrid synth combining digital voices, modeled analog filters, deep modulation and expressive features.

Acid V
Cult-classic bass synth with extra features for reactive, ever-evolving lysergic grooves and mutated sequences.

CP-70 V
Legendary electro-acoustic piano fusing detailed sampling with authentic modeling for an intimate stage sound.

Augmented GRAND PIANO
Expressive, contemporary and abstract piano sounds, beautifully recorded and fused with cutting-edge synthesis.

Augmented BRASS
Unique and powerful brass sounds for modern production uniting accurate reproduction with bold synth engines.

Augmented WOODWINDS
Atmospheric, organic and augmented woodwind array, captured in detail and combined with state-of-the-art synthesis.

Rebuilt Instruments
in V Collection X


Mini V 4
Archetypal triple-oscillator monosynth, redesigned and enhanced for unmatched bass and lead synthesis.

Wurli V 3
Soulful electric piano, remastered and remodeled with added effects for an irresistible, iconic sound.

Acid_V__1_1_0_4395.pkg
Analog_Lab_V__5_9_0_4400.pkg
ARP_2600_V3__3_13_0_4395.pkg
Augmented_BRASS__1_1_0_4395.pkg
Augmented_GRAND_PIANO__1_6_0_4395.pkg
Augmented_STRINGS__1_6_0_4395.pkg
Augmented_VOICES__1_6_0_4395.pkg
Augmented_WOODWINDS__1_0_0_4395.pkg
B-3_V2__2_9_1_4395.pkg
Buchla_Easel_V__1_13_0_4395.pkg
Clavinet_V__1_13_0_4395.pkg
CMI_V__1_13_0_4395.pkg
CP-70_V__1_0_0_4395.pkg
CS-80_V4__4_3_0_4395.pkg
CZ_V__1_9_0_4395.pkg
DX7_V__1_13_0_4395.pkg
Emulator_II_V__1_6_0_4395.pkg
Farfisa_V__1_13_0_4395.pkg
Jun-6_V__1_6_0_4395.pkg
Jup-8_V4__4_6_0_4395.pkg
KORG_MS-20_V__1_3_0_4395.pkg
Matrix-12_V2__2_13_0_4395.pkg
Mellotron_V__1_9_1_4395.pkg
MiniFreak_V__2_0_0_720.pkg
Mini_V4__4_0_0_4395.pkg
Modular_V3__3_13_0_4395.pkg
OP-Xa_V__1_7_0_4395.pkg
Piano_V3__3_3_0_4395.pkg
Pigments__4_1_1_3513.pkg
Prophet-5_V__1_3_0_4395.pkg
Prophet-VS_V__1_3_0_4395.pkg
SEM_V2__2_13_0_4395.pkg
Solina_V2__2_13_0_4395.pkg
SQ80_V__1_6_0_4395.pkg
Stage-73_V2__2_6_1_4396.pkg
Synclavier_V__2_13_0_4395.pkg
Synthi_V__1_9_0_4395.pkg
Vocoder_V__1_6_0_4395.pkg
VOX_Continental_V2__2_13_0_4395.pkg
Wurli_V3__3_0_0_4395.pkg




download from free file storage
click to show download links
download from any file hoster with just one LinkSnappy account
download from more than 100 file hosters at once with LinkSnappy.

comments

  Resident 24.08.2012 70
+7
Thnx 4 looking , good start.Hope it could be worked out, Appreciations all-round.
  Member 15.12.2023 22
+3
The length of the bytes are okay.
If you look:
\xB8\x02\x00\x00\x00\x41\x87\x84\x24\x50\x01\x00\x00
will be replaced with
\xB8\x03\x00\x00\x00\x41\x87\x84\x24\x50\x01\x00\x00

The byte lenght is the same, but you are changing x02 to x03.

But the value which has been changed, is the false one because it modies something in the code which applies to an Gui.xml procedure and not to the license mode information.
  Resident 24.08.2012 70
+7
Ok ,wish I knew what it should be, bet its quite simple as well lol .nice one for looking though.
  Member 15.12.2023 22
+3
btw the patches are the same as used for v9. they are not applicaple for vX
  Member 29.07.2023 15
0
Installed with my m1 mini over the top of previous releases and sound banks and as far I can tell everything is working including access to the previous sound banks.
  Member 3.01.2023 10
+2
Than, this patch works only on Silicon and not on Intel?
  Member 15.12.2023 22
+3
...seems so.
  Member 3.01.2023 10
+2
omg, I fucked all my working V collection. I really hope for a fix, considering that on Silicon and Windows version X is cracked Well
  Member 15.12.2023 22
+3
Me too, but to be forced to use other plugins gives creativtiy new ways :)
  Member 25.10.2013 194
+21
No Problem..... Use the Script from a Comment from V Collection Post from 18.10.2023 and Reinstall the V Collection 9.
It has everything in it except of MiniV 4 ---> Thats the only Change.

If you Familiar with the Terminal. Which you should if you are around here often.
Thats what i did.

Works great.
################## This is from https://audioz.download/user/AtomicID/ ##########################
Also, this may help some of you who are terminal savvy:

Run this command on Terminal before using any Terminal Patches:
sudo chmod -R 777 /patch

Here's a script that iterates through and runs all the .command files in a directory. Create a file called runallcommands.sh and put this inside it:
#!/bin/bash
set -e
for f in *.command; do
bash "$f"
done

Here's a script that iterates through and runs all the .pkg files in a directory. Create a file called runallpkgs.sh and put this script inside it:
#!/bin/bash
for pkg in $( ls *.pkg ); do
echo "Installing $pkg"
installer -pkg $pkg -target /
done

To keep it easy, just put the corresponding file in the correct directory where the command and pkg files reside and execute it.

#######################################
###############
########################################

Or use the following thing. Both ways work.

############################################################### this is from https://audioz.download/user/SomeOtherGuy/########################################################################################################

I saw some people posting code here to make the installation streamlined. Here's my own contribution:

https://pastebin.com/BqgqRbc1

After you have extracted the archive, you can paste this code into a new file called install.command, and save it into the same directory where you see info.txt. In the case of this release, it's the directory called Arturia.V.Collection.X.v12.12.2023.macOS.

Use the free BatChmod app, or run chmod to grant eXecute permission to install.command.

Now double-click or run install.command from the terminal. It will first install all the packages, then it will patch them. It is very verbose, so you'll know it's running, but it will still take 5 to 10 minutes to complete.

You can use this script on all of hidera's Arturia earlier releases, and probably future releases too - but if the installer or patch directory names change in the future you can edit Lines 3 and 4 to reflect that.
  Member 15.12.2023 22
+3
The scripts are the same and do not work with the new version of the plugins and Intel.
  Member 19.08.2021 1 532
+241
mini v4 is not the only change in v collection 9 vs 10
y'all got anymore of those plugins??
  Member 6.01.2024 1
0
does it only have the instruments or does it also have the vst/AU?
  Member 25.10.2013 194
+21
quote by Subtr4ctiveThe scripts are the same and do not work with the new version of the plugins and Intel.

Who can Read is in Big Advantage.

As i wrote. Its for Collection 9.... to make the re install easier.
  Member 15.12.2023 22
+3
the Comment has been Removed
  Member 15.12.2023 22
+3
the Comment has been Removed
  Member 15.12.2023 22
+3
the Comment has been Removed
  Member 31.10.2015 2
0
not working on mac intel.. after I patch it, it shows me this:

[xml] error on parse file mini v4_gui.xml smartfilledcomponent : index out of range

  Member 19.02.2017 2 106
+33
Anyone tried to save presets in this version? With version 9 instruments show in demo mode in Software Center and works everything ok, but I could never save presets properly in CMI for example.
I made some presets, saved them (theoretically) but then I could never found them.
  Member 20.07.2019 273 2276
+2505
thank u cheers
  Resident 25.01.2012 3314
+449
..................... new release posted
  Member 24.10.2018 11
0
how all of you guys were able to install it?
I did exactly as in this video but seems like nothing happened. how come?

https://www.youtube.com/watch?v=AwGvF9sQoY8

Spread the Word