Yep, I got the message - can't get into cSound because I don't have Python 2.5. After installing it. Being new to cSound and fooling around in Vista, I'm stuck.
I'm thinking of joining a monastery, and by power of prayer, devise a solution. Or, find a way of getting onto one of the forums, or fori?
Blogs
Python
Submitted by nelsonb on Thu, 10/30/2008 - 16:34.- nelsonb's blog
- Login or register to post comments
TriggerPad 1.0
Submitted by cartolari on Tue, 10/21/2008 - 10:30.A simple Music-Trigger program written in Csound, Python and PyGame. It uses keyboard and joypad interface
More info :http://www.live-electronics.com
- cartolari's blog
- Login or register to post comments
slider bank "compiler"
Submitted by edexter on Sat, 10/11/2008 - 08:37.This is a beta of a wxpython slider bank compiler... yet another argument for redoing everything and then releasing it on disk... plus you can sell coffee cups and tea-shirts :) this generates the sliders based on slidername minvalue maxvalue.. could be used for anything realy not just csound.. Anyone else have alot of time that would be intrested in a major self-publishing venture?? let me know.
http://dexrowem.blogspot.com/2008/10/slider-bank-generator.html
- edexter's blog
- Login or register to post comments
python tkinter attemp at loading intruments as basrs
Submitted by edexter on Sat, 10/04/2008 - 09:46.http://groups.google.com/group/comp.lang.python/browse_thread/thread/ab7...
This is inspired by csound blue. May be a good argument for keeping the graphics and the code sperate (as is often promoted on the python boards). This particular attempt may fall flat on its face.. I wish to use either tkinter or ogl (from wxpython) and ignore pygame (I like them but it's a problem on alot of laptops because of memory). It comes down to finding and example where you can limit the x and/or the y..
- edexter's blog
- Login or register to post comments
- Read more
GranulePad 1.0
Submitted by cartolari on Fri, 10/03/2008 - 16:38.A simple synchronous granular synthesis program written in Csound, Python and PyGame. It uses keyboard and joypad interface.
More info :http://www.live-electronics.com
- cartolari's blog
- Login or register to post comments
i don't get it...
Submitted by ourfalli on Tue, 09/16/2008 - 04:09.In the .orc file we have :
instr 101 ;SIMPLE OSCIL
a1 oscil 10000, 440, 1
out a1
endin
the function number, which is the third argument of oscil is 1.
Is this function number is referring to the f-table in the .sco file ?
--------------------------------------------------------------------------------
OK, after reading the comments, let's recapitulate :
The function number, the third argument of oscil, is referring to the f-table in the .sco file. ftables can also be defined in ORC code via the ftgen opcode.
First essays with CSound
Submitted by ourfalli on Tue, 09/16/2008 - 04:06.through cmd, it is possible to compile csound files :
cd [directory]
> csound filename.orc filename.sco
The .csd is unified file (.orc+.sco) with tags.
- [CsoundSynthesizer]
- [CsOptions]
Options here
[/CsOptions] - [CsInstruments]
The .orc file
[/CsInstruments] - [CsScore]
The .sco file
[/CsScore]
- ourfalli's blog
- Login or register to post comments
Performance Modeling technology & "wgflute" opcode
Submitted by Alesandro on Thu, 09/11/2008 - 21:38.ares wgflute kamp, kfreq, kjet, iatt, idetk, kngain, kvibf, kvamp, ifn
kamp - midi velocity;
kfreq - midi pitch wheel from "Style Enhancer";
kjet - .26-.46<->0-127 midi expression from "Style Enhancer", http://www.ntonyx.com/se40.htm;
"Flute 01A 110S Solo Lyrical Free" style.
kngain - also midi expression.
- Alesandro's blog
- Login or register to post comments
drum/sample machine front end proof of concept...
Submitted by edexter on Tue, 09/02/2008 - 01:03.Someone else should post cool stuff sometimes. I released this on the python package index also. It is based on code that I found lying around when I was searching gmane wxpython. It can get much better than this but I was excited that I had one working as quicly as I did. The graphics are a two dimentional array of wx.checkbox. believe it or not there is a custom version of wx.checkbox that allows you to do whatever you want to as graphic but I would need a beta tester to make sure the graphics are still cross platform. also included is an updated version of the ifn parser.
- edexter's blog
- Login or register to post comments
- Read more
cross platform ifn parser for csound
Submitted by edexter on Thu, 08/28/2008 - 01:43.http://dexrowem.blogspot.com/2008/08/command-line-csound-parsing.html
This should work on any platform where python works.. pc,linux,mac cell phones exc...
I just need one of those spiffy websites like www.buzzmachines.com
- edexter's blog
- Login or register to post comments


