SuperCollider Forum
May 20, 2013, 09:49:52 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: The SuperCollider forum is currently experiencing a rash of spambot registrations. New user requests may not be approved quickly as a result -- and if your email address looks like spam, it might not be approved at all. We are working to improve the security of the registration process, and to provide alternate means to contact the administrators to get a new account. Thanks for your patience.
 
   Home   Help Search Calendar Login Register  
Pages: 1 [2]
  Print  
Author Topic: need help with something to step through a sound file  (Read 12222 times)
0 Members and 1 Guest are viewing this topic.
joshp
AdminGroup
Full Member
*

Karma: 5
Posts: 121



View Profile WWW
« Reply #15 on: August 17, 2006, 09:07:05 PM »

You could also change this:

   pointer = LFNoise1.kr(BufDur.kr(buffer).reciprocal, 0.5, 0.5) * controlenv;


To something like

   pointer = LFNoise1.kr(0.01, 0.5, 0.5) * controlenv;

This will definitely warp it more.

Also, try this for the Warp1 line:

   a = Warp1.ar(
      buffer, pointer, Array.fill(5, {Rand.new(0.9, 1.1)}), 0.11, 8, 0.2).sum * env;

That will muddy it up.

Josh
Logged
travis
Newbie
*

Karma: 0
Posts: 28


View Profile
« Reply #16 on: August 31, 2006, 07:15:16 PM »

i can't believe i keep getting compliments...
Logged
joshp
AdminGroup
Full Member
*

Karma: 5
Posts: 121



View Profile WWW
« Reply #17 on: August 31, 2006, 07:25:31 PM »

Do you mean on the Warp patches? cool...

Josh
Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!