Thanks for the link to this utility, i've tried importing something white noise but the wave lenght is not enough for that... then I going to try with the diferent osc fxs] Peter:H [ wrote: Fri Jan 03, 2025 7:31 amIt's here: https://github.com/perivar/AudioVSTToolbox/releasesdoctorbob wrote: Thu Jan 02, 2025 11:13 pmLooks interesting ... where can I find the Windows .exe? Please.] Peter:H [ wrote: Thu Jan 02, 2025 2:33 pm If you want to add your own single cycles ... here's the Wav2Zebra Utility: https://github.com/perivar/AudioVSTTool ... 2Zebra2Osc. You can add 16 of your own single cycles ... a pure sine for instance is missing![]()
dB
There's no installer. Unzip the content of the zip into a new folder, then run the exe from this folder.
One Synth Challenge #191: Zebralette by u-he (exponent1 Wins!)
- KVRist
- 123 posts since 15 Oct, 2021 from Spain
- KVRAF
- 2481 posts since 22 Sep, 2016
Some technical backgrounddavi-dj wrote: Fri Jan 03, 2025 12:41 pmThanks for the link to this utility, i've tried importing something white noise but the wave lenght is not enough for that... then I going to try with the diferent osc fxs] Peter:H [ wrote: Fri Jan 03, 2025 7:31 amIt's here: https://github.com/perivar/AudioVSTToolbox/releasesdoctorbob wrote: Thu Jan 02, 2025 11:13 pmLooks interesting ... where can I find the Windows .exe? Please.] Peter:H [ wrote: Thu Jan 02, 2025 2:33 pm If you want to add your own single cycles ... here's the Wav2Zebra Utility: https://github.com/perivar/AudioVSTTool ... 2Zebra2Osc. You can add 16 of your own single cycles ... a pure sine for instance is missing![]()
dB
There's no installer. Unzip the content of the zip into a new folder, then run the exe from this folder.
He he he, I remember I actually did speech samples back then in the first Zebralette round. Kind of started the wavetable as sample discussion
Anyways: If you look into the file that is produced by the utility, it has a .h2p extension, then this is actually a text file. If you for instance produce a sine in the first slot, it might look like this
Code: Select all
#defaults=no
#cm=OSC
Wave=2
<?
float Wave[ 128 ];
Wave[ 0 ] = 0.3132;
Wave[ 1 ] = 0.3132;
Wave[ 2 ] = 0.3132;
[...]
Wave[ 127 ] = -0.6118;
Selected.WaveTable.set( 1 , Wave );
?>How can you now cope with that? My recipy would be:
1.) Import different white noise samples in each of the 16 slots ... gives you overall 16 * 128 samples .. a tremendous 2048 samples! Crazy isn't it! A single cycle (aka a single slot in a Vital Wavetable) is 2048 samples long ... and Vital has afair 256 slots per wavetable, aka 256 * 2048 samples in a single wavetable ... sorry digressing
2.) Add a very fast random-based slot modulation
This will make your very static 16 white noise slots look like a lot more dynamic. It will probably sound different from real white noise, but it might come a lot closer than just one slot.
Back from the previous Zebralette round I have a command line using ffmpeg.exe which allows you to split larger wav files into smaller junks which in turn can be used as inputs for the utility. You migh steal Vitals white noise sample and do the exercise with this as an input.
Code: Select all
ffmpeg -i "<source file>" -f segment -segment_time 0.010 -c copy output_fragment%03d.wav
Last edited by ] Peter:H [ on Fri Jan 03, 2025 5:21 pm, edited 2 times in total.
- KVRAF
- 2481 posts since 22 Sep, 2016
White Noise Wavetable and Patch
Did a patch based on my "recipe" quickly myself based on Vitals White Noise factory sample ... find two files in the attachment.
1.) Wavetable - PeterHsWhiteNoise.zip: Put the h2p file into <documents folder>\u-he\Zebra2.data\Modules\Oscillator\
2.) Patch - Noisy Zebralette.zip: Put the h2p file into <documents folder>u-he\Zebra2.data\UserPresets\Zebralette
I think experimenting with Bandworks and Scamble might give good results ... as well.
Have fun!
Did a patch based on my "recipe" quickly myself based on Vitals White Noise factory sample ... find two files in the attachment.
1.) Wavetable - PeterHsWhiteNoise.zip: Put the h2p file into <documents folder>\u-he\Zebra2.data\Modules\Oscillator\
2.) Patch - Noisy Zebralette.zip: Put the h2p file into <documents folder>u-he\Zebra2.data\UserPresets\Zebralette
I think experimenting with Bandworks and Scamble might give good results ... as well.
Have fun!
You do not have the required permissions to view the files attached to this post.
- KVRian
- 513 posts since 4 Jan, 2022
Welcome! You definitely should modify and create new patches! That's half the fun67maxx wrote: Fri Jan 03, 2025 3:13 pm Hi, I am pretty new here (but not in this world) and I have a dumb question: should I use only the factory presets or can I modify them or create new ones? And same question about the Zebralette 2 MSEG
![]()
Thanks in advance
A lot of us try to create all our own patches from init.
Captain Silverpants
- KVRAF
- 2481 posts since 22 Sep, 2016
- KVRAF
- 2481 posts since 22 Sep, 2016
NOT a Submission... but here's the previous zebralette track which I mentioned earlier which contains some magic ... I was able to sequeeze in voice phrases into Zebralette ... each word is actually not a single zebralette instance but a few played in sequence
Call me nerd ... Warrning: Do not use this techique! It's prohibited long since.
https://soundcloud.com/p-e-t-e-r-h/osc- ... mpaign=666
https://soundcloud.com/p-e-t-e-r-h/osc- ... mpaign=666
- KVRist
- 123 posts since 15 Oct, 2021 from Spain
Thanks Peter for your solution, I was able to get a decent hihat from the SM Helicopta preset with some modifications with Bandworks and Scamble, the same as you said. Although I also got a closed hihat using filter and fractalz.] Peter:H [ wrote: Fri Jan 03, 2025 4:07 pm White Noise Wavetable and Patch
Did a patch based on my "recipe" quickly myself based on Vitals White Noise factory sample ... find two files in the attachment.
1.) Wavetable - PeterHsWhiteNoise.zip: Put the h2p file into <documents folder>\u-he\Zebra2.data\Modules\Oscillator\
2.) Patch - Noisy Zebralette.zip: Put the h2p file into <documents folder>u-he\Zebra2.data\UserPresets\Zebralette
I think experimenting with Bandworks and Scamble might give good results ... as well.
Have fun!
But now I'm going to try your White Noise preset from the sum and alternating the 16 waves
- KVRAF
- 2481 posts since 22 Sep, 2016
For those who might not know it already ... here's a bunch of patches: https://u-he.com/PatchLib/zebra.html#zlette
- KVRAF
- 2481 posts since 22 Sep, 2016
Ha ha ha ... I didn't know that. U-He Presets are Executable Scripts!
Look here: viewtopic.php?t=252338
And here's Urs own randomizer scripts: https://u-he.com/PatchLib/all.html
Okay ... I need to find the specification
Look here: viewtopic.php?t=252338
And here's Urs own randomizer scripts: https://u-he.com/PatchLib/all.html
Okay ... I need to find the specification
- KVRAF
- 2481 posts since 22 Sep, 2016
I would say yes, but I'm not the final rulez authority ...67maxx wrote: Sun Jan 05, 2025 1:21 pmCan we use them for this challenge?] Peter:H [ wrote: Sat Jan 04, 2025 9:21 am For those who might not know it already ... here's a bunch of patches: https://u-he.com/PatchLib/zebra.html#zlette
-
- KVRian
- 804 posts since 14 Apr, 2019
Yes.67maxx wrote: Sun Jan 05, 2025 1:21 pmCan we use them for this challenge?] Peter:H [ wrote: Sat Jan 04, 2025 9:21 am For those who might not know it already ... here's a bunch of patches: https://u-he.com/PatchLib/zebra.html#zlette
