Csound Csound-dev Csound-tekno Search About

[Csnd] Tempo-Synced LFO Wobble Bass

Date2011-07-11 14:02
FromJacob Joaquin
Subject[Csnd] Tempo-Synced LFO Wobble Bass
With the Csound Conference right around the corner, I'm making an
effort to start posting to The Csound Blog again, starting now:

Tempo-Synced LFO Wobble Bass
http://csound.noisepages.com/2011/07/tempo-synced-lfo-wobble-bass/

Jake
--
The Csound Blog - http://csoundblog.com/
Slipmat - http://slipmat.noisepages.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-07-11 14:18
FromJoel Ross
SubjectRe: [Csnd] Tempo-Synced LFO Wobble Bass
Cool!
Those detuned oscillators remind me of Daft Punk.
Nice to see you're posting to the blog again, always enjoy the posts there.

- Joel

On 11 July 2011 15:02, Jacob Joaquin  wrote:
> With the Csound Conference right around the corner, I'm making an
> effort to start posting to The Csound Blog again, starting now:
>
> Tempo-Synced LFO Wobble Bass
> http://csound.noisepages.com/2011/07/tempo-synced-lfo-wobble-bass/
>
> Jake
> --
> The Csound Blog - http://csoundblog.com/
> Slipmat - http://slipmat.noisepages.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-07-11 15:52
FromAdam Puckett
SubjectRe: [Csnd] Tempo-Synced LFO Wobble Bass
Wow Jake, this is so you!

On 7/11/11, Joel Ross  wrote:
> Cool!
> Those detuned oscillators remind me of Daft Punk.
> Nice to see you're posting to the blog again, always enjoy the posts there.
>
> - Joel
>
> On 11 July 2011 15:02, Jacob Joaquin  wrote:
>> With the Csound Conference right around the corner, I'm making an
>> effort to start posting to The Csound Blog again, starting now:
>>
>> Tempo-Synced LFO Wobble Bass
>> http://csound.noisepages.com/2011/07/tempo-synced-lfo-wobble-bass/
>>
>> Jake
>> --
>> The Csound Blog - http://csoundblog.com/
>> Slipmat - http://slipmat.noisepages.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"
>
>


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-07-11 20:33
FromBrian Redfern
SubjectRe: [Csnd] Tempo-Synced LFO Wobble Bass
Thanks Jake this is awesome.


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-07-11 22:47
FromMark Van Peteghem
SubjectRe: [Csnd] Tempo-Synced LFO Wobble Bass
This is nice. I thought that the opcode miditempo could do it without 
this hack, but it seems it always returns the tempo at the begin of the 
score, even though the manual states "Returns the current tempo at 
k-rate, of either the MIDI file (if available) or the score". This looks 
like a bug.





-odac -iadc -d





sr = 44100

ksmps = 10

nchnls = 2

0dbfs = 1

instr 10

print p3

ksig miditempo

printk 0.5, ksig

kenv linen 0.5, 0.1, p3, 0.1

asig poscil kenv, 400, 1

outs asig, asig

endin





f1 0 65536 10 1

t 0 60 5 120

i10 0 1

i10 + .

i10 + .

i10 + .

i10 + .






Jacob Joaquin wrote:
> With the Csound Conference right around the corner, I'm making an
> effort to start posting to The Csound Blog again, starting now:
>
> Tempo-Synced LFO Wobble Bass
> http://csound.noisepages.com/2011/07/tempo-synced-lfo-wobble-bass/
>
> Jake
> --
> The Csound Blog - http://csoundblog.com/
> Slipmat - http://slipmat.noisepages.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-07-12 07:43
FromMark Van Peteghem
SubjectRe: [Csnd] Tempo-Synced LFO Wobble Bass
I'm sorry, I just noticed that Iain McCurdy already reported this 
problem with miditempo on 28/06/11 - but he didn't get an answer. He 
also thought tempoval wasn't working, but the manual says it only works 
if the -t flag is given on the commandline.

