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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. seekbar-with-gimmicksseekbar-with-gimmicksPublic

    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 effectMin, 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. WillyJL/F95CheckerWillyJL/F95CheckerPublic

    Python 232 42