Front Page |  Radio | Media | Forum | Wiki | Links |
![]() |
Dedicated to
experimental electro-acoustic and electronic music |
![]() |
|
Search found 32 matches |
Forum index » Search |
Page 1 of 2 [32 Posts] | Goto page: 1, 2 Next |
Author | Message |
---|---|
![]() |
|
GrandJu Replies: 3 Views: 4983 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi vitorgr,
I suppose you are using Jack1. Try Jack2, I don't know why but it works better with ChucK. Since I use it I had no disconnect from Jack server anymore. Have fun Ju |
|
![]() |
|
GrandJu Replies: 3 Views: 5629 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi and Welcome to ChucK,
I don't know exactly how this is manage internaly but I have some practical knwoledge about it. It is not possible to add your class in your main program directly: for ... |
|
![]() |
|
GrandJu Replies: 3 Views: 4963 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi Tommy and Welcome to ChucK ![]() There is an error in your script line 70. It seems you forgot to disable HTML or somthing like that. I m not sure to understand your question but even i ... |
|
![]() |
|
GrandJu Replies: 7 Views: 8183 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi McKein,
And Welcome in the marvelous world of ChucK ![]() Is recvbuf an UGen? I cannot find it in the Manual. sndbuf is an UGen to read wav files. Easy to use, check examlpes! Have F ... |
|
![]() |
|
GrandJu Replies: 11 Views: 8603 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
I play with ChucK since january 2010. And I learn electronic music this way!
It's fantastic ![]() Cheers, Ju |
|
![]() |
|
GrandJu Replies: 11 Views: 8603 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Ok, I understand now ![]() It's true that with my proposal, you might have some kind of freeze effect if samples are trigged several times quickly. I have to experiment Lisa on my side to know it ... |
|
![]() |
|
GrandJu Replies: 11 Views: 8603 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi Les,
I don't understand why you are using Lisa. But Maybe I don't get the real purpose of your script ![]() Just using SndBuf (without Lisa) may save some memory and CPU. Something like ... |
|
![]() |
|
GrandJu Replies: 2 Views: 3945 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi Jason,
Do you try to stop the VM before reading your file? I don't know for Mac but on Windows and Linux, I must stop the VM else I cannot acces to the wav file. Ju |
|
![]() |
|
GrandJu Replies: 3 Views: 3841 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi Nerak99 and welcome to the Chuck world ![]() Unfortunately I cannot really help you. Personnaly I didn't succeed to make Chuck works on a Ubuntu 64 bit version. I met the same problem as ... |
|
![]() |
|
GrandJu Replies: 4 Views: 4637 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi flies,
I didn't find it too. But I think there is no way to perform it directly. I created a class using the freq() function of the filter and udating it each sample to change cutoff frequency. ... |
|
![]() |
|
GrandJu Replies: 1 Views: 2864 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi,
It's time for me to change my PC. I think now there is a slow down in processors frequency progress, instead I think they put several processor on the same chipset. (Perhaps I am wrong, i am n ... |
|
![]() |
|
GrandJu Replies: 3 Views: 4213 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
You re right, I misunderstood your question ![]() What is a midi endpoints? For me there is only midi input and output ![]() Ju |
|
![]() |
|
GrandJu Replies: 3 Views: 4213 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi unzz,
And welcome to the fantastic chuck world! ![]() Did you have look at the examples about midi. there is simple programs to understand how midi works in chuck. I already used one virtual ... |
|
![]() |
|
GrandJu Replies: 7 Views: 8022 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi Chuckers,
Is there some news about this new release? ![]() Thanks, Ju |
|
![]() |
|
GrandJu Replies: 2 Views: 3559 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi jirko,
For the moment in Chuck, I think You can only define a public class one time. The only way I know to redefine one of it is to restart the VM... Ju |
|
![]() |
|
GrandJu Replies: 3 Views: 3783 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
ok, I certainly mistake about number of parameters and number of coefficient... | |
![]() |
|
GrandJu Replies: 4 Views: 11109 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi heuermh,
It's seems to be a lot of intersting things in LiCK! Thanks a lot to share all this code. I am interesting about scales. In which files can I find it? Thanks, Ju |
|
![]() |
|
GrandJu Replies: 3 Views: 3783 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi emil,
I don't know how curvetable works. That's why I just took a look at the manual. page 175 section GenX: it is written:"Currently coefficients past the 100th are ignored." I t ... |
|
![]() |
|
GrandJu Replies: 2 Views: 3700 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi Frankie_d,
This example is just playing one chord at a time. There is no progression. If you want to do so, try to change the base note (Std.mtof(64) => input.next; ) or the chord type (cho ... |
|
![]() |
|
GrandJu Replies: 11 Views: 9676 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi,
Mini Audicle works on Windows XP too. I don't know for linux... Ju |
|
![]() |
|
GrandJu Replies: 4 Views: 4637 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi Frank,
Theoretically you can use .last() function for all UGen. I use ADSR to control filters frequency. So it should work for modulation too. If you want your ADSR to output values don't fo ... |
|
![]() |
|
GrandJu Replies: 5 Views: 5918 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi Chuckers,
Where can I find this framework? I cannot find it with a "search" ![]() Thanks Ju |
|
![]() |
|
GrandJu Replies: 2 Views: 3700 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi,
Here is a class I coded to generate chord. I am not a solfege specialist, I get chords description in wikipedia, so if important chords are missing or if there are some errors, please advise me ... |
|
![]() |
|
GrandJu Replies: 11 Views: 13027 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi,
Concerning the Keyboard problem, I found a temporary solution but it didn't satisfied me at all. before playing chuck I modify read access of /dev/input/event0 for other. /dev/input$ sudo c ... |
|
![]() |
|
GrandJu Replies: 1 Views: 3101 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Hi kapilkaisare,
I got the same message when stop chuck with Ctrl-C. But it cause me no problem, so I live well with it ![]() Do you have some other troubles? Ju |
|
Page 1 of 2 [32 Posts] | Goto page: 1, 2 Next |
Forum index » Search |