Skip to content
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

Crashing when deleting events with the engine running #173

Closed
vustav opened this issue Jul 28, 2022 · 1 comment
Closed

Crashing when deleting events with the engine running #173

vustav opened this issue Jul 28, 2022 · 1 comment
Assignees

Comments

@vustav
Copy link

vustav commented Jul 28, 2022

In another issue I have started I was reminded that for a while I haven't actually deleted events when the engine is running because of crashes. Instead I've used a class that I send them to after removing them from the sequencer to be deleted when the sequencer stops. Today I tried deleting them right away and the crashes are still there. These are the steps:

for(events){
event.enable(false);
event.removeFromSequencer();
event.delete();
}
instrument.getAudioChannel().getProcessingChain().reset();
instrument.getAudioChannel().getProcessingChain().delete();
instrument.delete();

This is the stack from firebase:

deleteEvents

@igorski igorski self-assigned this Oct 9, 2022
@igorski
Copy link
Owner

igorski commented Dec 27, 2023

Continued in #179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants