csound / manual

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

sdif2ad needs example #639

Open tjingboem opened 2 years ago

tjingboem commented 2 years ago

both the sdif files clarinet.sdif and meow.sdif that are found in the manual examples folder, do not seem to be of the 1TRC frames type needed for sdif2ad to work.

No 1TRC frames found in this sdif file.
SDIF2ADS v1.1

I have seen there is a recent version of the SPEAR program, but this is for MacOSX only.

The Loris opcodes of Csound (also based on the 1TRC frames) are abandoned. Perhaps somebody knows something more on the subject? is this utility still relevant ?

tjingboem commented 2 years ago

i installed loristrck https://github.com/gesellkammer/loristrck and was able to verify that both sdif files clarinet and meow as found in the examples folder of the manual, play just fine. The command:

loristrck_synth clarinet.sdif
Synthesizing samples via loristrck

loristrck can play any RBEP or 1TRC sdif file.

Using sdif2ad gives me the error:

No 1TRC frames found in this sdif file.
SDIF2ADS v1.1

so OR sdif2ad does not work correctly OR clarinet and meow are RBEP files that sdif2ad can not read? This is beyond my knowledge.