Skip to content

Commit

Permalink
feat: Adding Reflect Shader ( Fixes #197 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Feb 15, 2024
2 parents 9d0e01e + bc2b8ce commit ac550ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions obs-powershell.types.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ $averageTimeBetweenBeats =
$beatTimes.TotalMilliseconds | Measure-Object -Average | Select-Object -ExpandProperty Average

$this.Duration = [Timespan]::FromMilliseconds($averageTimeBetweenBeats)
$this.BeatStart = $beatTimes[-1]
$TappedBpm


$this.BeatStart = $beatTimeStart
$this.BPM

</Script>
</ScriptMethod>
Expand Down

0 comments on commit ac550ec

Please sign in to comment.