AIで楽曲を楽器やボーカルに分離する

Filter Works -HR-
HR(Horizontal rule)のフィルター効果見本です


Alpha  Wave  Blur  Glow
HRタグの設定です
色を変える時は color: の後の #〜; の部分を
太さを変える時は height: の後の 〜px; の部分を
変更して下さい
Alpha  Wave  Blur  Glow

<HR style="filter: Alpha(style=0, opacity=50); color: #000000; height: 10px;">

<HR style="filter: Alpha(style=0, opacity=20); color: #000000; height: 10px;">

<HR style="filter: Alpha(style=1, opacity=20, finishopacity=100); color: #f08080; height: 10px;">

<HR style="filter: Alpha(style=1, opacity=100, finishopacity=20); color: #f08080; height: 10px;">

<HR style="filter: Alpha(style=2, opacity=100, finishopacity=0); color: #2e8b57; height: 10px;">

<HR style="filter: Alpha(style=2, opacity=100, finishopacity=0); color: #2e8b57; height: 20px;">

<HR style="filter: Alpha(style=3, opacity=100, finishopacity=0); color: #4682b4; height: 20px;">

<HR style="filter: Alpha(style=3, opacity=100, finishopacity=30); color: #4682b4; height: 30px;">
Alpha  Wave  Blur  Glow

<HR style="filter: Wave(add=0, freq=1, lightstrength=50, phase=180, strength=10); color: #ffa500; height: 20px;">

<HR style="filter: Wave(add=0, freq=2, lightstrength=50, phase=180, strength=10); color: #ffa500; height: 20px;">

<HR style="filter: Wave(add=0, freq=2, lightstrength=25, phase=180, strength=5); color: #ffa500; height: 20px;">

<HR style="filter: Wave(add=0, freq=5, lightstrength=50, phase=180, strength=10); color: #ffa500; height: 20px;">

<HR style="filter: Wave(add=0, freq=1, lightstrength=50, phase=30, strength=10); color: #ffa500; height: 20px;">
Alpha  Wave  Blur  Glow

<HR style="filter: Blur(add=0, direction=45, strength=10); color: #800080; height: 20px;">

<HR style="filter: Blur(add=1, direction=45, strength=10); color: #800080; height: 20px;">

<HR style="filter: Blur(add=0, direction=135, strength=10); color: #800080; height: 20px;">

<HR style="filter: Blur(add=1, direction=135, strength=10); color: #800080; height: 20px;">
Alpha  Wave  Blur  Glow

<HR style="filter: Glow(color=#008080, strength=8, enabled=1) color: #008080; height: 20px;">

<HR style="filter: Glow(color=#008080, strength=16, enabled=1) color: #008080; height: 20px;">

<HR style="filter: Glow(color=#000080, strength=8, enabled=1) color: #008080; height: 20px;">

<HR style="filter: Glow(color=#000080, strength=16, enabled=1) color: #008080; height: 20px;">