[][src]Crate imagemusic

If you're not looking to use this as a library, you're probably actually looking for the website, https://imagemusic.app/, or the repository.

The main entry point to this crate is song::Song

Re-exports

pub use crate::song::Song;

Modules

envelope
image

Standalone image-handling module for managing encoded image data. This is the canonical image handling, encoding, and decoding module, but this is intentionally segregated and standalone. It will never depend on other parts of the crate outside of it, and may eventually be separated into its own separate crate.

instrument
musicxml
note
song
voice

Functions

__wasm_bindgen_generated_main
__wasm_bindgen_generated_song_bake_image

Bake a song into an image.

__wasm_bindgen_generated_song_free
__wasm_bindgen_generated_song_from_image

Read a toml string into a song

__wasm_bindgen_generated_song_from_musicxml

Read a toml string into a song

__wasm_bindgen_generated_song_from_toml

Read a toml string into a song

__wasm_bindgen_generated_song_samples

Get all samples from a song

__wasm_bindgen_generated_song_to_toml

Get all samples from a song

main
song_bake_image

Bake a song into an image.

song_free
song_from_image

Read a toml string into a song

song_from_musicxml

Read a toml string into a song

song_from_toml

Read a toml string into a song

song_samples

Get all samples from a song

song_to_toml

Get all samples from a song