Skip to content

Instantly share code, notes, and snippets.

@nyanpasu64
Created May 3, 2020 21:29
Show Gist options
  • Save nyanpasu64/5af85b99c587a44b0c66c5fb364bdeac to your computer and use it in GitHub Desktop.
Save nyanpasu64/5af85b99c587a44b0c66c5fb364bdeac to your computer and use it in GitHub Desktop.
!Config
master_audio: ./spc.wav
begin_time: 0
end_time:
fps: 60
trigger_ms: 60
render_ms: 40
trigger_subsampling: 1
render_subsampling: 2
render_subfps: 2
amplification: 4.0
trigger_stereo: !Flatten DiffAvg
render_stereo: !Flatten DiffAvg
trigger: !CorrelationTriggerConfig
edge_direction: 1
post_trigger:
post_radius: 3
edge_strength: 2
slope_strength: 0
slope_width: 0.07
buffer_falloff: 0.5
responsiveness: 0.5
pitch_tracking: !SpectrumConfig {}
channels:
- !ChannelConfig
wav_path: ./1-DSP 1.wav
- !ChannelConfig
wav_path: ./2-DSP 2.wav
- !ChannelConfig
wav_path: ./3-DSP 3.wav
- !ChannelConfig
wav_path: ./4-DSP 4.wav
- !ChannelConfig
wav_path: ./5-DSP 5.wav
- !ChannelConfig
wav_path: ./6-DSP 6.wav
default_label: !DefaultLabel FileName
layout: !LayoutConfig
orientation: v
ncols: 2
stereo_orientation: h
render: !RendererConfig
width: 1280
height: 720
line_width: 1.5
grid_line_width: 1.0
bg_color: '#000000'
init_line_color: '#ffffff'
global_color_by_pitch: true
pitch_colors:
- '#ff8189'
- '#ff9155'
- '#ffba37'
- '#f7ff52'
- '#95ff85'
- '#16ffc1'
- '#00ffff'
- '#4dccff'
- '#86acff'
- '#b599ff'
- '#ed96ff'
- '#ff87ca'
grid_color: '#55aaff'
stereo_grid_opacity: 0.25
midline_color: '#404040'
v_midline: true
h_midline: true
label_font: !Font
family: Apple Kid
bold: false
italic: false
size: 36.0
toString: Apple Kid,36,-1,5,50,0,0,0,0,0,Regular
label_position: !LabelPosition LeftTop
label_padding_ratio: 0.5
label_color_override: '#55aaff'
antialiasing: true
res_divisor: 1.33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment