Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
2
General Audio / Re: Unusual sampling rates
Last post by Porcus -
I was trying to say that what is artifact and what isn't changes with the point of view
And 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. 
4
Lossless / Other Codecs / Re: HALAC (High Availability Lossless Audio Compression)
Last post by ktf -
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.

You can also record stereo with only phase differences, which is not uncommon in classical music. Both channels are equal amplitude but with different phase. That is much more difficult to decorrelate.

A mix of both is also possible, is usually considered superior, and quite common for live recordings.
5
3rd Party Plugins - (fb2k) / Re: foo_vis_vumeter
Last post by sveakul -
+1 Excellent idea, even if with just a simple line scale and vertical pointers to drag.  So much easier to see all at a glance vs. click and re-click, and allow adjustments by dragging the pointer (or using wheel).
10
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by boxerfan88 -
Need some help with this ...

Code: [Select]
			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);

  • First line works -- but only if the track is currently selected (cursor on it). It's working good, but not what I am looking for.
  • Second line always return false
  • Third line always return false
  • Fourth line returns the version 0.2.0.0. All good.

Is the ".isPlaying" property working?

I tried the other versions ".isplaying" and ".IsPlaying" ... all don't work...

.