Elists: csound http://elists.resynthesize.com Electronic Music Mailing List Archives - csound en-us Re: [Csnd] Scoring http://elists.resynthesize.com/csound/2005/04/1482547/ 2005-04-30 02:40:35 [Csnd] Analysis errors in MacCsound http://elists.resynthesize.com/csound/2005/04/1482545/ 2005-04-30 02:28:36 CSoundLib found. -->Starting CsoundLib. CsoundLib started with Command-line: "csound -Upvanal -g /Users/jeanmicheldarremont/Music/Audio/CSound=20 audio folder/Csound inputs/kickroll.wav=20 /Users/jeanmicheldarremont/Music/Audio/CSound audio folder/Csound=20 inputs/kickroll.pvx " Using default language 0dBFS level =3D 32767.0 Csound Version 4]]> Re: [Csnd] Scoring http://elists.resynthesize.com/csound/2005/04/1482522/ 2005-04-29 08:42:18 Take into account that the video part of CsoundAV only works in realtime > at present time. CsoundAV at present time is intended as a versatile and > powerful VJ instrument for live performances. >=20 > Gabriel >=20 > Chuckk Hubbard wrote: > > ]]> Re: [Csnd] announce: meloncillo 0.73 http://elists.resynthesize.com/csound/2005/04/1482428/ 2005-04-29 12:23:09 Re: [Csnd] announce: meloncillo 0.73 http://elists.resynthesize.com/csound/2005/04/1482397/ 2005-04-29 10:38:19 [Csnd] Problem with instrument control http://elists.resynthesize.com/csound/2005/04/1482370/ 2005-04-29 09:41:20 Re: [Csnd] contanenating tables http://elists.resynthesize.com/csound/2005/04/1482340/ 2005-04-29 08:17:08 Wow, "concat" as an opcode is a great idea! I don't know if it would be > sufficient to have it as *just* an i-rate though. I say this because > the tables we are deali]]> Re: [Csnd] --strset option, strtod and strtol opcodes http://elists.resynthesize.com/csound/2005/04/1482338/ 2005-04-29 08:23:15 is there a maximum length for an "S" string? With the current implementation, there is a maximum length, because string variables are stored in the same way as a-rate variables, that is, an array of MYFLT of which the size cannot be changed at performance time. You can set the maximum length with the -+max_str_len option (defaults to 256). Note that the size of string constants (as opposed to variables) is not limited. It is possible to make some changes to have strings with fully dynamic length, by storing a structure that contains a char* pointer and informa]]> Re: [Csnd] --strset option, strtod and strtol opcodes http://elists.resynthesize.com/csound/2005/04/1482325/ 2005-04-29 08:02:26 The --strset option allows setting strset string values from the command > line, > in the format '--strsetN=VALUE'. It is useful for passing parameters to the > orchestra (e.g. file names). > > ------------------------------------------------------------------------------ > > > ir strtod Sstr > ir strtod indx > kr strtodk Sstr > kr strtodk kndx > ir strtol Sstr > ir strtol indx > kr strtolk Sstr > kr strto]]> [Csnd] --strset option, strtod and strtol opcodes http://elists.resynthesize.com/csound/2005/04/1482267/ 2005-04-29 05:49:43