Front Page |  Radio | Media | Forum | Wiki | Links |
![]() |
Dedicated to
experimental electro-acoustic and electronic music |
![]() |
|
|
Search found 28 matches |
Forum index » Search |
Page 1 of 2 [28 Posts] | Goto page: 1, 2 Next |
Author | Message |
---|---|
![]() |
|
ilSignorCarlo Replies: 1 Views: 1992 |
![]() Forum: Instruments and Equipment » General Discussion |
Hi,
I need to buy some stuff to play and record music with my pc. I have a notebook, so I need an external audio card. I use Linux. I'm mainly interested in electronic music and in synthesis. I us ... |
|
![]() |
|
ilSignorCarlo Replies: 15 Views: 9316 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Then it says to add the following line in /usr/share/vim/filetype.vim,
au BufNewFile,BufRead *.ck setf ck try /usr/share/vim/vim71/filetype.vim instead Ok, thanks ![]() That was the prob ... |
|
![]() |
|
ilSignorCarlo Replies: 9 Views: 9014 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
int a[0][0]; // start with a blank a[][] <<< "int a[0][0];", "" >>>; a << [1] << [2, ... |
|
![]() |
|
ilSignorCarlo Replies: 15 Views: 9316 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi,
I like the Vim editor and I'd like to use it efficiently with ChucK. On the wiki page I've seen there is a syntax file to download (Ck.vim). I've followed intructions, but it doesn't seem to w ... |
|
![]() |
|
ilSignorCarlo Replies: 3 Views: 4567 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
i can chuck a shred directly but if i chuck --loop, i cant get anything to run.
The command "chuck --loop" make ChucK running and waiting for you to add shreds. You can do it by opening ... |
|
![]() |
|
ilSignorCarlo Replies: 15 Views: 9666 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
OK, definitely Processing is a better fit for that.
(I wasn't trying to convince you to use SuperCollider btw... just pointing out an area where SwingOSC is being used successfully.) James I ... |
|
![]() |
|
ilSignorCarlo Replies: 15 Views: 9666 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
If you're looking for the usual types of sliders, buttons, pop-up menus etc., another very good option is
Mmm, I was searching something more flexible. I need to create objects, move them, connect ... |
|
![]() |
|
ilSignorCarlo Replies: 15 Views: 9666 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
ok, with some more search I've found that actually someone already used Processing with ChucK, using OSC to make them communicate.
Do you know if there exist a starting tutorial or something about ... |
|
![]() |
|
ilSignorCarlo Replies: 15 Views: 9666 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
As inventor points out; sharing your code (getting others to run it) will be harder but if you just need something for yourself I'd say "go!". Yes, I understand this. But for a project ... |
|
![]() |
|
ilSignorCarlo Replies: 15 Views: 9666 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi,
is there any way to know if ChucK can work with a particular graphical environment? I mean, I'd like to bind ChucK to a GUI, but I am not sure if it's gonna work. Are there requisites that a p ... |
|
![]() |
|
ilSignorCarlo Replies: 9 Views: 11370 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi,
I have searched in the forum and saw there are some posts where they talk about ChucK and Python integration. Still I didn't understand if it is possible. Has anyone succeded in using ChucK fu ... |
|
![]() |
|
ilSignorCarlo Replies: 2 Views: 2806 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi,
I'm trying to run some basic examples, and when I give, for example: chuck larry.ck I get this error: [chuck]: cannot bind to tcp port 8888... It's strange, because just some days ago ... |
|
![]() |
|
ilSignorCarlo Replies: 4 Views: 6733 |
![]() Forum: DIY Hardware and Software » Developers' Corner |
Regarding your question, just what do you mean by knowledge representation? I'm not familiar with that phrase. Well, you represent a certain knowledge in a way such that a program can understand ... |
|
![]() |
|
ilSignorCarlo Replies: 13 Views: 5509 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Everything works now, wow ![]() I still don't know about real-time, but I'll try something as soon as possibile. Thanks a lot, bye. |
|
![]() |
|
ilSignorCarlo Replies: 13 Views: 5509 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Actually, I recommend having both ALSA and JACK version ready.
i usually compile for ALSA and put the result in /usr/bin and compile for JACK and add -jack to the file name and also put in /usr/bin ... |
|
![]() |
|
ilSignorCarlo Replies: 13 Views: 5509 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
That output = 0 i see in the first probe here is like when i have another programming using the soundcard
(for example, a web browser!) Ok, there was a paused video in the browser window. So... s ... |
|
![]() |
|
ilSignorCarlo Replies: 13 Views: 5509 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Ok, Hmmm, just noticed your --probe report doesn't list any outputs. are you able to get sound from another program that does use the same soundsystem/drivers?
In the last part of the --probe I hav ... |
|
![]() |
|
ilSignorCarlo Replies: 13 Views: 5509 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Really weird.
Let's check something really basic. Does this perhaps give a sound? SinOsc s => dac; 5::minute => now; No :\ No sound. I have already tried many example file ... |
|
![]() |
|
ilSignorCarlo Replies: 13 Views: 5509 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi,
I installed ChucK on Ubuntu Gutsy Gibbon, and it seems to work. I mean, I can run the example files, but I can't hear any sound (and yes, I have speakers turned on ![]() On the mailing list som ... |
|
![]() |
|
ilSignorCarlo Replies: 4 Views: 6733 |
![]() Subject description: and knowledge representation Forum: DIY Hardware and Software » Developers' Corner |
Hi,
I am going to work on a project for an Artificial Intellingence course. I want to create a software to compose music starting from some other music (possibly in a MIDI format) given in input. ... |
|
![]() |
|
ilSignorCarlo Replies: 3 Views: 4166 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
I'm not sure, could you check if you've got only the wxgtk 2.6 version? I have both 2.6 and 2.8. But, if I give wx-config --list in the shell, I get: Default config is gtk2-ansi-release-2.6 ... |
|
![]() |
|
ilSignorCarlo Replies: 3 Views: 4166 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi, I am completely new to Chuck.
I am trying to get it working on Linux Ubuntu 7.10. I installed Chuck with no problem, so when I type "chuck" in the shell, I get: ./miniAudicle: ... |
|
![]() |
|
ilSignorCarlo Replies: 16 Views: 14262 |
![]() Forum: DIY Hardware and Software » Developers' Corner |
If you like SuperCollider then go for it, I don't know anything about SuperCollider myself.
I still don't know anything about supercollider, so I can still choose which one to learn (first). And at ... |
|
![]() |
|
ilSignorCarlo Replies: 16 Views: 14262 |
![]() Forum: DIY Hardware and Software » Developers' Corner |
ChucK Commercial On If the original poster would shift their programming paradigm and simply think in terms of text instead of graphical programming, then Chuck would be perfect. I am the origi ... |
|
![]() |
|
ilSignorCarlo Replies: 16 Views: 14262 |
![]() Forum: DIY Hardware and Software » Developers' Corner |
If you are comfortable with text-based programming languages, I would recommend
I think I can handle that. And I like typing. At least, not as easily as in SC's object-oriented paradigm, derive ... |
|
Page 1 of 2 [28 Posts] | Goto page: 1, 2 Next |
Forum index » Search |