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

Medium-level API: Add AudioAccessor with corresponding functions. #75

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

Commits on Dec 14, 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.
    Low-level API: Fixed AudioAccessor to be ReaperPointer
    
    
    applied cargo fmt
    
    
    restricted to MainThreadOnly
    Levitanus committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f982832 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    6fb1ec8 View commit details
    Browse the repository at this point in the history
  2. run checks

    Levitanus committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c331292 View commit details
    Browse the repository at this point in the history