Old 02-13-2020, 12:01 PM   #2241
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Thanks vsthem
I've fixed the crash, but still doesn't work to scroll the mixer if the TCP is hidden. I need to make it try to look in MCP to select the track if TCP is hidden.
heda is offline   Reply With Quote
Old 02-13-2020, 12:32 PM   #2242
vsthem
Human being with feelings
 
Join Date: Nov 2018
Posts: 655
Default

Delete

Last edited by vsthem; 02-13-2020 at 12:48 PM.
vsthem is offline   Reply With Quote
Old 02-13-2020, 12:40 PM   #2243
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by vsthem View Post
Is it possible to start a session with 2 Track Inspector Windows open? I can configure it with 2 open, set how I want. I save the session, close the session, reopen the session, and my 2nd track inspector window is not there and needs to be reconfigured (in my case, ONLY showing TAGS).
There is already an action that is configured for only tags I think... "HeDa_Track Inspector VIP_Tags"
it should store its configuration independently of the main Track Inspector instance.
you can add that action to your __startup.lua script file

it doesn't crash now, and it should scroll MCP, and not TCP
* v1.4rc73 (2020-02-13)
# fix crash selecting tag tracks if hidden in TCP. Thanks @vsthem
# if TCP tag is hidden, selecting a tag, don't scroll TCP. Scrolls MCP is MCP tag visible.
heda is offline   Reply With Quote
Old 02-13-2020, 06:13 PM   #2244
vsthem
Human being with feelings
 
Join Date: Nov 2018
Posts: 655
Default

Thanks for the fixes! The going to mixer channel when TCP is hidden is working great. I am noticing that the scrolling to TAGS is still not acting well when dealing with large amounts of tracks.

https://imgur.com/a/7SUOhKH

I imagine it would work best if the first track of the TAG was displayed at the top of the screen.

Thanks as always!
vsthem is offline   Reply With Quote
Old 02-14-2020, 03:44 AM   #2245
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

hi Heda here are my idea of the track marker
I hope it would be helpful to u :

Request 1:
  • global remove marker action (option+left click) wrks with the trackmarker.

Reason:
  • Recently if the marker is created with the TrakcMarker feature,
    it can only be deleted by remove them on the TrakcMarker panel.
  • If I remove the marker by default mouse action (opt+left click), it removes it temporary,
    once I saved it, and reopen the session, those markers still remains.

Suggestion
  • option+left click on the marker which created by TrackMarker.
-----------------------------------------------------------------------------

Request 2:
  • Plant global marker into selected track and removes that global marker

