Waveforms and Text Files

Sampler and Sampling discussion (techniques, tips and tricks, etc.)
Post Reply New Topic
RELATED
PRODUCTS

Post

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

Post

Maybe someone over in the synthmaker forum has written a program to translate a single-cycle wav into a table...

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

Post

Been there, done that. Hey, where could I get single-cycle WAVs anyway?

Post

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).
My MusicCalc is temporary offline.
We are the KVR collective. Resistance is futile. You will be assimilated. :borg:

Post

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.
You don't happen to have the exact format for those values ?

IE Do you need

Code: Select all

0.7
0.6
0.3
-0.2
etc.
or

Code: Select all

sample[0] = 0.1f
sampe[1]  = -0.2f
etc.
or etc 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.

Post

I need it like...

Code: Select all

0.7
0.6
0.3
-0.2
etc. 
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).
Ok, and with what software would I be able to do this so that it cycles seamlessly?

Post

chironex wrote:Ok, and with what software would I be able to do this so that it cycles seamlessly?
Any decent audio editor should get you there. CoolEditPro, Adobe Audition, maybe even Audacity or Wavosaur.
My MusicCalc is temporary offline.
We are the KVR collective. Resistance is futile. You will be assimilated. :borg:

Post

Erm...whaddya recommend?

Post

chironex wrote:Erm...whaddya recommend?
I already gave you four recommendations. Audacity & Wavosaur are free, try them out weather you like them.
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. :borg:

Post Reply

Return to “Samplers, Sampling & Sample Libraries”