Mark Van Peteghem wrote:
> This is nice. I thought that the opcode miditempo could do it without 
> this hack, but it seems it always returns the tempo at the begin of 
> the score, even though the manual states "Returns the current tempo at 
> k-rate, of either the MIDI file (if available) or the score". This 
> looks like a bug.



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-07-12 08:04
FromAndres Cabrera
SubjectRe: [Csnd] Tempo-Synced LFO Wobble Bass
Hi,

It's actually fixed. Discussion occured elsewhere...
http://sourceforge.net/tracker/?func=detail&aid=3344759&group_id=81968&atid=564599

Cheers,
Andres

On Tue, Jul 12, 2011 at 7:43 AM, Mark Van Peteghem
 wrote:
> I'm sorry, I just noticed that Iain McCurdy already reported this problem
> with miditempo on 28/06/11 - but he didn't get an answer. He also thought
> tempoval wasn't working, but the manual says it only works if the -t flag is
> given on the commandline.
>
> Mark Van Peteghem wrote:
>>
>> This is nice. I thought that the opcode miditempo could do it without this
>> hack, but it seems it always returns the tempo at the begin of the score,
>> even though the manual states "Returns the current tempo at k-rate, of
>> either the MIDI file (if available) or the score". This looks like a bug.
>
>
>
> 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-07-12 22:14
FromMark Van Peteghem
SubjectRe: [Csnd] Tempo-Synced LFO Wobble Bass
I see. But that is only tempoval, not miditempo. The manual says that 
tempoval only reports the value given by the -t flag, if it is given. Or 
is that restriction dropped?

Andres Cabrera wrote:
> Hi,
>
> It's actually fixed. Discussion occured elsewhere...
> http://sourceforge.net/tracker/?func=detail&aid=3344759&group_id=81968&atid=564599
>
> Cheers,
> Andres
>
> On Tue, Jul 12, 2011 at 7:43 AM, Mark Van Peteghem
>  wrote:
>   
>> I'm sorry, I just noticed that Iain McCurdy already reported this problem
>> with miditempo on 28/06/11 - but he didn't get an answer. He also thought
>> tempoval wasn't working, but the manual says it only works if the -t flag is
>> given on the commandline.
>>
>> Mark Van Peteghem wrote:
>>     
>>> This is nice. I thought that the opcode miditempo could do it without this
>>> hack, but it seems it always returns the tempo at the begin of the score,
>>> even though the manual states "Returns the current tempo at k-rate, of
>>> either the MIDI file (if available) or the score". This looks like a bug.
>>>       
>>
>> 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-07-26 00:24
Fromandreas russo
Subject[Csnd] Cpsmidi
hey everyone,

I'm getting this error

error: illegal character , line 50:
icps            cpsmidi
                    ^

when I try to run this code

instr 3

icps cpsmidi
abass oscil 2, icps, 1
adist distort abass, 1, 9

outch 3, abass, 4, adist
endin

in Qutecsound.

it's driving me insane, I've started using MIDI since not so long ago, but I have tons of other instruments that work without a problem.
this instrument is preatty simple.
is there an issue I just can't see there?
I'd much appreciate your help.

Andreas

Date2011-07-26 00:29
FromVictor.Lazzarini@nuim.ie
SubjectRe: [Csnd] Cpsmidi
AttachmentsNone  

Date2011-07-26 00:37
Fromandreas russo
SubjectRe: [Csnd] Cpsmidi
though the text editor didn't show any other character, that worked.

I've tried retyping the Icps opcode first and the Cpsmidi opcode later, but hadn't thought of rewriting the whole line or instrument.
good to know this kind of "bug" exists.

thank you so much!

Andreas

On Jul 25, 2011, at 19:29, Victor.Lazzarini@nuim.ie wrote:

