The Wave modifier had been mentioned in a number of recent posts. I am of the opinion that there are enough people around that either use or reference this modifier to warrant inclusion in Reactor.
This is my first Reactor submission. I can proudly say that I have read all the documentation and used the excellent Atomizer to create the below atom. REG_Version is added to the fuse and a zip file with the full Atom content is attached.
I have put We Suck Less as the Author to match other Reactor content. If someone knows who the original author is I am happy to correct that.
Code: Select all
Atom {
Name = "Wave",
Category = "Modifiers",
Author = "We Suck Less",
Version = 1.0,
Date = {2018, 2, 6},
Description = [[<p>The Wave Fuse modifies Parameter with several different wave shapes:</p>
<ul>
<li>"Flat"</li>
<li>"Line"</li>
<li>"Saw"</li>
<li>"Tri"</li>
<li>"Square"</li>
<li>"Sine"</li>
<li>"Noise"</li>
</ul>
]],
Deploy = {
"Fuses/Modifiers/Wave.fuse",
},
}
Regards,