Hello!
I need to representa waveform in sample editor as serial compilation of values for each sample (max # of samples is 1024) in similar fashion:
0 -0.001953125 -0.00390625 -0.005859375 -0.0078125 -0.009765625 -0.01171875 -0.013671875 -0.015625 -0.017578125 -0.01953125 … 0.017578125 0.015625 0.013671875 0.01171875 0.009765625 0.0078125 0.005859375 0.00390625 0.001953125
How can i do this? Where to start? :rolleyes: