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 interaction elements and attributes to audioObject #17

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

Commits on Mar 23, 2020

  1. implemented to read and write interact-metadata

    Felix Lau committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6f494c9 View commit details
    Browse the repository at this point in the history
  2. fixed imports

    Felix Lau committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    96b3cfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f7b7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72b5a3d View commit details
    Browse the repository at this point in the history
  5. move out of main_elements

    tomjnixon committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    9951c16 View commit details
    Browse the repository at this point in the history
  6. fix up flags

    They should be booleans, and have default values (where they are not
    required).
    tomjnixon committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    b8be6a3 View commit details
    Browse the repository at this point in the history
  7. always specify gainInteractionRange and positionInteractionRange

    Not allowing these to be None removes an extra case to handle, and does
    not restrict the possible range of ADM content that can be represented.
    
    These should also be validated.
    tomjnixon committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    3c551c4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from tomjnixon/felix_master

    Felix master
    felix-lau authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    ceee5dd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. more streamlined implementation + better namespace

    Felix Lau committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    97321ab View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. added round_trip-test and bugfix

    Felix Lau committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    e3c96a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. position- and gaininteraction now are optional

    Felix Lau committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    72e3477 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    8664e60 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. fixed a bug concerning the interaction metadata

    Felix Lau committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    c2e8369 View commit details
    Browse the repository at this point in the history