Csound Csound-dev Csound-tekno Search About

[Csnd] block commenting in Csound

Date2010-08-23 18:36
FromRalph Bluecoat
Subject[Csnd] block commenting in Csound
Is there a way to do block commenting in csound? It would be very helpful for debugging.

Many thanks,

Ralph

Date2010-08-23 18:47
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: block commenting in Csound
> Is there a way to do block commenting in csound? It would be very helpful
> for debugging.
>

/* .....
    ....
*/

perhaps?

or

#ifdef DEBUG
...
...
#endif





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-08-23 18:54
Fromluis jure
Subject[Csnd] Re: block commenting in Csound
on 2010-08-23 at 13:36 Ralph Bluecoat wrote:

>Is there a way to do block commenting in csound? It would be very helpful
>for debugging.

see OrchTop.html


Syntax of the Orchestra
Part I. Overview

Comments begin with a semicolon (;) and extend to the end of the line.
Comments can optionally be in C-style, spanning multiple lines like this:

/* Anything in here --------
   is a comment which can span
   several lines ---------  */


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-08-23 20:08
FromRalph Bluecoat
Subject[Csnd] Re: Re: block commenting in Csound
Oops. I remembered it backwards. Thank you!

On Mon, Aug 23, 2010 at 1:54 PM, luis jure <ljc@internet.com.uy> wrote:

on 2010-08-23 at 13:36 Ralph Bluecoat wrote:

>Is there a way to do block commenting in csound? It would be very helpful
>for debugging.

see OrchTop.html


Syntax of the Orchestra
Part I. Overview

Comments begin with a semicolon (;) and extend to the end of the line.
Comments can optionally be in C-style, spanning multiple lines like this:

/* Anything in here --------
  is a comment which can span
  several lines ---------  */


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-08-23 20:26
Frommoko@city-net.com
Subject[Csnd] Re: Re: block commenting in Csound
/*...*/ works but on Windows sometimes I have to make some little change
outside of the comment block for code to reactivate after the /*...*/ have
been deleted or moved.

--David M

>> Is there a way to do block commenting in csound? It would be very
>> helpful
>> for debugging.
>>
>
> /* .....
>     ....
> */
>
> perhaps?
>
> or
>
> #ifdef DEBUG
> ...
> ...
> #endif
>
>
>
>
>
> 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"
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>

Date2010-08-24 09:24
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: block commenting in Csound
Hi,

Do you mean regarding syntax highlighting? Is this on QuteCsound?

Cheers,
Andrés

On Mon, Aug 23, 2010 at 8:26 PM,   wrote:
> /*...*/ works but on Windows sometimes I have to make some little change
> outside of the comment block for code to reactivate after the /*...*/ have
> been deleted or moved.
>
> --David M
>
>>> Is there a way to do block commenting in csound? It would be very
>>> helpful
>>> for debugging.
>>>
>>
>> /* .....
>>     ....
>> */
>>
>> perhaps?
>>
>> or
>>
>> #ifdef DEBUG
>> ...
>> ...
>> #endif
>>
>>
>>
>>
>>
>> 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"
>>
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>
>
> --
> mheller@city-net.com
> dmooney@city-net.com
> Opaque Melodies:
> http://www.city-net.com/~moko/
>
>
>
> 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"
>
>



-- 


Andrés


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-08-25 23:54
Frommoko@city-net.com
Subject[Csnd] Re: Re: Re: Re: block commenting in Csound
I use the text editor that comes with Csound. The text turns green between
the /*...*/, then sometimes stays green after removing them until I make
some sort of change in the text. I don't use QuteSound.

--David M.

> Hi,
>
> Do you mean regarding syntax highlighting? Is this on QuteCsound?
>
> Cheers,
> Andrés
>
> On Mon, Aug 23, 2010 at 8:26 PM,   wrote:
>> /*...*/ works but on Windows sometimes I have to make some little change
>> outside of the comment block for code to reactivate after the /*...*/
>> have
>> been deleted or moved.
>>
>> --David M
>>
>>>> Is there a way to do block commenting in csound? It would be very
>>>> helpful
>>>> for debugging.
>>>>
>>>
>>> /* .....
>>>     ....
>>> */
>>>
>>> perhaps?
>>>
>>> or
>>>
>>> #ifdef DEBUG
>>> ...
>>> ...
>>> #endif
>>>
>>>
>>>
>>>
>>>
>>> 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"
>>>
>>>
>>> --
>>> This message has been scanned for viruses and
>>> dangerous content by MailScanner, and is
>>> believed to be clean.
>>>
>>
>>
>> --
>> mheller@city-net.com
>> dmooney@city-net.com
>> Opaque Melodies:
>> http://www.city-net.com/~moko/
>>
>>
>>
>> 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"
>>
>>
>
>
>
> --
>
>
> Andrés
>
>
> 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"
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>

