Old 04-26-2019, 09:49 AM   #1
vitalker
Human being with feelings
 
vitalker's Avatar
 
Join Date: Dec 2012
Posts: 13,333
Default v5.975pre1 - April 26 2019

v5.975pre1 - April 26 2019:
  • + API: add GetSetAutomationItemInfo(D_POOL_QNLEN) to get/set pooled length in quarter notes
  • + API: add MIDIEditor_SetSetting_Int()
  • + API: add support for GetSetProjectInfo_String(RENDER_FORMAT)
  • + API: safer <EXTSTATE encoding of long ascii strings, more efficient encoding of shorter UTF-8 strings
  • + ARA: fix potential crash on closing REAPER
  • + ARA: fix potential crash when moving media from one ARA track to another [t=219699]
  • + ARA: improve loading projects when source files have moved or been renamed
  • + Actions: fix action to set item start to source media start with negative start offset [p=2118376]
  • + Apply FX: improve speed when processing large numbers of files
  • + Audio: prevent race condition where audio device could be left in a closed state when loading a project that changes audio device samplerate [t=219984]
  • + Automation items: apply AIs when applying pan/width via VCA
  • + Automation items: apply AIs when calculating video processor mute/wet values
  • + Automation items: apply AIs when linking track volume/pan to MIDI channels [p=2123953]
  • + Automation items: update edge attachment when loading automation item from disk
  • + Control surfaces: optimized automated FX parameter notifications
  • + Elastique: update to v3.3.0
  • + FX: flush all take FX on playback start
  • + FX: improve performance while stopped and when using large numbers of automated parameters [t=219231]
  • + Linux: install SIGPIPE handler
  • + Live FX multiprocessing: improve scheduling
  • + MIDI editor: add action to remove duplicate selected events (existing action only removes duplicate notes)
  • + MIDI track controls: send MIDI CCs to parent/sends when track lacks items/fX
  • + MIDI: more efficient import of .mid files with many duplicate events [t=219351]
  • + Media explorer: import automation item name when inserting via media explorer action
  • + Media explorer: support dragging multiple automation items at once
  • + NINJAM: crosslap .ogg files when concatenating to .wav files from imported clipsort.log
  • + NINJAM: improve subsample accounting when importing clipsort.log
  • + Notation editor: duplicate articulations when duplicating notes up/down an octave [t=220147]
  • + Notation editor: fix musicxml export issues with multiple voices
  • + Notation editor: improve display of tied voiced notes
  • + Notation editor: improve proportional spacing display [t=219655]
  • + Notation editor: more tuplet display improvements
  • + Notation editor: split long beams more predictably [p=2125451]
  • + OSC: fix incorrect saving of bindings for non-main sections
  • + Paste: build peaks if pasted chunk has WANT_PEAKS_BUILD 1 token
  • + Project Bay: add support for automation items
  • + Project bay: optimized copy/move of large numbers of files
  • + Project help: report correct time since last manual project save [t=219875]
  • + Project save: improve media copying speed [t=216526]
  • + Projects: losslessly encode long/complex track/take/marker/region names in project/undo state [p=2120673]
  • + ReaNINJAM: fix writing of stereo .wav files of local streams [p=2124239]
  • + ReaNINJAM: improve resampling issues at interval boundaries
  • + ReaNINJAM: improve sound quality at end of each interval
  • + ReaScript: add GetItemFromPoint()
  • + ReaScript: add GetSetTrackSendInfo_String() and GetSetEnvelopeInfo_String() (for P_EXT: use)
  • + ReaScript: add GetTrackFromPoint()
  • + ReaScript: add P_EXT: prefix for extension-specific string state for GetSetMediaTrackInfo_String() etc
  • + ReaScript: add automation item pool extension state via P_POOL_EXT: prefix for GetSetAutomationItemInfo_String()
  • + ReaScript: allow using various GetSet..Value() functions with strings, automatically converting numbers to/from string
  • + ReaScript: update to Lua 5.3.5
  • + Regions: add context menu item to render individual regions
  • + Render: allow dither and noise shaping when rendering stems
  • + Render: fix potentially incorrect region time wildcards [t=213312]
  • + Render: when rendering selected regions, if no regions are selected, render all regions
  • + Ruler: display selected regions (for rendering) more distinctly
  • + Take FX: add actions to set take FX on/offline [t=220052]
  • + Take buttons: improve take envelope button drag/click behaviors
  • + Takes: update FX window titles when duplicating take via action
  • + Theming: add new HSV blend mode with bugfixes, old behavior is now deprecated HSV adjust blend mode
  • + Tooltips: improve multimonitor behavior
  • + Track panels: improve mute/solo swipe behavior when there are hidden grouped tracks [t=219783]
  • + VST3: automatically default to soft reset for plug-ins that appear to support setProcessing
  • + VST: prevent hard reset from being used when flushing from audio thread
  • + linux: improve keyboard handling with modal window open
  • + macOS: prevent network related SIGPIPE crashes
  • # API: GetSetObjectState()/GetSetObjectState2() support inactive/invisible envelopes
  • # API: ValidatePtr2() treat inactive track envelopes as valid
  • # API: add GetSetProjectInfo() PROJECT_SRATE/PROJECT_SRATE_USE
  • # API: allow setting RENDER_SRATE=0 to use project samplerate [p=2123025]
  • # API: extend RENDER_FORMAT to allow setting type without having to base64 encode it
  • # API: update track envelope list when loading envelope state via GetSetObjectState
  • # ARA: minor optimization of project load sequence
    # Fix crash on tracks that have record input FX but no track FX
  • # Live FX multiprocessing: more improvements
  • # Live FX multiprocessing: more tweaks, made a few things safer
  • # Notation editor: adjust positioning for voiced stemmed articulations
  • # Notation editor: improve beamed tuplet display
  • # Notation editor: improve positioning of articulations/ornaments for voiced and beamed notes [t=219883]
  • # Notation editor: improve proportional spacing of tuplets
  • # Notation editor: minor tweaks to tie positioning
  • # Notation editor: more proportional spacing improvements
  • # Project Bay:fix bug with automation items
  • # ReaScript:fix GetSetEnvelopeInfo_String() P_EXT: retrieval
  • # ReaScript:fix P_EXT: for tracks/items/takes
  • # ReaScript:fix P_POOL_EXT
  • # ReaScript:fix completely broken P_EXT: support (could cause crashes)
  • # Track panels:fix another swipe case [p=2122877]
