mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Add a note about midi support being experimental
This commit is contained in:
parent
cf50223dfc
commit
54ade5af2d
|
@ -78,6 +78,9 @@ use agb::{
|
||||||
pub use agb_xm::include_xm;
|
pub use agb_xm::include_xm;
|
||||||
|
|
||||||
/// Import a midi file. Only available if you have the `midi` feature enabled (enabled by default).
|
/// Import a midi file. Only available if you have the `midi` feature enabled (enabled by default).
|
||||||
|
/// This is currently experimental, and many types of MIDI file or MIDI features are not supported.
|
||||||
|
///
|
||||||
|
/// Takes 2 arguments, an SF2 file and a midi file.
|
||||||
#[cfg(feature = "midi")]
|
#[cfg(feature = "midi")]
|
||||||
pub use agb_midi::include_midi;
|
pub use agb_midi::include_midi;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue