electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
go to the radio page Live at electro-music.com radio 1 Please visit the chat
poster
Search found 26 matches
 Forum index » Search
Page 1 of 2 [26 Posts]   Goto page: 1, 2 Next
Author Message
  Topic: My finished project/album
Underwaterbob

Replies: 5
Views: 2198

Post Posted: Mon Oct 12, 2009 10:33 pm    Subject: My finished project/album
Forum:  Online Music
OK, new upload, this time .zip file for any Mac/Linux users.

http://www.filesavr.com/underwaterbob-dionusiszipped
  Topic: My finished project/album
Underwaterbob

Replies: 5
Views: 2198

Post Posted: Mon Oct 12, 2009 8:54 pm    Subject: My finished project/album
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 ...
  Topic: My finished project/album
Underwaterbob

Replies: 5
Views: 2198

Post Posted: Sun Oct 11, 2009 11:52 pm    Subject: My finished project/album
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 ...
  Topic: My new/finished project.
Underwaterbob

Replies: 2
Views: 1764

Post Posted: Sun Oct 11, 2009 11:45 pm    Subject: My new/finished project.
Forum:  Discussion » Introduce Yourself
It came out to 64 megs zipped. You can download the whole thing here:

http://www.filesavr.com/underwaterbob-diosunis
  Topic: My new/finished project.
Underwaterbob

Replies: 2
Views: 1764

Post Posted: Sun Oct 11, 2009 6:03 pm    Subject: My new/finished project.
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 ...
  Topic: How did you meet ChucK
Underwaterbob

Replies: 58
Views: 124023

Post Posted: Thu Jun 18, 2009 6:34 pm    Subject: How did you meet ChucK
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 ...
  Topic: One-Line ChucK Crazy
Underwaterbob

Replies: 120
Views: 200444

Post Posted: Thu Sep 18, 2008 10:03 pm    Subject: One-Line ChucK Crazy
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++; }


...
  Topic: Of feedback systems
Underwaterbob

Replies: 8
Views: 4425

Post Posted: Thu Sep 18, 2008 12:10 am    Subject: Of feedback systems
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 ...
  Topic: A simple ChucK question I can't find the answer to.
Underwaterbob

Replies: 3
Views: 2759

Post Posted: Wed Sep 17, 2008 11:39 pm    Subject: A simple ChucK question I can't find the answer to.
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 ...
  Topic: One-Line ChucK Crazy
Underwaterbob

Replies: 120
Views: 200444

Post Posted: Wed Sep 17, 2008 12:01 am    Subject: One-Line ChucK Crazy
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 ...
  Topic: One-Line ChucK Crazy
Underwaterbob

Replies: 120
Views: 200444

Post Posted: Tue Sep 16, 2008 6:30 am    Subject: One-Line ChucK Crazy
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&# ...
  Topic: One-Line ChucK Crazy
Underwaterbob

Replies: 120
Views: 200444

Post Posted: Mon Sep 15, 2008 9:34 am    Subject: One-Line ChucK Crazy
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. ...
  Topic: Translating CSound pieces to ChucK
Underwaterbob

Replies: 25
Views: 9614

Post Posted: Sat Sep 13, 2008 7:50 am    Subject: Translating CSound pieces to ChucK
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 ...
  Topic: Translating CSound pieces to ChucK
Underwaterbob

Replies: 25
Views: 9614

Post Posted: Fri Sep 12, 2008 6:56 am    Subject: Translating CSound pieces to ChucK
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 ...
  Topic: My first ChucK
Underwaterbob

Replies: 10
Views: 5341

Post Posted: Mon Sep 08, 2008 6:13 pm    Subject: My first ChucK
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 ...
  Topic: My first ChucK
Underwaterbob

Replies: 10
Views: 5341

Post Posted: Sat Sep 06, 2008 9:36 am    Subject: My first ChucK
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. Confused

How is the situation in Thailand? ...
  Topic: My first ChucK
Underwaterbob

Replies: 10
Views: 5341

Post Posted: Fri Sep 05, 2008 11:13 pm    Subject: My first ChucK
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 ...
  Topic: My first ChucK
Underwaterbob

Replies: 10
Views: 5341

Post Posted: Fri Sep 05, 2008 5:02 pm    Subject: My first ChucK
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 ...
  Topic: My first ChucK
Underwaterbob

Replies: 10
Views: 5341

Post Posted: Fri Sep 05, 2008 7:27 am    Subject: My first ChucK
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. ...
  Topic: New ChucKer needing guidance
Underwaterbob

Replies: 19
Views: 15237

Post Posted: Fri Sep 05, 2008 7:09 am    Subject: New ChucKer needing guidance
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 ...
  Topic: Csoundgui crashing?
Underwaterbob

Replies: 5
Views: 16227

Post Posted: Thu Sep 04, 2008 10:20 pm    Subject: Csoundgui crashing?
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 ...
  Topic: electronic music made with acoustic instruments ?
Underwaterbob

Replies: 29
Views: 16669

Post Posted: Thu Sep 04, 2008 6:37 pm    Subject: electronic music made with acoustic instruments ?
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 ...
  Topic: electronic music made with acoustic instruments ?
Underwaterbob

Replies: 29
Views: 16669

Post Posted: Thu Sep 04, 2008 5:56 am    Subject: electronic music made with acoustic instruments ?
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. ...
  Topic: How do YOU make beats?
Underwaterbob

Replies: 66
Views: 70976

Post Posted: Thu Sep 04, 2008 12:24 am    Subject: How do YOU make beats?
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 ...
  Topic: electronic music made with acoustic instruments ?
Underwaterbob

Replies: 29
Views: 16669

Post Posted: Wed Sep 03, 2008 11:56 pm    Subject: electronic music made with acoustic instruments ?
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
Jump to:  


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use