Converting Synth1 presets to Hive?
- KVRAF
- Topic Starter
- 3160 posts since 28 Mar, 2008 from a Galaxy S7 far far away
- KVRAF
- 4070 posts since 24 Oct, 2000 from A Swede Living in Budapest
You are really dedicated to this!
J60 Heatwave for Omnisphere 3 - Juno-60 Inspired soundbank
HARDWARE SAMPLER FANATIC - Akai S1100/S950/Z8 - Casio FZ20m - Emu Emax I - Ensoniq ASR10/EPS
HARDWARE SAMPLER FANATIC - Akai S1100/S950/Z8 - Casio FZ20m - Emu Emax I - Ensoniq ASR10/EPS
- KVRAF
- Topic Starter
- 3160 posts since 28 Mar, 2008 from a Galaxy S7 far far away
Yep! Are they any good though?
Personally, I found many good sounds in there.
Personally, I found many good sounds in there.
-
- KVRer
- 18 posts since 11 Oct, 2004 from San Mateo - California
There is a lot of goodness but not a great deal of instant gratification (as Sl23 has previously mentioned). I'm about half way through Pack-1 and have found/customized at least a hundred patches that I'm going going go have a blast further optimizing for my purposes.
If anyone is interested, I was able to save a great deal of time by changing all of the Semi= tone settings to 0 (rarely made anything sound better) and setting a midi controller to both Osc1&2 Detune (most were wildly detuned for my taste). Btw the command to change all of the Semi= tone settings looks something like this in shell:
for digit in -9 -8 -7 -6 -5 -4 -3 -2 -1 1 2 3 4 5 6 7 8 9
do
rpl -q -Rw -x'.h2p' Semi=$digit Semi=0 "$dir"
done
Do NOT attempt anything like this without a backup of "$dir".
Cheers
If anyone is interested, I was able to save a great deal of time by changing all of the Semi= tone settings to 0 (rarely made anything sound better) and setting a midi controller to both Osc1&2 Detune (most were wildly detuned for my taste). Btw the command to change all of the Semi= tone settings looks something like this in shell:
for digit in -9 -8 -7 -6 -5 -4 -3 -2 -1 1 2 3 4 5 6 7 8 9
do
rpl -q -Rw -x'.h2p' Semi=$digit Semi=0 "$dir"
done
Do NOT attempt anything like this without a backup of "$dir".
Cheers
- KVRAF
- Topic Starter
- 3160 posts since 28 Mar, 2008 from a Galaxy S7 far far away
Yeah that's the thing, it's always taste dependant, but definitely likely there's room for improvement.
Ill take a look when I can and see if I can tone those settings down a bit. No pun intended!
I do find presets are just a starting place rather than the end goal anyway, so as they are may still be enough to get people interested and make them adjust to their own taste?
Ill take a look when I can and see if I can tone those settings down a bit. No pun intended!
I do find presets are just a starting place rather than the end goal anyway, so as they are may still be enough to get people interested and make them adjust to their own taste?
- KVRAF
- 4070 posts since 24 Oct, 2000 from A Swede Living in Budapest
Are you still improving the conversion or you feel it's good as it gets?
J60 Heatwave for Omnisphere 3 - Juno-60 Inspired soundbank
HARDWARE SAMPLER FANATIC - Akai S1100/S950/Z8 - Casio FZ20m - Emu Emax I - Ensoniq ASR10/EPS
HARDWARE SAMPLER FANATIC - Akai S1100/S950/Z8 - Casio FZ20m - Emu Emax I - Ensoniq ASR10/EPS
- KVRAF
- Topic Starter
- 3160 posts since 28 Mar, 2008 from a Galaxy S7 far far away
Depends on feedback really! When I'd finished, I already noticed some obvious mismatches. Mainly envelopes didn't match, so I had to bring the levels down for hive so they matched more closely. There are most likely other parameters.
But due to the massive cost increase of github, I'll give it one more pass and that's it. Anyone can edit the source code and improve where needed, even create pull request to keep one central converter, rather than there being several different versions, which would make it confusing, but whatever... The code is there for anyone to abuse!
But due to the massive cost increase of github, I'll give it one more pass and that's it. Anyone can edit the source code and improve where needed, even create pull request to keep one central converter, rather than there being several different versions, which would make it confusing, but whatever... The code is there for anyone to abuse!
