Trying to replicate a drum

Having trouble with LMMS? Ask about it here.
I'm trying to replicate this drum sound
https://drive.google.com/file/d/1BpJtce ... share_link
However Idk what to do cause they sound similar but they are different.
Now when I looked for the samples it was either 3xosc white noise or this magical8bitplug noise. Well I tried 3xosc but I'm a beginner so I get very confused with what every knob does
Rakono wrote:
Tue Jan 17, 2023 2:53 pm
I tried 3xosc but I'm a beginner so I get very confused with what every knob does[/i]
Kicker is a better choice
Take this and copy it to a new empty text-file
Save it in your Kicker files

Code: Select all

<?xml version="1.0"?>
<!DOCTYPE lmms-project>
<lmms-project creator="LMMS" version="20" type="instrumenttracksettings" creatorversion="1.3.0-alpha.1.102+g89fc6c960">
  <head/>
  <instrumenttracksettings name="per_pistolSnare" solo="0" type="0" mutedBeforeSolo="0" muted="0">
    <instrumenttrack basenote="69" fxch="0" lastkey="127" pitch="0" pitchrange="1" firstkey="0" enablecc="0" pan="0" vol="100" usemasterpitch="1">
      <midicontrollers cc32="0" cc11="0" cc46="0" cc101="0" cc108="0" cc103="0" cc105="0" cc24="0" cc98="0" cc30="0" cc95="0" cc13="0" cc111="0" cc12="0" cc0="0" cc117="0" cc7="0" cc107="0" cc126="0" cc68="0" cc78="0" cc35="0" cc52="0" cc86="0" cc124="0" cc41="0" cc100="0" cc62="0" cc114="0" cc112="0" cc8="0" cc72="0" cc96="0" cc54="0" cc60="0" cc23="0" cc89="0" cc36="0" cc123="0" cc49="0" cc45="0" cc61="0" cc77="0" cc67="0" cc34="0" cc55="0" cc27="0" cc92="0" cc56="0" cc28="0" cc37="0" cc119="0" cc120="0" cc121="0" cc31="0" cc53="0" cc3="0" cc59="0" cc6="0" cc66="0" cc84="0" cc115="0" cc9="0" cc102="0" cc29="0" cc22="0" cc79="0" cc109="0" cc48="0" cc17="0" cc116="0" cc50="0" cc99="0" cc26="0" cc47="0" cc38="0" cc33="0" cc113="0" cc44="0" cc65="0" cc91="0" cc63="0" cc94="0" cc76="0" cc51="0" cc88="0" cc64="0" cc71="0" cc104="0" cc57="0" cc69="0" cc90="0" cc82="0" cc85="0" cc97="0" cc106="0" cc74="0" cc87="0" cc125="0" cc18="0" cc80="0" cc5="0" cc39="0" cc1="0" cc19="0" cc43="0" cc118="0" cc15="0" cc42="0" cc70="0" cc21="0" cc20="0" cc75="0" cc4="0" cc58="0" cc40="0" cc16="0" cc110="0" cc127="0" cc83="0" cc81="0" cc2="0" cc25="0" cc73="0" cc122="0" cc14="0" cc10="0" cc93="0"/>
      <instrument name="kicker">
        <kicker distend="0" decay_syncmode="0" endfreq="40" decay_numerator="4" env="1" decay="541" decay_denominator="4" slope="0.06" version="1" gain="1" endnote="0" dist="0" noise="1" startnote="0" startfreq="150" click="1">
          <key/>
        </kicker>
      </instrument>
      <eldata fwet="0" ftype="3" fcut="988" fres="0.64">
        <elvol lspd="0.0997" pdel="0" x100="0" lshp="2" rel="0.1" lamt="0" lspd_denominator="4" lspd_numerator="4" att="0" userwavefile="" lspd_syncmode="0" lpdel="0" ctlenvamt="0" dec="0.5" amt="1" latt="0" hold="0" sustain="0"/>
        <elcut lspd="0.001" pdel="0" x100="0" lshp="2" rel="0.1" lamt="0" lspd_denominator="4" lspd_numerator="4" att="0" userwavefile="" lspd_syncmode="0" lpdel="0" ctlenvamt="0" dec="0.5" amt="0" latt="0" hold="0.5" sustain="0.5"/>
        <elres lspd="0.1" pdel="0" x100="0" lshp="0" rel="0.1" lamt="0" lspd_denominator="4" lspd_numerator="4" att="0" userwavefile="" lspd_syncmode="0" lpdel="0" ctlenvamt="0" dec="0.5" amt="0" latt="0" hold="0.5" sustain="0.5"/>
      </eldata>
      <chordcreator chord-enabled="0" chord="0" chordrange="1"/>
      <arpeggiator arprange="1" arprepeats="1" arptime_syncmode="0" arpcycle="0" arpskip="0" arp="0" arptime_denominator="4" arptime="100" arpmiss="0" arpdir="0" arptime_numerator="4" arpgate="100" arpmode="0" arp-enabled="0"/>
      <fxchain enabled="1" numofeffects="1">
        <effect autoquit_denominator="4" wet="0.15" autoquit="100" name="bitcrush" gate="0.08" autoquit_syncmode="0" on="1" autoquit_numerator="4">
          <bitcrushcontrols rate="5478" stereodiff="26.6" depthon="1" ingain="2.8" outgain="5.1" innoise="100" outclip="-10.8" levels="256" rateon="1"/>
          <key/>
        </effect>
      </fxchain>
    </instrumenttrack>
  </instrumenttracksettings>
</lmms-project>
Play with length and how much bitcrush to add (wet/dry)
I put a .txt file in the /presets/kicker/ folder. Was that what I was supposed to do? Cause the .txt file doesn't appear in lmms.
Rakono wrote:
Tue Jan 17, 2023 5:49 pm
I put a .txt file in the /presets/kicker/ folder. Was that what I was supposed to do?
My fault. I should have said that you should name the file <something>.xpf
the code is xml-code, but lmms calls such a file *.xpf
All your instrument-presets are of this type
Rakono wrote:
Tue Jan 17, 2023 2:53 pm
I'm trying to replicate this drum sound
https://drive.google.com/file/d/1BpJtce ... share_link
However Idk what to do cause they sound similar but they are different.
Now when I looked for the samples it was either 3xosc white noise or this magical8bitplug noise. Well I tried 3xosc but I'm a beginner so I get very confused with what every knob does
Checked it out.
Download https://drive.google.com/file/d/1YTcci4 ... share_link
Place the file in your C:\users\*username*\\Documents\lmms\presets\TripleOscillator folder
Open LMMS and drag it in.
Hopefully it sounds similar?
(musikbear you have saved your xpf from LMMS 1.3? It might give an error loading [:
Checked it out. Pretty good replication.)

When saving the txt, change file type to "All files" and make the extension ".xpf" instead of ".txt" after the filename.
Rakono, you probably use LMMS 1.2.2. To load musikbear's file despite the error you need to right click this file in your sidebar and hit "Open in new instrument track / Song Editor." This way it'll give an error but also load.
I hope this is understandable?
My file, on the other hand, should load normally in your version without an error.