Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Apr 30, 2024
1 parent 37b78c3 commit 75785e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1>saving</h1>
[sound] : A URL to a .json or .mp3 file
: Blank = off, mic = mic, feedback = mic + speaker,
: random = random track
: <a href="https://github.com/greggman/vertexshaderart.com/">see here for more info.</a>
: <a target="_blank" href="https://github.com/greggman/vertexshaderart.com/">see here for more info.</a>

Inputs
-------------------------------------------------------------
Expand All @@ -152,7 +152,7 @@ <h1>saving</h1>
: : 240 rows of history (4secs @60fps)
floatSound : sampler2D : data from the music Nx240, alpha only
: : 240 rows of history (4secs @60fps)
: : <a href="http://webaudio.github.io/web-audio-api/#widl-AnalyserNode-getFloatFrequencyData-void-Float32Array-array">see spec</a> for difference between
: : <a target="_blank" href="http://webaudio.github.io/web-audio-api/#widl-AnalyserNode-getFloatFrequencyData-void-Float32Array-array">see spec</a> for difference between
: : getFloatFrequencyData and
: : getByteFrenquencyData.
soundRes : vec2 : resolution of sound
Expand Down Expand Up @@ -184,7 +184,7 @@ <h1>saving</h1>
WebGL does not seem to be working.

Maybe you need to restart your browser
or <a href="http:\\get.webgl.org">get a new one</a>?
or <a target="_blank" href="http:\\get.webgl.org">get a new one</a>?

</pre>
</div>
Expand Down

0 comments on commit 75785e8

Please sign in to comment.