diff --git a/ultraschall_api/DocsSourcefiles/Reaper_Api_Documentation.USDocML b/ultraschall_api/DocsSourcefiles/Reaper_Api_Documentation.USDocML index 70d705e6..62d32480 100644 --- a/ultraschall_api/DocsSourcefiles/Reaper_Api_Documentation.USDocML +++ b/ultraschall_api/DocsSourcefiles/Reaper_Api_Documentation.USDocML @@ -41319,7 +41319,7 @@ Returns the arc tangent of the numerator divided by the denominator, allowing the denominator to be 0, and using their signs to produce a more meaningful result. - + float arc_tangent - the arc-tangent @@ -44940,7 +44940,7 @@ A=0; // set A to 0 // while A is still less than 10, add 1 to A - while(A<10)( + while(A < 10)( A=A+1; ); diff --git a/ultraschall_api/Documentation/Reaper_Api_Documentation.html b/ultraschall_api/Documentation/Reaper_Api_Documentation.html index c05acd5a..b3637896 100644 --- a/ultraschall_api/Documentation/Reaper_Api_Documentation.html +++ b/ultraschall_api/Documentation/Reaper_Api_Documentation.html @@ -431,7 +431,7 @@

Datatypes used in this document


see also:
- +
  • kbd_getTextFromCmd - an alternative version of this function
  • kbd_getTextFromCmd - an alternative version of this function

  • @@ -492,7 +492,7 @@

    Datatypes used in this document


    see also:
    - +
  • ReverseNamedCommandLookup - to get ActionCommandID-string of the script
  • ReverseNamedCommandLookup - to get ActionCommandID-string of the script

  • @@ -650,8 +650,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetToggleCommandStateEx - get the toggle state of commands, including those in other sections
  • NamedCommandLookup - get the named action-command-id by command-id-number
  • GetToggleCommandStateEx - get the toggle state of commands, including those in other sections
  • NamedCommandLookup - get the named action-command-id by command-id-number

  • @@ -699,8 +699,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetToggleCommandState - get the toggle state of commands in the main-section only
  • NamedCommandLookup - get the named action-command-id by command-id-number
  • GetToggleCommandState - get the toggle state of commands in the main-section only
  • NamedCommandLookup - get the named action-command-id by command-id-number

  • @@ -738,7 +738,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDIEditor_OnCommand - runs an action from the MIDI-Editor-section in a Midi editor
  • MIDIEditor_OnCommand - runs an action from the MIDI-Editor-section in a Midi editor

  • @@ -776,8 +776,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • MIDIEditor_GetActive - gets the hwnd of the currently active MIDI editor.
  • MIDIEditor_LastFocused_OnCommand - runs an action from the MIDI editor-section in the last/currently focused MIDI editor
  • MIDIEditor_GetActive - gets the hwnd of the currently active MIDI editor.
  • MIDIEditor_LastFocused_OnCommand - runs an action from the MIDI editor-section in the last/currently focused MIDI editor

  • @@ -806,9 +806,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • NamedCommandLookup - gets the numerical representation of an action-command-id of scripts or named actions(by SWS, etc)
  • ReverseNamedCommandLookup - gets the action-command-id by its numerical representation
  • Main_OnCommandEx - runs an action of main-context towards another project
  • NamedCommandLookup - gets the numerical representation of an action-command-id of scripts or named actions(by SWS, etc)
  • ReverseNamedCommandLookup - gets the action-command-id by its numerical representation
  • Main_OnCommandEx - runs an action of main-context towards another project

  • @@ -839,9 +839,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • NamedCommandLookup - gets the numerical representation of an action-command-id of scripts or named actions(by SWS, etc)
  • ReverseNamedCommandLookup - gets the action-command-id by its numerical representation
  • Main_OnCommand - runs an action of main-context
  • NamedCommandLookup - gets the numerical representation of an action-command-id of scripts or named actions(by SWS, etc)
  • ReverseNamedCommandLookup - gets the action-command-id by its numerical representation
  • Main_OnCommand - runs an action of main-context

  • @@ -1005,7 +1005,7 @@

    Datatypes used in this document


    see also:
    - +
  • RefreshToolbar2 - updates toolbar-buttons to on/off-state
  • RefreshToolbar2 - updates toolbar-buttons to on/off-state

  • @@ -1626,12 +1626,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper

  • @@ -1671,12 +1671,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper

  • @@ -1755,12 +1755,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper

  • @@ -1800,12 +1800,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper

  • @@ -1880,12 +1880,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • get_config_var_string - gets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper

  • @@ -1921,12 +1921,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper
  • SNM_GetIntConfigVar - gets value of integer-config variables
  • SNM_SetIntConfigVar - sets value of integer-config variables
  • SNM_GetDoubleConfigVar - gets value of double-float-config variables
  • SNM_SetDoubleConfigVar - sets value of double-float-config variables
  • SNM_SetStringConfigVar - sets value of string-config variables
  • Reaper_Config_Variables.html - a list of config-variables as used in Reaper

  • @@ -1957,9 +1957,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • SetExtState - sets an extstate to store information for your script
  • GetExtState - gets an extstate that stores information for your script
  • HasExtState - checks, if an extstate exists
  • SetExtState - sets an extstate to store information for your script
  • GetExtState - gets an extstate that stores information for your script
  • HasExtState - checks, if an extstate exists

  • @@ -1995,9 +1995,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • SetExtState - sets an extstate to store information for your script
  • DeleteExtState - deleted an extstate that stores information for your script
  • HasExtState - checks, if an extstate exists
  • SetExtState - sets an extstate to store information for your script
  • DeleteExtState - deleted an extstate that stores information for your script
  • HasExtState - checks, if an extstate exists

  • @@ -2031,9 +2031,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • SetExtState - sets an extstate to store information for your script
  • GetExtState - gets an extstate that stores information for your script
  • DeleteExtState - deleted an extstate that stores information for your script
  • SetExtState - sets an extstate to store information for your script
  • GetExtState - gets an extstate that stores information for your script
  • DeleteExtState - deleted an extstate that stores information for your script

  • @@ -2163,9 +2163,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • GetExtState - gets an extstate that stores information for your script
  • HasExtState - checks, if an extstate exists
  • DeleteExtState - deleted an extstate that stores information for your script
  • GetExtState - gets an extstate that stores information for your script
  • HasExtState - checks, if an extstate exists
  • DeleteExtState - deleted an extstate that stores information for your script

  • @@ -2673,7 +2673,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetExePath - returns the path of the reaper.exe/reaper.app
  • GetExePath - returns the path of the reaper.exe/reaper.app

  • @@ -3058,7 +3058,7 @@

    Datatypes used in this document


    see also:
    - +
  • ValidatePtr2 - checks, if a pointer is a valid one within a project
  • ValidatePtr2 - checks, if a pointer is a valid one within a project

  • @@ -3190,7 +3190,7 @@

    Datatypes used in this document

    Clear the ReaScript console.

    see also:
    - +
  • ShowConsoleMsg - for printing messages into the ReaScript-console
  • ShowConsoleMsg - for printing messages into the ReaScript-console

  • @@ -3213,7 +3213,7 @@

    Datatypes used in this document


    see also:
    - +
  • ClearConsole - clears the ReaScript-console window
  • ClearConsole - clears the ReaScript-console window

  • @@ -3253,10 +3253,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • GetActionShortcutDesc - for getting the description of the shortcut
  • DeleteActionShortcut - for deleting a shortcut
  • DoActionShortcutDialog - for opening the add shortcut-dialog
  • SectionFromUniqueID - get the section, that you want to pass to this function
  • GetActionShortcutDesc - for getting the description of the shortcut
  • DeleteActionShortcut - for deleting a shortcut
  • DoActionShortcutDialog - for opening the add shortcut-dialog
  • SectionFromUniqueID - get the section, that you want to pass to this function

  • @@ -3300,10 +3300,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • CountActionShortcuts - for counting the available shortcuts of an action
  • GetActionShortcutDesc - for getting a shortcut's description
  • DoActionShortcutDialog - for opening the add shortcut-dialog
  • SectionFromUniqueID - get the section, that you want to pass to this function
  • CountActionShortcuts - for counting the available shortcuts of an action
  • GetActionShortcutDesc - for getting a shortcut's description
  • DoActionShortcutDialog - for opening the add shortcut-dialog
  • SectionFromUniqueID - get the section, that you want to pass to this function

  • @@ -3351,10 +3351,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • CountActionShortcuts - for counting the available shortcuts of an action
  • GetActionShortcutDesc - for getting a shortcut's description
  • DeleteActionShortcutDialog - for deleting a shortcut
  • SectionFromUniqueID - get the section, that you want to pass to this function
  • CountActionShortcuts - for counting the available shortcuts of an action
  • GetActionShortcutDesc - for getting a shortcut's description
  • DeleteActionShortcutDialog - for deleting a shortcut
  • SectionFromUniqueID - get the section, that you want to pass to this function

  • @@ -3402,10 +3402,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • CountActionShortcuts - for counting the available shortcuts of an action
  • DeleteActionShortcut - for deleting a shortcut
  • DoActionShortcutDialog - for opening the add shortcut-dialog
  • SectionFromUniqueID - get the section, that you want to pass to this function
  • CountActionShortcuts - for counting the available shortcuts of an action
  • DeleteActionShortcut - for deleting a shortcut
  • DoActionShortcutDialog - for opening the add shortcut-dialog
  • SectionFromUniqueID - get the section, that you want to pass to this function

  • @@ -3441,10 +3441,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • CountActionShortcuts - counts the number of shortcuts available for a command
  • GetActionShortcutDesc - for getting the description of the shortcut
  • DeleteActionShortcut - for deleting a shortcut
  • DoActionShortcutDialog - for opening the add shortcut-dialog
  • CountActionShortcuts - counts the number of shortcuts available for a command
  • GetActionShortcutDesc - for getting the description of the shortcut
  • DeleteActionShortcut - for deleting a shortcut
  • DoActionShortcutDialog - for opening the add shortcut-dialog

  • @@ -3480,8 +3480,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • BR_GetNextGridDivision - gets the next grid division after position
  • BR_GetPrevGridDivision - gets the previous grid division before position
  • BR_GetNextGridDivision - gets the next grid division after position
  • BR_GetPrevGridDivision - gets the previous grid division before position

  • @@ -4129,7 +4129,7 @@

    Datatypes used in this document


    see also:
    - +
  • ColorToNative - for converting r-g-b-values to a native-color value
  • ColorToNative - for converting r-g-b-values to a native-color value

  • @@ -4170,7 +4170,7 @@

    Datatypes used in this document


    see also:
    - +
  • ColorFromNative - for converting a native color-calue into its r-g-b-representation
  • ColorFromNative - for converting a native color-calue into its r-g-b-representation

  • @@ -4258,8 +4258,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • format_timestr_pos - creates a timestring and formats with overrides
  • format_timestr_len - creates a timestring and formats with overrides and offset for length
  • format_timestr_pos - creates a timestring and formats with overrides
  • format_timestr_len - creates a timestring and formats with overrides and offset for length

  • @@ -4446,7 +4446,7 @@

    Datatypes used in this document


    see also:
    - +
  • parsepanstr - converts a panstr into a double-number
  • parsepanstr - converts a panstr into a double-number

  • @@ -6169,7 +6169,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetMediaSourceParent - returns, the parent-source of a source
  • GetMediaSourceParent - returns, the parent-source of a source

  • @@ -6680,7 +6680,7 @@

    Datatypes used in this document


    see also:
    - +
  • kbd_getTextFromCmd - get text from a command
  • kbd_getTextFromCmd - get text from a command

  • @@ -7253,7 +7253,7 @@

    Datatypes used in this document


    see also:
    - +
  • Reaper_Config_Variables.html - all config-variables documented
  • Reaper_Config_Variables.html - all config-variables documented

  • @@ -7316,7 +7316,7 @@

    Datatypes used in this document


    see also:
    - +
  • Reaper_Config_Variables.html - all valid config-variables documented
  • Reaper_Config_Variables.html - all valid config-variables documented

  • @@ -7349,7 +7349,7 @@

    Datatypes used in this document


    see also:
    - +
  • Reaper_Config_Variables.html - all valid config-variables documented
  • Reaper_Config_Variables.html - all valid config-variables documented

  • @@ -10258,7 +10258,7 @@

    Datatypes used in this document


    see also:
    - +
  • plugin_register - hook a menu using plugin_register("hookcustommenu")
  • plugin_register - hook a menu using plugin_register("hookcustommenu")

  • @@ -10514,7 +10514,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDI_eventlist_destroy - destroy an eventlist-object
  • MIDI_eventlist_destroy - destroy an eventlist-object

  • @@ -10543,7 +10543,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDI_eventlist_Create - create a MIDI eventlist-object
  • MIDI_eventlist_Create - create a MIDI eventlist-object

  • @@ -10745,7 +10745,7 @@

    Datatypes used in this document


    see also:
    - +
  • FreeHeapPtr - free heap-memory returned from an API-function
  • FreeHeapPtr - free heap-memory returned from an API-function

  • @@ -11353,7 +11353,7 @@

    Datatypes used in this document


    see also:
    - +
  • SendLocalOscMessage - sends a osc message to a local osc-handler
  • SendLocalOscMessage - sends a osc message to a local osc-handler

  • @@ -11375,8 +11375,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • CreateLocalOscHandler - create a local osc-handler
  • SendLocalOscMessage - send local osc-message
  • CreateLocalOscHandler - create a local osc-handler
  • SendLocalOscMessage - send local osc-message

  • @@ -11573,7 +11573,7 @@

    Datatypes used in this document


    see also:
    - +
  • PlayPreviewEx - an enhanced version of play preview
  • PlayPreviewEx - an enhanced version of play preview

  • @@ -11715,12 +11715,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send

  • @@ -11898,7 +11898,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetColorThemeStruct - returns the color theme
  • GetColorThemeStruct - returns the color theme

  • @@ -14163,7 +14163,14 @@

    Datatypes used in this document

    Returns the arc tangent of the numerator divided by the denominator, allowing the denominator to be 0, and using their signs to produce a more meaningful result.
    -

    Parameters: +
    +Returnvalues: + + + +
    float arc_tangent
    the arc-tangent
    +
    +Parameters: @@ -14430,7 +14437,7 @@

    Datatypes used in this document

    float numerator
    the numerator to calculate the arc-tangent

    see also:
    - +
  • eel_fft - perform a FFT
  • eel_fft - perform a FFT

  • @@ -15056,7 +15063,7 @@

    Datatypes used in this document


    see also:
    - +
  • eel_match - case-sensitive version of match
  • eel_match - case-sensitive version of match

  • @@ -15334,7 +15341,7 @@

    Datatypes used in this document

        A=0; // set A to 0     // while A is still less than 10, add 1 to A -    while(A<10)( +    while(A < 10)(       A=A+1;     );
    @@ -15724,7 +15731,7 @@

    Datatypes used in this document


    see also:
    - +
  • eel_str_getchar - gets a character from the keyboard-queue, as input into a gfx-window
  • eel_str_getchar - gets a character from the keyboard-queue, as input into a gfx-window

  • @@ -16030,7 +16037,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetSetAutomationItemInfo - for setting attributes of an automation-item
  • GetSetAutomationItemInfo - for setting attributes of an automation-item

  • @@ -16182,7 +16189,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetSetAutomationItemInfo - gets/sets additional attributes of an automation item
  • GetSetAutomationItemInfo - gets/sets additional attributes of an automation item

  • @@ -16213,19 +16220,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -16260,19 +16267,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -16329,19 +16336,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -16401,19 +16408,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -16441,20 +16448,20 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - - + + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -16484,11 +16491,11 @@

    Datatypes used in this document


    see also:
    - - - - - + + + + +
  • CountEnvelopePointsEx - to count envelope-points of envelopes and automation-items
  • GetEnvelopePoint - to get envelope-points in envelopes only
  • SetEnvelopePoint - to set envelope-points in envelopes only
  • InsertEnvelopePoint - to insert an envelope-point into envelopes only
  • DeleteEnvelopePoint - to delete an envelope-point into envelopes only
  • CountEnvelopePointsEx - to count envelope-points of envelopes and automation-items
  • GetEnvelopePoint - to get envelope-points in envelopes only
  • SetEnvelopePoint - to set envelope-points in envelopes only
  • InsertEnvelopePoint - to insert an envelope-point into envelopes only
  • DeleteEnvelopePoint - to delete an envelope-point into envelopes only

  • @@ -16526,11 +16533,11 @@

    Datatypes used in this document


    see also:
    - - - - - + + + + +
  • CountEnvelopePoints - to count envelope-points of envelopes only
  • GetEnvelopePointEx - to get envelope-points in envelopes and automation-items
  • SetEnvelopePointEx - to set envelope-points in envelopes and automation-items
  • InsertEnvelopePointEx - to insert an envelope-point into envelopes and automation-items
  • DeleteEnvelopePointEx - to delete an envelope-point into envelopes and automation-items
  • CountEnvelopePoints - to count envelope-points of envelopes only
  • GetEnvelopePointEx - to get envelope-points in envelopes and automation-items
  • SetEnvelopePointEx - to set envelope-points in envelopes and automation-items
  • InsertEnvelopePointEx - to insert an envelope-point into envelopes and automation-items
  • DeleteEnvelopePointEx - to delete an envelope-point into envelopes and automation-items

  • @@ -16576,10 +16583,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • CountEnvelopePointsEx - count envelope-points in envelopes and automation-items
  • GetEnvelopePointEx - get envelope-points of envelopes and automation-items
  • SetEnvelopePointEx - sets envelope-points of envelopes and automation-items
  • InsertEnvelopePointEx - inserts an envelope-point into envelopes and automation-items
  • CountEnvelopePointsEx - count envelope-points in envelopes and automation-items
  • GetEnvelopePointEx - get envelope-points of envelopes and automation-items
  • SetEnvelopePointEx - sets envelope-points of envelopes and automation-items
  • InsertEnvelopePointEx - inserts an envelope-point into envelopes and automation-items

  • @@ -16617,8 +16624,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • DeleteEnvelopePointRangeEx - deletes a range of envelope-points within envelopes and automation items
  • DeleteEnvelopePointEx - deletes an envelope-point within an envelope and automation-items
  • DeleteEnvelopePointRangeEx - deletes a range of envelope-points within envelopes and automation items
  • DeleteEnvelopePointEx - deletes an envelope-point within an envelope and automation-items

  • @@ -16687,10 +16694,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • InsertEnvelopePoint - inserts an envelope-point into envelopes
  • InsertEnvelopePointEx - inserts an envelope-point into envelopes and automation-items
  • SetEnvelopePoint - sets envelope-points in envelopes
  • SetEnvelopePointEx - sets envelope-points in envelopes and automation-items
  • InsertEnvelopePoint - inserts an envelope-point into envelopes
  • InsertEnvelopePointEx - inserts an envelope-point into envelopes and automation-items
  • SetEnvelopePoint - sets envelope-points in envelopes
  • SetEnvelopePointEx - sets envelope-points in envelopes and automation-items

  • @@ -16724,10 +16731,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • InsertEnvelopePoint - inserts an envelope-point into envelopes
  • InsertEnvelopePointEx - inserts an envelope-point into envelopes and automation-items
  • SetEnvelopePoint - sets envelope-points in envelopes
  • SetEnvelopePointEx - sets envelope-points in envelopes and automation-items
  • InsertEnvelopePoint - inserts an envelope-point into envelopes
  • InsertEnvelopePointEx - inserts an envelope-point into envelopes and automation-items
  • SetEnvelopePoint - sets envelope-points in envelopes
  • SetEnvelopePointEx - sets envelope-points in envelopes and automation-items

  • @@ -16781,7 +16788,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetEnvelopePointEx - gets an envelopepoint from envelopes or automation-items
  • GetEnvelopePointEx - gets an envelopepoint from envelopes or automation-items

  • @@ -16815,7 +16822,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetEnvelopePointByTimeEx - gets an envelope-point by time in envelopes or automation-items
  • GetEnvelopePointByTimeEx - gets an envelope-point by time in envelopes or automation-items

  • @@ -16857,10 +16864,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • GetEnvelopePointEx - gets an envelope-point from envelopes or automation-items
  • SetEnvelopePointEx - sets an envelope-point in envelopes or automation-items
  • InsertEnvelopePointEx - inserts envelope-points in envelopes or automation-items
  • DeleteEnvelopePointEx - deletes envelope-points in envelopes or automation-items
  • GetEnvelopePointEx - gets an envelope-point from envelopes or automation-items
  • SetEnvelopePointEx - sets an envelope-point in envelopes or automation-items
  • InsertEnvelopePointEx - inserts envelope-points in envelopes or automation-items
  • DeleteEnvelopePointEx - deletes envelope-points in envelopes or automation-items

  • @@ -16922,10 +16929,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • CountEnvelopePointsEx - counts envelope-points in envelopes or automation-items
  • SetEnvelopePointEx - sets an envelope-point in envelopes or automation-items
  • InsertEnvelopePointEx - inserts envelope-points in envelopes or automation-items
  • DeleteEnvelopePointEx - deletes envelope-points in envelopes or automation-items
  • CountEnvelopePointsEx - counts envelope-points in envelopes or automation-items
  • SetEnvelopePointEx - sets an envelope-point in envelopes or automation-items
  • InsertEnvelopePointEx - inserts envelope-points in envelopes or automation-items
  • DeleteEnvelopePointEx - deletes envelope-points in envelopes or automation-items

  • @@ -16981,8 +16988,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • Envelope_SortPoints - sorts the envelope-points, after you are finished with modifying them
  • InsertEnvelopePointEx - allows inserting envelope-points to envelopes as well as automation-items
  • Envelope_SortPoints - sorts the envelope-points, after you are finished with modifying them
  • InsertEnvelopePointEx - allows inserting envelope-points to envelopes as well as automation-items

  • @@ -17046,11 +17053,11 @@

    Datatypes used in this document


    see also:
    - - - - - + + + + +
  • Envelope_SortPoints - sorts the envelope-points, after you are finished with modifying them
  • CountEnvelopePointsEx - counts envelope-points in envelopes as well as automation-items
  • GetEnvelopePointEx - gets envelope-points from envelopes as well as automation-items
  • SetEnvelopePointEx - sets envelope-points in envelopes as well as automation-items
  • DeleteEnvelopePointEx - deletes envelope-points from envelopes as well as automation-items
  • Envelope_SortPoints - sorts the envelope-points, after you are finished with modifying them
  • CountEnvelopePointsEx - counts envelope-points in envelopes as well as automation-items
  • GetEnvelopePointEx - gets envelope-points from envelopes as well as automation-items
  • SetEnvelopePointEx - sets envelope-points in envelopes as well as automation-items
  • DeleteEnvelopePointEx - deletes envelope-points from envelopes as well as automation-items

  • @@ -17232,19 +17239,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -17287,19 +17294,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -17336,19 +17343,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -17385,19 +17392,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -17436,20 +17443,20 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - - + + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -17536,19 +17543,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -17608,19 +17615,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -17655,19 +17662,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties

  • @@ -17781,8 +17788,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetEnvelopeScalingMode - get the scaling more of an envelope
  • Envelope_Evaluate - get effective envelope value at a time position
  • GetEnvelopeScalingMode - get the scaling more of an envelope
  • Envelope_Evaluate - get effective envelope value at a time position

  • @@ -17925,8 +17932,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • ScaleFromEnvelopeMode - scales a value from an envelope-mode
  • ScaleToEnvelopeMode - scales a value to an envelope-mode
  • ScaleFromEnvelopeMode - scales a value from an envelope-mode
  • ScaleToEnvelopeMode - scales a value to an envelope-mode

  • @@ -18171,8 +18178,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetEnvelopeStateChunk - returns, an EnvelopeStateChunk, which holds all attributes-information of an envelope
  • SetEnvelopeStateChunk - sets an EnvelopeStateChunk, to replace all attributes-information of an envelope
  • GetEnvelopeStateChunk - returns, an EnvelopeStateChunk, which holds all attributes-information of an envelope
  • SetEnvelopeStateChunk - sets an EnvelopeStateChunk, to replace all attributes-information of an envelope

  • @@ -18214,8 +18221,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetEnvelopeStateChunk - returns, an EnvelopeStateChunk, which holds all attributes-information of an envelope
  • SetEnvelopeStateChunk - sets an EnvelopeStateChunk, to replace all attributes-information of an envelope
  • GetEnvelopeStateChunk - returns, an EnvelopeStateChunk, which holds all attributes-information of an envelope
  • SetEnvelopeStateChunk - sets an EnvelopeStateChunk, to replace all attributes-information of an envelope

  • @@ -18452,19 +18459,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTrack - gets parent track of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -18592,19 +18599,19 @@

    Datatypes used in this document


    see also:
    - - - - - - - - - - - - - + + + + + + + + + + + + +
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position
  • BR_EnvAlloc - creates an envelope object, that can be used by BR_Env-functions
  • BR_EnvCountPoints - counts envelope points
  • BR_EnvDeletePoint - deletes an envelope point
  • BR_EnvFind - finds envelope point at position
  • BR_EnvFindNext - find next envelope point after position
  • BR_EnvFindPrevious - find previous envelope point before position
  • BR_EnvFree - delete an BR_Envelope object created by BR_EnvAlloc
  • BR_EnvGetParentTake - gets parent take of an envelope
  • BR_EnvGetPoint - gets envelope point
  • BR_EnvGetProperties - gets envelope point properties
  • BR_EnvSetPoint - sets an envelope point
  • BR_EnvSetProperties - sets envelope point properties
  • BR_EnvValueAtPos - gets envelope point value at position

  • @@ -18634,7 +18641,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTrackEnvelope - to get a track-envelope
  • GetTrackEnvelope - to get a track-envelope

  • @@ -18866,8 +18873,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetFocusedFX2 - gets the focused/opened fx and if it's item/track fx
  • GetLastTouchedFX - gets the last fx that was touched by the user
  • GetFocusedFX2 - gets the focused/opened fx and if it's item/track fx
  • GetLastTouchedFX - gets the last fx that was touched by the user

  • @@ -18908,7 +18915,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetLastTouchedFX - gets the last fx that was touched by the user
  • GetLastTouchedFX - gets the last fx that was touched by the user

  • @@ -18949,7 +18956,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetFocusedFX2 - gets the focused/open fx
  • GetFocusedFX2 - gets the focused/open fx

  • @@ -20242,7 +20249,7 @@

    Datatypes used in this document


    see also:
    - +
  • TakeFX_SetPreset - sets the preset of a take-fx
  • TakeFX_SetPreset - sets the preset of a take-fx

  • @@ -20858,7 +20865,7 @@

    Datatypes used in this document


    see also:
    - +
  • CountTCPFXParms - returns the number of tcp-fx parameters
  • CountTCPFXParms - returns the number of tcp-fx parameters

  • @@ -22241,7 +22248,7 @@

    Datatypes used in this document


    see also:
    - +
  • TrackFX_SetPreset - sets the preset of a track-fx
  • TrackFX_SetPreset - sets the preset of a track-fx

  • @@ -23045,7 +23052,7 @@

    Datatypes used in this document


    see also:
    - +
  • EnumerateSubdirectories - enumerates the directories in a directory
  • EnumerateSubdirectories - enumerates the directories in a directory

  • @@ -23079,7 +23086,7 @@

    Datatypes used in this document


    see also:
    - +
  • EnumerateFiles - enumerate files in a directory
  • EnumerateFiles - enumerate files in a directory

  • @@ -24272,13 +24279,13 @@

    Datatypes used in this document


    see also:
    - - - - - - - + + + + + + +
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor

  • @@ -24301,13 +24308,13 @@

    Datatypes used in this document


    see also:
    - - - - - - - + + + + + + +
  • CreateTakeAudioAccessor - for creating a take-audio-accessor
  • CreateTrackAudioAccessor - for creating a track-audio-accessor
  • DestroyAudioAccessor - to destroy an audio-accessor
  • AudioAccessorStateChanged - to get, if an audioaccessor has changed
  • GetAudioAccessorStartTime - to get the audioaccessor-starttime
  • GetAudioAccessorEndTime - to get the audioaccessor-endtime
  • GetAudioAccessorSamples - to get the audioaccessor-samples
  • CreateTakeAudioAccessor - for creating a take-audio-accessor
  • CreateTrackAudioAccessor - for creating a track-audio-accessor
  • DestroyAudioAccessor - to destroy an audio-accessor
  • AudioAccessorStateChanged - to get, if an audioaccessor has changed
  • GetAudioAccessorStartTime - to get the audioaccessor-starttime
  • GetAudioAccessorEndTime - to get the audioaccessor-endtime
  • GetAudioAccessorSamples - to get the audioaccessor-samples

  • @@ -24364,12 +24371,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • CreateTrackAudioAccessor - gets a track audioaccessor
  • DestroyAudioAccessor - destroys an audioaccessor
  • AudioAccessorStateChanged - gets the state-change of an audioaccessor
  • GetAudioAccessorStartTime - get audioaccessor-starttime
  • GetAudioAccessorEndTime - get audioaccessor-endtime
  • GetAudioAccessorSamples - get audioaccessor-samples
  • CreateTrackAudioAccessor - gets a track audioaccessor
  • DestroyAudioAccessor - destroys an audioaccessor
  • AudioAccessorStateChanged - gets the state-change of an audioaccessor
  • GetAudioAccessorStartTime - get audioaccessor-starttime
  • GetAudioAccessorEndTime - get audioaccessor-endtime
  • GetAudioAccessorSamples - get audioaccessor-samples

  • @@ -24399,12 +24406,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • CreateTakeAudioAccessor - create a take audioaccessor
  • DestroyAudioAccessor - destroys an audioaccessor
  • AudioAccessorStateChanged - gets the state-change of an audioaccessor
  • GetAudioAccessorStartTime - get audioaccessor-starttime
  • GetAudioAccessorEndTime - get audioaccessor-endtime
  • GetAudioAccessorSamples - get audioaccessor-samples
  • CreateTakeAudioAccessor - create a take audioaccessor
  • DestroyAudioAccessor - destroys an audioaccessor
  • AudioAccessorStateChanged - gets the state-change of an audioaccessor
  • GetAudioAccessorStartTime - get audioaccessor-starttime
  • GetAudioAccessorEndTime - get audioaccessor-endtime
  • GetAudioAccessorSamples - get audioaccessor-samples

  • @@ -24427,13 +24434,13 @@

    Datatypes used in this document


    see also:
    - - - - - - - + + + + + + +
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • GetAudioAccessorStartTime - gets the starttime of an audioaccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • GetAudioAccessorStartTime - gets the starttime of an audioaccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor

  • @@ -24463,13 +24470,13 @@

    Datatypes used in this document


    see also:
    - - - - - - - + + + + + + +
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorStartTime - gets the starttime of an audioaccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorStartTime - gets the starttime of an audioaccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor

  • @@ -24505,14 +24512,14 @@

    Datatypes used in this document


    see also:
    - - - - - - - - + + + + + + + +
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorStartTime - gets the starttime of an audioaccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorStartTime - gets the starttime of an audioaccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor

  • @@ -24575,13 +24582,13 @@

    Datatypes used in this document


    see also:
    - - - - - - - + + + + + + +
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorStartTime - gets the starttime of an audioaccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorStartTime - gets the starttime of an audioaccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor

  • @@ -24611,13 +24618,13 @@

    Datatypes used in this document


    see also:
    - - - - - - - + + + + + + +
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor
  • AudioAccessorStateChanged - returns, if audioaccessor has changed
  • AudioAccessorValidateState - to get validation-state of an AudioAccessor
  • CreateTakeAudioAccessor - to create an AudioAccessor for take
  • CreateTrackAudioAccessor - to create an AudioAccessor for track
  • DestroyAudioAccessor - to destroy an AudioAccessor
  • GetAudioAccessorEndTime - to get endtime of an AudioAccessor
  • GetAudioAccessorSamples - to get samples of an AudioAccessor

  • @@ -25701,7 +25708,7 @@

    Datatypes used in this document


    see also:
    - +
  • SetMouseModifier - sets a mouse-modifier
  • SetMouseModifier - sets a mouse-modifier

  • @@ -25854,7 +25861,7 @@

    Datatypes used in this document


    see also:
    - +
  • JS_Mouse_SetCursor - show the mouse-cursor you've loaded with JS_Mouse_LoadCursorFromFile
  • JS_Mouse_SetCursor - show the mouse-cursor you've loaded with JS_Mouse_LoadCursorFromFile

  • @@ -26734,7 +26741,7 @@

    Datatypes used in this document


    see also:
    - +
  • lua_gfx.setfont - sets a font, used by the gfx-functions
  • lua_gfx.setfont - sets a font, used by the gfx-functions

  • @@ -26921,8 +26928,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • lua_gfx.update - updates the gfx-window
  • lua_gfx.dock - docks the gfx-window
  • lua_gfx.update - updates the gfx-window
  • lua_gfx.dock - docks the gfx-window

  • @@ -27041,7 +27048,7 @@

    Datatypes used in this document


    see also:
    - +
  • lua_gfx.setfont - sets a font, used by the gfx-functions
  • lua_gfx.setfont - sets a font, used by the gfx-functions

  • @@ -27074,7 +27081,7 @@

    Datatypes used in this document


    see also:
    - +
  • lua_gfx.setfont - sets a font, used by the gfx-functions
  • lua_gfx.setfont - sets a font, used by the gfx-functions

  • @@ -27806,8 +27813,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • lua_gmem_read - reads values from a global shared memory(gmem)
  • lua_gmem_write - writes values from a global shared memory(gmem) that can be accessed
  • lua_gmem_read - reads values from a global shared memory(gmem)
  • lua_gmem_write - writes values from a global shared memory(gmem) that can be accessed

  • @@ -27836,8 +27843,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • lua_gmem_attach - attaches a global shared memory(gmem) that can be accessed
  • lua_gmem_write - writes values from a global shared memory(gmem) that can be accessed
  • lua_gmem_attach - attaches a global shared memory(gmem) that can be accessed
  • lua_gmem_write - writes values from a global shared memory(gmem) that can be accessed

  • @@ -27863,8 +27870,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • lua_gmem_attach - attaches a global shared memory(gmem) that can be accessed
  • lua_gmem_read - reads values from a global shared memory(gmem)
  • lua_gmem_attach - attaches a global shared memory(gmem) that can be accessed
  • lua_gmem_read - reads values from a global shared memory(gmem)

  • @@ -29005,7 +29012,7 @@

    Datatypes used in this document


    see also:
    - +
  • SetTrackMIDILyrics - sets MIDI-lyrics of a MediaTrack, pushed into all MediaItems on the track
  • SetTrackMIDILyrics - sets MIDI-lyrics of a MediaTrack, pushed into all MediaItems on the track

  • @@ -29043,7 +29050,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTrackMIDINoteNameEx - gets the name of a midi-note from a track in a ReaProject
  • GetTrackMIDINoteNameEx - gets the name of a midi-note from a track in a ReaProject

  • @@ -29085,7 +29092,7 @@

    Datatypes used in this document


    see also:
    - +
  • SetTrackMIDINoteNameEx - sets track-midi-note attributes by project
  • SetTrackMIDINoteNameEx - sets track-midi-note attributes by project

  • @@ -29218,7 +29225,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDIEditor_GetTake - gets the take currently edited in the MIDI Editor
  • MIDIEditor_GetTake - gets the take currently edited in the MIDI Editor

  • @@ -29243,8 +29250,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • MIDIEditor_GetMode - get the mode of an MIDI-Editor
  • MIDIEditor_OnCommand - runs an action from the MidiEditor-section inside a MidiEditor
  • MIDIEditor_GetMode - get the mode of an MIDI-Editor
  • MIDIEditor_OnCommand - runs an action from the MidiEditor-section inside a MidiEditor

  • @@ -29275,8 +29282,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • MIDIEditor_GetActive - get the hwnd of the active MIDI-Editor
  • MIDIEditor_OnCommand - runs an action from the MidiEditor-section inside a MidiEditor
  • MIDIEditor_GetActive - get the hwnd of the active MIDI-Editor
  • MIDIEditor_OnCommand - runs an action from the MidiEditor-section inside a MidiEditor

  • @@ -29333,9 +29340,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • MIDIEditor_SetSetting_int - Set settings for a MIDI Editor
  • MIDIEditor_GetActive - get the hwnd of the active MIDI Editor
  • MIDIEditor_GetSetting_str - get string-settings of a MIDI Editor
  • MIDIEditor_SetSetting_int - Set settings for a MIDI Editor
  • MIDIEditor_GetActive - get the hwnd of the active MIDI Editor
  • MIDIEditor_GetSetting_str - get string-settings of a MIDI Editor

  • @@ -29384,8 +29391,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • MIDIEditor_GetActive - get the hwnd of the active MIDI Editor
  • MIDIEditor_GetSetting_int - get integer settings of a MIDI Editor
  • MIDIEditor_GetActive - get the hwnd of the active MIDI Editor
  • MIDIEditor_GetSetting_int - get integer settings of a MIDI Editor

  • @@ -29417,7 +29424,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDIEditor_EnumTakes - get the takes currently edited in Midi-editors
  • MIDIEditor_EnumTakes - get the takes currently edited in Midi-editors

  • @@ -29457,7 +29464,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDIEditor_GetSetting_int - gets integer-settings from a MIDI editor
  • MIDIEditor_GetSetting_int - gets integer-settings from a MIDI editor

  • @@ -29808,7 +29815,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDI_SetAllEvts - sets all midi-events of a take
  • MIDI_SetAllEvts - sets all midi-events of a take

  • @@ -29911,8 +29918,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • MIDI_GetCC - gets midi-cc-events properties in a take
  • MIDI_SetCCShape - sets shape and bezier-tension of a midi-cc in a take
  • MIDI_GetCC - gets midi-cc-events properties in a take
  • MIDI_SetCCShape - sets shape and bezier-tension of a midi-cc in a take

  • @@ -30034,7 +30041,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDI_GetTrackHash - gets a hash-string that only changes, when the track's midi-data changes
  • MIDI_GetTrackHash - gets a hash-string that only changes, when the track's midi-data changes

  • @@ -30394,7 +30401,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDI_GetEvt - get midi-events of a take
  • MIDI_GetEvt - get midi-events of a take

  • @@ -30434,7 +30441,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDI_GetHash - gets a hash-string that only changes, when the take's midi-data changes
  • MIDI_GetHash - gets a hash-string that only changes, when the take's midi-data changes

  • @@ -30706,7 +30713,7 @@

    Datatypes used in this document


    see also:
    - +
  • MIDI_GetAllEvts - gets all midi-events of a take
  • MIDI_GetAllEvts - gets all midi-events of a take

  • @@ -30817,8 +30824,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • MIDI_SetCC - sets the CC event properties
  • MIDI_GetCCShape - gets the CC-shape and bezier tension
  • MIDI_SetCC - sets the CC event properties
  • MIDI_GetCCShape - gets the CC-shape and bezier tension

  • @@ -31110,7 +31117,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTrackMIDILyrics - get the track-midi lyrics
  • GetTrackMIDILyrics - get the track-midi lyrics

  • @@ -31293,7 +31300,7 @@

    Datatypes used in this document


    see also:
    - +
  • TrackList_AdjustWindows - refreshes ui of the region render matrix
  • TrackList_AdjustWindows - refreshes ui of the region render matrix

  • @@ -31399,7 +31406,7 @@

    Datatypes used in this document


    see also:
    - +
  • ColorToNative - to convert color-value to a native(Mac, Win, Linux) colors
  • ColorToNative - to convert color-value to a native(Mac, Win, Linux) colors

  • @@ -31506,8 +31513,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • EnumProjectMarkers3 - gets attributes of a marker/region
  • SetProjectMarker4 - sets attributes of a marker/region
  • EnumProjectMarkers3 - gets attributes of a marker/region
  • SetProjectMarker4 - sets attributes of a marker/region

  • @@ -31715,7 +31722,7 @@

    Datatypes used in this document


    see also:
    - +
  • EnumProjectMarkers - returns, the attributes of a project marker
  • EnumProjectMarkers - returns, the attributes of a project marker

  • @@ -32137,7 +32144,7 @@

    Datatypes used in this document


    see also:
    - +
  • SetProjectMarkerByIndex2 - an enhanced version of SetProjectMarkerByIndex
  • SetProjectMarkerByIndex2 - an enhanced version of SetProjectMarkerByIndex

  • @@ -32365,7 +32372,7 @@

    Datatypes used in this document


    see also:
    - +
  • SetTakeStretchMarkerSlope - sets a take/stretch-marker slope
  • SetTakeStretchMarkerSlope - sets a take/stretch-marker slope

  • @@ -32442,7 +32449,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTakeStretchMarkerSlope - gets the take stretch marker slope
  • GetTakeStretchMarkerSlope - gets the take stretch marker slope

  • @@ -32476,9 +32483,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • GetNumTakeMarkers - gets the number of take-markers of a take
  • GetTakeMarker - gets attributes of a take-marker of a take
  • SetTakeMarker - sets attributes of a takemarker of a take
  • GetNumTakeMarkers - gets the number of take-markers of a take
  • GetTakeMarker - gets attributes of a take-marker of a take
  • SetTakeMarker - sets attributes of a takemarker of a take

  • @@ -32508,9 +32515,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • GetTakeMarker - gets attributes of a take-marker of a take
  • SetTakeMarker - sets attributes of a takemarker of a take
  • DeleteTakeMarker - deletes a take marker
  • GetTakeMarker - gets attributes of a take-marker of a take
  • SetTakeMarker - sets attributes of a takemarker of a take
  • DeleteTakeMarker - deletes a take marker

  • @@ -32552,9 +32559,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • GetNumTakeMarkers - gets the number of take-markers of a take
  • SetTakeMarker - sets attributes of a takemarker of a take
  • DeleteTakeMarker - deletes a take marker
  • GetNumTakeMarkers - gets the number of take-markers of a take
  • SetTakeMarker - sets attributes of a takemarker of a take
  • DeleteTakeMarker - deletes a take marker

  • @@ -32602,9 +32609,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • GetNumTakeMarkers - gets the number of take-markers of a take
  • GetTakeMarker - gets attributes of a take-marker of a take
  • DeleteTakeMarker - deletes a take marker
  • GetNumTakeMarkers - gets the number of take-markers of a take
  • GetTakeMarker - gets attributes of a take-marker of a take
  • DeleteTakeMarker - deletes a take marker

  • @@ -32638,9 +32645,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • CountTempoTimeSigMarkers - counte the number of tempo/time signature markers
  • GetTempoTimeSigMarker - gets attributes of a tempo/time-signature-marker
  • SetTempoTimeSigMarker - adds/sets a tempo/time signature marker
  • CountTempoTimeSigMarkers - counte the number of tempo/time signature markers
  • GetTempoTimeSigMarker - gets attributes of a tempo/time-signature-marker
  • SetTempoTimeSigMarker - adds/sets a tempo/time signature marker

  • @@ -32752,10 +32759,10 @@

    Datatypes used in this document


    see also:
    - - - - + + + +
  • CountTempoTimeSigMarkers - counts the number of tempo/time signature markers
  • DeleteTempoTimeSigMarker - removes a tempo/time signature-marker
  • GetTempoTimeSigMarker - gets the attributes of a tempo/time signature-marker
  • SetTempoTimeSigMarker - adds/sets a tempo/time signature marker
  • CountTempoTimeSigMarkers - counts the number of tempo/time signature markers
  • DeleteTempoTimeSigMarker - removes a tempo/time signature-marker
  • GetTempoTimeSigMarker - gets the attributes of a tempo/time signature-marker
  • SetTempoTimeSigMarker - adds/sets a tempo/time signature marker

  • @@ -32785,9 +32792,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • GetTempoTimeSigMarker - to get a tempo/time-signature marker
  • SetTempoTimeSigMarker - sets a tempo/time-signature-marker
  • DeleteTempoTimeSigMarker - deletes a tempo/time-signature-marker
  • GetTempoTimeSigMarker - to get a tempo/time-signature marker
  • SetTempoTimeSigMarker - sets a tempo/time-signature-marker
  • DeleteTempoTimeSigMarker - deletes a tempo/time-signature-marker

  • @@ -32906,9 +32913,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • CountTempoTimeSigMarkers - counts the number of tempo/time signature markers
  • DeleteTempoTimeSigMarker - removes a tempo/time signature-marker
  • SetTempoTimeSigMarker - adds/sets a tempo/time signature marker
  • CountTempoTimeSigMarkers - counts the number of tempo/time signature markers
  • DeleteTempoTimeSigMarker - removes a tempo/time signature-marker
  • SetTempoTimeSigMarker - adds/sets a tempo/time signature marker

  • @@ -32972,9 +32979,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • CountTempoTimeSigMarkers - counts the number of tempo/time signature markers
  • DeleteTempoTimeSigMarker - removes a tempo/time signature-marker
  • GetTempoTimeSigMarker - gets the attributes of a tempo/time signature-marker
  • CountTempoTimeSigMarkers - counts the number of tempo/time signature markers
  • DeleteTempoTimeSigMarker - removes a tempo/time signature-marker
  • GetTempoTimeSigMarker - gets the attributes of a tempo/time signature-marker

  • @@ -33011,7 +33018,7 @@

    Datatypes used in this document


    see also:
    - +
  • BR_GetMediaItemGUID - gets the guid of a MediaItem
  • BR_GetMediaItemGUID - gets the guid of a MediaItem

  • @@ -33155,7 +33162,7 @@

    Datatypes used in this document


    see also:
    - +
  • BR_GetMediaItemImageResource - get the image resource of a MediaItem
  • BR_GetMediaItemImageResource - get the image resource of a MediaItem

  • @@ -33185,7 +33192,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetDisplayedMediaItemColor2 - to get the color of a MediaTrack, MediaItem and/or Take
  • GetDisplayedMediaItemColor2 - to get the color of a MediaTrack, MediaItem and/or Take

  • @@ -33219,9 +33226,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • GetDisplayedMediaItemColor - to get the color of a MediaItem
  • ColorToNative - for converting r-g-b-values to a native-color value
  • ColorFromNative - for converting a native color-calue into its r-g-b-representation
  • GetDisplayedMediaItemColor - to get the color of a MediaItem
  • ColorToNative - for converting r-g-b-values to a native-color value
  • ColorFromNative - for converting a native color-calue into its r-g-b-representation

  • @@ -33386,8 +33393,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetItemStateChunk - returns, an ItemStateChunk, which holds all attributes-information of a MediaItem
  • SetItemStateChunk - sets an ItemStateChunk, to replace all attributes-information of a MediaItem
  • GetItemStateChunk - returns, an ItemStateChunk, which holds all attributes-information of a MediaItem
  • SetItemStateChunk - sets an ItemStateChunk, to replace all attributes-information of a MediaItem

  • @@ -33429,8 +33436,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetItemStateChunk - returns, an ItemStateChunk, which holds all attributes-information of a MediaItem
  • SetItemStateChunk - sets an ItemStateChunk, to replace all attributes-information of a MediaItem
  • GetItemStateChunk - returns, an ItemStateChunk, which holds all attributes-information of a MediaItem
  • SetItemStateChunk - sets an ItemStateChunk, to replace all attributes-information of a MediaItem

  • @@ -33821,7 +33828,7 @@

    Datatypes used in this document


    see also:
    - +
  • SetMediaItemInfo_Value - for setting attributes of new item, like length, position
  • SetMediaItemInfo_Value - for setting attributes of new item, like length, position

  • @@ -34114,7 +34121,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetThingFromPoint - returns, various elements at specific coordinates(arrange, mcp, fxchain, etc)
  • GetThingFromPoint - returns, various elements at specific coordinates(arrange, mcp, fxchain, etc)

  • @@ -34233,7 +34240,7 @@

    Datatypes used in this document


    see also:
    - +
  • CountSelectedMediaItems - returns the count of selected media items in a project
  • CountSelectedMediaItems - returns the count of selected media items in a project

  • @@ -34365,7 +34372,7 @@

    Datatypes used in this document


    see also:
    - +
  • InsertMedia - inserts mediafiles into a project
  • InsertMedia - inserts mediafiles into a project

  • @@ -34801,7 +34808,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTakeEnvelope - to get take-envelopes
  • GetTakeEnvelope - to get take-envelopes

  • @@ -36001,7 +36008,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetProjectPath - get recording path of a current project
  • GetProjectPath - get recording path of a current project

  • @@ -36118,8 +36125,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • Main_openProject - for opening a project
  • Main_SaveProject - for saving a project already saved
  • Main_openProject - for opening a project
  • Main_SaveProject - for saving a project already saved

  • @@ -36246,8 +36253,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetProjExtState - gets an ext-state that stored data for your project
  • SetProjExtState - sets an ext-state to store data for your project
  • GetProjExtState - gets an ext-state that stored data for your project
  • SetProjExtState - sets an ext-state to store data for your project

  • @@ -36289,8 +36296,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • SetProjExtState - sets an ext-state to store data for your project
  • EnumProjExtState - enumerates an ext-state that stores data for your project
  • SetProjExtState - sets an ext-state to store data for your project
  • EnumProjExtState - enumerates an ext-state that stores data for your project

  • @@ -36367,8 +36374,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetProjExtState - gets an ext-state that stored data for your project
  • EnumProjExtState - enumerates an ext-state that stores data for your project
  • GetProjExtState - gets an ext-state that stored data for your project
  • EnumProjExtState - enumerates an ext-state that stores data for your project

  • @@ -36468,7 +36475,7 @@

    Datatypes used in this document


    see also:
    - +
  • EnumProjects - enumerates the project(tabs) and their projectfiles with path; returns currently rendering project
  • EnumProjects - enumerates the project(tabs) and their projectfiles with path; returns currently rendering project

  • @@ -36746,7 +36753,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetSetProjectInfo_String - sets additional attributes for the project as string instead of numbers
  • GetSetProjectInfo_String - sets additional attributes for the project as string instead of numbers

  • @@ -36855,7 +36862,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetSetProjectInfo - sets additional attributes for the project as number instead of string
  • GetSetProjectInfo - sets additional attributes for the project as number instead of string

  • @@ -37029,7 +37036,7 @@

    Datatypes used in this document


    see also:
    - +
  • Undo_EndBlock2 - ends an undo-block
  • Undo_EndBlock2 - ends an undo-block

  • @@ -38026,7 +38033,7 @@

    Datatypes used in this document


    see also:
    - +
  • GoToRegion - goes to a region, instead of a marker
  • GoToRegion - goes to a region, instead of a marker

  • @@ -64995,7 +65002,7 @@

    Datatypes used in this document


    see also:
    - +
  • ReaPack_GetOwner - returns the package, that owns a certain installed file
  • ReaPack_GetOwner - returns the package, that owns a certain installed file

  • @@ -65076,7 +65083,7 @@

    Datatypes used in this document


    see also:
    - +
  • ReaPack_ProcessQueue - processes the new list and updates the gui of ReaPack
  • ReaPack_ProcessQueue - processes the new list and updates the gui of ReaPack

  • @@ -65197,8 +65204,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • ReaPack_GetOwner - returns the package, that owns a certain installed file
  • ReaPack_GetEntryInfo - returns the attributes of an installed repository, like name, package description, etc
  • ReaPack_GetOwner - returns the package, that owns a certain installed file
  • ReaPack_GetEntryInfo - returns the attributes of an installed repository, like name, package description, etc

  • @@ -65230,7 +65237,7 @@

    Datatypes used in this document


    see also:
    - +
  • ReaPack_GetOwner - returns the package, that owns a certain installed file
  • ReaPack_GetOwner - returns the package, that owns a certain installed file

  • @@ -65307,7 +65314,7 @@

    Datatypes used in this document


    see also:
    - +
  • ReaPack_GetOwner - returns the package, that owns a certain installed file
  • ReaPack_GetOwner - returns the package, that owns a certain installed file

  • @@ -65342,7 +65349,7 @@

    Datatypes used in this document


    see also:
    - +
  • ReaPack_FreeEntry - deletes a PackageEntry, when you have no use for it anymore
  • ReaPack_FreeEntry - deletes a PackageEntry, when you have no use for it anymore

  • @@ -65608,7 +65615,7 @@

    Datatypes used in this document


    see also:
    - +
  • SetThemeColor - sets a theme-color to a new color-value
  • SetThemeColor - sets a theme-color to a new color-value

  • @@ -66038,8 +66045,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetThemeColor - gets a certain theme-color
  • UpdateArrange - updates the arrangeview, so theme-color changes are applied
  • GetThemeColor - gets a certain theme-color
  • UpdateArrange - updates the arrangeview, so theme-color changes are applied

  • @@ -66380,7 +66387,7 @@

    Datatypes used in this document


    see also:
    - +
  • CountSelectedTracks2 - to count selected tracks including the master track
  • CountSelectedTracks2 - to count selected tracks including the master track

  • @@ -66621,9 +66628,9 @@

    Datatypes used in this document


    see also:
    - - - + + +
  • GetSelectedTrack - gets the selected tracks, including master track
  • GetSelectedTrack2 - gets the selected tracks, including master track
  • CountSelectedTracks - returns the number of selected tracks
  • GetSelectedTrack - gets the selected tracks, including master track
  • GetSelectedTrack2 - gets the selected tracks, including master track
  • CountSelectedTracks - returns the number of selected tracks

  • @@ -66696,9 +66703,9 @@

    Datatypes used in this document

    Toggle track-selection - gets each individual track and toggles its selection-state(Mespotine)
    see also:
    - - - + + +
  • GetTrackFromPoint - gets the track located at a specific screen-coordinate
  • GetMasterTrack - gets the master track
  • GetSelectedTrack - gets a selected track
  • GetTrackFromPoint - gets the track located at a specific screen-coordinate
  • GetMasterTrack - gets the master track
  • GetSelectedTrack - gets a selected track

  • @@ -66742,7 +66749,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetThingFromPoint - returns, which element can be found at a certain coordinate
  • GetThingFromPoint - returns, which element can be found at a certain coordinate

  • @@ -66796,7 +66803,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetNumTracks - gets the number of tracks
  • GetNumTracks - gets the number of tracks

  • @@ -67101,7 +67108,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTrackNumSends - counts the track sends/receives/hardware outputs
  • GetTrackNumSends - counts the track sends/receives/hardware outputs

  • @@ -67184,7 +67191,7 @@

    Datatypes used in this document


    see also:
    - +
  • mkvolstr - converts the volume-level for this function
  • mkvolstr - converts the volume-level for this function

  • @@ -67303,12 +67310,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send

  • @@ -67368,12 +67375,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send

  • @@ -67409,13 +67416,13 @@

    Datatypes used in this document


    see also:
    - - - - - - - + + + + + + +
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send

  • @@ -67457,8 +67464,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetTrackSendName - returns the name of a track, that MediaTrack is sending to
  • GetSetMediaTrackInfo_String - sets various track-attributes, including trackname
  • GetTrackSendName - returns the name of a track, that MediaTrack is sending to
  • GetSetMediaTrackInfo_String - sets various track-attributes, including trackname

  • @@ -67498,7 +67505,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTrackSendUIMute - returns the mute-state of a send-track
  • GetTrackSendUIMute - returns the mute-state of a send-track

  • @@ -67544,7 +67551,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTrackSendUIVolPan - returns the volume and pan-values of a send-track
  • GetTrackSendUIVolPan - returns the volume and pan-values of a send-track

  • @@ -67607,12 +67614,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • RemoveTrackSend - removes a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send

  • @@ -67655,7 +67662,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTrackReceiveName - returns, if audioaccessor has changed
  • GetTrackReceiveName - returns, if audioaccessor has changed

  • @@ -67695,7 +67702,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTrackReceiveUIMute - returns the mute-state of a track-receive
  • GetTrackReceiveUIMute - returns the mute-state of a track-receive

  • @@ -67741,7 +67748,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetTrackReceiveUIVolPan - get the vol-pan-states of a track receive
  • GetTrackReceiveUIVolPan - get the vol-pan-states of a track receive

  • @@ -67781,12 +67788,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • SetTrackSendInfo_Value - sets attributes of a track-send

  • @@ -67950,12 +67957,12 @@

    Datatypes used in this document


    see also:
    - - - - - - + + + + + +
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send
  • CreateTrackSend - creates a track-send
  • GetTrackNumSends - get number of send of a track
  • GetSetTrackSendInfo_String - gets sets additional string-attributes for metadata of track-sends
  • GetSetTrackSendInfo - gets and sets attributes for a track-send
  • GetTrackSendInfo_Value - gets attributes of a track-send
  • RemoveTrackSend - removes a track-send

  • @@ -69071,8 +69078,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • DB2SLIDER - converts a dB-value into the volume-level for this function
  • SLIDER2DB - converts a volume-level into a dB-value
  • DB2SLIDER - converts a dB-value into the volume-level for this function
  • SLIDER2DB - converts a volume-level into a dB-value

  • @@ -69116,8 +69123,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • DB2SLIDER - converts a dB-value into the volume-level for this function
  • SLIDER2DB - converts a volume-level into a dB-value
  • DB2SLIDER - converts a dB-value into the volume-level for this function
  • SLIDER2DB - converts a volume-level into a dB-value

  • @@ -69468,7 +69475,7 @@

    Datatypes used in this document


    see also:
    - +
  • SetMasterTrackVisibility - sets the visibility of the master track in mcp/tcp
  • SetMasterTrackVisibility - sets the visibility of the master track in mcp/tcp

  • @@ -69558,8 +69565,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetSetMediaTrackInfo_String - gets/sets a string value of a MediaTrack-attribute
  • SetMediaTrackInfo_Value - sets a numerical value of a MediaTrack-attribute
  • GetSetMediaTrackInfo_String - gets/sets a string value of a MediaTrack-attribute
  • SetMediaTrackInfo_Value - sets a numerical value of a MediaTrack-attribute

  • @@ -69619,8 +69626,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetMediaTrackInfo_Value - get a numerical value of a MediaTrack-attribute
  • SetMediaTrackInfo_Value - sets a numerical value of a MediaTrack-attribute
  • GetMediaTrackInfo_Value - get a numerical value of a MediaTrack-attribute
  • SetMediaTrackInfo_Value - sets a numerical value of a MediaTrack-attribute

  • @@ -69788,8 +69795,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetTrackStateChunk - returns, an TrackStateChunk, which holds all attributes-information of a MediaTrack
  • SetTrackStateChunk - sets an TrackStateChunk, to replace all attributes-information of a MediaTrack
  • GetTrackStateChunk - returns, an TrackStateChunk, which holds all attributes-information of a MediaTrack
  • SetTrackStateChunk - sets an TrackStateChunk, to replace all attributes-information of a MediaTrack

  • @@ -69831,8 +69838,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetTrackStateChunk - returns, an TrackStateChunk, which holds all attributes-information of a MediaTrack
  • SetTrackStateChunk - sets an TrackStateChunk, to replace all attributes-information of a MediaTrack
  • GetTrackStateChunk - returns, an TrackStateChunk, which holds all attributes-information of a MediaTrack
  • SetTrackStateChunk - sets an TrackStateChunk, to replace all attributes-information of a MediaTrack

  • @@ -70363,8 +70370,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • GetSetMediaTrackInfo_String - gets/sets a string value of a MediaTrack-attribute
  • GetMediaTrackInfo_Value - returns a numerical value of a MediaTrack-attribute
  • GetSetMediaTrackInfo_String - gets/sets a string value of a MediaTrack-attribute
  • GetMediaTrackInfo_Value - returns a numerical value of a MediaTrack-attribute

  • @@ -70415,8 +70422,8 @@

    Datatypes used in this document


    see also:
    - - + +
  • ColorToNative - converts a color-value to a native operating-system-one
  • SetMediaTrackInfo_Value - Allows setting various track-attributes, including the default-color.
  • ColorToNative - converts a color-value to a native operating-system-one
  • SetMediaTrackInfo_Value - Allows setting various track-attributes, including the default-color.

  • @@ -70516,7 +70523,7 @@

    Datatypes used in this document


    see also:
    - +
  • GetSet_ArrangeView2 - gets/sets arrangeview position and viewrange
  • GetSet_ArrangeView2 - gets/sets arrangeview position and viewrange

  • @@ -75191,7 +75198,7 @@

    Datatypes used in this document


    see also:
    - +
  • https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-getsystemmetrics - more information about, which metrics you can get with this function
  • https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-getsystemmetrics - more information about, which metrics you can get with this function

  • diff --git a/ultraschall_api4.9.zip b/ultraschall_api4.9.zip index 5e71cfeb..faa46ddd 100644 Binary files a/ultraschall_api4.9.zip and b/ultraschall_api4.9.zip differ