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

Signal: retain the sample_rate on create_new #884

Merged
merged 1 commit into from
Oct 3, 2021

Commits on Jun 11, 2021

  1. Signal: retain the sample_rate on create_new

    When using "Create signal from selection" feature, the newly created
    signal does not retain sample rate of the original so all the time of
    the selection is computed wrong which is very confusing to the user.
    
    This simple patch makes sure the sample_rate of the original Signal is
    copied to the newly created one which fixes the problem.
    kadamski authored and Krzysztof Adamski committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5050349 View commit details
    Browse the repository at this point in the history