[Csnd] Tempo-Synced LFO Wobble Bass
Date | 2011-07-11 14:02 |
From | Jacob 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" |
Date | 2011-07-11 14:18 |
From | Joel Ross |
Subject | Re: [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 |
Date | 2011-07-11 15:52 |
From | Adam Puckett |
Subject | Re: [Csnd] Tempo-Synced LFO Wobble Bass |
Wow Jake, this is so you! On 7/11/11, Joel Ross |
Date | 2011-07-11 20:33 |
From | Brian Redfern |
Subject | Re: [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" |
Date | 2011-07-11 22:47 |
From | Mark Van Peteghem |
Subject | Re: [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. |
Date | 2011-07-12 07:43 |
From | Mark Van Peteghem |
Subject | Re: [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" |
Date | 2011-07-12 08:04 |
From | Andres Cabrera |
Subject | Re: [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 |
Date | 2011-07-12 22:14 |
From | Mark Van Peteghem |
Subject | Re: [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 > |
Date | 2011-07-26 00:24 |
From | andreas 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 |
Date | 2011-07-26 00:29 |
From | Victor.Lazzarini@nuim.ie |
Subject | Re: [Csnd] Cpsmidi |
Attachments | None |
Date | 2011-07-26 00:37 |
From | andreas russo |
Subject | Re: [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 | 2011-07-26 12:12 |
From | Aidan Collins |
Subject | Re: [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 |
Date | 2011-07-26 17:11 |
From | andreas russo |
Subject | Re: [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 |
Date | 2011-07-27 01:27 |
From | andy fillebrown |
Subject | Re: [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 |
Date | 2011-07-27 03:36 |
From | andreas russo |
Subject | Re: [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 |