Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Wobble bass sound

Date2013-11-28 05:54
From"Art Hunkins"
SubjectRe: [Csnd] Wobble bass sound
Your score only has it playing for 5 seconds?

Art Hunkins

----- Original Message ----- 
From: "german bobr" 
To: "Csound mailing list address" 
Sent: Thursday, November 28, 2013 12:35 AM
Subject: [Csnd] Wobble bass sound


Hi!

I am trying to get a simple wobble bass instrument (like the bass
lines used in dubstep)
I'm new to sound synthesis, so i'm kinda playing this by ear.

I have read that basically a wobble bass is a LFO as cutoff value for
a low-pass filter.
(http://www.dubstepforum.com/forum/viewtopic.php?t=67507)

So i made this .csd, and it sounds like a good start to me, but i
can't make it work for more than a few seconds, and then it goes mute.

-------------------------
.csd follows:
-------------------------




sr = 44100
ksmps = 128
nchnls = 2
0dbfs = 1.0
instr 1

abass oscil 0.5,440
kcoff oscil 100,20

aout lowpass2 abass, kcoff, 30

out aout,aout

endin


i1 0 5



---------------------------------------------------

Any ideas on how to make it work?

Thanks in advance,
Germán


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
csound"


=