Pinned Loading
-
-
adding a time scale to borders (or m...
adding a time scale to borders (or middle) in the default wavebar, single function can easily be copy/pasted. 1texture tex : WAVEFORMDATA;
23sampler sTex = sampler_state
4{
5Texture = (tex);
-
draws gridlines at set intervals (ei...
draws gridlines at set intervals (either horizontal, vertical or both) color density, distance and line thickness configurable. 1texture tex : WAVEFORMDATA;
23sampler sTex = sampler_state
4{
5Texture = (tex);
-
Min, Max and RMS peak meter type effect
Min, Max and RMS peak meter type effect 1texture tex : WAVEFORMDATA;
23sampler sTex = sampler_state
4{
5Texture = (tex);
-
Instead of a waveform just colored l...
Instead of a waveform just colored lines based on minmaxrms.g peak value. pinks-blues = low peak, yellows-reds high peaks 1texture tex : WAVEFORMDATA;
23sampler sTex = sampler_state
4{
5Texture = (tex);
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.