Or you could try installing a "hackintosh" on your PCumd wrote:The chance of that happening is equal to the chance of somebody offering me a shiny new macbook pro.
Need testers for my x86 to x64 vst adapter
-
- KVRer
- 19 posts since 23 Mar, 2009
-
- KVRist
- 241 posts since 29 Sep, 2007 from Europe
This is a great initiative. You might consering taking this one step further and add a x86 to x86 adaptor so that each plugin runs in its own process context. This way you can increase stability of the plugin host without having to move away from the VST plugin standard. I'm sorry to have no resources for testing this but in case you run in any problems I will be glad to do a code review for you. I am well trained to spot bugs in C and C++ easily in particular bugs related to synchronization that you need for your shared buffer management.
//Daniel
//Daniel
-
- KVRian
- Topic Starter
- 1159 posts since 26 Feb, 2006 from Fartland
johncarter: As I said, unlikely to happen.
It's a lot of new stuff to learn and not enough time to do so.
Resplendence: it does x86 to x86 too already.
Thanks for the help offer.
Resplendence: it does x86 to x86 too already.
Free MIDI plugins and other stuff:
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
-
- KVRian
- Topic Starter
- 1159 posts since 26 Feb, 2006 from Fartland
Hi!
I am preparing a new utility that will be included in the next version, which will take care of the file preparation automatically, making it all much more easier, I invite you to test it:
(update: now included with the latest version)
Thanks.
I am preparing a new utility that will be included in the next version, which will take care of the file preparation automatically, making it all much more easier, I invite you to test it:
(update: now included with the latest version)
Thanks.
Last edited by umd on Mon May 25, 2009 4:20 pm, edited 1 time in total.
Free MIDI plugins and other stuff:
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
- KVRAF
- 2673 posts since 18 Mar, 2006 from The Void
Seems to do the jobumd wrote:Hi!![]()
I am preparing a new utility that will be included in the next version, which will take care of the file preparation automatically, making it all much more easier, I invite you to test it:
http://www.mediafire.com/?5nfljzxm5hg
Thanks.
A nice enhancement would be allowing multiple VST paths to be selected - I know you can run it several times, with the same destination directory, but I'm not sure how it would cope with duplicates then - I assume an overwrite ?
-
- KVRian
- Topic Starter
- 1159 posts since 26 Feb, 2006 from Fartland
Yes, it will overwrite any older bridging files, but that will cause no harm. 
Free MIDI plugins and other stuff:
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
-
- KVRian
- Topic Starter
- 1159 posts since 26 Feb, 2006 from Fartland
Hi!
Does it happen as well with the latest version (currently 0.99k)?
Thanks.
Does it happen as well with the latest version (currently 0.99k)?
Thanks.
Free MIDI plugins and other stuff:
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
-
- KVRer
- 18 posts since 23 Jun, 2005
Hey umd, great work!
When the bridge is ready, have you thought about selling it to the host developers instead of selling them to the people directly?
That way it would be implemented internally in the hosts and you'll save lot of work to the developers.
For the users that would be much better too, they won't even have to think "there's a bridge" if it's well implemented in the host.
I mean, something like... Elastique from zplane for example. Lots of hosts use it.
When the bridge is ready, have you thought about selling it to the host developers instead of selling them to the people directly?
That way it would be implemented internally in the hosts and you'll save lot of work to the developers.
For the users that would be much better too, they won't even have to think "there's a bridge" if it's well implemented in the host.
I mean, something like... Elastique from zplane for example. Lots of hosts use it.
-
- KVRian
- Topic Starter
- 1159 posts since 26 Feb, 2006 from Fartland
Thanks.
It would be a cool thing, I guess. It only takes a couple of code lines to add direct support in a host for this, and doesn't break anything that's there already.
There's currently one host ( Cantabile ) that has direct support for this, and I've been having very good results with it.
I have a put an example of how to implement support for it here:
http://jstuff.wordpress.com/jbridge/how ... your-host/
It would be a cool thing, I guess. It only takes a couple of code lines to add direct support in a host for this, and doesn't break anything that's there already.
There's currently one host ( Cantabile ) that has direct support for this, and I've been having very good results with it.
I have a put an example of how to implement support for it here:
http://jstuff.wordpress.com/jbridge/how ... your-host/
Free MIDI plugins and other stuff:
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
-
- KVRAF
- 4706 posts since 16 Mar, 2004 from Columbia, MD
In FLStudio 8.5 beta4 and Windows XP32, if I try to load a pathc in SampleTank 2.x I get an error saying "Dispatcher opcode 8 failed." The audio from sampletank is then really garbled. After awhile it clears up for no apparent reason.
Shreddage 3 Stratus: Next generation Kontakt Player guitar, now available!
Impact Soundworks - Cinematic sounds, world instruments, electric guitars, synths, percussion, plugins + more!
Impact Soundworks - Cinematic sounds, world instruments, electric guitars, synths, percussion, plugins + more!
-
- KVRian
- Topic Starter
- 1159 posts since 26 Feb, 2006 from Fartland
Try disabling the "use thread safety measures in auxhost" option.
Free MIDI plugins and other stuff:
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
https://jstuff.wordpress.com
"MIDI 2.0 is an extension of MIDI 1.0. It does not replace MIDI 1.0(...)"
-
- KVRAF
- 5271 posts since 2 Jul, 2005
this thing is great. I was able to load 8 gigs of samples across 2 instances of kontakt 3.5 beta running inside cubase 32 bit and it worked flawlessly. thanks for this awesome program!
JJ
JJ
Don't F**K with Mr. Zero.
