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

Feature: Waveform loop lock #293

Merged
merged 14 commits into from
Aug 14, 2023

Commits on Aug 1, 2023

  1. Add variables int loopLength and bool loopLocked

    weavermedia authored and weavermedia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8dee117 View commit details
    Browse the repository at this point in the history
  2. Set loopLength and loopLocked when user holds loop start marker and t…

    …aps loop end marker
    weavermedia authored and weavermedia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0b74c59 View commit details
    Browse the repository at this point in the history
  3. Use loopLength variable to set loop end from a change to loop start a…

    …nd vice versa.
    weavermedia authored and weavermedia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8147e84 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Allow doubling and halving of the loop length by turning Y_ENC

    weavermedia authored and weavermedia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    88d40c2 View commit details
    Browse the repository at this point in the history
  2. Prevent default Y_ENC action for instrument view.

    weavermedia authored and weavermedia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ca7a173 View commit details
    Browse the repository at this point in the history
  3. Prevent loop length doubling past the loop end marker or halving to l…

    …ess than 2 samples.
    weavermedia authored and weavermedia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    86e0347 View commit details
    Browse the repository at this point in the history
  4. Prevent scrolling locked loop out of sample start/end bounds.

    weavermedia authored and weavermedia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    85ef194 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'community' into waveform-loop-lock

    weavermedia authored and weavermedia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6c8e205 View commit details
    Browse the repository at this point in the history
  6. Move doubling and halving loop length to SHIFT+SCROLL◀︎▶︎. Return ver…

    …tical encoder action back to default.
    weavermedia authored and weavermedia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    96f49cd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Add documentation to Community Features doc.

    weavermedia authored and weavermedia committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    460a504 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Address case where loop boundary could be equal to endPosd or startPos

    weavermedia authored and weavermedia committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1b6dc94 View commit details
    Browse the repository at this point in the history
  2. Show better popup text on OLED

    weavermedia authored and weavermedia committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7317e1d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'community' into waveform-loop-lock

    weavermedia authored and weavermedia committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2db7410 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Merge community

    weavermedia authored and weavermedia committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    981ddb5 View commit details
    Browse the repository at this point in the history