> I think qutecsound is placing an invisible illegal character in the code. I saw this happen before.
> Two solutions: 1) open the CSD with a text editor to check and fix it  2) just delete the line and re-write
> it.
> I think the culprit is the autocompletion function that places some funny stuff that is not printed in the screen, but nevertheless is there.
> 
> Victor
> 
> ----- Original Message -----
> From: andreas russo 
> Date: Tuesday, July 26, 2011 12:25 am
> Subject: [Csnd] Cpsmidi
> To: csound@lists.bath.ac.uk
> 
> 
> -----------------------------------------------------------
> | 
> 
>> hey everyone,
> 
> 
>> I'm getting this error> 
>> error:  illegal character , line 50:> icps            cpsmidi>                     ^> 
>> when I try to run this code> 
>> instr	3
> 
>> icps cpsmidi> abass	oscil		2,	icps, 1> adist	distort	abass, 1,	9
> 
> 
> 
>> outch 3, abass, 4, adist> endin> 
>> in Qutecsound.> 
>> it's driving me insane, I've started using MIDI since not so long ago, but I have tons of other instruments that work without a problem.> this instrument is preatty simple.> is there an issue I just can't see there?> I'd much appreciate your help.> 
>> Andreas |
> -----------------------------------------------------------
> 
> 
> 
> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
> National University of Ireland, Maynooth
> 
> 
> 
> 
> 
> 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-07-26 07:43
FromVictor.Lazzarini@nuim.ie
SubjectRe: [Csnd] Cpsmidi
AttachmentsNone  None  

Date2011-07-26 12:12
FromAidan Collins
SubjectRe: [Csnd] Cpsmidi
I should report I've had this happen to me too, most often when
copying and pasting code into QuteCsound from email or the web.

A

On Mon, Jul 25, 2011 at 7:37 PM, andreas russo  wrote:
> though the text editor didn't show any other character, that worked.
>
> I've tried retyping the Icps opcode first and the Cpsmidi opcode later, but hadn't thought of rewriting the whole line or instrument.
> good to know this kind of "bug" exists.
>
> thank you so much!
>
> Andreas
>
> On Jul 25, 2011, at 19:29, Victor.Lazzarini@nuim.ie wrote:
>
>> I think qutecsound is placing an invisible illegal character in the code. I saw this happen before.
>> Two solutions: 1) open the CSD with a text editor to check and fix it  2) just delete the line and re-write
>> it.
>> I think the culprit is the autocompletion function that places some funny stuff that is not printed in the screen, but nevertheless is there.
>>
>> Victor
>>
>> ----- Original Message -----
>> From: andreas russo 
>> Date: Tuesday, July 26, 2011 12:25 am
>> Subject: [Csnd] Cpsmidi
>> To: csound@lists.bath.ac.uk
>>
>>
>> -----------------------------------------------------------
>> |
>>
>>> hey everyone,
>>
>>
>>> I'm getting this error>
>>> error:  illegal character  , line 50:> icps             cpsmidi>                     ^>
>>> when I try to run this code>
>>> instr        3
>>
>>> icps  cpsmidi> abass oscil           2,      icps, 1> adist  distort abass, 1,       9
>>
>>
>>
>>> outch 3, abass, 4, adist> endin>
>>> in Qutecsound.>
>>> it's driving me insane, I've started using MIDI since not so long ago, but I have tons of other instruments that work without a problem.> this instrument is preatty simple.> is there an issue I just can't see there?> I'd much appreciate your help.>
>>> Andreas |
>> -----------------------------------------------------------
>>
>>
>>
>> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>> National University of Ireland, Maynooth
>>
>>
>>
>>
>>
>> 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"


Date2011-07-26 17:11
Fromandreas russo
SubjectRe: [Csnd] Cpsmidi
just for the record, it happened while pasting code from another .csd file on my computer.

andreas

On Jul 26, 2011, at 07:12, Aidan Collins wrote:

