I have a question about how to create the following FX for Andrea.
As you can see here:
[Andrea.SysFx]
HKR, "FX \\ 0",% PKEY_ItemNameDisplay% ,,% FX_FriendlyName%
HKR, "FX \\ 0",% PKEY_FX_PostMixClsid% ,,% FX_POSTMIX_CLSID%
HKR, "FX \\ 0",% PKEY_FX_ModeEffectClsid% ,,% FX_POSTMIX_CLSID%
HKR, "FX \\ 0",% PKEY_FX_UiClsid% ,,% FX_UIREN_CLSID%
HKR, "FX \\ 0",% PKEY_FX_Association% ,,% KSNODETYPE_SPEAKER%
HKR, "FX \\ 0",% PKEY_AudioEndpoint_Disable_SysFx%, 0x00010001,0
HKR, "FX \\ 0", "{082C429A-5A10-48ea-BE3D-DBC80F014519}, 6", 0x00010001,0x00000003
HKR, "EP \\ 0",% PKEY_AudioEndpoint_Association% ,,% KSNODETYPE_SPEAKER%
HKR, "EP \\ 0",% PKEY_AudioEngine_OEMFormat%, 1, 41,00,8C, 70,28,00,00,00, FE, FF, 02,00,80, BB, 00,00,00, EE , 02,00,04,00,10,00,16,00,10,00,03,00,00,00,01,00,00,00,00,00,10,00,80,00,00 , AA, 00,38,9B, 71
HKR, "FX \\ 0",% PKEY_MFX_ProcessingModes_Supported_For_Streaming%, 0x00010000,% AUDIO_SIGNALPROCESSINGMODE_DEFAULT%
HKR, "FX \\ 1",% PKEY_ItemNameDisplay% ,,% FX_FriendlyName%
HKR, "FX \\ 1",% PKEY_FX_PreMixClsid% ,,% FX_PREMIX_CLSID%
HKR, "FX \\ 1",% PKEY_FX_StreamEffectClsid% ,,% FX_PREMIX_CLSID%
HKR, "FX \\ 1",% PKEY_FX_PostMixClsid%, 4
HKR, "FX \\ 1",% PKEY_FX_UiClsid% ,,% FX_UICAP_CLSID%
HKR, "FX \\ 1",% PKEY_FX_Association% ,,% KSNODETYPE_MICROPHONE%
HKR, "FX \\ 1",% PKEY_AudioEndpoint_Disable_SysFx%, 0x00010001,0
HKR, "FX \\ 1", "{b7eae14c-6c01-446f-b83f-3181e129b6dd}, 0", 0x00010001,1
HKR, "FX \\ 1", "{b7eae14c-6c01-446f-b83f-3181e129b6dd}, 1", 0x00010001,1
HKR, "FX \\ 1", "{b7eae14c-6c01-446f-b83f-3181e129b6dd}, 6", 0x00010001,0x0000001F
HKR, "EP \\ 1",% PKEY_AudioEndpoint_Association% ,,% KSNODETYPE_MICROPHONE%
HKR, "EP \\ 1",% PKEY_AudioEngine_OEMFormat%, 1, 41,00,8C, 70,28,00,00,00, FE, FF, 02,00,80, BB, 00,00,00, EE , 02,00,04,00,10,00,16,00,10,00,03,00,00,00,01,00,00,00,00,00,10,00,80,00,00 , AA, 00,38,9B, 71
HKR, "FX \\ 1",% PKEY_SFX_ProcessingModes_Supported_For_Streaming%, 0x00010000,% AUDIO_SIGNALPROCESSINGMODE_DEFAULT%
Then, if Postmix=Render=MFX as default processing mode.
And Premix=Capture=SFX as default processing mode.
If i write as u see here: (and is is correct....Who knows???)
HKR,"FX\\0",%PKEY_UI_APO7%,,%GUID_ANDREA_APO_UI%
HKR,"FX\\0",%PKEY_MFX_APO7%,,%GUID_ANDREA_APO_EFX%
Here, if the above is ok, how would the resultant for SFX be at the end of the low bar?
HKR,"FX\\0",%PKEY_SFX_APO7%,,%GUID_ANDREA_APO_
Anyone can help me?,
to get rid of doubts, to tell me if what I say and write is correct, as well as what should be the final result for SFX.
Thanks in advance people.