| Author | Message | 
 
| gusjdt 
 
 
 Joined: Apr 12, 2006
 Posts: 55
 Location: San Juan
 G2 patch files: 1
 
 | 
|  Posted: Sun Jul 15, 2007 6:54 am    Post subject:
Csound forum gone? |    |   
| 
 |  
| What happened to the Csound section? I just started learning it and I was going to look around the subforum but now I see its gone. : / _________________
 A new disturbing study has been found that proves that studies are disturbing...
 |  | 
| Back to top |  | 
 
|  | 
 
| mosc Site Admin
 
  
 Joined: Jan 31, 2003
 Posts: 18253
 Location: Durham, NC
 Audio files: 227
 G2 patch files: 60
 
 | 
|  Posted: Sun Jul 15, 2007 11:40 am    Post subject: |    |   
| 
 |  
| I don't remember there every being a Csound forum. Maybe we need one. Did we have one that got zapped?  _________________
 --Howard
 my music and other stuff
 |  | 
| Back to top |  | 
 
|  | 
 
| gusjdt 
 
 
 Joined: Apr 12, 2006
 Posts: 55
 Location: San Juan
 G2 patch files: 1
 
 | 
|  Posted: Sun Jul 15, 2007 1:29 pm    Post subject: |    |   
| 
 |  
| I think we did, under the instruments section. I remember seeing threads with codes of Csound. Or maybe I was just hallucinating. : / _________________
 A new disturbing study has been found that proves that studies are disturbing...
 |  | 
| Back to top |  | 
 
|  | 
 
| ian-s 
 
  
 Joined: Apr 01, 2004
 Posts: 2672
 Location: Auckland, New Zealand
 Audio files: 42
 G2 patch files: 626
 
 | 
|  Posted: Sun Jul 15, 2007 2:13 pm    Post subject: |    |   
| 
 |  
| chuck code looks a lot like csound. |  | 
| Back to top |  | 
 
|  | 
 
| blue hell Site Admin
 
  
 Joined: Apr 03, 2004
 Posts: 24489
 Location: The Netherlands, Enschede
 Audio files: 298
 G2 patch files: 320
 
 | 
|  Posted: Sun Jul 15, 2007 2:21 pm    Post subject: |    |   
| 
 |  
| And there actually is some csound code in the chuck threads as well. _________________
 Jan
 also .. could someone please turn down the thermostat a bit.
 
  |  | 
| Back to top |  | 
 
|  | 
 
| mosc Site Admin
 
  
 Joined: Jan 31, 2003
 Posts: 18253
 Location: Durham, NC
 Audio files: 227
 G2 patch files: 60
 
 | 
|  Posted: Sun Jul 15, 2007 2:44 pm    Post subject: |    |   
| 
 |  
| I just created the Csound forum. May it live long and prosper. This is the first topic. 
 
                _________________
 --Howard
 my music and other stuff
 |  | 
| Back to top |  | 
 
|  | 
 
| gusjdt 
 
 
 Joined: Apr 12, 2006
 Posts: 55
 Location: San Juan
 G2 patch files: 1
 
 | 
|  Posted: Sun Jul 15, 2007 4:37 pm    Post subject: |    |   
| 
 |  
| Thanks! You're probably right, I think I was in the Chuck forum and I saw some Csound threads. Sorry bout the confusion  _________________
 A new disturbing study has been found that proves that studies are disturbing...
 |  | 
| Back to top |  | 
 
|  | 
 
| Kassen Janitor
 
  
  
 Joined: Jul 06, 2004
 Posts: 7678
 Location: The Hague, NL
 G2 patch files: 3
 
 | 
|  Posted: Sun Jul 15, 2007 5:09 pm    Post subject: |    |   
| 
 |  
|  	  | g2ian wrote: |  	  | chuck code looks a lot like csound. | 
 
 In what way?
 _________________
 Kassen
 |  | 
| Back to top |  | 
 
|  | 
 
