Csound Csound-dev Csound-tekno Search About

[Csnd] permission for vincr example

Date2011-11-27 11:09
Frommenno
Subject[Csnd] permission for vincr example
Hi all,

i would like to use this example in the manual for the vincr opcode, but i
do not know anymore where i got it. I would like ask the person who created
this example for his permission to put this example in the manual.
The fun of this particular example is the score section. It would show the
user some things that are not commonly known i think.
The user who would like to see a much simpler example for vincr will be
pointed to the example of clear:
http://www.csounds.com/manual/html/clear.html

(Of course the example can always be removed at a later point if someone
reacts in a year or so and protests...)

greetings
Menno



; Select audio/midi flags here according to platform
-odac     ;;;realtime audio out
;-iadc    ;;;uncomment -iadc if RT audio input is needed too
; For Non-realtime ouput leave only the line below:
; -o vincr.wav -W ;;; for file output any platform



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

gaReverbSend init 0

instr 1

iamp   =       p4
ifreq  =       p5
aenv   linseg  0.0, 0.1*p3, iamp, 0.6*p3, iamp, 0.3*p3, 0.0
aosc   poscil aenv, ifreq, 1
       vincr   gaReverbSend, aosc
endin


instr 2	; global reverb instrument

al, ar reverbsc gaReverbSend, gaReverbSend, 0.85, 12000
       outs     gaReverbSend+al, gaReverbSend+ar
       clear    gaReverbSend
endin



f1 0 4096 10 1

{ 4 CNT
  { 8 PARTIAL
      ;   start time     duration            amplitude          frequency     
      i1  [0.5 * $CNT.]  [1 + ($CNT * 0.2)]  [.04 + (~ * .02)]  [800 + (200
* $CNT.) + ($PARTIAL. * 20)]
  }
}

i2 0 6
e



--
View this message in context: http://csound.1045644.n5.nabble.com/permission-for-vincr-example-tp5026252p5026252.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-29 01:52
FromLouis Cohen
SubjectRe: [Csnd] permission for vincr example
Dear Menno,

I think the score section of the example is very interesting - in  
fact, I have never used any of the notation there, and would need to  
study other parts of the manual to understand it.

For this reason, I think it would not be helpful to someone trying to  
learn more about vincr. It seems to me that the use of the advanced  
score notation would be a distraction from the main purpose of the  
example. I could imagine someone wondering whether knowledge of that  
notation was essential to understanding the vincr opocde.

If you believe that the use of that score material is important for  
the example, perhaps it would be good to provide a simpler example -  
in-line, not a link away - along with the more complicated one.

On a related topic, I'd like to add my thanks to everyone else's for  
your hard, steady work in improving the manual.

-Lou

On Nov 27, 2011, at 6:09 AM, menno wrote:

> Hi all,
>
> i would like to use this example in the manual for the vincr opcode,  
> but i
> do not know anymore where i got it. I would like ask the person who  
> created
> this example for his permission to put this example in the manual.
> The fun of this particular example is the score section. It would  
> show the
> user some things that are not commonly known i think.
> The user who would like to see a much simpler example for vincr will  
> be
> pointed to the example of clear:
> http://www.csounds.com/manual/html/clear.html
>
> (Of course the example can always be removed at a later point if  
> someone
> reacts in a year or so and protests...)
>
> greetings
> Menno
>
> 
> 
> ; Select audio/midi flags here according to platform
> -odac     ;;;realtime audio out
> ;-iadc    ;;;uncomment -iadc if RT audio input is needed too
> ; For Non-realtime ouput leave only the line below:
> ; -o vincr.wav -W ;;; for file output any platform
> 
> 
>
> sr = 44100
> ksmps = 32
> nchnls = 2
> 0dbfs  = 1
>
> gaReverbSend init 0
>
> instr 1
>
> iamp   =       p4
> ifreq  =       p5
> aenv   linseg  0.0, 0.1*p3, iamp, 0.6*p3, iamp, 0.3*p3, 0.0
> aosc   poscil aenv, ifreq, 1
>       vincr   gaReverbSend, aosc
> endin
>
>
> instr 2	; global reverb instrument
>
> al, ar reverbsc gaReverbSend, gaReverbSend, 0.85, 12000
>       outs     gaReverbSend+al, gaReverbSend+ar
>       clear    gaReverbSend
> endin
>
> 
> 
> f1 0 4096 10 1
>
> { 4 CNT
>  { 8 PARTIAL
>      ;   start time     duration            amplitude           
> frequency
>      i1  [0.5 * $CNT.]  [1 + ($CNT * 0.2)]  [.04 + (~ * .02)]  [800  
> + (200
> * $CNT.) + ($PARTIAL. * 20)]
>  }
> }
>
> i2 0 6
> e
> 
> 
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/permission-for-vincr-example-tp5026252p5026252.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-29 07:52
FromRory Walsh
SubjectRe: [Csnd] permission for vincr example
That score statement threw me too, but I assume it could be replaced
with a regular score statement?

On 29 November 2011 01:52, Louis Cohen  wrote:
> Dear Menno,
>
> I think the score section of the example is very interesting - in fact, I
> have never used any of the notation there, and would need to study other
> parts of the manual to understand it.
>
> For this reason, I think it would not be helpful to someone trying to learn
> more about vincr. It seems to me that the use of the advanced score notation
> would be a distraction from the main purpose of the example. I could imagine
> someone wondering whether knowledge of that notation was essential to
> understanding the vincr opocde.
>
> If you believe that the use of that score material is important for the
> example, perhaps it would be good to provide a simpler example - in-line,
> not a link away - along with the more complicated one.
>
> On a related topic, I'd like to add my thanks to everyone else's for your
> hard, steady work in improving the manual.
>
> -Lou
>
>
> On Nov 27, 2011, at 6:09 AM, menno wrote:
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-12-03 20:26
Frommenno
Subject[Csnd] Re: permission for vincr example
I found the origin of the mysterious example: as it turned out, the vincr
example was already in the manual :P
http://www.csounds.com/manual/html/leftbrace.html

so i won't be needing any permission from nobody, no sir!

Menno

--
View this message in context: http://csound.1045644.n5.nabble.com/permission-for-vincr-example-tp5026252p5045156.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"