|
new version up today - includes new sndinfo opcodes - i will hold off on
the sources until merge with ffitch sources.
please- comments on sndinfo opcodes:
name change?
should filelen have option returns instead of secs (frames, etc)?
should filepeak calculate peak if not present in header?
(note filepeak only works on AIFF_C float files until i implement
the PEAK chunk)
=======================================
july27.99
Csound for Power Macintosh
=======================================
This Version:
fFitch code base 3.56
Perf "engine" 3.56
Csound "front end" 1.3
Available From:
www.concentric.net/~Mingalls/software/csound
ftp://mills.edu/ccm/csound.ppc/CsoundPPC3.56.sit.hqx
=======================================
changes from 3.55.1/FrontEnd 1.3
=======================================
Perf:
- merged new sources
- added new opcodes: filelen, filesr, filenchnls, filepeak
Note: this version requires an additional file
"csound.txt" to be inside your "perf" directory
or one of the sound/analysis directories.
Front End:
- none
====================================
manual supplement
====================================
New Opcodes:
ilen filelen ifilcod ; returns length of "ifilcod" in seconds
isr filesr ifilcod ; returns the sample rate of "ifilcod"
inchnls filenchnls ifilcod ; returns the number of chnls of "ifilcod"
ipeak filepeak ifilcod, [ichnl] ; returns peak absolute value of
; "ifilcod"
; if ichnl=0, returns peak out of all channels
; if ichnl>0, returns the peak of ichnl
; if ichnl is not specified, returns peak of
; the entire file.
; currently only supports AIFF_C float files
=======================================
Please email bugs to csound-dev@mills.edu
On Tue, 27 Jul 1999, jose halac wrote:
> could anyone tell me which is the latest matt ingalls version of CSound for
> Macs?
> and where to get it from
>
>
> thanks
>
> jh
>
>
> |