Old Free VSTi Gems From The Past
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
the build at the link now is linux only, i'm afraid...
you need bristol-0.10.1, at least that is what i had gotten, and it has three usable synths....
what the f**k....now they are gone?!?!?!?
windows must have burped, i know i didn;t hallucinate this shit!
brb
you need bristol-0.10.1, at least that is what i had gotten, and it has three usable synths....
what the f**k....now they are gone?!?!?!?
windows must have burped, i know i didn;t hallucinate this shit!
brb
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
weird shit....they aren;t in the folder i found them in, but the copys of them i made are where i copied them to...
they are called ventura 1 ventura 6 and viperous!
maybe i f**ked up when i lost that data way back when and lost them in the wrong folder...
mah bad if so!!
sorry for any inconvenience...
but damn, if that thing could be made to run in windows
(bristol) hoooooooooooly sheeeeeeeete batman...
they are called ventura 1 ventura 6 and viperous!
maybe i f**ked up when i lost that data way back when and lost them in the wrong folder...
mah bad if so!!
sorry for any inconvenience...
but damn, if that thing could be made to run in windows
(bristol) hoooooooooooly sheeeeeeeete batman...
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
man.....i am too brain dead...
=)
sorry for the false alarm.
=)
sorry for the false alarm.
-
- KVRAF
- 6241 posts since 26 Sep, 2003 from right here, as you can see ...
pink, what have you done to get them running as vst on xp?
regards,
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
ok...we know i'm br-ian dead
but i did go snoopin last night and found the damn juno emu (they were indeed in one of the damn bristol folders under the folder name BIN)...there are three synths, two usable (of course, the juno 6 (tho the gui says juno 60)still doesn;t work, but the RUSSIAN version does....
this is the Juno i can;t get to work...yet (the source code is included)

this appears to be a russian variant...much nicer sounding than most of the others i've heard...

this one too is cool as hell, i forget at the moment if it loads soundfonts or wavefiles (i said i was brain dead)

here is the latest list of softsynths:
http://ph1landrews.com/jp/softsynths012308.txt
this was the closest inof i could find to comprehendible in the entire package...any ideas who these folks are or where these came from??
would love to share if the developers approve (if contactable)
Tunefush v2
Retro 6
VstJuno6
Copyright(c) 2000 UltraMaster Group
*
* License to use UltraMaster Juno-6 is provided free of charge
subject to the
* following restrictions:
*
* 1.) This license is for your personal use only.
*
* 2.) No portion of this software may be redistributed by you to
any other
* person in any form.
*
* 3.) You may not sell UltraMaster Juno-6 to any person.
*
* 4.) UltraMaster Juno-6 is provided without any express or
implied warranty.
* In no event shall UltraMaster Group be held liable for any
damages
* arising from the use of UltraMaster Juno-6.
*/
/**
* Copyright (c) UltraMaster Group, LLC. All Rights Reserved.
* $Revision: 1.1 $$Date: 2004/09/10 23:51:33 $
*/
#include <libmoog/JunoPatch.h>
#include <stdio.h>
#include <errno.h>
int
main(int argc, char **argv)
{
int i;
juno_patch *patches;
if (argc < 2)
{
fprintf(stderr, "Usage: %s patchfile\n",
argv[0]);
exit(1);
}
patches = juno_patchset_new();
if (load_patches(argv[1], patches) < 0)
{
exit(1);
}
for (i = 0;i < NUM_PATCHES;i++)
{
printf("%02d %s\t", i, patches.used ?
"used" : "free");
if (i % 10 == 10)
printf("\n");
}
juno_patchset_delete(patches);
return (0);
}
if all the pix and stuff don;t work yet, try them in a little while. ...
i am having a bitch of a time accessing my site.
the corporations don;t want us cavemen to have an easy time of it, methinks.
f**kers...
i'll take the mango salsa...
jimi
here's a link, i think:
http://www.ultramaster.com/juno6/index.html
Brok, i only have Savihost to use on XP.
the synths seem to run in it....except the juno, which produces no sound, and which i cannot get to load the presets.
but i did go snoopin last night and found the damn juno emu (they were indeed in one of the damn bristol folders under the folder name BIN)...there are three synths, two usable (of course, the juno 6 (tho the gui says juno 60)still doesn;t work, but the RUSSIAN version does....
this is the Juno i can;t get to work...yet (the source code is included)

this appears to be a russian variant...much nicer sounding than most of the others i've heard...

this one too is cool as hell, i forget at the moment if it loads soundfonts or wavefiles (i said i was brain dead)

here is the latest list of softsynths:
http://ph1landrews.com/jp/softsynths012308.txt
this was the closest inof i could find to comprehendible in the entire package...any ideas who these folks are or where these came from??
would love to share if the developers approve (if contactable)
Tunefush v2
Retro 6
VstJuno6
Copyright(c) 2000 UltraMaster Group
*
* License to use UltraMaster Juno-6 is provided free of charge
subject to the
* following restrictions:
*
* 1.) This license is for your personal use only.
*
* 2.) No portion of this software may be redistributed by you to
any other
* person in any form.
*
* 3.) You may not sell UltraMaster Juno-6 to any person.
*
* 4.) UltraMaster Juno-6 is provided without any express or
implied warranty.
* In no event shall UltraMaster Group be held liable for any
damages
* arising from the use of UltraMaster Juno-6.
*/
/**
* Copyright (c) UltraMaster Group, LLC. All Rights Reserved.
* $Revision: 1.1 $$Date: 2004/09/10 23:51:33 $
*/
#include <libmoog/JunoPatch.h>
#include <stdio.h>
#include <errno.h>
int
main(int argc, char **argv)
{
int i;
juno_patch *patches;
if (argc < 2)
{
fprintf(stderr, "Usage: %s patchfile\n",
argv[0]);
exit(1);
}
patches = juno_patchset_new();
if (load_patches(argv[1], patches) < 0)
{
exit(1);
}
for (i = 0;i < NUM_PATCHES;i++)
{
printf("%02d %s\t", i, patches.used ?
"used" : "free");
if (i % 10 == 10)
printf("\n");
}
juno_patchset_delete(patches);
return (0);
}
if all the pix and stuff don;t work yet, try them in a little while. ...
i am having a bitch of a time accessing my site.
the corporations don;t want us cavemen to have an easy time of it, methinks.
f**kers...
i'll take the mango salsa...
jimi
here's a link, i think:
http://www.ultramaster.com/juno6/index.html
Brok, i only have Savihost to use on XP.
the synths seem to run in it....except the juno, which produces no sound, and which i cannot get to load the presets.
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
it appears the developers are defunct after doing a google search...
i DO have the source code if anyone knows how to port it to windows!
(judging by the fact that i have two working of three possible synths, it should be possible)
if anyone is interested, give me a yell!!1
BTW...
the three i have were already compiled as VSTi .dll's....
which is probably why they worked in Savihost.
and man....i'd love to get that juno cookin', the retro ruskie one is REALLY good....not quite exact (i have owned REAL juno 6 and 60's as well as a 106) but very nice regardless, and way way better than the sourceforge version, where most of the presets are all virtually identical.
so...hopefully a more savvy KVRist can hook us all up?
peace
jimi
i DO have the source code if anyone knows how to port it to windows!
(judging by the fact that i have two working of three possible synths, it should be possible)
if anyone is interested, give me a yell!!1
BTW...
the three i have were already compiled as VSTi .dll's....
which is probably why they worked in Savihost.
and man....i'd love to get that juno cookin', the retro ruskie one is REALLY good....not quite exact (i have owned REAL juno 6 and 60's as well as a 106) but very nice regardless, and way way better than the sourceforge version, where most of the presets are all virtually identical.
so...hopefully a more savvy KVRist can hook us all up?
peace
jimi
- KVRAF
- 14140 posts since 20 Nov, 2003 from Lost and Spaced
I've been eyeing these synths on Sourceforge a long time now. Finally decided to download the .tar.gz file. To my surprise, ZipGenius unzipped it correctly. But now I have a folder that's named Bristol-020.1. There's a lot of .mem files in there. I see the synth folders in the folder marked 'memory'. But I don't see any .dll files anywhere. Did I do this wrong??
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
no, you got the same thing i did last night.....osiris wrote:I've been eyeing these synths on Sourceforge a long time now. Finally decided to download the .tar.gz file. To my surprise, ZipGenius unzipped it correctly. But now I have a folder that's named Bristol-020.1. There's a lot of .mem files in there. I see the synth folders in the folder marked 'memory'. But I don't see any .dll files anywhere. Did I do this wrong??
the stuff i downloaded was in 2004, so i am SURE they aren't the same.
i may have just lummoxed across a build in progress or something....i don;t know why or how it worked out as it did, but i distinctly remember (before losing them for three+ years) that i downl;oaded a whole buncha crap, but found these gems in the "bin" directory.
but the site i got them from apparently is long gone...i searched the damn net with google, and found favorable references to them all over...but no sites at all.
so...i guess maybe i will upload them tonight if i can get into my damn site...
it took me all day to get them three pix and a text file posted.
jimi
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
- KVRAF
- 14140 posts since 20 Nov, 2003 from Lost and Spaced
All I have in the bin directory is a file named startBristol.in. The README file (which opened perfectly after I told it to open in Wordpad) said to hit it & it would start the program. I'm assuming this is an initialization file. I clicked it, but my poor XP got confused & asked me what it should use to open it. I'm toying with telling it Orion Platinum, but I see it runs on WAY different audio and midi engines, so I won't risk it. I googled the .in file but got nothing.
- KVRAF
- 14140 posts since 20 Nov, 2003 from Lost and Spaced
P.S. they're still on Sourceforge under Bristol.
-
- KVRAF
- 2812 posts since 30 Oct, 2006 from The City that Started House Music
I have Retro6 and Tunefish VSTi. 
Here is a custom Bank I made for Retro6 VSTi, much better than the ultra quiet factory bank that it comes with.
http://www.savefile.com/files/1336209
Enjoy!
Here is a custom Bank I made for Retro6 VSTi, much better than the ultra quiet factory bank that it comes with.
http://www.savefile.com/files/1336209
Enjoy!
-
- KVRAF
- 21348 posts since 26 Jul, 2005 from Gone
Just managed to extract all the source code for version 0.20 from Sourceforge and rearchive it into zip format. It's just over a 3MB file, so if anyone wants it but can't extract from the original PM me and I'll email it to them.
-
pinkjimiphoton pinkjimiphoton https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=83788
- KVRAF
- 4790 posts since 9 Oct, 2005 from New England
BFunKu wrote:I have Retro6 and Tunefish VSTi.
Here is a custom Bank I made for Retro6 VSTi, much better than the ultra quiet factory bank that it comes with.
http://www.savefile.com/files/1336209
Enjoy!
sweeeeeeeeeeeeeeeeeeeet!!!
tanks BFunKu!
