godot-fmod-integration
FMOD Studio middleware integration and scripting API bindings for the Godot game engine. [Moved to: https://github.com/shinobi-lx/godot-fmod-integration] (by alexfonseka)
Godot-Mixing-Desk
A complete audio solution for Godot 3.3.x, making procedural sound and adaptive/procedural music possible with a few nodes and a couple lines of code. (by kyzfrintin)
godot-fmod-integration | Godot-Mixing-Desk | |
---|---|---|
1 | 10 | |
131 | 636 | |
- | - | |
0.5 | 0.0 | |
over 3 years ago | over 2 years ago | |
C++ | GDScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
godot-fmod-integration
Posts with mentions or reviews of godot-fmod-integration.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-03.
-
Is it possible to use fmod and also port to consoles? (Via 3rd parties of course)
I genuinely believe that porting should be successfuland hasstle free since the engine is afterall recompiled to work work with fmod using this module (https://github.com/alexfonseka/godot-fmod-integration), and then recompile the fmod version of the engine to the consoles. But for some reason I thought that it might cause some issues or possibly even completely not work, since the module is afterall made and tested on the officially supported platforms for godot, and not the consoles... I am not very experienced in compiling, especially when it comes to game engines, but I am willing to learn the process if the end result is promising/works perfectly fine hassle-free.
Godot-Mixing-Desk
Posts with mentions or reviews of Godot-Mixing-Desk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-29.
-
Wonder if it's possible to create music using code.
As for adaptive music, there used to be Godot Mixing Desk, but it hasn't been maintained for a while. I've seen some small projects pop out here and there, I'm waiting to see if there'll be a conclusive one for Godot 4. In the meanwhile I might try FMod.
-
Hey has anyone experimented with something like this in Godot? I’m looking for a push in the right direction.
Absolutely! Mixing Desk might be up your alley. I also have a version for 4.0 in progress, which is a total rewrite and condenses all the features down into a single node.
-
Which tween transition do you use for music?
https://github.com/kyzfrintin/Godot-Mixing-Desk maybe something like this can be useful? loudness jump can most likely be fixed my normalizing the raw audio in any audio editor though.
-
Everyone is welcome
As I said, I'm only small time. Super small time. My main project is a Godot Engine plugin, Mixing Desk. My only motivation on this was to help bring extra procedural/interactive audio and music features to Godot, and help make it easier for others to do the same.
-
Even more progress on my UFO game. "High Strangeness"
Also, I'd recommend modulating your music to reflect the state of your detection. This is easily done with my plugin, mixing desk ;). Something simple like a drumbeat could fade in if you're close to being spotted, to add tension.
-
How would I join these two audio tracks without latency?
Take a look a this plugin https://github.com/kyzfrintin/Godot-Mixing-Desk
-
We've given up on Unity... Hello Godot! #ScreenshotSaturday
Some nice added benefits are an open source behaviour tree system (https://github.com/andrew-wilkes/godot-behaviour-tree), an open source audio solution (https://github.com/kyzfrintin/Godot-Mixing-Desk), the Tween nodes, being able to animate material properties, a functioning navmesh (again, 3D issues on Unity's front; 2D ports don't support side view), no need for weird lighting setups between 2D and 3D, faster scripting with gdscript, the Line2D node (which I use to render and bend the body of the wormy creatures in our latest tweet), and generally just the fact that all transforms are in 2D without needing to worry that my scene view is playing tricks on me.
-
Is it possible to use fmod and also port to consoles? (Via 3rd parties of course)
It's a shameless plug, but if you ever run into any issues with FMOD, my Mixing Desk plugin can handle interactive music like that pretty easily! Adaptive/interactive music is something I've studied for years, and I put it all into that plugin :)
-
lets respect and appreciate godot audio system.
Have you heard of or considerd trying out Godot Mixing Desk? :)
-
What do you NOT like about Godot?
I made one of these :)
What are some alternatives?
When comparing godot-fmod-integration and Godot-Mixing-Desk you can also consider the following projects:
godot-fmod-integration - FMOD Studio middleware integration and scripting API bindings for the Godot game engine.
godot-proposals - Godot Improvement Proposals (GIPs)