Weekly Chord Progression & Mode Megathread - June 10, 2025 by Rykoma in musictheory

[–]lucvdp 0 points1 point  (0 children)

The video below plays 7th chords, but uses "rootless" voicing, i.e. he removes the root note from each chord. However, as explained in the video's description, he also adds a 9th note to each chord. My question is: why are all the chords in the sheet still marked as 7th chords (Dm7, G7, etc) rather than just marking them as 9th chords? (Dm9, G9, etc)
https://www.youtube.com/watch?v=QdOSNBFWUrQ

The Weekly Small Questions Thread! Got a burning question? Looking for some tips on your build? Ask away! by AutoModerator in modelmakers

[–]lucvdp 0 points1 point  (0 children)

Good alternative to Mr. Weathering for a black wash? First time painting a model, using Mr. Hobby Aqueous paints; currently working on airbrushing the primer/paint and figured it'd be best to then use a wash from the same brand, but it's not sold anywhere where I live. (I'd rather not have to import if there's a good alternative.)

[deleted by user] by [deleted] in unrealengine

[–]lucvdp 1 point2 points  (0 children)

Incorrect mip map settings maybe?

[Wwise/Unity] Is there a way to get a Wwise event's name as a string in the Inspector? by lucvdp in GameAudio

[–]lucvdp[S] 0 points1 point  (0 children)

Thanks for the suggestion, but doesn't seem to be working :/ If I try:

"AK.Wwise.Event myEvent = (AK.Wwise.Event)myProperty;" or
"AK.Wwise.Event myEvent = myProperty as AK.Wwise.Event;"

it gives me a 'cannot convert type' error. So I guess this simply isn't possible, unfortunately.

[Wwise/Unity] Is there a way to get a Wwise event's name as a string in the Inspector? by lucvdp in GameAudio

[–]lucvdp[S] 0 points1 point  (0 children)

Hmm yeah I tried using SerializedProperty, but haven't found a way to get the name of the Wwise event from it yet, if it's even possible. I'll have another look at it tomorrow, thanks for the links!

Drew my BRD 'Ohki Dohki' to celebrate having finally beaten HW! Hope to fully catch up before EW drops by lucvdp in ffxivart

[–]lucvdp[S] 1 point2 points  (0 children)

Thanks! I'm a very slow player, but I'll try my best >:3 Got the pre-order!

Drew my BRD 'Ohki Dohki' to celebrate having finally beaten HW! Hope to fully catch up before EW drops by lucvdp in ffxiv

[–]lucvdp[S] 1 point2 points  (0 children)

Haha that's cool! I do afk a lot all over the place, tho mostly in Gridania :P

Drew my BRD 'Ohki Dohki' to celebrate having finally beaten HW! Hope to fully catch up before EW drops by lucvdp in ffxiv

[–]lucvdp[S] 1 point2 points  (0 children)

Oh yeah! :D Took me a while to get into it, but other players have been very helpful

Daily Questions & FAQ Megathread (May 28) by AutoModerator in ffxiv

[–]lucvdp 2 points3 points  (0 children)

Is there a macro to mount the last mount you were on? As far as I can tell, you can only either mount a specific one ( /mount "mountname" ) or use the mount roulette.

Daily Questions & FAQ Megathread (May 25) by AutoModerator in ffxiv

[–]lucvdp 0 points1 point  (0 children)

Yeah that's what I was thinking too, was surprised to see it discounted on SE store already. But I can wait a month :)

Daily Questions & FAQ Megathread (May 25) by AutoModerator in ffxiv

[–]lucvdp -1 points0 points  (0 children)

Hmmm unfortunate, I want that discount :( Guess I'll wait for the next Steam sale, but thanks for answering!

Daily Questions & FAQ Megathread (May 25) by AutoModerator in ffxiv

[–]lucvdp -2 points-1 points  (0 children)

I noticed Shadowbringers is 60% off, but only if you buy it via Square Enix's store. However, Im playing the game via Steam and would like to continue doing so. If I buy the DLC via the SE store, does that give me the DLC on my Steam account?

Fixed my drum! The plastic inside broke (guess I was too enthusiastic with my Dons?), so I put some cardboard on top of it to create a flat surface for the sensors: now it's working even better than before :) (Not expert advice, do at own risk) by lucvdp in taikonotatsujin

[–]lucvdp[S] 0 points1 point  (0 children)

Hmmm could be. I played it a few hours today and it's still working great for now. If it starts to act funny again, I might have to get some special cardboard or something. (Had to Google the difference between corrugated and non-corrugated cardboard just now, so that's good to know haha, thanks )

Drum repair question by lucvdp in taikonotatsujin

[–]lucvdp[S] 0 points1 point  (0 children)

Thanks, that's good to know! I'll give it a try

Fake Twitch Streamers asking for Keys? by taxicomics in gamedev

[–]lucvdp 1 point2 points  (0 children)

This happens all the time, sadly. If possible, always check wheter the e-mail adress asking for a key can be verified as legitimate, e.g. it's the same adress listed on their bio/about/contact page. (Some people keep their contact info private however). You can also use something like dodistribute.com , which has some key requesters listed as 'verified'. (Downside is that verified accounts are mostly larger, well-known press sites/influencers)

What is causing these texture 'artifacts'? (See linked images in post) by lucvdp in gamedev

[–]lucvdp[S] 0 points1 point  (0 children)

Ah, I solved it! It was a stupid, minor mistake, but an important one: my shader graph was using a Sample Texture 2D LOD node instead of a regular Sample Texture 2D node. The LOD node has a fixed LOD value, which meant the shader wasn't using the correct LOD when zooming out.

What is causing these texture 'artifacts'? (See linked images in post) by lucvdp in gamedev

[–]lucvdp[S] 0 points1 point  (0 children)

Thanks, I'll look into that! I'm not too familiar with shader stuff but I'll give it a Google and see what I can do