You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Kaleido.playground/Contents.swift
+16-12
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@ import UIKit
2
2
import AVFoundation
3
3
import PlaygroundSupport
4
4
/*:
5
-
# Kaleido
5
+
# Kaleido♦️🔵🔶
6
6
## The music-lovin' kaleidoscope.
7
7
8
-
Kaleido uses **CAReplicatorLayers**, masks, **CoreAnimation** and **AVFoundation** to create a kaleidoscope visualizer that reacts to the beat of your favorite tracks.
8
+
Kaleido uses `CAReplicatorLayers`, masks, `CoreAnimation` and `AVFoundation` to create a kaleidoscope visualizer that reacts to the beat of your favorite tracks.
//: The `Timer` helps us to run a function any given amount of time (in this case, every 0.5 seconds) as long as the `AudioPlayer` is playing the song.
0 commit comments