You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.
I am not sure that we need to cut off derived effects each into their own file do you? I am OK to separate the derived effects from the master effect though.
Hmmm... so maybe, that's it... Sub-effects (or derived effects) are technically not plugins... They are shortcuts over a master effect. Maybe that's the confusion? There is no format specifically or best practices, except that it should be (1) a minimal subset of the parameters used for the master effect, and (2) a flat list of parameters.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we only have 2 files:
https://github.com/blackberry/Alice/blob/master/js/src/alice.core.js
and
https://github.com/blackberry/Alice/blob/master/js/src/alice.plugins.cheshire.js
We should further break these down and reorganize the src folder.
I would expect something like the bounce plugin:
https://github.com/blackberry/Alice/blob/master/js/src/alice.plugins.cheshire.js#L279-310
To be in a file called bounce.js and have it included into the final build result automatically.
This will require changes to building and such to include all the files together in the proper order.
The text was updated successfully, but these errors were encountered: