Skip to content

hana/ht.min

Repository files navigation

ht.min

CI Max externals created using the Min-DevKit for Max, an API and supporting tools for writing externals in modern C++.

Acknowledgements

This package was created using the Min-DevKit for Max.

How to Use

If you want to build by yourself.

  1. Clone this repository into your Max 8/Packages folder or Max 8/lib (by default it is located in ~/Documents).
  2. Follow this instruction while replacing min-devkit as ht.min

List of Externals

  • ht.alarm
    • Outputs a bang at the specified time, runs on the scheduler thread.
  • ht.alarm~
    • Outputs a bang at the specified time, runs on the audio thread.
  • ht.between
    • Outputs a bang from the different outlets depending on wheather the input number is between two values.
  • ht.b2bi
    • Converts float into a uint8_t list.
  • ht.COBS
    • Encode a list with Consistent Overhead Byte Stuffing (COBS) algorithm. Compatible with PacketSerial library for Arduino.
  • ht.instance
    • Counts the objects with same name

Notes

  • All .mxo and .mxe64 objecs are compiled on macOS and Windows11 (64bit).

Licence

MIT

Prerequisites

You can use the objects provided in this package as-is.

To code your own objects, or to re-compile existing objects, you will need a compiler:

  • On the Mac this means Xcode 9 or later (you can get from the App Store for free).
  • On Windows this means Visual Studio 2017 (you can download a free version from Microsoft). The installer for Visual Studio 2017 offers an option to install Git, which you should choose to do.

You will also need the Min-DevKit, available from the Package Manager inside of Max or directly from Github.

Contributors / Acknowledgements

The ht.min is the work of some amazing and creative artists, researchers, and coders.

Support

For support, please contact the developer of this package.

About

Max externals developed with min-devkit

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors