Plug-ins, Hosts, Apps,
Hardware, Soundware
Developers
(Brands)
Videos Groups
Whats's in?
Banks & Patches
Download & Upload
Music Search
KVR
   
KVR Forum » Instruments
Thread Read
Need testers for my x86 to x64 vst adapter
Goto page 1, 2, 3 ... 53, 54, 55  Next
umd
KVRian
- profile
- pm
PostPosted: Tue Mar 10, 2009 3:45 am reply with quote
Hi!

I've been working on this for a few days, and by now it seems stable enough for public testing.

It's a little app to run 32bit vst plugins in 64bit hosts, usage instructions are included inside the program's folder.

I am interested in your feedback, what works ( if it works HiHi ), what doesn't, where does it crash, how it crashes, etc.

Download:
http://jstuff.wordpress.com/jbridge

Changelog and other stuff available here:
http://jstuff.wordpress.com/

How to use:

After running the installer, use the jBridger utility ( Check the Start menu, in the program's folder ) and follow the instructions to prepare the plugins for being bridged.

Once again, credits for all the folks who have been helping me, specially Brad Robinson from TopTen Software who has been helping me a lot. Razz

Thanks!
----
Free midi plugins and other stuff:
http://jstuff.wordpress.com/

Last edited by umd on Mon Jan 18, 2010 9:42 am; edited 39 times in total
^ Joined: 26 Feb 2006  Member: #99742  Location: Fartland
JamieSkeen
KVRian
- profile
- pm
- e-mail
PostPosted: Tue Mar 10, 2009 7:31 am reply with quote
Good luck with this:-) I am not using a 64 bit os mostly because of vst problems.
^ Joined: 27 Apr 2006  Member: #105830  Location: Charleston, WV
mn
KVRAF
- profile
- pm
- e-mail
PostPosted: Tue Mar 10, 2009 7:38 am reply with quote
Thanks. Tagging for later, will check it out when I get home.
----
Regards, Mike
^ Joined: 27 Dec 2003  Member: #11313  
SimSam
KVRist
- profile
- pm
PostPosted: Tue Mar 10, 2009 8:20 am reply with quote
umd,

To answer your question from the other thread...there's not a demo of Cubase. One of the big gripes everyone has against Steinberg.

Anyhow, I'll look into it some more when I get home tonight.


Brian
^ Joined: 04 Jul 2005  Member: #73902  
SpecialSpecimen
KVRist
- profile
- pm
PostPosted: Tue Mar 10, 2009 4:43 pm reply with quote
Not sure why this hasnt been jumped on yet - it could be bloody fantastic!!


Earliest I can play around with it is next week, will do so though. Cubase current VST bridge sucks so my fingers are crossed. Smile





You might want to post this on some of the orchestral based forums, Soundsonline etc.... where most of the 64bit users are.
^ Joined: 20 Dec 2007  Member: #168686  
umd
KVRian
- profile
- pm
PostPosted: Tue Mar 10, 2009 6:20 pm reply with quote
Too bad there isn't a demo of cubase... Sad

I've uploaded a new version that changes the way it processes internal midi data, hoping to fix the existing midi issues with vst arpegiattors. I bumped it to v0.1, let me know if there's any performance difference, i've left 0.05 there.

This can also be used for running x64 plugins in x86 hosts, or even for bridging x86 plugins with x86 hosts, to overcome the memory limit of a single 32bit process (not sure if in win64 each 32bit process can use around 3gb or if its 3gb for all the 32bit processes), I don't know if there's any interest for these variants, but if yes, let me know... it's just a matter of compiling. HiHi
----
Free midi plugins and other stuff:
http://jstuff.wordpress.com/

Last edited by umd on Tue Mar 10, 2009 8:31 pm; edited 1 time in total
^ Joined: 26 Feb 2006  Member: #99742  Location: Fartland
kingo
KVRer
- profile
- pm
PostPosted: Tue Mar 10, 2009 8:15 pm reply with quote
So far, so good! I was very happy to have it work with Mach5 and Kontakt on a 2nd computer with FxTeleport. I haven't noticed any yet, but there any latency issues we shold be aware of?
K
^ Joined: 17 Mar 2008  Member: #176320  
umd
KVRian
- profile
- pm
PostPosted: Tue Mar 10, 2009 8:24 pm reply with quote
Cool!

