The Pd example uses the Gem library, but doesn't ensure that it is loaded. the proper way to do this is to add a `[declare -lib Gem]` object somewhere to "PureData Example.pd"
The Pd example uses the Gem library, but doesn't ensure that it is loaded.
the proper way to do this is to add a
[declare -lib Gem]object somewhere to "PureData Example.pd"