Plug-ins, Hosts, Apps,
Hardware, Soundware
Developers
(Brands)
Videos Groups
Whats's in?
Banks & Patches
Download & Upload
Music Search
KVR
   
KVR Forum » Effects
Thread Read
guitareffectVST: VST Port of Rakarrack *UPDATE*
Goto page 1, 2, 3  Next
pensaku
KVRist
- profile
PostPosted: Wed Dec 05, 2012 7:20 am reply with quote
I have ported rakarrack(guitar effect software for linux) into Win32 VST plugin. rakarrack has many effects such as reverb, phaser, chorus, distortion, compressor, eq, convolution based reverb, convolution based cabinet emulation, etc.

Download it here:
https://github.com/jinjuyu/guitareffectvst/blob/master/Extra ReleaseFiles/guitareffectVST-0.2.7.rar?raw=true

Demo MP3:
https://github.com/jinjuyu/guitareffectvst/blob/master/guita reffect.mp3?raw=true
https://github.com/jinjuyu/guitareffectvst/blob/master/Demo. mp3?raw=true


Source code:
https://github.com/jinjuyu/guitareffectvst/

Released under GPLv2.

New in 0.2
---------------------------------
Added Parameter Automation Support.
Just right click on Slider and select parameter slot on the popup!



INSTALL
------------------------
- You need to put all the other dlls in the Dependencies folder(libfftw3-3.dll, libfftw3f-3.dll, libfftw3l-3.dll, libsamplerate-0.dll, libsndfile-1.dll, DevIL.dll, ILU.dll) in the folder where the your DAW or Host's EXE is.

- For example: where the Podium.exe(REAPER.exe, Cubase.exe, Pedalboard2.exe, etc) is. System32 and VSTPlugins folder doesn't work.

- Put guitareffectVST.dll and guitareffectVST folder into VSTPlugins folder.

- DONE!

Known Issues
------------------------

- Dual Flange does not work due to a crashing bug I could not find the cause.(Removed from list)

- There is no Looper and Vocoder.

- StereoHarm and Harmonizer acts wierdly if MIDI and SELECT is on.

- Ring sometimes creates some noises, don't know if it's normal behavior.




For more info please read README file...


Last edited by pensaku on Sun Apr 21, 2013 7:43 pm; edited 16 times in total
^ Joined: 23 Nov 2009  Member: #220204  Location: South Korea
wasi
KVRist
- profile
- pm
PostPosted: Wed Dec 05, 2012 7:40 am reply with quote
Well, that's cool, thanks. Need to try this. Rackarrack uses ZynAddSubFx's effects section IIRC, right?
^ Joined: 27 Jun 2011  Member: #259643  
pensaku
KVRist
- profile
PostPosted: Wed Dec 05, 2012 7:51 am reply with quote
wasi wrote:
Well, that's cool, thanks. Need to try this. Rackarrack uses ZynAddSubFx's effects section IIRC, right?



Yep it does. Enjoy Very Happy
^ Joined: 23 Nov 2009  Member: #220204  Location: South Korea
pensaku
KVRist
- profile
PostPosted: Thu Dec 06, 2012 3:31 am reply with quote
New in 0.2

Added Parameter Automation Support.
Just right click on Slider and select parameter slot on the popup!
^ Joined: 23 Nov 2009  Member: #220204  Location: South Korea
steveritter
KVRer
- profile
- pm
PostPosted: Sun Dec 23, 2012 6:27 pm reply with quote
is this vst a all in one like guitar rig or multiple vst? I did what you said I am thinking it is all the GRevDly, GSatMax ect... ? Thanks!
^ Joined: 23 Dec 2012  Member: #294903  
glokraw
KVRAF
- profile
- pm
- e-mail
PostPosted: Sun Dec 23, 2012 7:49 pm reply with quote
steveritter wrote:
is this vst a all in one like guitar rig or multiple vst? I did what you said I am thinking it is all the GRevDly, GSatMax ect... ? Thanks!

The linux version has 10 fx panels, and many more fx you can swap in/out
to create preferred raks for special purposes.

Many of the fx have an arsenal of controls, and various presets. It is one of
the best linux apps, and will surely be a useful and enjoyable setup for some
windows users. Ifthe help section is in the port, it has aome good reading.

Pensaku, you have chosen a fine project, I look forward to trying this with
Rhino, Alieno, Synthmaster, and 1977, great apps that won't quite display correctly
in linux. Merry Christmas, and thanks for sharing Smile
^ Joined: 06 Oct 2004  Member: #43573  
glokraw
KVRAF
- profile
- pm
- e-mail
PostPosted: Mon Dec 24, 2012 2:23 am reply with quote
It's a stereo fx setup, not jusr for guitar, cue drums, vocals, keys, yada yada Wink
^ Joined: 06 Oct 2004  Member: #43573  
realmarco
Waaaaahhh
- profile
- pm
- e-mail
PostPosted: Mon Dec 24, 2012 10:18 am reply with quote
is it possible to have a Mac AU version ?

