I suppose that is doable, but:a gearchange that only outputs if
1. The car's rpm is above a percentage of the max rpm? (Eg 80% or 90%)
2. Upshifts only
3. Downshifts only
- to avoid requiring each user to modify Javascript, a custom bass shaker property may be wanted to repurpose its gain filter slider for adjusting that max rpm
- I have no experience with gearchange effects.
- There are 5 entries with "Gear" in "AVAILABLE PROPERTIES",
- then 18 seemingly specific to T500_RS (AKA TH8A).
- separate custom effects for upshifts and downshifts that users can mix
- there may be delays until shift changes are registered, so effect not while shift in progress
- need for some user control over duration of shift change effects?
optimism about sorting these approaches nil.
My pedals are out of commission while 3M VHB cures.
In initial experiments,
- the 'Gear' property may return 'N' instead of numeric 0, which is at best unhelpful.
- Javascript setTimeout() appears to be unsupported, complicating effect duration control.
- H-pattern shifts register as both up and down shifts, since going thru neutral. Consequently, some delays must be enforced to determine net gear changes.
Last edited: