#macos #bindings

avfoundation

Rust bindings for AVFoundation

4 releases

0.1.3 Jan 27, 2021
0.1.2 Oct 14, 2020
0.1.1 Oct 14, 2020
0.1.0 Oct 14, 2020

#483 in Audio

MIT license

345KB
3K SLoC

avfoundation

AVFoundation bindings for Rust.

How to playback MIDI

let sequencer = AVAudioSequencer::with_engine(&engine);
sequencer.load_from_url(path, );

how to observe parameter changes?

  • AUParameterObserver

how to get a reference to plugin view?

parameter automation

  • AUParameterAutomationEvent

Dependencies

~0.8–1.2MB
~23K SLoC