1
General - (fb2k) / Re: Album covers in Foobar 2.24 (x64). Is this possible?
Last post by Terence -(I don't use JS to display my playlist, so I can't really say more.)
I was trying to say that what is artifact and what isn't changes with the point of viewAnd that is misinformation. At least here, when it is about audible artifacts - sure you could have argued that when you are down to way below audibility it wouldn't anymore qualify for the term, but that's not what you are doing: you keep denying that [this particular kind of] resampling artifacts constitute "artifacts" whatsoever.
Normally, in stereo (a simultaneous 2-channel recording of sound), the 2 channels of music should be related to each other.Yes, but this relationship can take on various forms. There are live recording methods with two microphones in virtually the same spot but at an angle, then both channels are in phase but with a different amplitude. This is also common in overdubbing (most popular music). In some cases, panning is hard left or right, and a sound might be in one channel but not in the other.
I got some 32bit rubbish hanging around the upgraded fb64 folder ... and am painstakingly removing one by one ... to check which ones are still in use.https://learn.microsoft.com/en-us/sysinternals/downloads/sigcheck
cmd.exe /k c:\sigcheck\sigcheck64.exe -a %1
pause
Is the ".isPlaying" property working?Thx. for reporting this. It used to work. I'll check ASAP.
I tried the other versions ".isplaying" and ".IsPlaying" ... all don't work...
console.log('isPlaying = ' + chrome.webview.hostObjects.sync.foo_uie_webview.GetFormattedText("%isplaying%"));
console.log('isPlaying2 = ' + chrome.webview.hostObjects.sync.foo_uie_webview.isPlaying);
console.log('isPaused = ' + chrome.webview.hostObjects.sync.foo_uie_webview.isPaused);
console.log('Component Version = ' + chrome.webview.hostObjects.sync.foo_uie_webview.componentVersionText);