Code Monkey home page Code Monkey logo

maxmsp-ble's Introduction

MaxMSP BLE

A BLE Object for Max

Install

Add the package folder to ~/Documents/Max 8/Packages

Building

Xcode

All things being well, you should be able to open and build the Xcode project directly from this repo

The Xcode project performs a couple of extra steps under the hood. These steps live in different locations and are listed below

  • The .mxo builds to max-package/max-ble/externals which lives in this repository
    • max-package/max-ble/externals is contain in the environment $DSTROOT
    • $DSTROOT is defined within src/maxmspsdk.xcconfig
  • A post-build script in Build Phases performs the folowing steps
  • .mxo is signed
  • the package in max-package is copied to the user max directory ~/Documents/Max 8/Packages/
  • the package in max-package is zipped in the same directory ready for upload as a release or for distribution.

Visual Studio

The Visual Studio Solution tracks the projects in the vs directory. You can open and build the solution directly from the repository

The max-ble.vcxproj builds the .mxe and .mxe64 directly to the directory %UserProfile%\Documents\Max 8\Externals\. The build destination is defined in the vs/maxmsp-ble/max_extern_common.props file under the OutDir tag.

Change sdk Version

You can change the max-sdk version with git checkout:

cd max-sdk
git checkout v7.0.3 # or v7.1.0 v7.3.3 v8.0.3

You can check the max-sdk-base releases for more tags.


Usage

For usage of the external, see the package README or the object reference page in Max.


Contribution

If you have any suggestions on interface or functionality, please feel free to flag an issue

maxmsp-ble's People

Contributors

mhamilt avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.