> I should report I've had this happen to me too, most often when
> copying and pasting code into QuteCsound from email or the web.
> 
> A
> 
> On Mon, Jul 25, 2011 at 7:37 PM, andreas russo  wrote:
>> though the text editor didn't show any other character, that worked.
>> 
>> I've tried retyping the Icps opcode first and the Cpsmidi opcode later, but hadn't thought of rewriting the whole line or instrument.
>> good to know this kind of "bug" exists.
>> 
>> thank you so much!
>> 
>> Andreas
>> 
>> On Jul 25, 2011, at 19:29, Victor.Lazzarini@nuim.ie wrote:
>> 
>>> I think qutecsound is placing an invisible illegal character in the code. I saw this happen before.
>>> Two solutions: 1) open the CSD with a text editor to check and fix it  2) just delete the line and re-write
>>> it.
>>> I think the culprit is the autocompletion function that places some funny stuff that is not printed in the screen, but nevertheless is there.
>>> 
>>> Victor
>>> 
>>> ----- Original Message -----
>>> From: andreas russo 
>>> Date: Tuesday, July 26, 2011 12:25 am
>>> Subject: [Csnd] Cpsmidi
>>> To: csound@lists.bath.ac.uk
>>> 
>>> 
>>> -----------------------------------------------------------
>>> |
>>> 
>>>> hey everyone,
>>> 
>>> 
>>>> I'm getting this error>
>>>> error:  illegal character  , line 50:> icps             cpsmidi>                     ^>
>>>> when I try to run this code>
>>>> instr        3
>>> 
>>>> icps  cpsmidi> abass oscil           2,      icps, 1> adist  distort abass, 1,       9
>>> 
>>> 
>>> 
>>>> outch 3, abass, 4, adist> endin>
>>>> in Qutecsound.>
>>>> it's driving me insane, I've started using MIDI since not so long ago, but I have tons of other instruments that work without a problem.> this instrument is preatty simple.> is there an issue I just can't see there?> I'd much appreciate your help.>
>>>> Andreas |
>>> -----------------------------------------------------------
>>> 
>>> 
>>> 
>>> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>>> National University of Ireland, Maynooth
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 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"


Date2011-07-27 01:27
Fromandy fillebrown
SubjectRe: [Csnd] Cpsmidi
I'm wondering if this is an OS specific bug ...
Which OS are you using?  Are you both using the same OS?

~ andy.f



On Tue, Jul 26, 2011 at 12:11 PM, andreas russo  wrote:
> just for the record, it happened while pasting code from another .csd file on my computer.
>
> andreas
>
> On Jul 26, 2011, at 07:12, Aidan Collins wrote:
>
>> I should report I've had this happen to me too, most often when
>> copying and pasting code into QuteCsound from email or the web.
>>
>> A
>>
>> On Mon, Jul 25, 2011 at 7:37 PM, andreas russo  wrote:
>>> though the text editor didn't show any other character, that worked.
>>>
>>> I've tried retyping the Icps opcode first and the Cpsmidi opcode later, but hadn't thought of rewriting the whole line or instrument.
>>> good to know this kind of "bug" exists.
>>>
>>> thank you so much!
>>>
>>> Andreas
>>>
>>> On Jul 25, 2011, at 19:29, Victor.Lazzarini@nuim.ie wrote:
>>>
>>>> I think qutecsound is placing an invisible illegal character in the code. I saw this happen before.
>>>> Two solutions: 1) open the CSD with a text editor to check and fix it  2) just delete the line and re-write
>>>> it.
>>>> I think the culprit is the autocompletion function that places some funny stuff that is not printed in the screen, but nevertheless is there.
>>>>
>>>> Victor
>>>>
>>>> ----- Original Message -----
>>>> From: andreas russo 
>>>> Date: Tuesday, July 26, 2011 12:25 am
>>>> Subject: [Csnd] Cpsmidi
>>>> To: csound@lists.bath.ac.uk
>>>>
>>>>
>>>> -----------------------------------------------------------
>>>> |
>>>>
>>>>> hey everyone,
>>>>
>>>>
>>>>> I'm getting this error>
>>>>> error:  illegal character  , line 50:> icps             cpsmidi>                     ^>
>>>>> when I try to run this code>
>>>>> instr        3
>>>>
>>>>> icps  cpsmidi> abass oscil           2,      icps, 1> adist  distort abass, 1,       9
>>>>
>>>>
>>>>
>>>>> outch 3, abass, 4, adist> endin>
>>>>> in Qutecsound.>
>>>>> it's driving me insane, I've started using MIDI since not so long ago, but I have tons of other instruments that work without a problem.> this instrument is preatty simple.> is there an issue I just can't see there?> I'd much appreciate your help.>
>>>>> Andreas |
>>>> -----------------------------------------------------------
>>>>
>>>>
>>>>
>>>> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>>>> National University of Ireland, Maynooth
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> 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"
>
>


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-07-27 03:36
Fromandreas russo
SubjectRe: [Csnd] Cpsmidi
I am on OSX 10.6.8 running Qutecsound 0.6.1 .
the .csd file I copied the code from came from the Csound catalog CD.

