Max external to use Ultraleap in Max/MSP (in Externals folder), along with source and Xcode Project to build the Max object. The object implements the Amplitude Modulation emitter in Cycling '74s Max7 environment. Max help file includes more information on using the external.
To use the Max external
- Add uhptx.mxo from 'externals' folder to Max project folder , or add the 'externals' folder to the Max file path.
- Set Max to run in 64-bit mode.
- Ensure Ultrahaptics device is plugged in and powered on.
- Initialize object in Max using the object name 'uhptx.am'.
- Minimum v2.5 of Ultrahaptics SDK
- Max/MSP, running at 64-bit. Tested on Max 7.
- Object only works on OSX version. Tested on OSX 10.13.6.
If choosing to build the xcode project, Max SDK and Ultrahaptics SDK files are not included with this repository. They need to be included into the Framework and Header search paths for Xcode, or copied to the following locations:
- Place max-includes folder from MAX SDK in c74support/
- Place 'Headers' and 'Libraries' folder from Ultrahaptics SDK in c74support/uhptx-includes
- Now using Ultrahaptics SDK v2.6.
- Support for 4 emitter points.
- Update with bangs (occuring atleast 10ms apart).
- .maxhelp file created.