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

Add new key haptic.repeat and implement the key in ffmemless plugin. #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 17, 2022

  1. haptic: Define haptic effect modifiers.

    Define new haptic.repeat modifier, which changes how
    haptic effect's looping is handled.
    
    Already used keys haptic.duration and haptic.sequence
    were not previously defined in haptic.h so add those
    as well now.
    
    [haptic] Define haptic effect modifiers. JB#59349
    jusa committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d0b1084 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. ffmemless: Implement modifier haptic.repeat.

    If haptic.repeat key is not found revert to old behaviour
    of using sound.repeat for determining effect looping.
    
    [ffmemless] Implement modifier haptic.repeat. JB#59349
    jusa committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    67c9f3a View commit details
    Browse the repository at this point in the history
  2. haptic: Fix indentation.

    jusa committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    93b1e7c View commit details
    Browse the repository at this point in the history
  3. Bump version.

    jusa committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7fcd771 View commit details
    Browse the repository at this point in the history