Limeth / obs-shaderfilter-plus

obs-shaderfilter rewritten in Rust and improved
Other
183 stars 19 forks source link

Main Mix/Track for FFT data always uses first track #9

Closed Stealthii closed 3 years ago

Stealthii commented 3 years ago

This might be a bug - I cannot get FFT data to listen to any other track than Track 1.

In the following screenshots Track 5 is selected, and right now Track 5 is silent, there should be no shader effects. image image

The pragmas in both shaders are defined as such:


#pragma shaderfilter set main__mix__description Main Mix/Track
#pragma shaderfilter set main__channel__description Main Channel
#pragma shaderfilter set main__dampening_factor_attack 0.0005
#pragma shaderfilter set main__dampening_factor_release 0.01
uniform texture2d builtin_texture_fft_main;
uniform texture2d builtin_texture_fft_main_previous;
Stealthii commented 3 years ago

Apologies, this is a duplicate of #4. This can be closed.