Oatmeal (mediocre free VSTi) - 37-4 (fixed Renoise problem)
-
thecontrolcentre thecontrolcentre https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=76240
- KVRAF
- 37262 posts since 27 Jul, 2005 from Scottish Borders
-
- KVRist
- 135 posts since 31 Aug, 2004
I must have recalled wrong. I guess most of the banks people have made are in fxp and fxb....Fuzzpilz wrote:If the bank/patch load buttons on Oatmeal's GUI ever let you load fxp/fxb files, I'd be very surprised. They are, and have always been, for Oatmeal's own formats only.
Thanks,
D.
-
ChocoLatteRabbit ChocoLatteRabbit https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=98806
- KVRist
- 97 posts since 19 Feb, 2006 from An icon on my desktoop
Good idea, P.T. Work has got me snowed under lately or I'd have offered one by now. It may be several weeks before I'm able.
Meanwhile, you can hit the random button until you get a tone you like, turn off all the effects and filters and tweak it like a fresh initial patch. Pay attention to the custom waveforms that it sometimes creates. Some are pretty good keepers to save.

Meanwhile, you can hit the random button until you get a tone you like, turn off all the effects and filters and tweak it like a fresh initial patch. Pay attention to the custom waveforms that it sometimes creates. Some are pretty good keepers to save.
ChocoLatteRabbit
"They often calls me coffee 'cause I grinds so fine."
Unknown bluesman
"They often calls me coffee 'cause I grinds so fine."
Unknown bluesman
-
- KVRist
- 147 posts since 21 Sep, 2004
Sorry everybody for being late, but KvR doesn't work well here, and didn't let me write on this forum, and i don't know why...
It seems to work now...
So, i have updated the package, one more time, with the new skins. Here it is :
http://lesitedeburnie.free.fr/Oatmeal-35.5-10042006.rar
Sorry Fuzzpilz, but i tried many times to give you the bad presets i was talking about in a previous message... Here they are :
http://lesitedeburnie.free.fr/non-working-presets.rar
It seems to work now...
So, i have updated the package, one more time, with the new skins. Here it is :
http://lesitedeburnie.free.fr/Oatmeal-35.5-10042006.rar
Sorry Fuzzpilz, but i tried many times to give you the bad presets i was talking about in a previous message... Here they are :
http://lesitedeburnie.free.fr/non-working-presets.rar
-
- KVRAF
- 5350 posts since 8 Aug, 2003 from Berlin Germany
Fuzzpilz-
Care to share you secrets about how you tamed the "random" beast. I alomst never get a silent/noise/ or loud-too-unusable patch.
Which parameters have limits and what are they? Are theyre depencacies logics etc?
Care to share you secrets about how you tamed the "random" beast. I alomst never get a silent/noise/ or loud-too-unusable patch.
Which parameters have limits and what are they? Are theyre depencacies logics etc?
-
- KVRist
- Topic Starter
- 250 posts since 17 Jun, 2004 from Magdeburg
Burnie: They work fine for me... are you trying to load them with the load button on the GUI? It doesn't do fxps. You'll have to use your host for that. If you are trying to load them through your host, which host exactly is this? What are the problems you're experiencing?
soma: The code basically looks something like this (except in actual C++ instead of pseudocode):
As you can see, it's rather more messy than complex.
soma: The code basically looks something like this (except in actual C++ instead of pseudocode):
Code: Select all
if(filter is lowpass or bandpass)
{
if(decide(0.4))
{
cutoff = 440*(random integer from 1 to 5)*(detune by within +/-10 cents);
if(decide(0.4))keytrack = 1;
else if(decide(0.2))keytrack = -1;
else keytrack = (random value between -2 and 2);
}
else
{
cutoff = (random value between 200 and 4000 Hz, lower values more likely);
}
}
else
{
cutoff = (random value between 200 and 2000 Hz, lower values more likely);
}
-
- KVRAF
- 8519 posts since 7 Apr, 2003
how did you do per-syllable on the name randomizer fuz? or am I giving it more credit than needed and you actually did words that just appear to be per syllable randomization?
-
- KVRist
- Topic Starter
- 250 posts since 17 Jun, 2004 from Magdeburg
No per-syllable stuff, no. Basically just lists of words, with a few tags to tell which verbs can be turned into participles by just appending -ed or -ing and which need different rules, that sort of thing.
-
- KVRist
- 147 posts since 21 Sep, 2004
I made them with Minihost and Savihost, and tried to use them with the same hosts... I will try with another new instance (is it the good word ?) of Oatmeal... Perhaps it comes from manipulations i probably did with the instance i actually use... Thank you very much for testing these patches...
The best free harpsichord soundbanks, the famous Maestro Concert Grand piano : http://sonimusicae.free.fr
The list of the best free synths :
http://lesitedeburnie.free.fr/
The list of the best free synths :
http://lesitedeburnie.free.fr/
-
- KVRAF
- 5350 posts since 8 Aug, 2003 from Berlin Germany
So Fuzz,
Is the safe random logic only applied to filters or to waves and Arps, etc. too?
And it seems to me that the names are related to the sounds. eg. something with "snake" in it will always have a user PW wave. Or am I dreaming?
Anyway, works much better than Xt's randomize function on most VST's.
Is the safe random logic only applied to filters or to waves and Arps, etc. too?
And it seems to me that the names are related to the sounds. eg. something with "snake" in it will always have a user PW wave. Or am I dreaming?
Anyway, works much better than Xt's randomize function on most VST's.
-
- KVRist
- 147 posts since 21 Sep, 2004
I do what is required, i suppose, exactly what i do for all those that work... In Savihost, "load program", in Minihost "load preset", then choose one, and then, when i play, it makes some (3 or 4) cracking sounds (from audio card perhaps), and silence. After that, when i load another preset that usually works, it works... The soft is not out. It depends on the preset.
-
- KVRAF
- 8519 posts since 7 Apr, 2003
This is the same kind of eerie coincidence I asked him about. It's just eerie isn't it?soma wrote:So Fuzz,
Is the safe random logic only applied to filters or to waves and Arps, etc. too?
And it seems to me that the names are related to the sounds. eg. something with "snake" in it will always have a user PW wave. Or am I dreaming?
Anyway, works much better than Xt's randomize function on most VST's.
There is a ghost in this one.
