Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: Introduction, and first question

Date2010-10-31 11:46
From"Arthur Pirika"
Subject[Csnd] Re: Re: Introduction, and first question
hi, yes, midi is actually my primary way of composing, I'm just not sure how 
to connect the two worlds together. Things like format needed for the 
orchestra, etc.

Arthur
----- Original Message ----- 
From: "Victor Lazzarini" 
To: 
Sent: Sunday, October 31, 2010 9:33 PM
Subject: [Csnd] Re: Introduction, and first question


> you can use MIDI files. Write with something like Sibelius, then play 
> with Csound.
>
> Victor
> On 31 Oct 2010, at 11:25, Arthur Pirika wrote:
>
>> Hi there, after, what, 9? years, I'm finally really sitting down and 
>> (re)discovering the world that is CSound. to give you some  perspective, 
>> the last version of cs that I did anything serious in,  or at least, 
>> anything other than a few random notes/filter sweeps,  lol, was csound 
>> 4.21. Now, here we are at 5.12. But, great job on  the manual, and the 
>> package in general. However, one issue I have is  that I'd like to be 
>> able to write my scores in something like  standard music notation, 
>> rather than the standard score form. I had  in mind programs like nGen, 
>> or the now ancient! Scot, which, I see  is still around and does seem to 
>> generate correct output. However,  are there other, better tools around 
>> for this, or, does someone have  a copy of a win32/dos version of nGen 
>> they could send to me?
>> alternatively, how about a vst plugin version of cs?
>>
>> many thanks,
>> Arthur.
>>
>>
>>
>> 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"
>
> 



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"

Date2010-10-31 12:41
FromRory Walsh
Subject[Csnd] Re: Re: Re: Introduction, and first question
You can also install midi-ox and midi yoke sop that you can send midi
messages directly from SIbelius, Finale, Musescore, etc. straight to
Csound.

Rory.


On 31 October 2010 11:46, Arthur Pirika  wrote:
> hi, yes, midi is actually my primary way of composing, I'm just not sure how
> to connect the two worlds together. Things like format needed for the
> orchestra, etc.
>
> Arthur
> ----- Original Message ----- From: "Victor Lazzarini"
> 
> To: 
> Sent: Sunday, October 31, 2010 9:33 PM
> Subject: [Csnd] Re: Introduction, and first question
>
>
>> you can use MIDI files. Write with something like Sibelius, then play with
>> Csound.
>>
>> Victor
>> On 31 Oct 2010, at 11:25, Arthur Pirika wrote:
>>
>>> Hi there, after, what, 9? years, I'm finally really sitting down and
>>> (re)discovering the world that is CSound. to give you some  perspective, the
>>> last version of cs that I did anything serious in,  or at least, anything
>>> other than a few random notes/filter sweeps,  lol, was csound 4.21. Now,
>>> here we are at 5.12. But, great job on  the manual, and the package in
>>> general. However, one issue I have is  that I'd like to be able to write my
>>> scores in something like  standard music notation, rather than the standard
>>> score form. I had  in mind programs like nGen, or the now ancient! Scot,
>>> which, I see  is still around and does seem to generate correct output.
>>> However,  are there other, better tools around for this, or, does someone
>>> have  a copy of a win32/dos version of nGen they could send to me?
>>> alternatively, how about a vst plugin version of cs?
>>>
>>> many thanks,
>>> Arthur.
>>>
>>>
>>>
>>> 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"
>>
>>
>
>
>
> 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"


Date2010-10-31 13:08
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Introduction, and first question
For simple things like MIDI note key number and velocity, you can just  
use the conversion flags:

--midi-velocity-amp=N
--midi-key-cps=N

where N is the p-field you want to map to. Then your MIDI velocities  
and notes will be mapped onto
p-fields and behave just like a (simple) numeric score, but remember  
to use 'r' envelopes (e.g. linenr).

simple example:



--midi-key-cps=5 --midi-velocity-amp=4 -F midifile.mid


massign 0,1
instr 1
k1 linenr p4,0.01,0.1,0.01
a1 vco2  k1,p5
out a1
endin


f0 36000






On 31 Oct 2010, at 11:46, Arthur Pirika wrote:

> hi, yes, midi is actually my primary way of composing, I'm just not  
> sure how to connect the two worlds together. Things like format  
> needed for the orchestra, etc.
>
> Arthur
> ----- Original Message ----- From: "Victor Lazzarini"  >
> To: 
> Sent: Sunday, October 31, 2010 9:33 PM
> Subject: [Csnd] Re: Introduction, and first question
>
>
>> you can use MIDI files. Write with something like Sibelius, then  
>> play with Csound.
>>
>> Victor
>> On 31 Oct 2010, at 11:25, Arthur Pirika wrote:
>>
>>> Hi there, after, what, 9? years, I'm finally really sitting down  
>>> and (re)discovering the world that is CSound. to give you some   
>>> perspective, the last version of cs that I did anything serious  
>>> in,  or at least, anything other than a few random notes/filter  
>>> sweeps,  lol, was csound 4.21. Now, here we are at 5.12. But,  
>>> great job on  the manual, and the package in general. However, one  
>>> issue I have is  that I'd like to be able to write my scores in  
>>> something like  standard music notation, rather than the standard  
>>> score form. I had  in mind programs like nGen, or the now ancient!  
>>> Scot, which, I see  is still around and does seem to generate  
>>> correct output. However,  are there other, better tools around for  
>>> this, or, does someone have  a copy of a win32/dos version of nGen  
>>> they could send to me?
>>> alternatively, how about a vst plugin version of cs?
>>>
>>> many thanks,
>>> Arthur.
>>>
>>>
>>>
>>> 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"
>>
>
>
>
> 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"