heard OS-X is sorta like linux...
----
If your plugin is a Synth-edit/synth-maker creation, Say So.
If not Make a Mac version of your Plugins Please.

...everyone is out to get me!!!!!!!
^ Joined: 29 Jul 2001  Member: #819  Location: montreal, quebec,canada
steveritter
KVRer
- profile
- pm
PostPosted: Mon Dec 24, 2012 9:12 pm reply with quote
Will you be making a 64bit version? I couldn't get it to work on Reaper 64 had to download the 32bit for it to work.. I get a pop up when trying to Clear cache/re-scan for vsts in Reaper64 "Reaper_Host32.exe- system error The program can't start because DevIL.dll is missing from your computer. Try Reinstalling the program." I thought reaper 64 could use 32bit vsts...?
^ Joined: 23 Dec 2012  Member: #294903  
re8
KVRist
- profile
- pm
- www
PostPosted: Mon Dec 24, 2012 9:47 pm reply with quote
steveritter wrote:
Will you be making a 64bit version?
+1

Though I'm tempted to suggest you look at JUCE for the GUI lib... However I do not think it is x64 yet?
http://www.rawmaterialsoftware.com/juce.php
^ Joined: 02 Nov 2007  Member: #164648  Location: Earth, USA, CO, Denver
pensaku
KVRist
- profile
PostPosted: Mon Dec 24, 2012 10:51 pm reply with quote
Merry christmas everyone.

I don't own mac nor 64bit compiler.... Smile

If I own 64bit compiler it's just matter of compiling this plugin with 64bit libraries and in 64bit mode(with some modifications of variables which assumes it is in 32bit).

I could use GCC but for now I'm out of energy put too much effort in this plugin I made 224 commits in two months wheesh lol


Maybe someone else could totally do it if that person(s) have questions in developing it into mac and 64bit I can answer it...
^ Joined: 23 Nov 2009  Member: #220204  Location: South Korea
pensaku
KVRist
- profile
PostPosted: Mon Dec 24, 2012 10:56 pm reply with quote
re8 wrote:
steveritter wrote:
Will you be making a 64bit version?
+1

Though I'm tempted to suggest you look at JUCE for the GUI lib... However I do not think it is x64 yet?
http://www.rawmaterialsoftware.com/juce.php


JUCE is great but learning curve is pretty steep so to shorten development cycle I chose to use my own GUI lib..
^ Joined: 23 Nov 2009  Member: #220204  Location: South Korea
pensaku
KVRist
- profile
PostPosted: Mon Dec 24, 2012 10:57 pm reply with quote
steveritter wrote:
Will you be making a 64bit version? I couldn't get it to work on Reaper 64 had to download the 32bit for it to work.. I get a pop up when trying to Clear cache/re-scan for vsts in Reaper64 "Reaper_Host32.exe- system error The program can't start because DevIL.dll is missing from your computer. Try Reinstalling the program." I thought reaper 64 could use 32bit vsts...?


I don't know if it's going to work or not but try this:

Put all the Dependencies DLLs into where Reaper_Host32.exe is..
^ Joined: 23 Nov 2009  Member: #220204  Location: South Korea
pensaku
KVRist
- profile
PostPosted: Mon Dec 24, 2012 11:05 pm reply with quote
glokraw wrote:
steveritter wrote:
is this vst a all in one like guitar rig or multiple vst? I did what you said I am thinking it is all the GRevDly, GSatMax ect... ? Thanks!

The linux version has 10 fx panels, and many more fx you can swap in/out
to create preferred raks for special purposes.

Many of the fx have an arsenal of controls, and various presets. It is one of
the best linux apps, and will surely be a useful and enjoyable setup for some
windows users. Ifthe help section is in the port, it has aome good reading.

Pensaku, you have chosen a fine project, I look forward to trying this with
Rhino, Alieno, Synthmaster, and 1977, great apps that won't quite display correctly
in linux. Merry Christmas, and thanks for sharing Smile


Smile
^ Joined: 23 Nov 2009  Member: #220204  Location: South Korea
steveritter
KVRer
- profile
- pm
PostPosted: Thu Dec 27, 2012 6:08 pm reply with quote
Quote:
I don't know if it's going to work or not but try this:

Put all the Dependencies DLLs into where Reaper_Host32.exe is..


It worked!! thanks a lot!!
^ Joined: 23 Dec 2012  Member: #294903  
All times are GMT - 8 Hours

Printable version
Page 1 of 3
Goto page 1, 2, 3  Next
Display posts from previous:   
ReplyNew TopicPrevious TopicNext Topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Username: Password:  
KVR Developer Challenge 2012