- 9
- 12 934
Kaan Solo 🎹
Germany
เข้าร่วมเมื่อ 8 ต.ค. 2010
Just a vlog about an unknowm musicproducer, who tries to become a successfull EDM House producer and DJ.
How to install reFX Nexus VST on Linux
Hi there,
i apologize for my mistakes in the video. Its not perfect but i hope it does help you. I am going to show you how to install the VST Plugin reFX Nexus 3 (also possible with Nexus 2 and Nexus4) in Linux Ubuntu with wine and yabridge. Its not that easy as i expected but the problem appears because of missing windows libraries in linux. Below i posted all libraries which i installed to make it run.
Before you install the VST Plugin, make sure that you already have installed wine and yabridge. If you dont know how to do it, watch this video: th-cam.com/video/KTHWjVV1_Ok/w-d-xo.html .
Please comment or ask me if you have questions and dont give up if you already came up here.
Its possible that some issues appear different in your device but i will try to help as good as possible. Just dont give up:)
There is a reason why you found my video. You are probably tired from windows or too poor to buy macOS (kidding).
Btw. here is my Insta Account:
kaan_solo
/////////////////////////////////////////
Timestamps:
0:00 Intro
01:17 Download and Install reFX Cloud app on Linux
02:21 Change in wine config the dpi resolution
03:10 Install winetricks and directX libraries in console
04:02 Install vcrun2019 and another framework
06:20 change in wine config to windows 11 compatibility
07:13 Add manually missing library d3d10core
07:55 starting reFX Cloud app with wine
09:04 Adding checking yabridge status
10:04 Adding new path to yabridge
/////////////////////////////////////////
Console commands:
- (Opening wine configuration):
winecfg
- (install winetricks):
sudo apt install winetricks
- (install missing directX libraries):
winetricks d3dx9 d3dx10 d3dx11 dxvk
- (install VC runtime and another windows framework):
winetricks vcrun2019 dotnet48
- (adding path to yabridge):
./yabridgectl add "$HOME/.wine/drive_c/Program Files/VSTPlugins/"
//////////////////////////////////////////
How to find yabridge folder:
-(your personal folder)/.local (hidden file, open with win + H)/share-yabridge
How to add path to Nexus.dll:
-(your personal folder)/.wine/drive_c/Program Files/VSTPlugins
////////////////////////////////////////
Userful links:
1. refx Nexus page:
www.refx.com/
2. wine:
www.winehq.org/
3. yabridge
github.com/robbert-vdh/yabridge
Complete list of all windows libraries:
- atl140(Native, Builtin)
- concrtl140(Native, Builtin)
-d3d10core (Native)
-d3d11 (Native)
-d3d9 (Native)
-d3dcompiler_43 (Native)
-d3dcompiler_47 (Native)
-d3dx10_33 (Native)
-d3dx10_34 (Native)
-d3dx10_35 (Native)
-d3dx10_36 (Native)
-d3dx10_37 (Native)
-d3dx10_38 (Native)
-d3dx10_39 (Native)
-d3dx10_40 (Native)
-d3dx10_41 (Native)
-d3dx10_42 (Native)
-d3dx10_43 (Native)
-d3dx9_24 (Native)
-d3dx9_25 (Native)
-d3dx9_26 (Native)
-d3dx9_27 (Native)
-d3dx9_28 (Native)
-d3dx9_29 (Native)
-d3dx9_30 (Native)
-d3dx9_31 (Native)
-d3dx9_32 (Native)
-d3dx9_33 (Native)
-d3dx9_34 (Native)
-d3dx9_35 (Native)
-d3dx9_36 (Native)
-d3dx9_37 (Native)
-d3dx9_38 (Native)
-d3dx9_39 (Native)
-d3dx9_40 (Native)
-d3dx9_41 (Native)
-d3dx9_42 (Native)
-d3dx9_43 (Native)
-dxqi (Native)
-mscoree (Native)
-msvcp140 (Native, Builtin)
-msvcp140_1 (Native, Builtin)
-msvcp140_2 (Native, Builtin)
-msvcp140_atomic_wait (Native, Builtin)
-msvcp140_codecvt_ids (Native, Builtin)
-ucrtbase (Native, Builtin)
-vcamp140 (Native, Builtin)
-vccorlib140 (Native, Builtin)
-vcomp140 (Native, Builtin)
-vcruntime140 (Native, Builtin)
-vcruntime140_1 (Native, Builtin)
-d3d10core (Native, Buildin)
i apologize for my mistakes in the video. Its not perfect but i hope it does help you. I am going to show you how to install the VST Plugin reFX Nexus 3 (also possible with Nexus 2 and Nexus4) in Linux Ubuntu with wine and yabridge. Its not that easy as i expected but the problem appears because of missing windows libraries in linux. Below i posted all libraries which i installed to make it run.
Before you install the VST Plugin, make sure that you already have installed wine and yabridge. If you dont know how to do it, watch this video: th-cam.com/video/KTHWjVV1_Ok/w-d-xo.html .
Please comment or ask me if you have questions and dont give up if you already came up here.
Its possible that some issues appear different in your device but i will try to help as good as possible. Just dont give up:)
There is a reason why you found my video. You are probably tired from windows or too poor to buy macOS (kidding).
Btw. here is my Insta Account:
kaan_solo
/////////////////////////////////////////
Timestamps:
0:00 Intro
01:17 Download and Install reFX Cloud app on Linux
02:21 Change in wine config the dpi resolution
03:10 Install winetricks and directX libraries in console
04:02 Install vcrun2019 and another framework
06:20 change in wine config to windows 11 compatibility
07:13 Add manually missing library d3d10core
07:55 starting reFX Cloud app with wine
09:04 Adding checking yabridge status
10:04 Adding new path to yabridge
/////////////////////////////////////////
Console commands:
- (Opening wine configuration):
winecfg
- (install winetricks):
sudo apt install winetricks
- (install missing directX libraries):
winetricks d3dx9 d3dx10 d3dx11 dxvk
- (install VC runtime and another windows framework):
winetricks vcrun2019 dotnet48
- (adding path to yabridge):
./yabridgectl add "$HOME/.wine/drive_c/Program Files/VSTPlugins/"
//////////////////////////////////////////
How to find yabridge folder:
-(your personal folder)/.local (hidden file, open with win + H)/share-yabridge
How to add path to Nexus.dll:
-(your personal folder)/.wine/drive_c/Program Files/VSTPlugins
////////////////////////////////////////
Userful links:
1. refx Nexus page:
www.refx.com/
2. wine:
www.winehq.org/
3. yabridge
github.com/robbert-vdh/yabridge
Complete list of all windows libraries:
- atl140(Native, Builtin)
- concrtl140(Native, Builtin)
-d3d10core (Native)
-d3d11 (Native)
-d3d9 (Native)
-d3dcompiler_43 (Native)
-d3dcompiler_47 (Native)
-d3dx10_33 (Native)
-d3dx10_34 (Native)
-d3dx10_35 (Native)
-d3dx10_36 (Native)
-d3dx10_37 (Native)
-d3dx10_38 (Native)
-d3dx10_39 (Native)
-d3dx10_40 (Native)
-d3dx10_41 (Native)
-d3dx10_42 (Native)
-d3dx10_43 (Native)
-d3dx9_24 (Native)
-d3dx9_25 (Native)
-d3dx9_26 (Native)
-d3dx9_27 (Native)
-d3dx9_28 (Native)
-d3dx9_29 (Native)
-d3dx9_30 (Native)
-d3dx9_31 (Native)
-d3dx9_32 (Native)
-d3dx9_33 (Native)
-d3dx9_34 (Native)
-d3dx9_35 (Native)
-d3dx9_36 (Native)
-d3dx9_37 (Native)
-d3dx9_38 (Native)
-d3dx9_39 (Native)
-d3dx9_40 (Native)
-d3dx9_41 (Native)
-d3dx9_42 (Native)
-d3dx9_43 (Native)
-dxqi (Native)
-mscoree (Native)
-msvcp140 (Native, Builtin)
-msvcp140_1 (Native, Builtin)
-msvcp140_2 (Native, Builtin)
-msvcp140_atomic_wait (Native, Builtin)
-msvcp140_codecvt_ids (Native, Builtin)
-ucrtbase (Native, Builtin)
-vcamp140 (Native, Builtin)
-vccorlib140 (Native, Builtin)
-vcomp140 (Native, Builtin)
-vcruntime140 (Native, Builtin)
-vcruntime140_1 (Native, Builtin)
-d3d10core (Native, Buildin)
มุมมอง: 476
วีดีโอ
Lady Gaga - Bad Romance (Kaan Solo Remix)
มุมมอง 73710 หลายเดือนก่อน
Lady Gaga - Bad Romance (Kaan Solo Remix) follow me on: kaan_solo #ladygaga #remix #badromance #kaansolo #house
Producing Music only with free Plugins, Linux and Reaper Part1
มุมมอง 37610 หลายเดือนก่อน
Follow me on Instagram: kaan_solo_ 00:00 - Intro 03:30 - Starting a new Project 04:44 - Creating/Preparing a basic Meldoy 12:05 - Recording the basic Melody 14:10 - Creating Bass line 17:05 - Creating a Synth Pad 20:31 - Results of the Melody from this Chapter1 Hi, this is a tutorial about producing a complete House/Dance Music remix from the song "Animals - Martin Garrix" only w...
How To Install VST Plugins On Linux Ubuntu With Wine And Yabridge
มุมมอง 3.6K11 หลายเดือนก่อน
#linux #ubuntu #musicproduction #plugins #yabridge #wine #freeplugin Useful links: 1. Install Wine: www.omgubuntu.co.uk/2023/01/install-wine-on-ubuntu 2. Official Wine page: wiki.winehq.org/Ubuntu 3. Yabridge Skript: github.com/robbert-vdh/yabridge 00:00 Intro 02:48 Installation Wine 07:13 Installing Yabridge 11:24 Installing free BBC Symphony Orchestra Plugin 20:12 Using yabridge to register n...
Krakow and the pigeons VLOG 🇵🇱
มุมมอง 841ปีที่แล้ว
Join me as I explore the magical city of Krakow, where the echoes of history blend seamlessly with the flutter of countless pigeons. Stay till the end as a simple act of feeding these birds not only stirs their wings but also the heart of a stranger, sparking an unexpected love story. #krakow #poland #vlog
Why i switched from macOS to Linux for music production
มุมมอง 6Kปีที่แล้ว
#musicproducer #linux #musicproduction #ubuntu #reaper #freeplugins I decided to take you on my journey to becoming a music producer. I always wanted to be a music producer, but I always gave in to the pressures of society and focused on a career that ultimately always made me unhappy. Now I'm finally taking the plunge and trying to produce music on the side as often as I can. For this I will u...
Calvin Harris & Disciples - How deep is your love (Kaan_Solo remix)
มุมมอง 2778 ปีที่แล้ว
Hi you can find me on Instagram: kaan_solo?hl=de soundcloud: soundcloud.com/kaan_solo
Ditto. Windows 11 harassment has me building a new machine for DAW and it will be pure Linux. Wine/or Mint with Ubuntu Studio/Ardour. Yabridge will be essential to utilizing Spitfire which I also use regularly. As well as the Wave Plugins. Thank you Kaan.
This helped me a lot, ty very much!!
If people have problems running some installers add this as well in terminal: winetricks vcrun6sp6
Thanks for the video. Could you give an example on how to remove plugins in yabridge? maybe just an example here with a terminal command?
Actually as i remember it only works with manual deleting the VSTs from all "VST" Folders, which you created in wine. Probably we need to ask the yabridge creator to fix that:) But for now, all you can do is to check the "yabridgectl status" and then delete manually the "dll" files from your VST folder. Probably i never tried it, i just reinstalled wine and everythink was gone, so be carefull with that:) But if you really need help, i probably could make a video about it and try out myself.
Great tutorial. Thanks!
I switched for Linux these days and I totally agree with you. I want to start from the bottom and produce music. I hope everything goes awesome to you, my friend!
Bro your video is on algorithm right now, be ready to blow up 😂
Lot's of people want to ditch Windows, the telemetry is getting insane
❤
thank you! i was initially intimidated but you made this super easy
I have literally never had more trouble getting a computer set up than I have with my new Linux-machine. Wine and Yabridge are not being cooperative for some reason. I just want Reaper to recognize my plugins so I can use SINE Player, Spitfire LABS and Kontakt, and it would be so much easier in windows, but I'm not that desperate yet.
Thank you kaan solo already subribece
DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANKEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE, ICH HÄTTE DAS OHNE DICH NIE GESCHAFFT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
thank you so much
So True, I love Reaper.
Thanks for bringing Yabridge to my attention. I've recently dual-booted my PC with windows and linux. The only reason I keep windows is for music production. Once I've got my music production sorted on linux I'll be waving goodbye to windows forever. 🙂
did it work for all plugins?
@@goldenageaudioworx Yes it dd. :-)
fuckkk yeah bro metoo
Guess which song?😁
Recommend plugins Vst/VSTi work in Linux pls And what Distros Linux have drivers to audio interfaces and controllers midi. Thx
I have an old usb audio interface that worked great with windows XP, not so great in Vista and stopped working completely in windows 7. I have just started trying out different linux distros and thought id try to plug it in and see if it works (i dont like to throw away old gear) and it works flawlessly. Microsoft and Apple are terrible for backwards compatibility and you end up being forced to buy new products you don't need. And every new version of their operating systems is more bloated than the previous and that just eats up the higher performance newer computers should have.
Do you have install any drivers to recognize interface? Or just connected
The line what you actually need and what you need to stay in your comfort zone is easily blurred. The modern audio market is very good at blurring the line even further. Unfortunately the recurring monetization is also creeping to the audio world. It's a matter of time before everything is behind a recurring subscription locking you even deeper with the ecosystem: keep paying or your tools and everything you've produce with them stops working.
I ended up going back to Debian after 14 years on Ubuntu. For some reason the system wouldn't recover from Suspend on 2010 imac. I could have waited for a revision, but this way I'm no longer tied to snap which Ubuntu had adopted.
why dont you just use windows and make your life easier..
riddled with spyware and slow
He explains that you can put software from window on Linux but you can try the opposite: try to install a Linux ou apple software on your windows with all the problems of virus, spyware etc
The amount of trash slowing your DAW down on Windows is crazy.
haven't you had enough of bill sofar? he knows through his system the colour of your underpants
LINUX MUSICIAN HERE. I only use free software. i use kubuntu with a Linux kernel of low latency especial for work on music with low latency, all the software that you need for create music, on the Linux side there are a bunch of options available, all professional. now Im using a neuronal amp sim like fractal on the guitars, totally free, i have music session with 40 tracks, with almost 5 plugins on each track on a 10 years pc budget working with low latency on less that 2 gb of ram use...... never the same on windows or mac os.
Does Linux perform better than windows. If you had to compare the two
@@deepsynth3495 Linux performs better than windows, and it's MUCH lighter than the latter
Hi, thanks for this. I am strugling to find the local/shared directory. I have found in user but it wont allow me to extract there.
I guess you mean the yabridge folder right? Extract it first to your desktop and try this command in your terminal: sudo cp -r ~/Desktop/yabridge ~/.local/share/ I dont know what language you are using but if you have some issues, try to change "Desktop" to your language. I hope this helps.
@@Kaan_Solo Thank you very very much for this
@@nothingmemorable486 You can press shift / h to toggle hidden files and folder
I use FL studio on Ubuntu and it's been a dream
you earn a follower
Cool video mate! Did you produce more music after switching to linux? How was your expirence?
I'll post soon my new experiences and hopefully some finished tracks:)
@@Kaan_Solo will you post tutorial or do you offer online curses regarding reaper + linux?
I have to slightly disagree. Some plugins like Addicting Drums and Izotope are so integral to decent EQ and drum sounds that I just have never seen an alternative for, and I am a huge Linux fan. It's a shame that installing them via Wine and Yabridge isn't dead simple and a chore. Just saying that there are some plugins you will miss. But worst case scenario, build a decent PC and just run a Windows VM as well from QEMU.
How did you get Nexus to work with Reaper on Linux?
It does not work anymore since the new 3.0.9 update of Nexus App. I wrote a message to the developer of Yabridge but he still did not respond to me so yes all this is kinda frustrating:)
But it's pretty pointless if you use Reaper because Reaper is still a proprietary software...
You can't use proprietary software on linux??
You can still use it for free until you are willing to buy a license. My personal reason, as I explained, was the desire to get rid of being 'forced' to always buy new products and to concentrate solely on producing music. Therefore, it's useful to find a DAW that also makes you feel comfortable, and this, I can tell you as a creative person, is very important. Also, I have already purchased licenses for software like Sylenth1, Cubase, or Nexus, and this happens from developing a 'habit' with this software. If you get used to something, you are willing to buy it as soon as you can afford it. In my opinion, it's a win-win situation.
@@Kaan_Solo ...out of the ashes, into the fire.
@@r8indr0p88yes you can but not all programs have a paid version for Linux, but to be honest, its not necessary that, you could use open source software that make the same and sometimes even better
@@r8indr0p88 You can, but some people have this counterproductive ideology...
Hi, please make a video about set up all hardware and software for Linux music producer
:)
This is really one of the best advice i have ever heard about music production! Please do share more of your noble path taken.
Pigeons
Dein Hund ist einfach zuckersüss! ❤ Welche Rasse ist er?
Amerikanischer Zwergdackel:)
Reaper is one of the best DAWs on the market, the only problem with linux is that a lot of popular plugins are available only on windows/mac
Recommend plugins Vst/VSTi work in Linux pls And what Distros Linux have drivers to audio interfaces and controllers midi. Thx
There's this TH-cam channel called REAPER MANIA ( from Kenie Gioia... I think that's the name of the guy ) it might help YOU quite loads because it's like a REAPER MANUAL in TH-cam channel format
Super magnific!