Old 07-05-2017, 06:42 AM   #881
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

Test report:

- the visibility of the inspector track should be regulary checked

- IT IS MESSING WITH SENDS!!!:

I have TI set as a global startup. I create a project with two tracks, send one to another. After restarting reaper and reopening the project, the send is gone!
bFooz is offline   Reply With Quote
Old 07-05-2017, 08:01 AM   #882
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by bFooz View Post
- the visibility of the inspector track should be regulary checked
Yes I guess so. In case you run an action to unhide all tracks or something like that?

Quote:
Originally Posted by bFooz View Post
- IT IS MESSING WITH SENDS!!!:
I have TI set as a global startup. I create a project with two tracks, send one to another. After restarting reaper and reopening the project, the send is gone!
!!?? I also have it as global startup and I never had this problem. It should not matter if it is in global startup action or not. I wonder what is the problem. The only way to delete a send is to ALT click on it. It shouldn't delete any send just starting the script.
heda is offline   Reply With Quote
Old 07-05-2017, 09:00 AM   #883
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

Quote:
Originally Posted by heda View Post
In case you run an action to unhide all tracks or something like that?
Exactly.

Quote:
Originally Posted by heda View Post
!!?? I also have it as global startup and I never had this problem.
Happens to me when the project is open from the "invite screen" when Reaper starts.
bFooz is offline   Reply With Quote
Old 07-05-2017, 09:23 AM   #884
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by bFooz View Post
Happens to me when the project is open from the "invite screen" when Reaper starts.
wow! I've been able to reproduce it with the invite screen. Otherwise it works ok. That's an advanced bug.
Maybe the global startup action is called before the tracks are finished loading or something weird. This is not normal. I'll investigate it but I think I won't be able to fix this easily.
heda is offline   Reply With Quote
Old 07-05-2017, 12:25 PM   #885
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

Bug:
- Some clicking in tags regarding visibility are making error result.
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 07-05-2017, 01:38 PM   #886
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by G-Sun View Post
Bug:
- Some clicking in tags regarding visibility are making error result.
I need more details... I can't replicate.
heda is offline   Reply With Quote
Old 07-05-2017, 11:58 PM   #887
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

Quote:
Originally Posted by heda View Post
I need more details... I can't replicate.
Ok, some random clicking on a few selected spots, in order, or not, may give error in visibility, or not.

Now, was that a specific enough bug-description for you?
lol

