Any users of jVSTwRapper out there?

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi everybody,

Im just wondering if you are aware of any projects using java
for VST development. And if you are using it, please let me know
what you think.

Any feedback is welcome.


daniel.

Post

Yes...i was aware of a development : after 4 hours i decided with my mates to swap back to Juce (vst version) crossplatform. Just because we already got everything we need, from the GUI to the midi handling.

In my university, there is a bunch of people that use Java sound for every purpose, but no plugin development in their intention, i'm sorry. But you can try to convince them !

(If you are the daniel who is the leader of jVSTwrapper project, i've send you an email 4 days ago about java and sound...on your sourceforge address).

Post

I've been intending to try it out, but haven't found the time yet...
Incomplete list of my gear: 1/8" audio input jack.

Post

Batman14 wrote:Yes...i was aware of a development : after 4 hours i decided with my mates to swap back to Juce (vst version) crossplatform. Just because we already got everything we need, from the GUI to the midi handling.

In my university, there is a bunch of people that use Java sound for every purpose, but no plugin development in their intention, i'm sorry. But you can try to convince them !

(If you are the daniel who is the leader of jVSTwrapper project, i've send you an email 4 days ago about java and sound...on your sourceforge address).
...yes I am one of the developers of jVSTwRapper. Ill get back to your message soon.

BTW, would it be ok with you when i put your message into the jVSTwRapper help forum?

Post

yes, sure !
I'm currently evaluating javasound for other purposes, sand box limitations etc.
Good luck for your project !
I will notify my master thesis coordinator (our javasound teacher) that jvstWrapper is always active !

Post

Im just wondering if you are aware of any projects using java
for VST development. And if you are using it, please let me know
what you think.
I'm starting to port zweeger, a little standalone midi generator I made in Java, to the VST world using jVSTwRapper. I've got pretty much difficulties, but I think it is due to complexity and the lack of documentation of VST 2.4 !!

Post

Anyone interested by testing (still in beta version) my first jVSTwRapper VST plug: here it is: Zweeger. It is a kind of all-midi-functions VST plug, that does remapping, filtering, generation, ...
As I said in an earlier reply, the most difficult part, is the VST SDK and the various implementations of it.

Post

lvr wrote:Anyone interested by testing (still in beta version) my first jVSTwRapper VST plug: here it is: Zweeger. It is a kind of all-midi-functions VST plug, that does remapping, filtering, generation, ...
As I said in an earlier reply, the most difficult part, is the VST SDK and the various implementations of it.
I am going to test your MIDI plugin with MACOS 10.4 on iMAC CORE2DUO 2.0 GHZ. I even going to see how good the AU wrapper works with it. I mention it here as well , I was not able to find your source code for your plugin.

I am also a huge jVSTwRapper fan , I am using it for developing my WALDORF BLOFELD VST EDITOR , which of course a VST editor for WALDORF BLOFELD. Doh!

Post

I even going to see how good the AU wrapper works with it.
You'll need to build it, because I don't have any Mac system around.
You should also may check the vst archive itself, because I'm not really sure of what I did.

Post

lvr wrote:
I even going to see how good the AU wrapper works with it.
You'll need to build it, because I don't have any Mac system around.
You should also may check the vst archive itself, because I'm not really sure of what I did.
If you mean the AU adapter that the jVSTwRapper comes with , yes do not worry about it I have it cause I work on the jVSTwRapper so it is not a problem. That is what I meant . I can make the AU wrapper and send it to you to include it in your downloads. I have some reservations as the AU adapter does not work very well in Tiger.

Post

I have some reservations as the AU adapter does not work very well in Tiger.
Tell me how it works and if it works well, I'll be glad to add it my distribution.

Post

lvr wrote:
I have some reservations as the AU adapter does not work very well in Tiger.
Tell me how it works and if it works well, I'll be glad to add it my distribution.
Hi all, I just wanted to let you know that there is a new version of the VSTAU binary available that should resolve the MIDI issues. Simply replace the VSTAUManager.app that comes with the jVSTwRapper download with the latest version from

http://code.google.com/p/vstau/downloads/list

daniel.
jVSTwRapper - Java-Based Audio Plug-Ins
http://jvstwrapper.sourceforge.net/

Post

daniel309 wrote:
lvr wrote:
I have some reservations as the AU adapter does not work very well in Tiger.
Tell me how it works and if it works well, I'll be glad to add it my distribution.
Hi all, I just wanted to let you know that there is a new version of the VSTAU binary available that should resolve the MIDI issues. Simply replace the VSTAUManager.app that comes with the jVSTwRapper download with the latest version from

http://code.google.com/p/vstau/downloads/list

daniel.
you are a god... too much for this planet. You and VSTAU developer.

Post Reply

Return to “DSP and Plugin Development”