Jump to content

Related changes

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 03:49, 26 November 2025
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

26 November 2025

     03:41  Template:MMProgRef 2 changes history +277 [Martini (2×)]
     
03:41 (cur | prev) +188 Martini talk contribs
     
03:25 (cur | prev) +89 Martini talk contribs
N    03:40  MMProgRef - Multimedia Specification Overview 3 changes history +2,109 [Martini (3×)]
     
03:40 (cur | prev) +33 Martini talk contribs
     
03:37 (cur | prev) +137 Martini talk contribs
N    
03:34 (cur | prev) +1,939 Martini talk contribs (Created page with "{{MMProgRef}} The following sections contain specifications for multimedia file formats. Resource Interchange File Format describes the Resource Interchange File Format (RIFF) tagged file structure. Multimedia File Formats describes recognized multimedia file formats, most of which are based on the RIFF tagged file structure. If your application requires a new file format, it is recommended that it be defined using the RIFF tagged file structure described in R...")
N    03:32  MMProgRef - Types of MIDI Messages 7 changes history +14,242 [Martini (7×)]
     
03:32 (cur | prev) +14 Martini talk contribs
     
03:31 (cur | prev) −63 Martini talk contribs
     
03:31 (cur | prev) +3 Martini talk contribs
     
03:30 (cur | prev) +3 Martini talk contribs
     
03:29 (cur | prev) −46 Martini talk contribs (General Format of System-Exclusive Messages)
     
03:28 (cur | prev) +32 Martini talk contribs (Timing Compression Messages)
N    
03:26 (cur | prev) +14,299 Martini talk contribs (Created page with "{{DISPLAYTITLE:Types of MIDI Messages}} There are three types of MIDI system messages: * System common * System exclusive * System real time '''System-common''' messages are intended for all receivers, regardless of channel. '''System-exclusive''' messages are defined by the manufacturer and are not limited in length. '''System-real-time''' messages can interrupt other messages because they carry timing information. For example, a long system message might have an embed...")
     03:20  MMProgRef - Data Types diffhist +951 Martini talk contribs
     03:18  MMProgRef - Secondary Window Functions diffhist −45 Martini talk contribs
     03:17  MMProgRef - Graphic Button Control 3 changes history −24 [Martini (3×)]
     
03:17 (cur | prev) −1 Martini talk contribs
     
03:17 (cur | prev) −23 Martini talk contribs
     
03:16 (cur | prev) 0 Martini talk contribs (Control Messages)
N    03:13  MCI OPEN PARMS diffhist +497 Martini talk contribs (Created page with "This structure contains fields for the MCI_OPEN message. typedef struct _MCI_OPEN_PARMS { HWND hwndCallback; Window handle.: USHORT usDeviceID; Device ID.: USHORT usReserved0; Reserved.: PSZ pszDeviceType; Device type.: PSZ pszElementName; Element name.: PSZ pszAlias; Device alias.: } MCI_OPEN_PARMS; typedef MCI _ OPEN _ PARMS * PMCI _ OPEN _ PARMS ;...")
     03:09  MMProgRef - Notification Messages 2 changes history −2 [Martini (2×)]
     
03:09 (cur | prev) −22 Martini talk contribs
     
03:08 (cur | prev) +20 Martini talk contribs
N    03:07  MM MCICUEPOINT 2 changes history +1,174 [Martini (2×)]
     
03:07 (cur | prev) +2 Martini talk contribs
N    
03:06 (cur | prev) +1,172 Martini talk contribs (Created page with "{{DISPLAYTITLE:MM_MCICUEPOINT}} This message notifies an application that the device has encountered a cue point in a playlist, or that a cue point has been set with MCI_SET_CUEPOINT. ==Syntax== <PRE> MsgParam1 USHORT usUserParameter; User-specified parameter.: USHORT usDeviceID; Device ID.: MsgParam2 ULONG ulMMtime; Media position.: </PRE> ==Parameters== ;''usUserParameter'' (USHORT) - input :User parameter specified in the MCI_C...")
N    03:04  MM MCIPLAYLISTMESSAGE diffhist +1,161 Martini talk contribs (Created page with "{{DISPLAYTITLE:MM_MCIPLAYLISTMESSAGE}} This message notifies an application that the playlist processor has encountered a **MESSAGE** instruction. ==Syntax== <PRE> MsgParam1 USHORT usInstruction; Playlist instruction number.: USHORT usDeviceID; Device ID.: MsgParam2 ULONG ulMessageParm; Playlist parameter.: </PRE> ==Parameters== ;''usInstruction'' (USHORT) - input :Playlist instruction number. ;''usDeviceID'' (USHORT) - input :Device ID. ;...")
     02:58  MMProgRef - What's New... 7 changes history +213 [Martini (7×)]
     
