Front Page |  Radio | Media | Forum | Wiki | Links |
![]() |
Dedicated to
experimental electro-acoustic and electronic music |
![]() |
|
|
Search found 26 matches |
Forum index » Search |
Page 1 of 2 [26 Posts] | Goto page: 1, 2 Next |
Author | Message |
---|---|
![]() |
|
Underwaterbob Replies: 5 Views: 2198 |
![]() Forum: Online Music |
OK, new upload, this time .zip file for any Mac/Linux users.
http://www.filesavr.com/underwaterbob-dionusiszipped |
|
![]() |
|
Underwaterbob Replies: 5 Views: 2198 |
![]() Forum: Online Music |
the download is a .exe which doesn't work for those of us on a mac...
Ouch, I feel really stupid now. I thought I'd be all smart and make it easy to unzip heedless of the consequences. When I g ... |
|
![]() |
|
Underwaterbob Replies: 5 Views: 2198 |
![]() Forum: Online Music |
This is my most recent finished batch of music. I put this link in the introduce yourself thread as well...
http://www.filesavr.com/underwaterbob-diosunis All the samples used were free, I prog ... |
|
![]() |
|
Underwaterbob Replies: 2 Views: 1764 |
![]() Forum: Discussion » Introduce Yourself |
It came out to 64 megs zipped. You can download the whole thing here:
http://www.filesavr.com/underwaterbob-diosunis |
|
![]() |
|
Underwaterbob Replies: 2 Views: 1764 |
![]() Forum: Discussion » Introduce Yourself |
I've been a member of this board for some time, but am mostly just a lurker. I've been composing electronic music for nearly ten years now, 98% of which in Csound.
I finished my latest project. It ... |
|
![]() |
|
Underwaterbob Replies: 58 Views: 124023 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
During exam time teaching English in South Korea, when there's nothing for us foreigners to do since we're not involved with the exams, I stumbled across this board looking for like minded Csound prog ... | |
![]() |
|
Underwaterbob Replies: 120 Views: 200444 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Macro FM synthesis:
SqrOsc s => dac; 0 => int x; while(200::ms => now){ 500+(440*Math.sin(x*3*Math.sin(x/4.0))) => s.freq; x++; } ... |
|
![]() |
|
Underwaterbob Replies: 8 Views: 4425 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Feedback is awesome and sometimes unpredictable and dangerous (at least aurally). It's great for having your pieces grow on their own, you can set initial parameters and some kind of feedback loop wi ... | |
![]() |
|
Underwaterbob Replies: 3 Views: 2759 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Are there any resources in ChucK that let me set oscillators to standard notes, not just numbered frequencies? I mean, if I want a middle C do I have to ChucK 256Hz to an oscillator or are typical no ... | |
![]() |
|
Underwaterbob Replies: 120 Views: 200444 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Why not just write 4.0/x instead of 1/(x/4.0) ?
It was the way I approached it. Initially it was just 1/x but I thought the gain would scale down too quickly, so I slowed down the rate of change b ... |
|
![]() |
|
Underwaterbob Replies: 120 Views: 200444 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
This crashes on me and I can't figure out why:
SinOsc s[400]; for(0 => int x; x<400; x++){ (x+1)*10 => s[x].freq; (1/(x/4)) => s ... |
|
![]() |
|
Underwaterbob Replies: 120 Views: 200444 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Watch out! It starts off unassuming but gets annoying pretty fast:
Noise a => BPF f => dac; for(1 => int x; x < 360; x++){ f.set((x%7+1)*Std.fabs(2*Math. ... |
|
![]() |
|
Underwaterbob Replies: 25 Views: 9614 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Things that might be more difficult to do in ChucK... an example:
GEN19 in CSound allows me to create a wave function with any number of harmonics and non-harmonic partials and control their streng ... |
|
![]() |
|
Underwaterbob Replies: 25 Views: 9614 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
I think ChucK will only handle your coursework until it grows more complex.
I'm completely biased in this since I've been using ChucK for less than a hundredth of the time I've been using CSound, b ... |
|
![]() |
|
Underwaterbob Replies: 10 Views: 5341 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
I'm glad things are OK there. Great country.
I hadn't touched ChucK for a few days but then all of my classes were canceled, so I'm at work and not working and downloaded ChucK on my office machin ... |
|
![]() |
|
Underwaterbob Replies: 10 Views: 5341 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
original: Math.rand2f(1, 6) $ int => note; NoteList Thanks for that, I didn't realize my random function wasn't hitting every value in the array. ![]() How is the situation in Thailand? ... |
|
![]() |
|
Underwaterbob Replies: 10 Views: 5341 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Csound code has been around for decades, but due to the disparate nature of the community and the nature of music creation itself, it seems no two coders do it the same. I've been doing it for ten ye ... | |
![]() |
|
Underwaterbob Replies: 10 Views: 5341 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Awesome! Thanks!
A couple comments to see if I understand: Spork lets me run separate functions simultaneously. So, for example, in the end of the larry, moe and curly tutorial where you are s ... |
|
![]() |
|
Underwaterbob Replies: 10 Views: 5341 |
![]() Subject description: help and/or comments please Forum: DIY Hardware and Software » ChucK programming language |
I found out about this forum and consequently ChucK yesterday.
ChucK seems pretty awesome so I downloaded it this afternoon. This is my first, fairly basic attempt at making something interesting. ... |
|
![]() |
|
Underwaterbob Replies: 19 Views: 15237 |
![]() Forum: DIY Hardware and Software » ChucK programming language |
Your question made me curious about what it would sound like. I've been using ChucK for one day and have no idea how to implement it.
I'm a Csound whore so I made an instrument that takes two iden ... |
|
![]() |
|
Underwaterbob Replies: 5 Views: 16227 |
![]() Forum: DIY Hardware and Software » Csound |
I have the same problem. I like the gui for 5.xx but it's useless for debugging. Since I'm still writing using the old two file (orc and sco) format, if there's something wrong I run it through 4.xx ... | |
![]() |
|
Underwaterbob Replies: 29 Views: 16669 |
![]() Forum: Discussion » Composition |
If you go to my myspace page ( www.myspace.com/underwaterbob ) the track "The Capital Fell on Toots" has some sounds in it that are precursors to the technique.
Everything I have online i ... |
|
![]() |
|
Underwaterbob Replies: 29 Views: 16669 |
![]() Forum: Discussion » Composition |
I like to do harmonic (or Fourier) analyses of acoustic sounds that I like and then steal their harmonic series for my own instruments.
No actual sampling, just analysis and altered reproduction. ... |
|
![]() |
|
Underwaterbob Replies: 66 Views: 70976 |
![]() Forum: Discussion » Composition |
Sometimes I serialize my beats using CSound and Microsoft Excel. Take three or four percussion samples or generate some percussive sounds and have them play out durations according to some simple mat ... | |
![]() |
|
Underwaterbob Replies: 29 Views: 16669 |
![]() Forum: Discussion » Composition |
I like to do harmonic (or Fourier) analyses of acoustic sounds that I like and then steal their harmonic series for my own instruments.
No actual sampling, just analysis and altered reproduction. ... |
|
Page 1 of 2 [26 Posts] | Goto page: 1, 2 Next |
Forum index » Search |