obs-powershell
obs-powershell copied to clipboard
`OBS.Beat` pseudotype will help manage BPM-related functionality
trafficstars
Having a central beat clock will make things easier to manage, at least when it comes to music.
Starting basic, we'll need to expose the psuedotype within the OBS object:
- [ ] #186
- [ ] #187
To do anything extra fun, we'll also need to know when the beat started:
- [ ] #188
Once we have this piece of information, we can begin to derive more information:
- [ ] #189
- [ ] #190
We'll want to make setting a .BPM and .BeatStart easy:
- [ ] #191
Then we'll want to get creative:
- [ ] #192
- [ ] #193
- [ ] #194
We will want to manage BPM with timers and events
- [ ] #195