Skip to content

Conversation

@Orgasmscience
Copy link
Contributor

Hi there :)

This is my first attempt at adding a feature to ScriptPlayer.

This commit adds an experimental feature that allows a gradual ramping up of the intensity of the FunStim device output over the duration of a video. It adds a new setting in the funscript converter settings dialog, and a few changes throughout the entire event chain making it possible to pass through the total duration of the currently playing file.

I have literally no idea if that's the best way to implement this feature - I tried to go with the existing design and be as minimally invasive as I can. But I'm almost certain I've forgotten some edge cases, and this definitely needs some oversight and testing :)

effects" that have become popular with handy users recently, which
fire many super short actions that result in durations below the
audio buffer runtime. 10% deviation between actions should still
be safe to not unexpectedly shock anybody.
allows a gradual ramping up of the intensity of the FunStim device output
over the duration of a video.

A setting of 0% implies to ramp up. A setting of 100% implies a ramp up
from zero intensity to full intensity over the duration of the video.

This is my first try to add a major feature, and it might be incomplete
or not the correct way to implement.

Definitely needs testing! Comments Welcome.
@FredTungsten FredTungsten merged commit be0fc57 into FredTungsten:master May 20, 2022
@FredTungsten
Copy link
Owner

Thanks for contributing 👍 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants