Trance Forum | Stats | Register | Search | Parties | Advertise | Login

There are 0 trance users currently browsing this page and 1 guest
Trance Forum » » Forum  Production & Music Making - Best free synth to make your own kick?

1 2 3 Next Page →
First Page Last Page
Share on facebook Share on twitter Share on StumbleUpon
Author

Best free synth to make your own kick?

vector_0
IsraTrance Full Member

Started Topics :  113
Posts :  1191
Posted : Nov 13, 2010 00:46:38
Hi guys,

I'm wondering what the best free synth is to make your own kick. I recently watched a tutorial on how to synthesize a kick using Ableton's Operator, but I do not have the Ableton suite and thus don't have access to this feature. Is there a free (or cheap) alternative that would work well (mac compatible too)?

Thanks!           http://soundcloud.com/rob-vector
Wizack Twizack
Wizack Twizack

Started Topics :  239
Posts :  3486
Posted : Nov 13, 2010 01:24
bazzism vst

go hunt!           For Contact & Bookings:
Wizack_Booking@hotmail.com
www.soundcloud.com/wizack_Twizack
New Album Out: Wizack Twizack - IV (Ovnimoon Records 2011) http://www.beatport.com/#release/wizack-twizack-iv/387698
The Andychrist
The Andychrist

Started Topics :  11
Posts :  150
Posted : Nov 13, 2010 02:13
lol =D           http://soundcloud.com/the-andychrist
http://unwashedtomato.com
willsanquil
IsraTrance Full Member

Started Topics :  93
Posts :  2822
Posted : Nov 13, 2010 02:19
heh if you don't have any moral qualms about *making* software free, hunt down speakafreaka's psykick. It's around somewhere on this site...            If you want to make an apple pie from scratch...you must first invent the universe
www.soundcloud.com/tasp
www.soundcloud.com/kinematic-records
The Andychrist
The Andychrist

Started Topics :  11
Posts :  150
Posted : Nov 13, 2010 03:07
You will need supercollider to run this patch, and it is available free from http://supercollider.wesleyan.edu I found the patch at http://www.nabble.com/kick-drum-Instr-tf4151358.html#a11809619 and its reproduced below:

"