02:58 (cur | prev) −22 Martini talk contribs
     
02:57 (cur | prev) +6 Martini talk contribs
     
02:20 (cur | prev) −2 Martini talk contribs
     
02:19 (cur | prev) −4 Martini talk contribs
     
02:12 (cur | prev) +133 Martini talk contribs
     
02:09 (cur | prev) +65 Martini talk contribs
     
02:08 (cur | prev) +37 Martini talk contribs
     02:53  MMProgRef - High-Level Macro Service Functions diffhist −22 Martini talk contribs
     02:49  MMProgRef - MCI Command Messages diffhist +12 Martini talk contribs
     02:46  MMProgRef - Subsystem Messages 4 changes history +2 [Martini (4×)]
     
02:46 (cur | prev) +2 Martini talk contribs
     
02:46 (cur | prev) −22 Martini talk contribs
     
02:32 (cur | prev) −1 Martini talk contribs (Message Description)
     
02:32 (cur | prev) +23 Martini talk contribs
N    02:45  MCI OPEN diffhist +8,682 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_OPEN}} This message is used to open or create a new device instance. ==Syntax== <PRE> param1 ULONG ulParam1; Flags for open operation.: param2 PMCI_OPEN_PARMS pParam2; Pointer to the MCI_OPEN_PARMS data structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain any of the following flags. **MCI_OPEN_ELEMENT** and **MCI_OPEN_MMIO** are mutually exclusive flags: :* '''MCI_NOTIFY''' A notification message...")
     01:51  MMProgRef - CODEC Messages diffhist +24 Martini talk contribs
     01:48  MMProgRef - DIVE Functions 3 changes history +249 [Martini (3×)]
     
01:48 (cur | prev) +51 Martini talk contribs
     
01:35 (cur | prev) +134 Martini talk contribs
     
00:59 (cur | prev) +64 Martini talk contribs

25 November 2025

N    21:35  MMProgRef - Secondary Window Functions diffhist +1,885 Martini talk contribs (Created page with "{{MMProgRef}} Category:WorkToDo The secondary window manager provides all the capability of a standard dialog window, but it permits the window to be sizable and automatically formats the window and manages the scroll bars. The functions that manipulate and control the secondary window are designed to convert easily from the standard dialog manager. This section describes the secondary window functions and data structures. ==Secondary Window Functions== The follow...")
N    21:33  MMProgRef - Graphic Button Control 4 changes history +5,522 [Martini (4×)]
     
21:33 (cur | prev) −42 Martini talk contribs
     
21:32 (cur | prev) −75 Martini talk contribs (Styles)
     
21:28 (cur | prev) +37 Martini talk contribs
N    
21:27 (cur | prev) +5,602 Martini talk contribs (Created page with "This section describes graphic button styles and control messages. Graphic buttons are different from other types of push buttons in that they have graphic, two-state, and animation capabilities. Using graphic buttons, an application programmer can do the following: *Display both text and bit maps on the same button. *Animate a series of bit maps. *Give the user a two-state button. *Change bit maps. Graphic buttons permit a more intuitive interaction between a user an...")
     21:23  Template:MMProgRef diffhist +123 Martini talk contribs
     21:20  MMProgRef - What's New... diffhist +22 Martini talk contribs
     21:20  MMProgRef - High-Level Macro Service Functions diffhist +22 Martini talk contribs
     21:20  MMProgRef - Subsystem Messages diffhist +22 Martini talk contribs