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

Ambiguos medium-level API #68

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

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    ef26a59 View commit details
    Browse the repository at this point in the history
  2. Medium-level: Add get_set_project_info_string

    It has some problems, which are not present in other languages implementations. See tests.
    verbolize category string
    Levitanus committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d226787 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Medium-level API: Add AudioAccessor with corresponding functions.

    `AudioAccessor` in ptr_wrappers.rs
    `create_track_audio_accessor`
    `create_take_audio_accessor`
    `destroy_audio_accessor`
    `audio_accessor_state_changed`
    `audio_accessor_update`
    `audio_accessor_validate_state`
    `get_audio_accessor_end_time`
    `get_audio_accessor_start_time`
    `get_audio_accessor_samples`
    `GetAudioAccessorHash` is not wrapped, as it is deprecated.
    Levitanus committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c6e4bb7 View commit details
    Browse the repository at this point in the history