Date2010-08-26 06:21
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: Re: Re: Re: Re: block commenting in Csound
What text editor tyat comes with csound?


> I use the text editor that comes with Csound. The text turns green between
> the /*...*/, then sometimes stays green after removing them until I make
> some sort of change in the text. I don't use QuteSound.
>
> --David M.
>




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-08-26 07:57
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: Re: block commenting in Csound
It works OK in QuteCsound =)

Cheers,
Andrés

On Wed, Aug 25, 2010 at 11:54 PM,   wrote:
> I use the text editor that comes with Csound. The text turns green between
> the /*...*/, then sometimes stays green after removing them until I make
> some sort of change in the text. I don't use QuteSound.
>
> --David M.
>
>> Hi,
>>
>> Do you mean regarding syntax highlighting? Is this on QuteCsound?
>>
>> Cheers,
>> Andrés
>>
>> On Mon, Aug 23, 2010 at 8:26 PM,   wrote:
>>> /*...*/ works but on Windows sometimes I have to make some little change
>>> outside of the comment block for code to reactivate after the /*...*/
>>> have
>>> been deleted or moved.
>>>
>>> --David M
>>>
>>>>> Is there a way to do block commenting in csound? It would be very
>>>>> helpful
>>>>> for debugging.
>>>>>
>>>>
>>>> /* .....
>>>>     ....
>>>> */
>>>>
>>>> perhaps?
>>>>
>>>> or
>>>>
>>>> #ifdef DEBUG
>>>> ...
>>>> ...
>>>> #endif
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> 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"
>>>>
>>>>
>>>> --
>>>> This message has been scanned for viruses and
>>>> dangerous content by MailScanner, and is
>>>> believed to be clean.
>>>>
>>>
>>>
>>> --
>>> mheller@city-net.com
>>> dmooney@city-net.com
>>> Opaque Melodies:
>>> http://www.city-net.com/~moko/
>>>
>>>
>>>
>>> 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"
>>>
>>>
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> 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"
>>
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>
>
> --
> mheller@city-net.com
> dmooney@city-net.com
> Opaque Melodies:
> http://www.city-net.com/~moko/
>
>
>
> 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"
>
>



-- 


Andrés


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-08-27 05:06
FromGreg Schroeder
Subject[Csnd] Re: Re: Re: Re: Re: Re: block commenting in Csound
(scratches head)
csound has a built-in text editor?
Greg

