Skip to content

Commit

Permalink
Soundboard_PlayFadeIn
Browse files Browse the repository at this point in the history
Build: 42998

And now we're done with the last pre-release-beta. From now on, only bugfixes, RCs and the final one.

Additions:
  - Ultraschall Soundboard: Soundboard_PlayFadeIn - starts a sound with fadein, when having the Ultraschall4.00-Soundboard installed

Changes:
  - Web Interface: WebInterface_GetInstalledInterfaces - removed for this release, will appear in the next pre-releases
  • Loading branch information
mespotine committed Feb 5, 2020
1 parent 9b94540 commit cccd564
Show file tree
Hide file tree
Showing 23 changed files with 133 additions and 132 deletions.
Binary file modified Reaper-Internals-Ultraschall-Api-Docs.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion ultraschall_api/Changelog-Api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ TODO!! buggy function
- RenderManagement: GetProject_RenderOutputPath - gets the render-output-path
- RenderManagement: ResolveRenderPattern - resolves the render-pattern into its actual filename
- Subtitles: ReadSubtitles\_VTT - imports a webvtt-subtitlefile
- Web Interface: WebInterface_GetInstalledInterfaces - returns all installed webinterfaces(webrc) of the current Reaper installation, custom and Reaper-defaults

</TODO>

Expand Down Expand Up @@ -294,12 +295,13 @@ This is the last beta-release for the Ultraschall-API4.00 and the feature-freeze
- Scripts: US\_Api\_Examples\_Working\_with\_FXStateChunks\_and\_MediaItems.lua - example of working with FXChainStateChunks
- Themeing: GetAllThemeLayoutNames - returns all layout-names and values of the current theme
- Themeing: GetAllThemeLayoutParameters - returns all theme-layout-parameter attributes of the current theme
- Ultraschall Soundboard: Soundboard\_PlayFadeIn - starts a sound with fadein, when having the Ultraschall4.00-Soundboard installed
- User Interface: GetHelpDisplayMode - returns the current help-display-mode
- User Interface: GetTCPWidth - gets the current width of the TCP(requested by nofish)
- User Interface: SetHelpDisplayMode - sets the current help-display-mode
- User Interface: WiringDiagram_GetOptions - gets the current wiring-diagram-options
- User Interface: WiringDiagram_SetOptions - sets the wiring-diagram-options
- Web Interface: WebInterface_GetInstalledInterfaces - returns all installed webinterfaces(webrc) of the current Reaper installation, custom and Reaper-defaults


#### Changes from Beta 2.8 to Beta 2.9
- ChildScripts: GetScriptParameters - produced Lua-error when no parameter was existing -> fixed
Expand Down
2 changes: 1 addition & 1 deletion ultraschall_api/Documentation/ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ <h4>New features in 4.00beta2.9</h4>
<li>Scripts: US_Api_Examples_Working_with_FXStateChunks_and_MediaItems.lua - example of working with FXChainStateChunks</li>
<li>Themeing: GetAllThemeLayoutNames - returns all layout-names and values of the current theme</li>
<li>Themeing: GetAllThemeLayoutParameters - returns all theme-layout-parameter attributes of the current theme</li>
<li>Ultraschall Soundboard: Soundboard_PlayFadeIn - starts a sound with fadein, when having the Ultraschall4.00-Soundboard installed</li>
<li>User Interface: GetHelpDisplayMode - returns the current help-display-mode</li>
<li>User Interface: GetTCPWidth - gets the current width of the TCP(requested by nofish)</li>
<li>User Interface: SetHelpDisplayMode - sets the current help-display-mode</li>
<li>User Interface: WiringDiagram_GetOptions - gets the current wiring-diagram-options</li>
<li>User Interface: WiringDiagram_SetOptions - sets the wiring-diagram-options</li>
<li>Web Interface: WebInterface_GetInstalledInterfaces - returns all installed webinterfaces(webrc) of the current Reaper installation, custom and Reaper-defaults</li>
</ul>
<h4>Changes from Beta 2.8 to Beta 2.9</h4>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion ultraschall_api/Documentation/US_Api_AUD.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
</div>
</div>
<div style="position:absolute; top:17%; padding-left:5%; width:90%;">
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42996</div><h3>Functions Reference</h3><table style="font-size:10pt; width:100%;" ><br><br><hr><table width="100%"><td style="position:absolute; right:0;">Automatically generated by Ultraschall-API 4.00 Beta 2.9 - 1111 functions and 6 Api-variables available</td></table><br><hr></div></body></html>
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42998</div><h3>Functions Reference</h3><table style="font-size:10pt; width:100%;" ><br><br><hr><table width="100%"><td style="position:absolute; right:0;">Automatically generated by Ultraschall-API 4.00 Beta 2.9 - 1111 functions and 6 Api-variables available</td></table><br><hr></div></body></html>
2 changes: 1 addition & 1 deletion ultraschall_api/Documentation/US_Api_Concepts_AUD.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
<div style="position:absolute; top:17%; padding-left:5%; width:90%;">
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42996</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42998</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
</tr><p></table><hr><a id=""></a>
<div style="font-size:100%"><h4><a href="#">^</a> <u></u></h4></div><p>

Expand Down
2 changes: 1 addition & 1 deletion ultraschall_api/Documentation/US_Api_Concepts_DOC.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
<div style="position:absolute; top:17%; padding-left:5%; width:90%;">
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42996</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42998</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
</tr><p></table><hr><a id=""></a>
<div style="font-size:100%"><h4><a href="#">^</a> <u></u></h4></div><p>

Expand Down
2 changes: 1 addition & 1 deletion ultraschall_api/Documentation/US_Api_Concepts_GFX.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
<div style="position:absolute; top:17%; padding-left:5%; width:90%;">
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42996</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42998</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
</tr><p></table><hr><a id=""></a>
<div style="font-size:100%"><h4><a href="#">^</a> <u></u></h4></div><p>

