Csound Csound-dev Csound-tekno Search About

Re: [Csnd] 0dbfs at score

Date2023-11-18 20:31
FromLucas Ceccon Martinelli <00000fa7b5cfaa13-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] 0dbfs at score
sweet! i also thought at my walk today about something like this (untested);

0dbfs = 1

instr    str    dur    amp
i1        0      3       [1 / N]

where N is the number of instruments playing

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2023-11-18 20:46
Fromjoachim heintz
SubjectRe: [Csnd] 0dbfs at score
yes, perhaps you can use the "active" opcode to know the number of 
instruments playing.
(all is possible in the actual csound code = the instruments, but very 
few in the score which is actually a list of events and not a 
programming language.)


On 18/11/2023 21:31, Lucas Ceccon Martinelli wrote:
> sweet! i also thought at my walk today about something like this (untested);
> 
> 0dbfs = 1
> 
> instr    str    dur    amp
> i1        0      3       [1 / N]
> 
> where N is the number of instruments playing
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here