On Thu, Aug 26, 2010 at 3:57 PM, Andres Cabrera  wrote:
> It works OK in QuteCsound =)
>
> Cheers,
> Andrés
>
> On Wed, Aug 25, 2010 at 11:54 PM,   wrote:
>> I use the text editor that comes with Csound. The text turns green between
>> the /*...*/, then sometimes stays green after removing them until I make
>> some sort of change in the text. I don't use QuteSound.
>>
>> --David M.
>>
>>> Hi,
>>>
>>> Do you mean regarding syntax highlighting? Is this on QuteCsound?
>>>
>>> Cheers,
>>> Andrés
>>>
>>> On Mon, Aug 23, 2010 at 8:26 PM,   wrote:
>>>> /*...*/ works but on Windows sometimes I have to make some little change
>>>> outside of the comment block for code to reactivate after the /*...*/
>>>> have
>>>> been deleted or moved.
>>>>
>>>> --David M
>>>>
>>>>>> Is there a way to do block commenting in csound? It would be very
>>>>>> helpful
>>>>>> for debugging.
>>>>>>
>>>>>
>>>>> /* .....
>>>>>     ....
>>>>> */
>>>>>
>>>>> perhaps?
>>>>>
>>>>> or
>>>>>
>>>>> #ifdef DEBUG
>>>>> ...
>>>>> ...
>>>>> #endif
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> 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"
>>>>>
>>>>>
>>>>> --
>>>>> This message has been scanned for viruses and
>>>>> dangerous content by MailScanner, and is
>>>>> believed to be clean.
>>>>>
>>>>
>>>>
>>>> --
>>>> mheller@city-net.com
>>>> dmooney@city-net.com
>>>> Opaque Melodies:
>>>> http://www.city-net.com/~moko/
>>>>
>>>>
>>>>
>>>> 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"
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>>
>>>
>>> Andrés
>>>
>>>
>>> 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"
>>>
>>>
>>> --
>>> This message has been scanned for viruses and
>>> dangerous content by MailScanner, and is
>>> believed to be clean.
>>>
>>
>>
>> --
>> mheller@city-net.com
>> dmooney@city-net.com
>> Opaque Melodies:
>> http://www.city-net.com/~moko/
>>
>>
>>
>> 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"
>>
>>
>
>
>
> --
>
>
> Andrés
>
>
> 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-08-27 05:38
FromRalph Bluecoat
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: block commenting in Csound
its called something like cseditor no? not compiled by default. 

On Fri, Aug 27, 2010 at 12:06 AM, Greg Schroeder <gmschroeder@gmail.com> wrote:
(scratches head)
csound has a built-in text editor?
Greg

On Thu, Aug 26, 2010 at 3:57 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
> It works OK in QuteCsound =)
>
> Cheers,
> Andrés
>
> On Wed, Aug 25, 2010 at 11:54 PM,  <moko@city-net.com> wrote:
>> I use the text editor that comes with Csound. The text turns green between
>> the /*...*/, then sometimes stays green after removing them until I make
>> some sort of change in the text. I don't use QuteSound.
>>
>> --David M.
>>
>>> Hi,
>>>
>>> Do you mean regarding syntax highlighting? Is this on QuteCsound?
>>>
>>> Cheers,
>>> Andrés
>>>
>>> On Mon, Aug 23, 2010 at 8:26 PM,  <moko@city-net.com> wrote:
>>>> /*...*/ works but on Windows sometimes I have to make some little change
>>>> outside of the comment block for code to reactivate after the /*...*/
>>>> have
>>>> been deleted or moved.
>>>>
>>>> --David M
>>>>
>>>>>> Is there a way to do block commenting in csound? It would be very
>>>>>> helpful
>>>>>> for debugging.
>>>>>>
>>>>>
>>>>> /* .....
>>>>>     ....
>>>>> */
>>>>>
>>>>> perhaps?
>>>>>
>>>>> or
>>>>>
>>>>> #ifdef DEBUG
>>>>> ...
>>>>> ...
>>>>> #endif
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> 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"
>>>>>
>>>>>
>>>>> --
>>>>> This message has been scanned for viruses and
>>>>> dangerous content by MailScanner, and is
>>>>> believed to be clean.
>>>>>
>>>>
>>>>
>>>> --
>>>> mheller@city-net.com
>>>> dmooney@city-net.com
>>>> Opaque Melodies:
>>>> http://www.city-net.com/~moko/
>>>>
>>>>
>>>>
>>>> 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"
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>>
>>>
>>> Andrés
>>>
>>>
>>> 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"
>>>
>>>
>>> --
>>> This message has been scanned for viruses and
>>> dangerous content by MailScanner, and is
>>> believed to be clean.
>>>
>>
>>
>> --
>> mheller@city-net.com
>> dmooney@city-net.com
>> Opaque Melodies:
>> http://www.city-net.com/~moko/
>>
>>
>>
>> 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"
>>
>>
>
>
>
> --
>
>
> Andrés
>
>
> 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-08-28 14:03
Frommoko@city-net.com
Subject[Csnd] Re: Re: Re: Re: Re: Re: block commenting in Csound
cseditor

> What text editor tyat comes with csound?
>
>
>> I use the text editor that comes with Csound. The text turns green
>> between
>> the /*...*/, then sometimes stays green after removing them until I make
>> some sort of change in the text. I don't use QuteSound.
>>
>> --David M.
>>
>
>
>
>
> 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"
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>