Pamela Wolf

Results 22 comments of Pamela Wolf

I've gotten around this by adding the events to the sequencer on creation and the never remove them, just enable/disable. Is this how it's supposed to be handled?

The problem is still there with the latest build.

If the event is off when clicked, event.addToSequencer() is called, and the other way around. Logs show them to be called in the right order at the right time etc.

The crash I'm getting is this one and I'm somewhat able to reproduce it when the sequencer goes from last step -> 0: 2022-06-16 11:33:26.928 32383-32383/? A/DEBUG: *** *** ***...

I finally got firebase working and this is what I'm getting: ![crash](https://user-images.githubusercontent.com/8558260/174497481-aa90569e-974b-45c1-9c78-12f2cc43e0b1.png)

In the crash I was able to reprodice I've deleted steps (which means deleted events) while the engine was paused (and randomized other things) and the crash happens when the...

When deleteing tracks while the engine is running I'm getting the exact same crash exept for step 0 in firebase that says "missing". All other steps are identical.

A little note here: deleteing tracks while the engine is running does not mean deleting events. I've had trouble deleting events with the engine running before, so right now I...

Can't assemble the latest version with #define RECORD_DEVICE_INPUT and #define RECORD_TO_DISK commented away. utilities/diskwriter.h is never included and still called further down. Will try with them enabled but thaught you...

utilities/diskwriter.h is never included and still called further down in audioengine.cpp!!