Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

het_export needs example #635

Open
tjingboem opened this issue Aug 13, 2022 · 3 comments
Open

het_export needs example #635

tjingboem opened this issue Aug 13, 2022 · 3 comments

Comments

@tjingboem
Copy link
Member

No description provided.

@tjingboem tjingboem changed the title het_export het_export needs example Aug 14, 2022
@AsterixMusic
Copy link

<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
Copy link
Member Author

tjingboem commented Feb 3, 2023

The het_export 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
Copy link

AsterixMusic commented Feb 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants