The Weight of Idleness (Metal track)

Show off original scores and recordings made with Linux!

Moderators: MattKingUSA, khz

User avatar
Tenaba
Established Member
Posts: 228
Joined: Sat Dec 22, 2018 3:33 am
Has thanked: 32 times
Been thanked: 79 times

Re: The Weight of Idleness (Metal track)

Post by Tenaba »

oscillator wrote: Sat Sep 12, 2020 9:29 pm
crownbird wrote: Sat Sep 12, 2020 2:46 pm Yes, the drums are programmed; I use hydrogen drum machine for that. I use samples from TheMetalKickDrum, Open Source Drumkit, and SM Megareaper.
Thank you, i will check those out for my industrial stuff!
You're welcome, I'll post some links for your convenience.
TMKD: http://themetalkickdrum.com/
SMMR: https://smmdrums.wordpress.com/for-reaper/
OSDK: https://github.com/crabacus/the-open-source-drumkit

Though I haven't used it yet, it seems TMKD has another free drumkit released, named "Vortex".

I make music as Tenaba! Bandcamp

User avatar
hm11
Established Member
Posts: 57
Joined: Tue Sep 01, 2020 10:54 pm
Has thanked: 1 time
Been thanked: 3 times
Contact:

Re: The Weight of Idleness (Metal track)

Post by hm11 »

Ill check those links out as well.
"Let the word of Christ dwell in you richly in all wisdom; teaching and admonishing one another in psalms and hymns and spiritual songs, singing with grace in your hearts to the Lord."
- www.soundcloud.com/dannylyrica
User avatar
oscillator
Established Member
Posts: 1127
Joined: Sat Jan 17, 2015 6:07 pm
Location: SWEDEN
Has thanked: 725 times
Been thanked: 298 times
Contact:

Re: The Weight of Idleness (Metal track)

Post by oscillator »

crownbird wrote: Sun Sep 13, 2020 2:53 am You're welcome, I'll post some links for your convenience.
TMKD: http://themetalkickdrum.com/
SMMR: https://smmdrums.wordpress.com/for-reaper/
OSDK: https://github.com/crabacus/the-open-source-drumkit

Though I haven't used it yet, it seems TMKD has another free drumkit released, named "Vortex".
That is very kind of you, thanks!

MusE DAW running on Debian 11 Testing/XFCE4.
https://oscillator.se/musik

User avatar
modusjonens
Established Member
Posts: 79
Joined: Wed Mar 06, 2019 11:48 pm
Has thanked: 47 times
Been thanked: 15 times

Re: The Weight of Idleness (Metal track)

Post by modusjonens »

Excellent tones and clean mixdown!
User avatar
pdechery
Established Member
Posts: 85
Joined: Mon Sep 14, 2020 12:55 pm
Has thanked: 33 times
Been thanked: 10 times
Contact:

Re: The Weight of Idleness (Metal track)

Post by pdechery »

Hi crownbird,

I'd listen to this and Conflict too. Sounds like modern metal to me, very dark, technical and sometimes brutal. I liked the compositions and the arrangements, it must have took quite a time to put this together.

I've read you used some external drum kits with Hydrogen. I'd like to know how you've achieved that.

One thing I've noticed is the hihat sometimes could use some velocity to humanize the sound a little.
I make music and you can listen here: https://www.mundolunar.art.br/
User avatar
Tenaba
Established Member
Posts: 228
Joined: Sat Dec 22, 2018 3:33 am
Has thanked: 32 times
Been thanked: 79 times

Re: The Weight of Idleness (Metal track)

Post by Tenaba »

modusjonens wrote: Thu Sep 24, 2020 5:03 pm Excellent tones and clean mixdown!
Thank you for listening! Glad you like the tones.
pdechery wrote: Thu Sep 24, 2020 7:07 pm Hi crownbird,

I'd listen to this and Conflict too. Sounds like modern metal to me, very dark, technical and sometimes brutal. I liked the compositions and the arrangements, it must have took quite a time to put this together.

I've read you used some external drum kits with Hydrogen. I'd like to know how you've achieved that.

One thing I've noticed is the hihat sometimes could use some velocity to humanize the sound a little.
Thanks, I'll try and listen for the hi-hat next time I make another metal track.

As for drums, I just make a custom kit in Hydrogen, using the samples I linked in my previous post. Hydrogen's own interface can be a bit slow if you want to add a lot of samples, so it may be easier to work with a text editor and file manager. Here's what I did.
1. Create a new Hydrogen drumkit by selecting Drumkits > New.
2. Add all the instruments, name them, but don't add any samples yet.
3. Save your drumkit with Drumkits > Save as
4. Your empty drumkit is now in ~/.hydrogen/drumkits/$kitname. Move all the samples you need to use in this folder.
5. Open up drumkit.xml with a text editor. For each instrument, notice the <instrumentComponent> tag. Within each of these tags, add a layer tag of this form:

Code: Select all

    <layer>
     <filename>filename of sample with extension</filename>
     <min>minimum velocity from 0-1</min>
     <max>maximum velocity from 0-1</max>
     <gain>1</gain>
     <pitch>0</pitch>
    </layer>
You will have to manually change the filenames and velocity through text-editing. The minimum velocity is the lowest velocity from 0-1 that this particular sample will be triggered, and the maximum velocity is the max. Entering the velocities through text-editing can be pretty time-consuming. But if you want to use Hydrogen's GUI, you select the "Layer" tab from the instrument, and drag the velocity bar of each sample. Not sure which would be quicker.

I didn't use all the samples from huger packs like SMMR (which had more than 1000 samples for the hi-hat IIRC). Just batch-rename the samples you do want to keep to make things easier.

It's honestly quite a pain IMO if you need to change out samples, takes a bit of time at first too. I mostly made this kit because I liked the samples (especially anything by The Metal Kickdrum), and also wanted to be absolutely sure about the licensing of all the samples, so I used ones I found myself.

I make music as Tenaba! Bandcamp

User avatar
pdechery
Established Member
Posts: 85
Joined: Mon Sep 14, 2020 12:55 pm
Has thanked: 33 times
Been thanked: 10 times
Contact:

Re: The Weight of Idleness (Metal track)

Post by pdechery »

crownbird wrote: Thu Sep 24, 2020 11:19 pm It's honestly quite a pain IMO if you need to change out samples, takes a bit of time at first too. I mostly made this kit because I liked the samples (especially anything by The Metal Kickdrum), and also wanted to be absolutely sure about the licensing of all the samples, so I used ones I found myself.
Fantastic, I'll definitely will try it, even if it takes a little time to set up. Thanks a lot for the instructions :)

The hihtat issue I mentioned came in the part of the song when there's nothing but it and the riff, so it become very proeminent.
I make music and you can listen here: https://www.mundolunar.art.br/
User avatar
Tenaba
Established Member
Posts: 228
Joined: Sat Dec 22, 2018 3:33 am
Has thanked: 32 times
Been thanked: 79 times

Re: The Weight of Idleness (Metal track)

Post by Tenaba »

pdechery wrote: Fri Sep 25, 2020 2:00 pm
crownbird wrote: Thu Sep 24, 2020 11:19 pm It's honestly quite a pain IMO if you need to change out samples, takes a bit of time at first too. I mostly made this kit because I liked the samples (especially anything by The Metal Kickdrum), and also wanted to be absolutely sure about the licensing of all the samples, so I used ones I found myself.
Fantastic, I'll definitely will try it, even if it takes a little time to set up. Thanks a lot for the instructions :)

The hihtat issue I mentioned came in the part of the song when there's nothing but it and the riff, so it become very proeminent.
No problem! And yeah, I can see the hi-hat being kind of monotonous by the solo section, since you can hear many of them consecutively. The velocity actually is varied (I like to use a "pattern" for velocity to mimic the groove that a human would have), but in this case, it would be nice to have different samples that correspond to hitting the hi-hat in a different place. So I'm thinking perhaps I might have to look at slightly detuning different hits. Thanks for letting me know.

I make music as Tenaba! Bandcamp

User avatar
jdfight
Established Member
Posts: 37
Joined: Tue Feb 13, 2018 4:22 am
Has thanked: 12 times
Been thanked: 7 times

Re: The Weight of Idleness (Metal track)

Post by jdfight »

That was great! Your production quality is very nice - every track is clean and clear and the playing is great.
User avatar
Tenaba
Established Member
Posts: 228
Joined: Sat Dec 22, 2018 3:33 am
Has thanked: 32 times
Been thanked: 79 times

Re: The Weight of Idleness (Metal track)

Post by Tenaba »

jdfight wrote: Fri Sep 25, 2020 4:33 pm That was great! Your production quality is very nice - every track is clean and clear and the playing is great.
Thank you! I'm still working on getting better tones, so it's good to hear you liked the production.

I make music as Tenaba! Bandcamp

Post Reply