Reason:
  • it would b handy when sorting markers.
  • when checking many audio items, sometime they all have multiple issues,
    I usually mark it by normal blank markers.(just for locating the issue's position purpose)
    after marking them all, I'll go back and find where the problem is and decide where the marker should go.

Suggestion
  • 1.select a track
  • 2.hotkeys+left click on the target marker: moves the target marker into the selected track.
  • 3.if the original marker has name on it, keep its name.
  • 4.if the original marker DO NOT has name on it, prompt the naming dialog before moving it into track.

Last edited by todoublez; 02-14-2020 at 10:28 AM.
todoublez is offline   Reply With Quote
Old 02-14-2020, 11:09 AM   #2246
vsthem
Human being with feelings
 
Join Date: Nov 2018
Posts: 655
Default

In the general panel, is there any way to hide the record, solo, and mute buttons? You can see here that I already have those in the TCP, and at the width I prefer to use, the general panel has overlapping buttons. Even without the overlapping buttons, it'd look cleaner to be able to customize this panel further IMO.

https://imgur.com/a/1xdaK8q

If it's not currently possible, it'd be great if this could be added in the future.

Thanks!

Matt
vsthem is offline   Reply With Quote
Old 02-14-2020, 11:23 AM   #2247
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by vsthem View Post
Thanks for the fixes! The going to mixer channel when TCP is hidden is working great. I am noticing that the scrolling to TAGS is still not acting well when dealing with large amounts of tracks.

https://imgur.com/a/7SUOhKH

I imagine it would work best if the first track of the TAG was displayed at the top of the screen.

Thanks as always!
I don't understand, why the strings tracks are not centered after you click on the tag in that gif. There are not so many strings tracks and it should fit centered. The problem is if there would be more tracks that can be fit into the screen.. like the vox tracks. But I cannot determine how many tracks fit.

I'll add those options to hide every element in the general panel in the future, yes.
heda is offline   Reply With Quote
Old 02-14-2020, 01:55 PM   #2248
vsthem
Human being with feelings
 
Join Date: Nov 2018
Posts: 655
Default

I would think that the best way to have the most tracks fit would be to have the first track in the TAG group appear at the top of the screen, rather than centered.
vsthem is offline   Reply With Quote
Old 02-14-2020, 03:34 PM   #2249
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

It is all the tracks with tag being centered, not only the first track with the tag. So it would be the same.
I'm just using the action "Track: Vertical scroll selected tracks into view". I'm not sure if there is another way to scroll a track into the top of the TCP area.
heda is offline   Reply With Quote
Old 02-18-2020, 09:01 AM   #2250
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

hi Heda,

on track marker

is it possible to have a individual Script that execute +marker action ?
todoublez is offline   Reply With Quote
Old 02-18-2020, 01:27 PM   #2251
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default v1.4rc74 (2020-02-18)

Quote:
Originally Posted by todoublez View Post
hi Heda,

on track marker

is it possible to have a individual Script that execute +marker action ?
now you can I haven't been able to test it 100% but it seems working. you can delete markers now too and the associated track markers are also deleted.

* v1.4rc74 (2020-02-18)
+ general panel display options for all buttons
+ action to add track marker (HeDa_Track Inspector VIP_Add Marker Track)
+ deleting markers normally remove the TI track markers
heda is offline   Reply With Quote
Old 02-18-2020, 08:43 PM   #2252
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by heda View Post
now you can I haven't been able to test it 100% but it seems working. you can delete markers now too and the associated track markers are also deleted.

* v1.4rc74 (2020-02-18)
+ general panel display options for all buttons
+ action to add track marker (HeDa_Track Inspector VIP_Add Marker Track)
+ deleting markers normally remove the TI track markers
omg !

thx, I'll be testing it !!!
much appreciated
todoublez is offline   Reply With Quote
Old 02-19-2020, 09:55 AM   #2253
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Hi Heda,
just found an odd behavior on "custom panel"

whenever a button has been created, and I try to re-edit it...
it disappear when I re-edit the button.

here's a video:


in this video I only did open the edit window,
but I didn't actually edit anything.
and then target button disappear after I hit [OK].
todoublez is offline   Reply With Quote
Old 02-19-2020, 09:56 AM   #2254
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by heda View Post
now you can I haven't been able to test it 100% but it seems working. you can delete markers now too and the associated track markers are also deleted.

* v1.4rc74 (2020-02-18)
+ general panel display options for all buttons
+ action to add track marker (HeDa_Track Inspector VIP_Add Marker Track)
+ deleting markers normally remove the TI track markers
it wrks !! thx heda!
todoublez is offline   Reply With Quote
Old 02-19-2020, 10:30 AM   #2255
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

thanks for the update

I am having a problem with changing the colors of markers

if I insert a marker from TI, then right clk to get the edit dialog and then change the color, it 'seems' to work BUT the actual color on the marker does not change...

it seem to affect markers added in the normal reaper way also as long as TI is running...

if I close [exit] TI then marker color edits work again as expected
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva
hopi is offline   Reply With Quote
Old 02-19-2020, 11:13 AM   #2256
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default v1.4rc75 (2020-02-19)

Quote:
Originally Posted by todoublez View Post
Hi Heda,
just found an odd behavior on "custom panel"

whenever a button has been created, and I try to re-edit it...
it disappear when I re-edit the button.
oops. thank you. thw buttons were not deleted but were not showing. I broke the text buttons when added the icon ones...
Illustrating what happens

fixed
* v1.4rc75 (2020-02-19)
# fix: edit custom buttons without icons. [p=2246891] Thanks @todoublez
heda is offline   Reply With Quote
Old 02-19-2020, 11:15 AM   #2257
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by hopi View Post
thanks for the update

I am having a problem with changing the colors of markers

if I insert a marker from TI, then right clk to get the edit dialog and then change the color, it 'seems' to work BUT the actual color on the marker does not change...

it seem to affect markers added in the normal reaper way also as long as TI is running...

if I close [exit] TI then marker color edits work again as expected
track markers from TI always have the color of the track.
but it shouldn't affect normal markers
heda is offline   Reply With Quote
Old 02-19-2020, 01:49 PM   #2258
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by heda View Post
oops. thank you. thw buttons were not deleted but were not showing. I broke the text buttons when added the icon ones...
Illustrating what happens

fixed
* v1.4rc75 (2020-02-19)
# fix: edit custom buttons without icons. [p=2246891] Thanks @todoublez
hahaha
I guess that's why finding bugs is always a long journey to go.
many thx for yo effort !
I'll keep reporting if I found somethin unusual
todoublez is offline   Reply With Quote
Old 02-19-2020, 02:02 PM   #2259
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by heda View Post
fixed
* v1.4rc75 (2020-02-19)
# fix: edit custom buttons without icons. [p=2246891] Thanks @todoublez
hhaha

no wonder my buttons were gone to somewhere I dunno
I think I found this bug alrdy,
but I didn't realize that's a bug, I thought I did something wrong on my end.
So I always create new buttons when I found buttons disappear.

Super happy that this bug has been fix,
after updating,
my lost buttons came back !!
hahaa now I gotta clean this up 1st..



tested, text buttons all good here on my end

but not the buttons with icon.
it disappears when I reorder it.

Last edited by todoublez; 02-19-2020 at 02:10 PM.
todoublez is offline   Reply With Quote
Old 02-19-2020, 07:16 PM   #2260
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

Quote:
Originally Posted by hopi View Post
thanks for the update

I am having a problem with changing the colors of markers

if I insert a marker from TI, then right clk to get the edit dialog and then change the color, it 'seems' to work BUT the actual color on the marker does not change...

it seem to affect markers added in the normal reaper way also as long as TI is running...

if I close [exit] TI then marker color edits work again as expected

ah kewl my misunderstanding... thanks
so then let me ask this
say I have two tracks
1 is red
2 is blue
I at TI markers to both
now if I select red track I see it's markers
same for blue track
but say I select the blue track and unselect all tracks
I still see the blue track marker...???
and...
If I select both the red and blue tracks, I only see the red track markers...

I really like the idea of 'track markers' as distinct from project markers...
but I'm confused by the above stated behaviors...
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva

Last edited by hopi; 02-19-2020 at 07:21 PM.
hopi is offline   Reply With Quote
Old 02-19-2020, 11:34 PM   #2261
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

@hopi
It doesn't support selecting multiple tracks. for now there are two options. 1) display track markers for one track (the one displayed in Track Inspector) or 2) display track markers for All tracks in the project (by clicking the "All" button)
heda is offline   Reply With Quote
Old 02-20-2020, 09:03 AM   #2262
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

oh.... hmmm.... I see...

well IMHO, it would be very kewl to be able to select only certain tracks that have markers on them and show only those selected tracks with markers

why? because it would give us a great way to see a variety of markers to help navigate a given song....

but maybe it can't be done?

Also a question please... is there a way to move the edit cursor to a given track marker from the TI GUI?
or only by clicking in the arrange window???

Also... I think it is a buglet, that if you have a few tracks with TI markers, and have one selected and showing and then clk the All button on and off
when it is off the marker for the last show track still shows even with no tracks selected... I would expect it to not show
It does vanish if I select another track that has no TI markers....
what do you think?
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva

Last edited by hopi; 02-20-2020 at 09:59 AM.
hopi is offline   Reply With Quote
Old 02-22-2020, 08:11 AM   #2263
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Hi Heda,

is it possible to make right click menu on +FX
to act mroe efficiently ?

like inserting a FX to the target track without selecting track 1st manually EVERYTIME.

I have to select track manually right before inserting FX via right click menu.
It's strange cuz I saw T.I. select the target track right after I right click on +FX, but I still have to select the track again to make it work.

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

and can we have the plugin shows in floating window right after we insert FX by right click menu on +FX?

that would b great !
todoublez is offline   Reply With Quote
Old 02-22-2020, 01:35 PM   #2264
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by hopi View Post
Also a question please... is there a way to move the edit cursor to a given track marker from the TI GUI?
or only by clicking in the arrange window???

Also... I think it is a buglet, that if you have a few tracks with TI markers, and have one selected and showing and then clk the All button on and off
when it is off the marker for the last show track still shows even with no tracks selected... I would expect it to not show
It does vanish if I select another track that has no TI markers....
what do you think?
yes you can click on the marker name in TI and the cursor goes to that marker position.

the bug... I cannot reproduce it.. a gif may help, but it doesn't seem a big problem.
heda is offline   Reply With Quote
Old 02-22-2020, 01:42 PM   #2265
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by todoublez View Post
Hi Heda,

is it possible to make right click menu on +FX
to act mroe efficiently ?

like inserting a FX to the target track without selecting track 1st manually EVERYTIME.

I have to select track manually right before inserting FX via right click menu.
It's strange cuz I saw T.I. select the target track right after I right click on +FX, but I still have to select the track again to make it work.

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

and can we have the plugin shows in floating window right after we insert FX by right click menu on +FX?

that would b great !

it seems working here... and it should select the track before the right click menu is shown as you say, so I don't know why it is not inserting the FX :/
In any case I'm not going to enhance this menu because there are a lot of ways to insert plugins.
I use the +FX Cockos button for example
heda is offline   Reply With Quote
Old 02-22-2020, 08:37 PM   #2266
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by heda View Post
it seems working here... and it should select the track before the right click menu is shown as you say, so I don't know why it is not inserting the FX :/
In any case I'm not going to enhance this menu because there are a lot of ways to insert plugins.
I use the +FX Cockos button for example

yes yes.. that was only a suggestion
as u said, there are a lot of ways to insert plugins.
have a nice day.
todoublez is offline   Reply With Quote
Old 02-23-2020, 09:50 AM   #2267
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

just sent a LICECap gif by email to you....

OK... so am I right in thinking that TI Track Markers are totally your own invention? In other words, that they do not exist in Reaper in any other way????

They really are a very kewl feature!
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva
hopi is offline   Reply With Quote
Old 02-23-2020, 10:33 AM   #2268
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by hopi View Post
just sent a LICECap gif by email to you....

OK... so am I right in thinking that TI Track Markers are totally your own invention? In other words, that they do not exist in Reaper in any other way????

They really are a very kewl feature!
when you unselect all tracks, I guess Track Inspector still displays the latest track you had selected, so the markers will also reflect that.

Yes it's a unique feature to Track inspector VIP
Thanks!
heda is offline   Reply With Quote
Old 02-23-2020, 10:41 AM   #2269
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by todoublez View Post
yes yes.. that was only a suggestion
as u said, there are a lot of ways to insert plugins.
have a nice day.
yes.. thank you It's just that I'm not a fan of this +FX menu because it is not easy to customize, editing the menu file etc.

I am thinking.... now that in REAPER we can add actions to insert any plugin (not needing to create FX chains) We can add all the favourite plugins as custom buttons in the FX panel, but if we add many, it would constantly take a lot of space in the FX panel. So I think I am going to create a special custom buttons for FX only that is displayed only when right clicking in the +FX button. So instead of the menu, a full list of custom buttons with actions and colors, icons etc can be displayed. Like a popup custom buttons area. I'm not sure if I am explaining it well.
heda is offline   Reply With Quote
Old 02-23-2020, 09:02 PM   #2270
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by heda View Post
yes.. thank you It's just that I'm not a fan of this +FX menu because it is not easy to customize, editing the menu file etc.

yes that's true, its a bit hard to edit
took me a lotta time to get it done especially if u want multiple layers of sub-menu.


Quote:
Originally Posted by heda View Post
I am going to create a special custom buttons for FX only that is displayed only when right clicking in the +FX button. So instead of the menu, a full list of custom buttons with actions and colors, icons etc can be displayed. Like a popup custom buttons area. I'm not sure if I am explaining it well.
I get the idea
that would b quite handy I think.
looking forward to this creation !
have a nice day
todoublez is offline   Reply With Quote
Old 02-25-2020, 02:36 AM   #2271
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Hi Heda,

I found track marker couldn't b removed by using this SWS command :

Code:
"_SWSMARKERLIST9" -- Delete all markers
or is it possible to have a button that disable track marker for a short term?
todoublez is offline   Reply With Quote
Old 02-26-2020, 02:04 PM   #2272
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by todoublez View Post
Hi Heda,

I found track marker couldn't b removed by using this SWS command :

Code:
"_SWSMARKERLIST9" -- Delete all markers
or is it possible to have a button that disable track marker for a short term?
you can at least do a time selection and use the action that removes all markers in time selection. that one should work.

what do you mean by disabling a track marker? you can mark them as "done" like in a task list. maybe delete them from arrange and keep them on the list when they are marked as done?
heda is offline   Reply With Quote
Old 02-27-2020, 05:53 AM   #2273
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by heda View Post
you can at least do a time selection and use the action that removes all markers in time selection. that one should work.

what do you mean by disabling a track marker? you can mark them as "done" like in a task list. maybe delete them from arrange and keep them on the list when they are marked as done?
thank u! I tried that action u mentioned it wrks

I mean disable them ,so I can hide them all for a short term.
when I need to see them I can hit enable and show them all.
its a bit confusing when thrrs many regular marker and track marker they got messed up together.
todoublez is offline   Reply With Quote
Old 02-27-2020, 08:53 AM   #2274
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by todoublez View Post
thank u! I tried that action u mentioned it wrks

I mean disable them ,so I can hide them all for a short term.
when I need to see them I can hit enable and show them all.
its a bit confusing when thrrs many regular marker and track marker they got messed up together.
you can simply collapse/hide the Markers panel
but I've noticed a bug.. when showing All markers from all tracks, the collapse Markers panel button doesn't work. Will fix.
Also I'll make it to hide the markers that are marked as "done"
heda is offline   Reply With Quote
Old 02-27-2020, 11:36 AM   #2275
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by heda View Post
you can simply collapse/hide the Markers panel
but I've noticed a bug.. when showing All markers from all tracks, the collapse Markers panel button doesn't work. Will fix.
Also I'll make it to hide the markers that are marked as "done"
thank u Heda,
really appreciate yo wrk.
have a nice day.
todoublez is offline   Reply With Quote
Old 02-28-2020, 05:50 AM   #2276
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default v1.4rc76 (2020-02-28)

* v1.4rc76 (2020-02-28)
# fix collapsing markers panel to hide track markers when showing ALL markers.
# hide track markers that are marked as "done", optional from markers panel menu.
# fix do not show tooltip if mouse is over MIDI editor window. using SWS
# fix Optional installing js_ReaScriptAPI: avoid tooltips appearing over other windows. https://github.com/juliansader/ReaExtensions


Hiding options for track markers, you can hide the completed markers or temporarily hide them all collapsing the markers panel.

Thanks to @juliansader and all others who made possible js_ReaScriptAPI, now it can detect if the mouse is over another window to avoid displaying tooltips over those windows.

heda is offline   Reply With Quote
Old 02-28-2020, 12:39 PM   #2277
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

question about show envelopes for selected track...
is that or can that be a toggle? so it can show or hide them from the TI???
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva
hopi is offline   Reply With Quote
Old 02-28-2020, 01:42 PM   #2278
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

Quote:
Originally Posted by hopi View Post
question about show envelopes for selected track...
is that or can that be a toggle? so it can show or hide them from the TI???
It's a toggle. sorry I don't understand the question
heda is offline   Reply With Quote
Old 02-28-2020, 02:23 PM   #2279
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

maybe bad on my part... just updated and now I can't even find the button I was asking about....

I'll come back later if I find it again... sorry to waste your time
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva
hopi is offline   Reply With Quote
Old 02-28-2020, 09:48 PM   #2280
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Hi Heda,
its me again
(sry for bothering)

my track marker's color doesnt follow track's color.
as u see it blinks with a correct color but soon it falls back to the default blue.

here's my video I hope it can do some help !

todoublez 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 01:18 AM.


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