nige2000 wrote:is the evaluation copy of r2 not ok?
damn rabbit hole anyway
hard to stop tweaking
Eval and 30 days trials are ok for sure. I don't want to do too much tweaking but I'd sure like to not need to frig EnableLUA all the time just to get 8.1 to run MQn.
why not try Visual Studio Express 2013 for Windows?
taggart wrote:JC,
a pointer to a dedicated value of registry, are you sure? I don't know any technique to do this. It's a database. Even if complete registry is loaded into RAM, how can you get the correct memory address of exactly this value?
makes no sense for mmcss to constantly polling for changes in registry.
either it has access to pointer, or
it got a handle that it can be notified by registry e.g. RegNotifyChangeKeyValue. http://msdn.microsoft.com/en-us/library ... 85%29.aspx
I've discussed this in german AH-Forum and also with some of my colleagues. Nobody here knows any technique to use pointers for specific registry values.
Furthermore we think the RegNotifyChangeKeyValue API Call would not work to get registry values without being shown in SysInternals Process Monitor. This call simply informs an application that a change (or changes) in some entry/entries of a registry key have occurred. The call does NOT inform the application about the the exact entry or value that was changed. That means that the notified application needs to read the registry value it is interested in by its own. And this should be visible in Process Monitor, but isn't.
Until now and with my understanding the Clock Rate value is only read at startup of MMCSS. But I would be all ears if you have further concrete information about this!
Christoph
Gordon
Did you find any diferences between avx 3.39 version 1 and avx 3.39 version 2 that could create this distortion?
I would hate to lose a distortion free avx as I find avx still better than any sse2. Frankly I cannot understand how anyone could prefer an sse2 over an avx. Life performances are much nicer than flattened and direct recordings aren't they?