skymen / fmod

Construct 3 implementation of FMOD
1 stars 1 forks source link

Request: New combo action to "Start event with 3D attributes" #5

Open Tokinsom opened 9 months ago

Tokinsom commented 9 months ago

Simply combines the existing "Start Event" & "Set event with 3D attributes" actions with from-position and from-object variants.

Will help to reduce events and more easily convert them from default audio object to fmod.

skymen commented 9 months ago

Done in https://github.com/skymen/fmod/releases/tag/1.0.0.4_1.0.0.4_0.0.0.0

I haven't made it so the sound keeps synced to the object automatically just yet, because I wanna write a wrapper for FMOD's callback system first

Tokinsom commented 9 months ago

Getting this error when using the new action. If it is related to syncing it with the object then can we just do the from-position variant of this action until that is sorted? That will at least let me get my events converted to fmod and I can change them to objects as needed down the road. image