alessandrofama / wwise-godot-integration

Wwise Integration for the Godot Engine
Other
288 stars 14 forks source link

Missing MIDI Callbacks (PostMidiEvent and StopMidiEvent) - FEATURE REQUEST #105

Open gfazzito opened 4 weeks ago

gfazzito commented 4 weeks ago

Wwise integration version

Latest Version

System information

Windows and Mac

Issue description

PostMidiEvent and StopMidiEvent are used for achieving sample-accurate trigger rate precise gunshots and creating generative music. So these are necessary for shooters and musical games. Resources to look into are in "Steps to reproduce"

Steps to reproduce

Minimal reproduction project

Provided in this link, there's a simple project with a button that trigger a shoot sound with a "Wwise.post_event".

Instead, it should be replaced with a "Wwise.midi_post_event" or "Wwise.Stop_midi_event"