Skip to content

Commit

Permalink
#781 more precise ReaScript doc description
Browse files Browse the repository at this point in the history
  • Loading branch information
nofishonfriday committed Jul 17, 2017
1 parent fa18c31 commit 2afbbb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReaScript.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ APIdef g_apidefs[] =
{ APIFUNC(ULT_SetMediaItemNote), "void", "MediaItem*,const char*", "item,note", "[ULT] Set item notes.", },

// #781
{ APIFUNC(NF_GetMediaItemMaxPeak), "double", "MediaItem*", "item", "Returns the greatest max. peak value of all channels of an audio item. Returns -150.0 if MIDI item or empty item.", },
{ APIFUNC(NF_GetMediaItemAverageRMS), "double", "MediaItem*", "item", "Returns the greatest average RMS value of all channels of an audio item. Returns -150.0 if MIDI item or empty item.", },
{ APIFUNC(NF_GetMediaItemMaxPeak), "double", "MediaItem*", "item", "Returns the greatest max. peak value of active channels of an audio item active take, post item gain, post fader, post take volume envelope, post-fade, pre item FX. Returns -150.0 if MIDI item or empty item.", },
{ APIFUNC(NF_GetMediaItemAverageRMS), "double", "MediaItem*", "item", "Returns the greatest average RMS value of active channels of an audio item active take, post item gain, post fader, post take volume envelope, post-fade, pre item FX. Returns -150.0 if MIDI item or empty item.", },

{ NULL, } // denote end of table
};
Expand Down

0 comments on commit 2afbbb4

Please sign in to comment.