Can't get ALT_SOUND to work

I’ve been trying to get one of my styles to work using the new ALT_SOUND function following the guide for TrDoEffect<EFFECT_ALT_SOUND, N> here, but I’ve been encountering an issue testing it in the beta style editor.

I’m trying to use the following code shown in the documentation as a base:

StylePtr<Layers<
	ColorSelect<AltF,TrWipe<300>,Green,Blue,Red>,
   TransitionEffectL<TrDoEffectX<TrInstant,EFFECT_ALT_SOUND,EffectIncrementF<EFFECT_FORCE,Int<3>>>,EFFECT_FORCE>,
	InOutTrL<TrWipe<300>,TrWipeIn<500>,Black>>>()

but whenever I put that exact code into the style editor I’m getting the error
TrDoEffectX:Too few arguments for argument 4 (LOCATION)

I’m not sure whether this is an error with the code, the editor or if there’s something I need to add that I’m missing?

It’s an error in the editor, I believe @profezzorn has to update.

Thanks. I just tested it on my saber and it works perfectly. I’m really excited to play around with this feature some more!

Looks like this is already fixed on github:

I will update the beta soon.