INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: How can I check a track information in the MC20?  (Read 1794 times)

zright

  • Recent member
  • *
  • Posts: 17
How can I check a track information in the MC20?
« on: September 18, 2014, 01:41:04 pm »

I want to know a track detailed information, but I don't know how to check in the MC20.

For example, I want to know the track 8 detailed information.  The information: bit rate? sampling rate?.....and so on

Logged

Dawgincontrol

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 669
  • We have met the enemy and he is us.
Re: How can I check a track information in the MC20?
« Reply #1 on: September 18, 2014, 01:42:37 pm »

Could you be more specific?
Logged

tcman41

  • Citizen of the Universe
  • *****
  • Posts: 563
  • Sound Surfing!
Re: How can I check a track information in the MC20?
« Reply #2 on: September 18, 2014, 04:16:11 pm »

just right click anywhere on the header columns to add additional fields to your desire.

TC
Logged

zright

  • Recent member
  • *
  • Posts: 17
Re: How can I check a track information in the MC20?
« Reply #3 on: September 18, 2014, 08:49:40 pm »

just right click anywhere on the header columns to add additional fields to your desire.

TC

Is your meaning to click "Track Info"?



The "Track Info" of the MC20 can not be displayed detailed information of the track (no bit rate info, no sampling rate info......and so on)
Logged

connersw

  • Citizen of the Universe
  • *****
  • Posts: 661
Re: How can I check a track information in the MC20?
« Reply #4 on: September 19, 2014, 07:25:40 am »

No, you are right clicking on the Display.  Right click on the Header (see red oval in attached screen shot).  You then get a drop down like the one shown.  Check any Fields you would like to have displayed.  There are default Presets that you can use to get started based on Media Type.  Once you get it the way you would like, you can go to Presets -> Save and save your own.
Logged

zright

  • Recent member
  • *
  • Posts: 17
Re: How can I check a track information in the MC20?
« Reply #5 on: September 19, 2014, 10:45:22 am »

No, you are right clicking on the Display.  Right click on the Header (see red oval in attached screen shot).  You then get a drop down like the one shown.  Check any Fields you would like to have displayed.  There are default Presets that you can use to get started based on Media Type.  Once you get it the way you would like, you can go to Presets -> Save and save your own.

Hi connersw,

I see. Thank you very much.

Thanks your picture.
Logged

zright

  • Recent member
  • *
  • Posts: 17
Re: How can I check a track information in the MC20?
« Reply #6 on: September 19, 2014, 11:08:56 am »

Track information:
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: How can I check a track information in the MC20?
« Reply #7 on: September 19, 2014, 11:32:30 am »

You may prefer the expression column that I use in my library:
 
Code: (Expression Column) [Select]
If(IsEqual([File Type,0],sacd,1),1-bit/, 2.8 MHz,
Delimit([Bit Depth],-bit,)If(IsRange([Sample Rate,0],1000-999999),
   Delimit(Math([Sample Rate,0]/1000),/ kHz,/,/ ),
   If(IsRange([Sample Rate,0],1000000-9999999),
   Delimit(Math(trunc([Sample Rate,0]/1000000,1)),/ MHz,/,/ ),)))
Logged
Pages: [1]   Go Up