-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit SFX and Edit Music Object Support #31
Comments
Thank you for request.
You're right, toggle trigger is just used to activate some trigger, no more |
I've done :) Your project is interesting. |
@Folleach Hi! I'm also interested in SFX trigger functionality. It seems like the SFXGroup member is missing from SfxTrigger. It is present in EditSfxTrigger, so I'm not sure if this is an oversight. Thanks in advance! |
Thank you so much! And yes, when the project is mostly complete I plan to make a repo for it. |
|
So, it seems I've added properties from all pages. Thank you very much! Have a good day ^_^ |
Is your feature request related to a problem? Please describe.
I'm currently working on a MIDI importer for Geometry Dash that imports each note as a sound effect with a set pitch and volume, and I need a way to stop the note with an "Edit SFX" object after the MIDI note ends.
Describe the solution you'd like
Edit Music and Edit SFX objects similar to the
SfxTrigger()
object in the current API.Describe alternatives you've considered
I tried toggling the SFX object on or off with a Toggle trigger object but I don't think it affects the sound.
Additional context
No additional context that I know of.
The text was updated successfully, but these errors were encountered: