Old 03-14-2020, 12:46 PM   #1
Yanick
Human being with feelings
 
Yanick's Avatar
 
Join Date: May 2018
Location: Moscow, Russia
Posts: 612
Default v6.05+dev0314 - March 14 2020

v6.05+dev0314 - March 14 2020
  • + Actions: enabling auto-scroll view during playback will auto-scroll to playback cursor if necessary
  • + Actions: rename 'go to cursor' to 'go to edit cursor' for clarity
  • + Actions: rename 'go to play position' to 'go to play cursor/position'
  • + ReaScript: add take marker support
  • # MIDI: fix potential crash drawing MIDI items
  • # ReaControlMIDI: another fix for .INS file loading
This thread is for pre-release features discussion. Use the Feature Requests forum for other requests.

Changelog - Pre-Releases

Generated by X-Raym's REAPER ChangeLog to BBCode
Yanick is offline   Reply With Quote
Old 03-14-2020, 06:50 PM   #2
dsyrock
Human being with feelings
 
dsyrock's Avatar
 
Join Date: Sep 2018
Location: China
Posts: 565
Default

Where can I get the document about the take marker API?
dsyrock is offline   Reply With Quote
Old 03-14-2020, 07:58 PM   #3
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,913
Default

Quote:
Originally Posted by dsyrock View Post
Where can I get the document about the take marker API?
REAPER main menu > Help > ReaScript doc
On Windows that creates html file in Temp folder and opens it in web browser, you could then search for, take marker or whatever
Edgemeal is offline   Reply With Quote
Old 03-15-2020, 02:21 AM   #4
rmusmeci
Human being with feelings
 
Join Date: Apr 2019
Location: Italy
Posts: 19
Default

Quote:
Originally Posted by Yanick View Post
v6.05+dev0314 - March 14 2020
  • # ReaControlMIDI: another fix for .INS file loading
Now ReaControlMIDI loads and parses .INS files correctly.
Thanks
rmusmeci is offline   Reply With Quote
Old 03-15-2020, 01:27 PM   #5
Swi
Human being with feelings
 
Join Date: Apr 2018
Posts: 358
Default "load note/CC name from file" = crash in windows 10

Still getting a crash in windows when using "load note/CC name from file" in the midi editor.
Swi is offline   Reply With Quote
Old 03-15-2020, 04:50 PM   #6
J Reverb
Human being with feelings
 
Join Date: Jul 2009
Posts: 1,071
Default

Still getting stuck notes and doubled notes when recording in midi overdub mode since v6 ... please can this be fixed ?
J Reverb is offline   Reply With Quote
Old 03-17-2020, 06:37 AM   #7
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,096
Default

Quote:
Originally Posted by Yanick View Post
v6.05+dev0314 - March 14 2020
+ ReaScript: add take marker support
Quoting here as it seems more fitting than in the 'general take marker discussion thread' imo:

Quote:
Originally Posted by Edgemeal View Post
Has anyone been able to add a take marker via Lua?
If I add a take marker using action I can then read and change the text and even set the color, but can't seem to just add a marker.

API doc's say,
D_TAKE_MARKER_SRC_TIME:n : double * : position in take source time of take marker number n (1-based).
if n is not provided, this will add a take marker

But nothing gets added.

Same here.
Get/set take marker name works fine (didn't test color), but add/move take marker doesn't.

To my understanding this should add a take marker at item beginning (if no source offset) but nothing seems to happen?

Code:
item = reaper.GetMediaItem(0, 0)
take =  reaper.GetMediaItemTake(item, 0)
_ok = reaper.SetMediaItemTakeInfo_Value(take,"D_TAKE_MARKER_SRC_TIME:",0)
reaper.UpdateArrange()
(Also tried with +dev0316, same for me.)
nofish 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 05:58 PM.


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