Hum, afaik, there shouldn't be any extra latency, as it reads/writes the audio buffers like a native x86 plugin. But you guys tell me.

Only the cpu usage should be higher.
----
Free midi plugins and other stuff:
http://jstuff.wordpress.com/
^ Joined: 26 Feb 2006  Member: #99742  Location: Fartland
kingo
KVRer
- profile
- pm
PostPosted: Tue Mar 10, 2009 8:32 pm reply with quote
For me, the next step would be an installer where you specify the 32bit VST folder, and the installer searches for plugins. You would then select from the list the plugins you want to port to the 64 bit ap. The installer would ask for the 64 bit VST folder, and...voila...the installer copies the 32 bit VST's, adds and renames separate instances of your applets, and makes folders if needed.

I'd buy it!
^ Joined: 17 Mar 2008  Member: #176320  
umd
KVRian
- profile
- pm
PostPosted: Tue Mar 10, 2009 8:46 pm reply with quote
I do plan to save the user from having to copy and rename files around, but I want to test and finish the bridging engine first.

So for now it'll have to be like this. Embarassed

For now, what you can do for faster updating is creating a *.bat file with these lines (replace with your plugin's name / proper path):

copy <plugin_name.64.exe origin> <plugin_name.64.exe destination>
copy <plugin_name.64.dll origin> <plugin_name.64.dll destination>
del "ThisPlugin.64.dll"
del "ThisPlugin.64.exe"
rename plugin_name.64.exe "ThisPlugin.64.exe"
rename plugin_name.64.dll "ThisPlugin.64.dll"

I am currently doing something like this.
----
Free midi plugins and other stuff:
http://jstuff.wordpress.com/
^ Joined: 26 Feb 2006  Member: #99742  Location: Fartland
bullshark
KVRAF
- profile
- pm
- e-mail
PostPosted: Wed Mar 11, 2009 1:40 am reply with quote
Tried it with Reaper x64 ver. 2.56 and FXpansion DR 008 ver. 1.21, it didn't work. Reaper froze for a good 3 minutes, then got a message: "could not load the plugin".

I'm on Vista Ultimate x64 sp1.
----
No, that wasn't me.
^ Joined: 19 Apr 2006  Member: #104934  Location: Montreal, Canada
samplemania
KVRer
- profile
- pm
PostPosted: Wed Mar 11, 2009 3:09 am reply with quote
Tested with Tascams GVI.

Host: Reaper64.

Did not work. Got the messages:

could not contact the aux host

could not load plugin

freezes...

Too bad... I was excited to be able to access more ram with GVI than in a 32bit host.
^ Joined: 09 Mar 2009  Member: #202732  
umd
KVRian
- profile
- pm
PostPosted: Wed Mar 11, 2009 5:31 am reply with quote
Ok, I'll check dr 008 later, the link is down currently. Razz

samplemania, check if you renamed the files correctly. That's weird, it should at least find the auxhost exe.
----
Free midi plugins and other stuff:
http://jstuff.wordpress.com/
^ Joined: 26 Feb 2006  Member: #99742  Location: Fartland
D-Fusion
KVRAF
- profile
- pm
- e-mail
PostPosted: Wed Mar 11, 2009 6:10 am reply with quote
Wow this is awesome news Very Happy
I am going to install Windows 7 64bit and Orion so i can test it for you Very Happy
----
DFusion (On Esoundz)
^ Joined: 13 Jul 2004  Member: #33053  Location: Earth
samplemania
KVRer
- profile
- pm
PostPosted: Wed Mar 11, 2009 6:53 am reply with quote
umd wrote:
Ok, I'll check dr 008 later, the link is down currently. Razz

samplemania, check if you renamed the files correctly. That's weird, it should at least find the auxhost exe.


I did.

GVI.64.dll
GVI.64

I did also test samplelord (demo).

Results are the same.

Maybe you should download ReaperX64 for testing.

http://reaper.fm/files/2.x/reaper256_x64-install.exe
^ Joined: 09 Mar 2009  Member: #202732  
All times are GMT - 8 Hours

Printable version
Page 1 of 55
Goto page 1, 2, 3 ... 53, 54, 55  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