INTERACT FORUM

Please login or register.

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

Author Topic: Showing another name than "Ipc" in info window  (Read 437 times)

tyler69

  • Citizen of the Universe
  • *****
  • Posts: 946
Showing another name than "Ipc" in info window
« on: April 28, 2018, 11:32:35 am »

When I use the WDM driver, it says "Ipc" in the info display on top of MC.
What would be the syntax for the tag if I want to replace "Ipc" with a more descriptive string?
I am thinking about something like:
if([Name]=Ipc,JRiver Virtual Sound Card, whatever is supposed to be shown else)

But I can't get it to work.

Can anybody help out please?
Logged

RD James

  • Citizen of the Universe
  • *****
  • Posts: 1871
Re: Showing another name than "Ipc" in info window
« Reply #1 on: April 28, 2018, 12:03:31 pm »

Code: [Select]
If(IsEqual([Filename], live:////ipc, 8), JRiver Virtual Sound Card, [Name])
Logged

tyler69

  • Citizen of the Universe
  • *****
  • Posts: 946
Re: Showing another name than "Ipc" in info window
« Reply #2 on: April 28, 2018, 12:09:42 pm »

Thanks RD James. Works like a charm!
Logged
Pages: [1]   Go Up