(I'll see if I can nail down more specifics)
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 07-06-2017, 10:59 AM   #888
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default v1.4pre11 (2017-07-06)

update

Quote:
* v1.4pre11 (2017-07-06)
# fix: update all instances when working with tags
# fix: don't delete TI tracks when closing floating instance if main instance is running.
# fix: display tags panel if it is in master track, also for TI Master instance
# Hide TI tracks when updating track [p=1862137]@bFooz
some bug fixing in this update.

About Track Inspector doing weird things to sends when called from SWS Global startup action and the initial prompt screen is active: I've done some tests and it seems a bug to me in the SWS Global Startup function. It starts actions before the prompt screen is closed.
A solution I've found is to not use SWS and use the "__startup.lua" file inside Scripts folder. This script is correctly started.
Add this line and it starts Track Inspector VIP after the prompt screen is closed:
Quote:
reaper.Main_OnCommand(reaper.NamedCommandLookup("_ RSe3ad1140dc733c3ccfe65a67ec53bfc634535821"), -1) --Run Track Inspector VIP
heda is offline   Reply With Quote
Old 07-07-2017, 02:43 AM   #889
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

- select track, have some envelopes on it, move panels in TI with the mousewheel, press "Toggle Env.". Panels in TI are moved without reason, seems like always up. It does do this with some other buttons too.

- select track, then unselect it having no track selected. It stays in TI but some actions do not work - like "Toggle Env.".

- new action for an automation panel : Write values to current REGION (or between current markers)
bFooz is offline   Reply With Quote
Old 07-07-2017, 07:32 AM   #890
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by bFooz View Post
- select track, have some envelopes on it, move panels in TI with the mousewheel, press "Toggle Env.". Panels in TI are moved without reason, seems like always up. It does do this with some other buttons too.
yes I need to improve that. it scrolls to the first panel fully visible. but it should not scroll when clicking this button.

Quote:
Originally Posted by bFooz View Post
- new action for an automation panel : Write values to current REGION (or between current markers)
that's not a native action. Isn't it? Maybe combining set time selection to current region and then write values to time selection would work.

Last edited by heda; 07-07-2017 at 07:38 AM.
heda is offline   Reply With Quote
Old 07-07-2017, 08:34 AM   #891
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

Quote:
Originally Posted by heda View Post
that's not a native action. Isn't it? Maybe combining set time selection to current region and then write values to time selection would work.
Not native, I meant that you can code that action combining the two above like you said, and mainly put a button for it into TI.

And have you considered creating Custom Panel with custom assignable buttons?
bFooz is offline   Reply With Quote
Old 07-07-2017, 11:26 AM   #892
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

Idea: Horizontal TI version

It could be docked in the middle bottom of the screen. Argument: the side of a screen is pretty far on big displays these days, I like having everything important in the middle right before me. This would probably be quite a work though.
bFooz is offline   Reply With Quote
Old 07-07-2017, 11:48 AM   #893
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

Idea: keyboard shortcuts for some internal actions, like "Add track note", and maybe something with versions and tags (haven't got to them yet).
bFooz is offline   Reply With Quote
Old 07-07-2017, 02:04 PM   #894
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by bFooz View Post
Idea: keyboard shortcuts for some internal actions, like "Add track note", and maybe something with versions and tags (haven't got to them yet).
I can provide external new actions for adding note, tagging tracks... The TI window is designed to not steal focus from REAPER.

Quote:
Originally Posted by bFooz View Post
Idea: Horizontal TI version
It would be a big task. Because it never intended to be horizontal. It would change the design completely.

Quote:
Originally Posted by bFooz View Post
And have you considered creating Custom Panel with custom assignable buttons?
Yes. I had an idea to add customizable new buttons at the end of each panel. Not a new panel. But still not sure about how would be the best way to customize it. Maybe for v1.5.
heda is offline   Reply With Quote
Old 07-08-2017, 01:53 AM   #895
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,588
Default

Quote:
Originally Posted by heda View Post
It would be a big task. Because it never intended to be horizontal. It would change the design completely.
Or maybe just put the panels to two or three collumns, like they do it with channele strip vsts.

bFooz is offline   Reply With Quote
Old 07-11-2017, 07:18 PM   #896
mehmethan
Human being with feelings
 
mehmethan's Avatar
 
Join Date: Jun 2011
Posts: 603
Default

Hi Heda,
Is possible to auto-hide "inspector-send" envelope when the track sends envelopes are visible.
mehmethan is offline   Reply With Quote
Old 07-12-2017, 05:44 AM   #897
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by mehmethan View Post
Hi Heda,
Is possible to auto-hide "inspector-send" envelope when the track sends envelopes are visible.
maybe yes. How did you made them visible? which action?
heda is offline   Reply With Quote
Old 07-12-2017, 05:46 AM   #898
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default v1.4pre14 (2017-07-12)

Quote:
* v1.4pre14 (2017-07-12)
+ Track Tags: Use selected tracks when saving a preset as tracks to scroll into view when loading presets
# fix: maintain scroll position exactly relative to last panel visible

* v1.4pre13 (2017-07-07)
# fix: Hide TI Tracks on changing project.
# fix: check to select current track before toggle envelope [p=1862627]@bFooz

* v1.4pre12 (2017-07-06)
# fix: revert update all instances when working with tags because tag buttons were not working on other instances
# fix: internal optimization not sorting tags by name continuously, just when needed.
Now when tags presets are saved, it saves the selected tracks in the preset and will use these tracks to scroll into view when loading that preset. It doesn't change the selected tracks when loading the preset. They are only used for scrolling into view. If you have presets saved with older version, you can load each preset and save it again overwriting it to update them.
heda is offline   Reply With Quote
Old 07-12-2017, 04:11 PM   #899
mehmethan
Human being with feelings
 
mehmethan's Avatar
 
Join Date: Jun 2011
Posts: 603
Default

Quote:
Originally Posted by heda View Post
maybe yes. How did you made them visible? which action?

SWS/BR: Toggle show all send envelopes for selected tracks
mehmethan is offline   Reply With Quote
Old 07-18-2017, 04:56 AM   #900
Robert Randolph
Human being with feelings
 
Robert Randolph's Avatar
 
Join Date: Apr 2017
Location: St. Petersburg, FL
Posts: 880
Default

Can we have the colour dialog available when multiple tracks are selected? Currently you have to select a single track, open the colour dialog, select multiple tracks, set colour/gradient, then select a single track again before you can close the colour dialog*.

I love the new colour selection stuff, but it is a bit cumbersome due to what I mentioned above.

* Note: It'd be nice to close the colour dialog when multiple tracks are selected too! Currently it gets 'stuck' until you select a single track.
Robert Randolph is offline   Reply With Quote
Old 07-18-2017, 11:21 AM   #901
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Robert, I cannot replicate any problems you are describing. I can select multiple tracks and open the color panel and change the colors for all tracks, and close the color panel without having to select single track. Could you make a small video or gif? I don't understand what is the problem.
heda is offline   Reply With Quote
Old 07-18-2017, 02:45 PM   #902
Robert Randolph
Human being with feelings
 
Robert Randolph's Avatar
 
Join Date: Apr 2017
Location: St. Petersburg, FL
Posts: 880
Default

Quote:
Originally Posted by heda View Post
Robert, I cannot replicate any problems you are describing. I can select multiple tracks and open the color panel and change the colors for all tracks, and close the color panel without having to select single track. Could you make a small video or gif? I don't understand what is the problem.
Ok...

So you can see here how sometimes I have tracks selected, but I can't access the colour panel.

Also there's times when the colour panel is down and I can't close it.



The only way to access/close the colour planel reliably for me is to select a single track.

Maybe it matters that I'm using "Custom: HeDa_Track_Inspector VIP under cursor"? It doesn't seem like it.
Robert Randolph is offline   Reply With Quote
Old 07-19-2017, 01:51 AM   #903
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Hi Robert.. Thank you for the gif. now I see the problem is to have the "Show envelopes of selected tracks activated" one of the top right buttons "~". I don't understand how this happen yet but I've been able to reproduce the problem. Deactivate it an try again changing colors of multiple tracks.

it seems it works fine if both the "Enlarge selected track"(the button next to it) and "show envelopes of selected track" are active. I'll try to fix this. Thank you!
heda is offline   Reply With Quote
Old 07-19-2017, 01:37 PM   #904
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default v1.4pre15 (2017-07-19)

Quote:
* v1.4pre15 (2017-07-19)
# fix: removing tags refresh the list of all tags in the project (broken recently)
# fix: auto toggle envelopes for selected track without auto enlarge selected track was causing issues.
# fix: redraw in good buffer after unselecting tracks.
some bug fixes...
heda is offline   Reply With Quote
Old 07-20-2017, 04:09 PM   #905
Robert Randolph
Human being with feelings
 
Robert Randolph's Avatar
 
Join Date: Apr 2017
Location: St. Petersburg, FL
Posts: 880
Default

Quote:
Originally Posted by heda View Post
some bug fixes...
The Gradient L and Gradient S boxes no longer appear for me. Select multiple tracks and try those modes. They used to have vertical and horizontal boxes for setting the range of the gradient.

The colour selector issue I reported earlier is fixed though!
Robert Randolph is offline   Reply With Quote
Old 07-21-2017, 08:07 AM   #906
Robert Randolph
Human being with feelings
 
Robert Randolph's Avatar
 
Join Date: Apr 2017
Location: St. Petersburg, FL
Posts: 880
Default

Quote:
Originally Posted by Robert Randolph View Post
The Gradient L and Gradient S boxes no longer appear for me. Select multiple tracks and try those modes. They used to have vertical and horizontal boxes for setting the range of the gradient.

The colour selector issue I reported earlier is fixed though!
Actually... the gradient selection boxes DO show sometimes, but it seems to be a bit random.

I'm sure that they are sized correctly. They just don't appear sometimes.
Robert Randolph is offline   Reply With Quote
Old 07-21-2017, 12:35 PM   #907
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by Robert Randolph View Post
Actually... the gradient selection boxes DO show sometimes, but it seems to be a bit random.

I'm sure that they are sized correctly. They just don't appear sometimes.
Mmmm. It works for me. It works when multiple tracks are selected. I have noticed when the script starts it changes selection to one track only if multiple tracks were selected before starting the script. This must be a bug.
heda is offline   Reply With Quote
Old 07-27-2017, 11:42 AM   #908
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

I was trying to crop to active take for a v2 group,
only to see that v1 also got cropped.
Is this by design,
or do I need to ungroup for each version?
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 07-27-2017, 01:01 PM   #909
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by G-Sun View Post
I was trying to crop to active take for a v2 group,
only to see that v1 also got cropped.
Is this by design,
or do I need to ungroup for each version?
When you duplicate to create a new version. It just duplicates the track. And if the track items were grouped, the new track will also be grouped. And cropping the active take affects to all grouped items. V1 version is still in the group, even if it is hidden. You probably would have to ungroup before cropping to active take.
heda is offline   Reply With Quote
Old 07-27-2017, 01:15 PM   #910
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

Quote:
Originally Posted by heda View Post
When you duplicate to create a new version. It just duplicates the track. And if the track items were grouped, the new track will also be grouped. And cropping the active take affects to all grouped items. V1 version is still in the group, even if it is hidden. You probably would have to ungroup before cropping to active take.
Yes, ungrouped -grouped, then all worked fine.
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 07-28-2017, 02:24 AM   #911
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

Heda: Any chance you could make grouped tracks
having the option to automatically group recorded items?

(see: https://forum.cockos.com/showthread.php?t=194430 )
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 07-28-2017, 10:04 AM   #912
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by G-Sun View Post
Heda: Any chance you could make grouped tracks
having the option to automatically group recorded items?

(see: https://forum.cockos.com/showthread.php?t=194430 )
it would be a nice addition to track groups.
so basically.. each time you stop recording.. it automatically selected the recorded items, so it would have to find from those selected items, if they are in a track group and group the items for each track group. I think it would be possible.
heda is offline   Reply With Quote
Old 07-29-2017, 02:54 AM   #913
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

Quote:
Originally Posted by heda View Post
it would be a nice addition to track groups.
so basically.. each time you stop recording.. it automatically selected the recorded items, so it would have to find from those selected items, if they are in a track group and group the items for each track group. I think it would be possible.
Yes, only that items are already selected (or maybe that's a pref-thing)
I think it could be very handy.

Actually, I'd prefer a lightweight-script, as I usually don't have Track Inspector open when tracking.
Then, it would maybe have to group on all recording tracks, but for me that is no practical concern.

Both options would of course be best.
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 07-29-2017, 08:18 AM   #914
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

Track versions:
I see track notes is not copied.
Maybe that could be a preference? (I see myself wanting copies mostly)
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 07-31-2017, 04:24 AM   #915
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

I seem to loose some track notes marker when making another version of the group.
Losing all to new version is hopefully fixed,
but this is when I go back from V3 to V2.
They show up on timeline but not in TI pane.

Edit: Seems like a bug with versions and group,
now I see new added notes in pane either.
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp

Last edited by G-Sun; 07-31-2017 at 04:29 AM.
G-Sun is offline   Reply With Quote
Old 07-31-2017, 04:27 AM   #916
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

Could we have undo/redo for ad/delete notes in pane?
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 07-31-2017, 08:30 AM   #917
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

@G-Sun
I am doing an option to copy notes when duplicating versions... but they share the same id. so if the note is deleted in one version is also deleted in all the other versions because they are deleted by the id number... mm so this won't work. I need to redo this and copy the notes but as new notes with new numbers so that the notes of each version are independent of each other.

edit: Copying with the copy and paste functions in the notes panel menu seems to work fine. So I need to do it as in copy and paste but automatically after duplicating to a new version.

Last edited by heda; 07-31-2017 at 08:42 AM.
heda is offline   Reply With Quote
Old 07-31-2017, 09:01 AM   #918
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

Quote:
Originally Posted by heda View Post
@G-Sun
I am doing an option to copy notes when duplicating versions... but they share the same id. so if the note is deleted in one version is also deleted in all the other versions because they are deleted by the id number... mm so this won't work. I need to redo this and copy the notes but as new notes with new numbers so that the notes of each version are independent of each other.

edit: Copying with the copy and paste functions in the notes panel menu seems to work fine. So I need to do it as in copy and paste but automatically after duplicating to a new version.
Thanks!
Well, duplicate markers/notes is a little messy when using show-all.
An option to have markers as allVersions - onlyThisVersion would be best, but it's maybe too much clutter.
Option for when creating new version.

Ok, there's a copy/paste (sorry, missed that). That will solve most pressing issues
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 07-31-2017, 09:25 AM   #919
G-Sun
Human being with feelings
 
G-Sun's Avatar
 
Join Date: May 2010
Location: Norway
Posts: 7,318
Default

How about adding a suffix 01, 02, 03
and so-on for v1-2-3?
So 156 gets 15601 and 15602 when creating v2
if that pref is set.
Then for delete and show-all, the script could deal with duplicates better?
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
G-Sun is offline   Reply With Quote
Old 08-05-2017, 02:11 PM   #920
Gianfini
Human being with feelings
 
Join Date: Jan 2015
Posts: 794
Default Req

Little request here

Could we have a configurable button that we can associate to a specific action / script to be run on the track represented by the track inspector?

G
Gianfini 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 03:36 PM.


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