RGBColor[red, green, blue] is a graphics directive specifying that objects that follow are to be displayed, if possible, in the color given. RGBColor[r, g, b, a] specifies ...
BarChart[{y_1, y_2, ...}] makes a bar chart with bar lengths y_1, y_2, ....BarChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a bar chart with bar features defined ...
MIDI
(Mathematica Import/Export Format) MIME type: audio/midi Standard MIDI file format. Audio format. Used for controlling electronic musical instruments, computer sound cards, and sequencers. Stores a sequence of ...
SoundNote[pitch] represents a music-like sound note with the specified pitch.SoundNote[pitch, t] takes the note to have duration t.SoundNote[pitch, {t_min, t_max}] takes the ...
CellEventActions is an option for Cell that gives a list of actions to perform when specified events occur in connection with a cell in a notebook.
Widget["Timer"] creates a timed action.
Mathematica provides important functionality through accessing the internet. Most Mathematica functions that provide computable data operate by loading data over the ...
Overlay
(Built-in Mathematica Symbol) Overlay[{expr_1, expr_2, ...}] displays as an overlay of all the expr_i.Overlay[{expr_1, expr_2, ...}, {i, j, ...}] displays as an overlay of expr_i, expr_j, ...
Bookmarks is an option for Manipulate and related functions that gives a list of bookmark settings.
SaveDefinitions is an option to Manipulate and related functions that specifies whether current definitions relevant for the evaluation of the expression being manipulated ...