Old 09-20-2018, 02:05 PM   #1
Triode
Human being with feelings
 
Triode's Avatar
 
Join Date: Jan 2012
Posts: 1,180
Default v5.96pre7 - September 20 2018

v5.96pre7 - September 20 2018
  • + API: InsertAutomationItem() adds undo point when adding the first automation item on track
  • + API: InsertAutomationItem() supports creating AI pools with a specified index
  • + Automation items: fix corrupted state after moving tracks to subproject [t=207762]
  • # Notation: decrease size of measure-start region hit testing
  • # Notation: if context start/end overlaps with measure start, hit test to context start/end
  • # Notation: insert lyric sets initial keyboard focus
Changelog - Pre-Releases

Generated by X-Raym's REAPER ChangeLog to BBCode
__________________
Mixing / Brush and Beater Drums Online: www.outoftheboxsounds.com
Triode is offline   Reply With Quote
Old 09-20-2018, 02:46 PM   #2
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default

Re:AI

Still no way to chunking (changing loopsource length, name etc) or delete AI pools (they are in RPP header).
Even delete AI doesn`t work for me:

- add AI to envelope
- select envelope

Code:
    local env =  reaper.GetSelectedEnvelope( 0 )
    reaper.DeleteEnvelopePointRangeEx( env, 0, 0, 0)
Extended example: Reapack/mpl_Generate pooled automation items for selected envelope based on selected track peaks.lua (case: clear all AI in time selection on selected envelope)


Expected: existing AIs in time selection should be removed. Also I would remove pool of these AIs if that was possible.

Last edited by mpl; 09-20-2018 at 02:57 PM.
mpl is offline   Reply With Quote
Old 09-20-2018, 03:00 PM   #3
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

@Justin

Is there any chance for the text field exception with global shortcuts?
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 09-20-2018, 03:42 PM   #4
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by _Stevie_ View Post
@Justin

Is there any chance for the text field exception with global shortcuts?
Not really, for various technical reasons.
Justin is offline   Reply With Quote
Old 09-20-2018, 03:47 PM   #5
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Okay, gotcha!
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 09-20-2018, 03:53 PM   #6
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by _Stevie_ View Post
Okay, gotcha!
Well actually maybe let me see...
Justin is offline   Reply With Quote
Old 09-20-2018, 03:53 PM   #7
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Quote:
Originally Posted by Justin View Post
Well actually maybe let me see...
Haha, awesome
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 09-20-2018, 09:45 PM   #8
vanhaze
Human being with feelings
 
vanhaze's Avatar
 
Join Date: Jul 2012
Location: Netherlands
Posts: 5,247
Default

Quote:
Originally Posted by Justin View Post
Well actually maybe let me see...
When succesful i will fly to NY today and give you a really big Hug Justin.
__________________
Macbook Pro INTEL | Reaper, always latest version | OSX Ventura | Presonus Studio 24c
My Reaper Tips&Tricks YouTube Channel: https://www.youtube.com/user/vanhaze2000/playlists
vanhaze is offline   Reply With Quote
Old 09-21-2018, 12:18 AM   #9
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by Triode View Post
+ API: InsertAutomationItem() adds undo point when adding the first automation item on track
+ API: InsertAutomationItem() supports creating AI pools with a specified index
A few other issues with InsertAutomationItem, when inserting on top of an existing AI:

* It doesn't respect the setting "Trim content behind automation items".

* The function automatically collects existing envelope points into the new automation item. However, it always collects points from the underlying envelope, instead of copying the active AI -- even when all automation outside AIs are bypassed. Personally, I would expect the function to work more like Ctrl-dragging, copying the existing AIs. (Drawing an AI with mouse modifier has the same problem.)
juliansader is offline   Reply With Quote
Old 09-21-2018, 12:40 PM   #10
ovnis
Human being with feelings
 
ovnis's Avatar
 
Join Date: Oct 2011
Posts: 2,924
Default

New bugs after the 5.95 :

When I install the last beta, VST paths forgets all my paths preference.

------------------------

When I try to move midi notes inside the midi item which is at the right side of the activated midi item, I can't move midi notes.

(Open Midi editor per track, Open all Midi on the same track, Make secondery items editable by default ON.)



Last edited by ovnis; 09-21-2018 at 12:47 PM.
ovnis is offline   Reply With Quote
Old 09-21-2018, 12:42 PM   #11
EvilDragon
Human being with feelings
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 24,790
Default

Quote:
Originally Posted by ovnis View Post
New bugs after 5.95 :


When I install the last beta, VST paths forgets all my paths preference.
Didn't happen over here.
EvilDragon is offline   Reply With Quote
Old 09-21-2018, 01:00 PM   #12
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

Quote:
Originally Posted by Triode View Post
[*]# Notation: decrease size of measure-start region hit testing
This seems to did the trick, I can now grab item edges on both sides on both staves.

Quote:
[*]# Notation: if context start/end overlaps with measure start, hit test to context start/end
I don't understand what this should do.
bFooz is online now   Reply With Quote
Old 09-21-2018, 07:00 PM   #13
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by bFooz View Post
This seems to did the trick, I can now grab item edges on both sides on both staves.
This was more about reducing the size of the area to avoid accidentally clicking it when you're adding notes at the beginning of a measure, etc...

Quote:
I don't understand what this should do.
That's the one where the item edges will be used rather than the measure-start area...
Justin is offline   Reply With Quote
Old 09-22-2018, 02:55 AM   #14
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

Slight visual bug - item end overlaps key signature a bit.

bFooz is online now   Reply With Quote
Old 10-02-2018, 06:21 AM   #15
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

Quote:
Originally Posted by davers View Post
looks good to me
Look to the right where the item ends.
bFooz is online now   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 08:29 AM.


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