Sorry I can't add them as they are
here is why:
* this is a family of objects, rather than creating them individually with an editor, it is more maintainable to generate them in code. The current object set creation is found in src/generatedobjects check for instance Create_inmuxn in src/generatedobjects/mux.java
The object generator is normally hidden functionality, and can be enabled by setting <ExpertMode>true</ExpertMode> in .preferences.xml
But I must admit this object generator code is quite messy, lots of references left to tilde suffix, when I was trying to follow more of the pd/max object naming conventions.
* the way you created the hashes is not really what is intended, and does not match the internal hash creation. The hash does not include the description of object, inlets and outlets and other stuff that does not affect its functionality.
The idea of the hash is that documents copy the object hash at creation time, so when the implementation of an object has changed (to fix a bug for instance), the user can be warned that this change may affect the functioning of a patch.
* The object format has changed a bit last week, replacing the %% markup for inlets, outlets and parameters with proper c-style names.
The hash is not well implemented. It is