vitalker is online now   Reply With Quote
Old 04-26-2019, 09:51 AM   #2
vitalker
Human being with feelings
 
vitalker's Avatar
 
Join Date: Dec 2012
Posts: 13,333
Default

Since +dev0425:
  • + Audio: prevent race condition where audio device could be left in a closed state when loading a project that changes audio device samplerate [t=219984]
  • + Media explorer: import automation item name when inserting via media explorer action
  • + Media explorer: support dragging multiple automation items at once
  • # API: update track envelope list when loading envelope state via GetSetObjectState
# fix dragging multiple pooled envs from project bay
# faster ARA filename resolving
removed things that will be in the next +dev cycle:
-- global hotkeys
-- routing diagram
-- plugin embed fx
-- hidpi improvements
vitalker is online now   Reply With Quote
Old 04-26-2019, 11:43 AM   #3
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

+ Tooltips: improve multimonitor behavior


hmmm just installed this over my portable in the hope that tooltips would now show up for the toolbars in the MIDI Ed. ... but they still do not show up there...

they work as expected in the TB's for the arrange window but they always have worked OK there....

Why not in the MIDI Ed. window???
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva

Last edited by hopi; 04-26-2019 at 02:24 PM.
hopi is offline   Reply With Quote
Old 04-26-2019, 07:15 PM   #4
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by hopi View Post
+ Tooltips: improve multimonitor behavior


hmmm just installed this over my portable in the hope that tooltips would now show up for the toolbars in the MIDI Ed. ... but they still do not show up there...

they work as expected in the TB's for the arrange window but they always have worked OK there....

Why not in the MIDI Ed. window???
Hmm tooltips for the MIDI editor toolbar works here, maybe you can make a licecap gif so we can see what's going on?
Justin is offline   Reply With Quote
Old 04-27-2019, 12:51 AM   #5
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

Thanks Justin.... now this gets really strange because when LICECap frame is running, the tooltips in the MIDI Ed. work fine...
But when LICECap is not running they do not show...

Just dbl checked this and LICECap does not even need to be recording... merely having the frame over the toolbar makes the tips show up...

EDIT: so is there something I can do to make them work? Is what I say about LICECap any kind of a clue???

I am not crazy, I am not crazy, I am not crazy,......
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva

Last edited by hopi; 04-27-2019 at 09:00 AM.
hopi 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 02:32 PM.


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