this post was submitted on 15 Nov 2023
26 points (100.0% liked)

Godot

5663 readers
14 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
 

This is a spot where you can ask anything that you feel doesn't deserve its own post, no matter how small or simple it is!

you are viewing a single comment's thread
view the rest of the comments
[–] irmoz@lemmy.world 3 points 10 months ago (6 children)

I made Mixing Desk and yeah, it's a bit awkward. I updated it to Godot 4 and slimmed it down into one node.

https://github.com/irmozius/meta_player

[–] F4stL4ne@programming.dev 1 points 10 months ago (5 children)

I manage to do some things with gmd but for some reason, yeah it was a bit junky, with a lot of limitations everywhere.

I'll try meta_player thank you, but I already see a problem : the bar match limitation. Having to stick with segment of the same bar size is quite annoying.

[–] irmoz@lemmy.world 1 points 9 months ago (4 children)

It seems the only way to sync the different layers and monitor beats, really

[–] F4stL4ne@programming.dev 1 points 9 months ago (1 children)

I wonder how they do it in wwise? A segment of 2 bars can be played on top of a 4 bars one...

[–] irmoz@lemmy.world 1 points 9 months ago (1 children)

You can hack it by using a silent clip as the base, and add the actual tracks underneath in a play group

[–] F4stL4ne@programming.dev 1 points 8 months ago (1 children)

Yeah I guess it's a way to do it.

[–] irmoz@lemmy.world 2 points 8 months ago

I've done it in the past. It works for those edge cases. Also allows a fully procedural soubdtrack. :)

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)