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

Liveeffect: fix crash on exit #1114

Merged
merged 3 commits into from
Nov 26, 2020
Merged

Liveeffect: fix crash on exit #1114

merged 3 commits into from
Nov 26, 2020

Commits on Nov 25, 2020

  1. Liveeffect: fix crash on exit

    Use std::shared_ptr in FullDuplexStream.
    Explicitly process the samples in the callback instead
    of just using memcpy. This will be easier to modify.
    
    Fixes #1113
    Fixes #852
    philburk committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    57cf274 View commit details
    Browse the repository at this point in the history
  2. LiveEffect: cleanup comments

    philburk committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    cea34d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Add doc for sampleRate param

    dturner authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    204dad5 View commit details
    Browse the repository at this point in the history