| ian-s 
 
  
 Joined: Apr 01, 2004
 Posts: 2672
 Location: Auckland, New Zealand
 Audio files: 42
 G2 patch files: 626
 
 | 
|  Posted: Sun Jul 15, 2007 6:03 pm    Post subject: |    |   
| 
 |  
|  	  | Kassen wrote: |  	  |  	  | g2ian wrote: |  	  | chuck code looks a lot like csound. | 
 
 In what way?
 | 
 
 In that a lot of chuck ugens are ported from csound. And they both use basic C language like constructs/conventions/comments.
 |  | 
| Back to top |  | 
 
|  | 
 
| Kassen Janitor
 
  
  
 Joined: Jul 06, 2004
 Posts: 7678
 Location: The Hague, NL
 G2 patch files: 3
 
 | 
|  Posted: Sun Jul 15, 2007 10:18 pm    Post subject: |    |   
| 
 |  
| On that level I agree, there's definately a similarity in abstracting modular synthesis modules into a sort of programing objects but then again; SC does the same and arguably MAX/MSP too, on that level. 
 However, on the level of actual code it's quite different to me;
 
 
  	  | Code: |  	  | intr    101
 a1 oscil 10000,    440,    1  ; define instrument and set parameters
 out a1  ;conect to dac
 endin
 | 
 
 Looks quite different from;
 
 
  	  | Quote: |  	  | SinOsc s => dac; //define instrument and conect to dac
 .8 => s.gain;  //set parameters
 440 => s.freq;
 | 
 
 To me this makes a huge difference but that might be mainly because I find "freq means frequency" a lot easier to remember then "the second spot in the list refers to frequency"?
 
 Generally the code looks very different to me; Csound code tends to take on a list or table like quality while ChucK gravitates towards indented paragraphs. Looking at a printout of a secion of a program from a few meters distance I think I'd be more likely to mix ChucK up with Java (or SC to stay within music) then with Csound.
 
 
 ....which is not to say any of those aproaches is better or worse.
 _________________
 Kassen
 |  | 
| Back to top |  | 
 
|  | 
 
| dewdrop_world 
 
  
 Joined: Aug 28, 2006
 Posts: 858
 Location: Guangzhou, China
 Audio files: 4
 
 | 
|  Posted: Tue Jul 17, 2007 4:33 am    Post subject: |    |   
| 
 |  
| csound code always looked to me more like assembly language than modern high-level languages. -- Just typographic appearance, I mean. Obviously the opcodes in csound encompass much more than a cpu's instruction set. 
 James
 _________________
 ddw online: http://www.dewdrop-world.net
 sc3 online: http://supercollider.sourceforge.net
 |  | 
| Back to top |  | 
 
|  | 
 
| Shawn56 
 
 
 Joined: Oct 08, 2011
 Posts: 6
 Location: USA
 
 | 
|  Posted: Thu Oct 13, 2011 5:30 pm    Post subject: |    |   
| 
 |  
| where did the csound form go ? can you post a link of a form with alot of csound users on it?  any one 8 (
 |  | 
| Back to top |  | 
 
|  | 
 
| mosc Site Admin
 
  
 Joined: Jan 31, 2003
 Posts: 18253
 Location: Durham, NC
 Audio files: 227
 G2 patch files: 60
 
 |  | 
| Back to top |  | 
 
|  | 
 
| Shawn56 
 
 
 Joined: Oct 08, 2011
 Posts: 6
 Location: USA
 
 | 
|  Posted: Tue Oct 18, 2011 6:54 am    Post subject: |    |   
| 
 |  
| very funny yeah right  |  | 
| Back to top |  | 
 
|  | 
 
| cebec 
 
  
 Joined: Apr 19, 2004
 Posts: 1100
 Location: Virginia
 Audio files: 3
 G2 patch files: 31
 
 |  | 
| Back to top |  | 
 
|  | 
 
| Shawn56 
 
 
 Joined: Oct 08, 2011
 Posts: 6
 Location: USA
 
 |  | 
| Back to top |  | 
 
|  | 
 
|  |