csound / manual

Csound Reference Manual (English)
Other
46 stars 29 forks source link

het_export needs example #635

Open tjingboem opened 2 years ago

AsterixMusic commented 1 year ago

<CsoundSynthesizer>
<CsOptions>
; Select audio/midi flags here according to platform
-odac   -m0 --limiter=.95 
; For Non-realtime ouput leave only the line below:
; -o hetro.wav -W ;;; for file output any platform
</CsOptions>
<CsInstruments>

sr = 44100
ksmps = 32
nchnls = 2 
0dbfs  = 1

; by Menno Knevel & Stefano Cucchi 2023

ires1 system_i 1,{{ hetro fox.wav fox1.het }}   

ires2 system_i 2, {{het_export fox1.het fox_file }}       

</CsInstruments>
<CsScore>

</CsScore>
</CsoundSynthesizer>
tjingboem commented 1 year ago

_The hetexport utility generates a comma-separated text file for manual editing

Can you copy a few lines of fox_file here, Stefano? Might be interesting to add to manual page...

AsterixMusic commented 1 year ago

One line can have up to 5000 columns... fox_file.zip fox1.het.zip