Waveforms and Text Files
-
- KVRist
- 54 posts since 2 Nov, 2007
Hello, I need help with two things.
First, I need a place where I can find waveforms (1024-sample, preferably) of various instruments, vox, whatever, kind of like Absynth's waveform collection. Wherever I can find those (or make them), please tell me. Thanks.
Second, I am using SynthMaker, in which you must enter the waveforms as texts that are essentially lists of the samples' values from -1 to 1. WAVs do not work for easy waveform loading.
Thanks,
Chiro
First, I need a place where I can find waveforms (1024-sample, preferably) of various instruments, vox, whatever, kind of like Absynth's waveform collection. Wherever I can find those (or make them), please tell me. Thanks.
Second, I am using SynthMaker, in which you must enter the waveforms as texts that are essentially lists of the samples' values from -1 to 1. WAVs do not work for easy waveform loading.
Thanks,
Chiro
-
- KVRAF
- 3476 posts since 9 Apr, 2003 from NE Ohio, USA
Maybe someone over in the synthmaker forum has written a program to translate a single-cycle wav into a table...
Doug
Doug
Logic is a pretty flower that smells bad - Spock, in "I, Mudd"
For a good time click http://www.belindabedekovic.com/video_fl_en.htm
For a good time click http://www.belindabedekovic.com/video_fl_en.htm
-
- KVRAF
- 6937 posts since 4 Jun, 2004 from Utrecht, Holland
Anywhere... Just cut out the section you want from existing samples, and repitch them to 43.0664Hz or note F2 -23.442 cts to get one cycle to be 1024 samples long (presuming sample rate = 44.lkHz).chironex wrote:Hey, where could I get single-cycle WAVs anyway?
My MusicCalc is temporary offline.
We are the KVR collective. Resistance is futile. You will be assimilated.
We are the KVR collective. Resistance is futile. You will be assimilated.
- KVRAF
- 9600 posts since 17 Sep, 2002 from Gothenburg Sweden
You don't happen to have the exact format for those values ?chironex wrote: Second, I am using SynthMaker, in which you must enter the waveforms as texts that are essentially lists of the samples' values from -1 to 1.
IE Do you need
Code: Select all
0.7
0.6
0.3
-0.2
etc.
Code: Select all
sample[0] = 0.1f
sampe[1] = -0.2f
etc.
If one were to make a simple program that does that one would need to know exactly how to output the text to avoid excessice text editing.
To manually edit the text file would just be mindnumbingly boring.
-
- KVRist
- Topic Starter
- 54 posts since 2 Nov, 2007
I need it like...
Code: Select all
0.7
0.6
0.3
-0.2
etc.
Ok, and with what software would I be able to do this so that it cycles seamlessly?chironex wrote:
Hey, where could I get single-cycle WAVs anyway?
Anywhere... Just cut out the section you want from existing samples, and repitch them to 43.0664Hz or note F2 -23.442 cts to get one cycle to be 1024 samples long (presuming sample rate = 44.lkHz).
-
- KVRAF
- 6937 posts since 4 Jun, 2004 from Utrecht, Holland
Any decent audio editor should get you there. CoolEditPro, Adobe Audition, maybe even Audacity or Wavosaur.chironex wrote:Ok, and with what software would I be able to do this so that it cycles seamlessly?
My MusicCalc is temporary offline.
We are the KVR collective. Resistance is futile. You will be assimilated.
We are the KVR collective. Resistance is futile. You will be assimilated.
-
- KVRAF
- 6937 posts since 4 Jun, 2004 from Utrecht, Holland
I already gave you four recommendations. Audacity & Wavosaur are free, try them out weather you like them.chironex wrote:Erm...whaddya recommend?
Adobe Audition is the successor of CoolEditPro. Not free, but extremely capable for doing about anything you want to do to audio files.
My MusicCalc is temporary offline.
We are the KVR collective. Resistance is futile. You will be assimilated.
We are the KVR collective. Resistance is futile. You will be assimilated.
