-
- Downloads
lal_gate:
- force a state change signal emission after each newsegment event - use G_PARAM_CONSTRUCT to simplify property initializations - change type of last_state from boolean to int because it's really a tri-state variable and I don't know what booleans are (if they're ints then that's ok but are they?) - add a g_assert() to check that the measured state is definitely on or off, never undetermined - when converting input stream time stamps to control stream offsets use truncation instead of rounding to work-around misbehaviour when the control stream has a lower sample rate than the controlled stream.
Please register or sign in to comment