hope that helps.

andreas

On Jul 26, 2011, at 20:27, andy fillebrown wrote:

> I'm wondering if this is an OS specific bug ...
> Which OS are you using?  Are you both using the same OS?
> 
> ~ andy.f
> 
> 
> 
> On Tue, Jul 26, 2011 at 12:11 PM, andreas russo  wrote:
>> just for the record, it happened while pasting code from another .csd file on my computer.
>> 
>> andreas
>> 
>> On Jul 26, 2011, at 07:12, Aidan Collins wrote:
>> 
>>> I should report I've had this happen to me too, most often when
>>> copying and pasting code into QuteCsound from email or the web.
>>> 
>>> A
>>> 
>>> On Mon, Jul 25, 2011 at 7:37 PM, andreas russo  wrote:
>>>> though the text editor didn't show any other character, that worked.
>>>> 
>>>> I've tried retyping the Icps opcode first and the Cpsmidi opcode later, but hadn't thought of rewriting the whole line or instrument.
>>>> good to know this kind of "bug" exists.
>>>> 
>>>> thank you so much!
>>>> 
>>>> Andreas
>>>> 
>>>> On Jul 25, 2011, at 19:29, Victor.Lazzarini@nuim.ie wrote:
>>>> 
>>>>> I think qutecsound is placing an invisible illegal character in the code. I saw this happen before.
>>>>> Two solutions: 1) open the CSD with a text editor to check and fix it  2) just delete the line and re-write
>>>>> it.
>>>>> I think the culprit is the autocompletion function that places some funny stuff that is not printed in the screen, but nevertheless is there.
>>>>> 
>>>>> Victor
>>>>> 
>>>>> ----- Original Message -----
>>>>> From: andreas russo 
>>>>> Date: Tuesday, July 26, 2011 12:25 am
>>>>> Subject: [Csnd] Cpsmidi
>>>>> To: csound@lists.bath.ac.uk
>>>>> 
>>>>> 
>>>>> -----------------------------------------------------------
>>>>> |
>>>>> 
>>>>>> hey everyone,
>>>>> 
>>>>> 
>>>>>> I'm getting this error>
>>>>>> error:  illegal character  , line 50:> icps             cpsmidi>                     ^>
>>>>>> when I try to run this code>
>>>>>> instr        3
>>>>> 
>>>>>> icps  cpsmidi> abass oscil           2,      icps, 1> adist  distort abass, 1,       9
>>>>> 
>>>>> 
>>>>> 
>>>>>> outch 3, abass, 4, adist> endin>
>>>>>> in Qutecsound.>
>>>>>> it's driving me insane, I've started using MIDI since not so long ago, but I have tons of other instruments that work without a problem.> this instrument is preatty simple.> is there an issue I just can't see there?> I'd much appreciate your help.>
>>>>>> Andreas |
>>>>> -----------------------------------------------------------
>>>>> 
>>>>> 
>>>>> 
>>>>> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>>>>> National University of Ireland, Maynooth
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 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"
>> 
>> 
> 
> 
> 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"