Old 11-20-2018, 11:17 PM   #1
SmajjL
Human being with feelings
 
Join Date: Nov 2013
Location: IKEA
Posts: 2,779
Default v5.962+dev1120 - November 20 2018

  • + Audio Units: do not show parameters that are not automatable
  • + ReaScript: remove limit on size of data returned by GetTrackMIDILyrics()
  • + Render queue: auto-saved RPP files when processing render queue, not when adding to render queue
  • + Render: do not auto-save project when using the 'Save and close' button
  • + Render: do not prompt for overwrite/missing regions when using 'Save and close' button [p=2059839]
  • + Render: support up to 10,000 alternate filenames
  • # ReaScript: optimized calling of NeedBig APIs
  • # ReaScript: plug-in added API functions that use realloc_cmd_ptr/NeedBig can return binary-safe data (resized size is used)
Changelog - Pre-Releases

Generated by X-Raym's REAPER ChangeLog to BBCode

__________________
_Ohh.))::_Linux_::((.Xoxo_

SmajjL is offline   Reply With Quote
Old 11-21-2018, 04:11 AM   #2
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by SmajjL View Post
# ReaScript: optimized calling of NeedBig APIs
# ReaScript: plug-in added API functions that use realloc_cmd_ptr/NeedBig can return binary-safe data (resized size is used)
Oh goody, so extensions can now return packed strings!

* Since the realloc size must be the exact string length, it it necessary for realloc_cmd_ptr to be able to shorten string lengths below 32768 chars.

* In the new version, if an API function is defined with a char* buf[Out]NeedBig, int buf[Out]NeedBig_sz pair, the Lua function call must explicitly include both parameters: e.g. myFunc("", 1000000), whereas previous versions only required the string "" argument.

* The API help in the browser only lists the string parameter as required (for Lua); and if the "Out" suffix is used, the IDE's help doesn't list either of the parameters as required.

Last edited by juliansader; 11-21-2018 at 04:17 AM.
juliansader is offline   Reply With Quote
Old 11-21-2018, 07:57 AM   #3
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by juliansader View Post
Oh goody, so extensions can now return packed strings!

* Since the realloc size must be the exact string length, it it necessary for realloc_cmd_ptr to be able to shorten string lengths below 32768 chars.

* In the new version, if an API function is defined with a char* buf[Out]NeedBig, int buf[Out]NeedBig_sz pair, the Lua function call must explicitly include both parameters: e.g. myFunc("", 1000000), whereas previous versions only required the string "" argument.

* The API help in the browser only lists the string parameter as required (for Lua); and if the "Out" suffix is used, the IDE's help doesn't list either of the parameters as required.
Thanks, fixing these!
Justin is offline   Reply With Quote
Old 11-21-2018, 12:02 PM   #4
mirceablue
Human being with feelings
 
Join Date: Apr 2008
Location: Brasov Romania
Posts: 140
Default Hight RT cpu with midi item open for edit

Why this is happening ?

Watch gif:

https://gifyu.com/image/TUbh
mirceablue is offline   Reply With Quote
Old 11-21-2018, 12:15 PM   #5
EvilDragon
Human being with feelings
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 24,790
Default

See my post here:

https://forum.cockos.com/showthread.php?t=213368
EvilDragon is offline   Reply With Quote
Old 11-21-2018, 06:13 PM   #6
Yanick
Human being with feelings
 
Yanick's Avatar
 
Join Date: May 2018
Location: Moscow, Russia
Posts: 612
Default

Is it possible to make the render queue so that the same project does not restart before the new queue?
Yanick is offline   Reply With Quote
Old 11-21-2018, 11:17 PM   #7
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default

This update brake most of my scripts required any of SWS function like BR_Win32_GetPrivateProfileString (bad #6 argument, number expected, got no value).
mpl is offline   Reply With Quote
Old 11-22-2018, 04:34 AM   #8
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by mpl View Post
This update brake most of my scripts required any of SWS function like BR_Win32_GetPrivateProfileString (bad #6 argument, number expected, got no value).
Should be fixed in dev1121
Justin is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 10:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.