Instr("drums.statkffreq", { |trig, basefreq = 50, depth = 100, fallratio, beatertime, falltime, attack, time, decay, ffreq, rq, preamp, postamp|
var freqenv = EnvGen.kr(Env([depth, depth, 1, fallratio], [0, beatertime, falltime], exp), trig),
freq = basefreq * freqenv,
sig = SinOsc.ar(freq, 0.5pi),
noise = BPF.ar(PinkNoise.ar, (ffreq * freqenv).clip(20, 20000), rq, preamp)
.distort * postamp;
sig = sig + noise;
sig * EnvGen.kr(Env(#[0, 0, 1, 0.8, 0], [0, attack, time, decay], -2), trig);
}, [
TrigSpec(),
#[20, 300, exp, 0, 50], // basefreq - fundamental
#[1, 500, exp, 0, 100], // depth - initial sweep from basefreq * depth to basefreq
#[0.1, 1.0, exp, 0, 1], // fallratio - fundamental fall-off after beater
#[0.001, 0.5, exp, 0, 0.01], // beatertime - time for initial sweep
#[0.1, 10, exp, 0, 1], // falltime - time for fall-off
#[0.001, 0.5, exp, 0, 0.005], // attack - amp envelope attack time
#[0.001, 0.5, exp, 0, 0.1], // time - amp envelope time to decay to 0.8
#[0.001, 0.5, exp, 0, 0.2], // decay - amp envelope time to decay to 0
freq, // ffreq - BPF center freq on noise component
#[1, 0.05, 'linear', 0.0, 1], // rq - BPF rq
#[0.01, 100, exp, 0, 1], // preamp - noise component amp before distortion
#[0.01, 100, exp, 0, 1] // postamp - noise component amp after distortion
]);


p = Patch("drums.statkffreq", [BeatClockPlayer(4)]); // or just Patch("drums.statkffreq")
p.gui;
"

after you have installed supercollider, open it, click "boot", and create a new window (option-n). then copy the block of code (without the quotes) and paste it in the new window. now just highlight the whole block of code and press the enter key. don't press return, that will replace the code with a carriage return.

when you press entrer, a nice little gui will open up and let you start making a kick! once you have a nice kick that you want to record, click "prepare recording" and then click "record". when you're done, click stop recording. the recording will appear in the Supercollider folder in the subdirectory "recordings", and it will be a in the left channel only, so you'll just have to deal with that.

I know it's not quite as nice as a vst plugin, but it's free, open-source, and lets you have nice kicks.

Andy          http://soundcloud.com/the-andychrist
http://unwashedtomato.com
Upavas
Upavas

Started Topics :  150
Posts :  3315
Posted : Nov 13, 2010 03:35
I'd say Speedafreaka's kick vst beats Bazzism!

Much better!

          Upavas - Here And Now (Sangoma Rec.) new EP out Oct.29th, get it here:
http://timecode.bandcamp.com
http://upavas.com
http://soundcloud.com/upavas-1/
aciduss
IsraTrance Full Member

Started Topics :  112
Posts :  1490
Posted : Nov 13, 2010 03:45
'zzism ain't free u know?
The Andychrist
The Andychrist

Started Topics :  11
Posts :  150
Posted : Nov 13, 2010 04:46
Quote:

On 2010-11-13 03:35, Upavas wrote:
I'd say Speedafreaka's kick vst beats Bazzism!

Much better!




since it was free when it was available, can you upload it?           http://soundcloud.com/the-andychrist
http://unwashedtomato.com
dija
IsraTrance Junior Member

Started Topics :  48
Posts :  483
Posted : Nov 13, 2010 05:17
sound forge > generate sine wave @ the root of your song > pitch bend until satisfied > fade out until satisfied and wont overlap bass or phase bass

its not a vst but its a synth. you can even make a kick in 3xosc in fruity. pretty much anything that has a pitch bend and a sinewave you can make a kick from.           http://www.youtube.com/user/trawhi (tutorials)
http://www.myspace.com/eusidmusic
aciduss
IsraTrance Full Member

Started Topics :  112
Posts :  1490
Posted : Nov 13, 2010 07:16
How to layer kick without phasing?
Upavas
Upavas

Started Topics :  150
Posts :  3315
Posted : Nov 13, 2010 07:27
Quote:


since it was free when it was available, can you upload it?





I would rather you ask Speadafreaka please. After all it is his to give!          Upavas - Here And Now (Sangoma Rec.) new EP out Oct.29th, get it here:
http://timecode.bandcamp.com
http://upavas.com
http://soundcloud.com/upavas-1/
TaZaR


Started Topics :  3
Posts :  57
Posted : Nov 13, 2010 11:44
Soundforge & fruity are not free...

About kicks, you can basically use any free synth for it with correct pitchbending, like Synth1, etc.
What kind of vst synths do you use? Because most synths have some kick presets which can help you to base your psy kicks on them.
          

http://www.soundcloud.com/bitstortion
Colin OOOD
Moderator

Started Topics :  95
Posts :  5380
Posted : Nov 13, 2010 15:52
Quote:

On 2010-11-13 07:27, Upavas wrote:
Quote:


since it was free when it was available, can you upload it?





I would rather you ask Speadafreaka please. After all it is his to give!


He won't mind.
http://www.sendspace.com/file/5d7mft           Mastering - http://mastering.OOOD.net :: www.is.gd/mastering
OOOD 5th album 'You Think You Are' - www.is.gd/tobuyoood :: www.OOOD.net
www.facebook.com/OOOD.music :: www.soundcloud.com/oood
Contact for bookings/mastering - colin@oood.net
The Andychrist
The Andychrist

Started Topics :  11
Posts :  150
Posted : Nov 13, 2010 16:21
thanks Colin!

Andy           http://soundcloud.com/the-andychrist
http://unwashedtomato.com
freez


Started Topics :  1
Posts :  111
Posted : Nov 13, 2010 16:22
KickMe! Too is also free.

http://www.synthschool.com/downloads.html
Trance Forum » » Forum  Production & Music Making - Best free synth to make your own kick?

1 2 3 Next Page →
First Page Last Page
Share on facebook Share on twitter Share on StumbleUpon


Copyright © 1997-2025 IsraTrance