Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.84 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.84 KB

MVC-Components

A Max package with MVC wrappers around usual Max/MSP objects.

How to install

  • if you haven't already installed the MVC "core" package, follow the instruction on its webpage to proceed installing it.

  • get and install the latest release from Max at https://cycling74.com ;

  • get the latest release from MVC-Components package at the release page

    • (or if you are more confident : clone it or fork it from this page);
  • put it in your Max document folder (home/Documents/Max 8/Packages);

  • that's it.

  • Now start Max;

  • Select file > Show package manager and check if the MVC-Components package is there (in the installed packages);

See also the example folder.

Dependencies

  • the MVC package contains the core MVC abstractions used in these components.

How the sources are organized on this GitHub repository

This repository adopt follows a hybrid "GitFlow" and trunk-based workflow.

Essentially this means that :

  • all development happens in thedevelop branch
  • the develop branch is merged to the main branch once it is stable.
  • at some point, a release branch is made from the main branch
  • a release is made from a release/v.x.x branch (with v.x.x.x being the release version number tag), so that any hotfix on this release will be made on that specific branch (and most probably be brought back to the developmenttoo).