Skip to content
View just-Addict's full-sized avatar

Block or report just-Addict

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. seekbar-with-gimmicks seekbar-with-gimmicks Public

    HLSL 3

  2. 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.
    1
    texture tex : WAVEFORMDATA;
    2
    
    
    3
    sampler sTex = sampler_state
    4
    {
    5
    	Texture = (tex);
  3. draws gridlines at set intervals (ei... draws gridlines at set intervals (either horizontal, vertical or both) color density, distance and line thickness configurable.
    1
    texture tex : WAVEFORMDATA;
    2
    
    
    3
    sampler sTex = sampler_state
    4
    {
    5
    	Texture = (tex);
  4. Min, Max and RMS peak meter type effect Min, Max and RMS peak meter type effect
    1
    texture tex : WAVEFORMDATA;
    2
    
    
    3
    sampler sTex = sampler_state
    4
    {
    5
    	Texture = (tex);
  5. 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
    1
    texture tex : WAVEFORMDATA;
    2
    
    
    3
    sampler sTex = sampler_state
    4
    {
    5
    	Texture = (tex);
  6. Willy-JL/F95Checker Willy-JL/F95Checker Public

    Python 107 17