Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

v7b1/vb-objects

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vb-objects

This is a slowly growing collection of externals made for the programming environment MaxMSP (www.Cycling74.com).

Building

Mac

You can build on the command line using Makefiles, or you can generate an Xcode project and use the GUI to build.

  • Xcode:

    cmake -G Xcode ..
    cmake --build . --config 'Release'
    

    or, instead of the second step, open the Xcode project and use the GUI.

  • Make:

    cmake ..
    cmake --build . --config 'Release'
    

    Note that the Xcode project is preferrable because it is able to substitute values for e.g. the Info.plist files in your builds.

Windows

Note: this is untested, but should work something like this:

cmake ..
cmake --build . --config 'Release'

Compiled objects for osx can be found here: https://vboehm.net/downloads

About

a selection of objects for MaxMSP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.