WANTED: Java VSTi host
-
- KVRer
- Topic Starter
- 4 posts since 4 Jan, 2005
The reason _I_ chose Java is the same reason I chose it for other applications: cross-platform. I have many friends who would use the application and some are on Linux, some on Mac, some PC, etc.
Judging from the results I've gotten from JSyn, I have no doubt Java will be able to handle it. It's just a matter of getting it all rigged (hacked?) up.
Cheers,
Dr.E
Judging from the results I've gotten from JSyn, I have no doubt Java will be able to handle it. It's just a matter of getting it all rigged (hacked?) up.
Cheers,
Dr.E
- KVRist
- 496 posts since 23 Sep, 2003 from Hungary
This might be realtime enough!Ixox wrote:I've never seen any real time application in Java.
http://www.scene.org/file.php?file=%2Fd ... p&fileinfo
Cyboman2 demo (made in 2000 by Complex) in 100% Java.
-
- KVRian
- 1349 posts since 12 Jan, 2003 from Paris
I don't know, are the images displayed every 20ms ? with precision.9b0 wrote:This might be realtime enough!Ixox wrote:I've never seen any real time application in Java.![]()
Is the buffer of the audio very small or is it a 100ms buffer that the audio thread can easily feed ?
Imagine your host is OK 99% of the time with its 5ms buffer and the other 1% it requires 10ms.
Each time it takes 10ms to process and display the audio, the soundcard produces a click. 1% is every 500ms... So 2 click per second...
This is the kind of problem a Java host may have that a demo like this doesn't have at all.
- KVRist
- 496 posts since 23 Sep, 2003 from Hungary
What about a .mod player?
I think, it's not impossible to write a java VST host. Maybe, it would be slow as hell, but it could work.
http://www.kvraudio.com/forum/viewtopic ... 397#897397
http://www.kvraudio.com/forum/viewtopic ... 397#897397
-
- KVRer
- 29 posts since 16 Jan, 2006
just wanted to let you guys know that there is some java vst stuff out there:
http://jvstwrapper.sourceforge.net/
a wrapper that allows you to write vst plugs in java
(comes with 3 demo plugs and src!)
and (you asked for a java vst host, right?)
http://sourceforge.net/projects/jvst
http://jvstwrapper.sourceforge.net/
a wrapper that allows you to write vst plugs in java
(comes with 3 demo plugs and src!)
and (you asked for a java vst host, right?)
http://sourceforge.net/projects/jvst
-
- KVRAF
- 3617 posts since 26 Sep, 2003 from Bradford - The Armpit of Britain
LAoE is a java based audio editor, dunno much about it as I never installed it & the site hasn't been updated for a long time - dunno if it is helpful.
-
- Banned
- 1648 posts since 11 Sep, 2005
Warmonger wrote:How about Eclipse? It's all Java, the GUI uses the system look-and-feel, and it's definitely fast.
Just this morning I saw how fast Eclipse is. Friends Powerbook, not underspecced at all, was trying to load the AutoComplete for a Karel class. Took about 10 seconds. That is SOO fast, man!