Expand Down
2 changes: 1 addition & 1 deletion ultraschall_api/Documentation/US_Api_Concepts_GUI.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
<div style="position:absolute; top:17%; padding-left:5%; width:90%;">
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42996</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42998</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
</tr><p></table><hr><a id=""></a>
<div style="font-size:100%"><h4><a href="#">^</a> <u></u></h4></div><p>

Expand Down
2 changes: 1 addition & 1 deletion ultraschall_api/Documentation/US_Api_Concepts_VID.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
<div style="position:absolute; top:17%; padding-left:5%; width:90%;">
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42996</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42998</div><h3>Introduction and Concepts</h3><table style="font-size:10pt; width:100%;" ><tr><td>&nbsp;</td></tr><tr><td><b>, Introduction</b></td></tr><tr><td><a href="#"></a></td>
</tr><p></table><hr><a id=""></a>
<div style="font-size:100%"><h4><a href="#">^</a> <u></u></h4></div><p>

Expand Down
2 changes: 1 addition & 1 deletion ultraschall_api/Documentation/US_Api_DOC.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
<div style="position:absolute; top:17%; padding-left:5%; width:90%;">
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42996</div><h3>Functions Reference</h3><table style="font-size:10pt; width:100%;" ><table style="width:100%;" border="0"><tr><td><br><strong><u>Helper functions</u></strong><br><br>
<br><br><img src="gfx/us.png"><div style="padding-left:0%;"><br>4.00Beta 2.9 - "Gentle Giant - Two weeks in Spain" - - Build: 42998</div><h3>Functions Reference</h3><table style="font-size:10pt; width:100%;" ><table style="width:100%;" border="0"><tr><td><br><strong><u>Helper functions</u></strong><br><br>
</td></tr><tr><td style="width:25%; font-size:small;"><a href="#Docs_ConvertPlainTextToHTML">Docs_ConvertPlainTextToHTML</a></td><td style="width:25%; font-size:small;"><a href="#"></a></td><td style="width:25%;">&nbsp;</td><td style="width:25%;">&nbsp;</td></tr></table><table style="width:100%;" border="0"><tr><td><br><strong><u>Ultraschall DocML</u></strong><br><br>
</td></tr><tr><td style="width:25%; font-size:small;"><a href="#Docs_GetAllUSDocBlocsFromString">Docs_GetAllUSDocBlocsFromString</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_ChapterContext">Docs_GetUSDocBloc_ChapterContext</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_Description">Docs_GetUSDocBloc_Description</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_Functioncall">Docs_GetUSDocBloc_Functioncall</a></td></tr><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_NextChapter">Docs_GetUSDocBloc_NextChapter</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_Params">Docs_GetUSDocBloc_Params</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_PreviousChapter">Docs_GetUSDocBloc_PreviousChapter</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_Requires">Docs_GetUSDocBloc_Requires</a></td></tr><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_Retvals">Docs_GetUSDocBloc_Retvals</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_Slug">Docs_GetUSDocBloc_Slug</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_SourceDocument">Docs_GetUSDocBloc_SourceDocument</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_Tags">Docs_GetUSDocBloc_Tags</a></td></tr><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_TargetDocument">Docs_GetUSDocBloc_TargetDocument</a></td><td style="width:25%; font-size:small;"><a href="#Docs_GetUSDocBloc_Title">Docs_GetUSDocBloc_Title</a></td><td style="width:25%; font-size:small;"><a href="#Docs_RemoveIndent">Docs_RemoveIndent</a></td><td style="width:25%; font-size:small;"><a href="#"></a></td></tr></table><br><hr><a id="Docs_ConvertPlainTextToHTML"></a>
<img width="3%" src="gfx/reaper5.978.png" alt="Reaper version 5.978"><img width="3%" src="gfx/lua5.3.png" alt="Lua version 5.3"> <a href="#Docs_ConvertPlainTextToHTML"><b>Docs_ConvertPlainTextToHTML</b></a><p style="padding-left:0.3%;"><u>Functioncall:</u><div style="padding-left:4%;font-size:100%"><i style="color:#0000ff;">string</i> html_text = <b>ultraschall.Docs_ConvertPlainTextToHTML(</b><i style="color:#0000ff;">string</i> String)</div><p><table style="width:100%;"><tr><td><u>Description:</u></td></tr><tr><td style="vertical-align:top; padding-left:4%;">Converts a plaintext into HTML.<br><br>Converts newlines to <br>, Double Spaces to &nbsp;&nbsp; and Tabs to &nbsp;&nbsp;&nbsp;&nbsp;<br>returns nil in case of an error<br><br></td></tr></table></divl><tr><td style=""><u>Returnvalues:</u></td><td> </td><td> </td></tr><table style="padding-left:4%;"border="0"><tr style="background:#EEEEEE;"><td style="vertical-align:top; white-space:pre;">&nbsp;<i><i style="color:#0000ff;">string</i> html_text</i>&nbsp;</td><td style="vertical-align:top; ">the html-version of the text&nbsp;</td></tr></table><br><tr><td style=""><u>Parameters:</u></td><td> </td><td> </td></tr><table style="padding-left:4%;"border="0"><tr style="background:#EEEEEE;"><td style="vertical-align:top; white-space:pre;">&nbsp;<i><i style="color:#0000ff;">string</i> text</i>&nbsp;</td><td style="vertical-align:top;">the text, which shall be converted to html&nbsp;</td></tr></table><br><hr><a id="Docs_RemoveIndent"></a>
Expand Down
Loading

0 comments on commit cccd564

Please sign in to comment.