Cycling74 / min-devkit

Tools, documentation, and reference implementation of a Max Package built using the Min-API.
MIT License
156 stars 30 forks source link

Can't find objects or external in Max after building #216

Open leoauri opened 4 months ago

leoauri commented 4 months ago

Describe the bug I followed the instructions from the README. I opened Max standalone application. I cannot see the objects or any sign of the external. Are there instructions missing?

To Reproduce Follow the instructions here and here. Open Max. Now?

Expected behavior See the objects or external listed under package manager or the objects browser.

OS:

``` { "version" : "Version 8.6.1 (b9925cf828e) (x64 mac)", "platform" : "mac", "arch" : "x64", "osversion" : "Mac OS X Version 14.2.1 (Build 23C71) x86_64 Rosetta", "samplerate" : 44100, "iovs" : 1024, "sigvs" : 1024, "scheduler_in_audio_interrupt" : "off", "audio_drivername" : "Core Audio", "audio_driver_subname" : "", "eventinterval" : 2, "schedinterval" : 10.0, "overdrive" : "on", "pollthrottle" : 40, "queuethrottle" : 100, "sysqelemthrottle" : 1000, "refreshrate" : 33.333332061767578, "schedslop" : 25.0, "eventprobing" : 1, "mixerparallel" : "off", "mixercrossfade" : 0, "mixerlatency" : 30.0, "mixerramptime" : 10.0, "videoengine" : "avf", "gfxengine" : "glcore", "packages" : { "BEAP" : "1.0.4", "CNMAT Externals" : "1.0.5", "FluidCorpusManipulation" : "1.0.6", "gl3" : "0.3.3", "hap" : "1.0.6", "jit.mo" : "1.1.6", "Jitter Tools" : "1.0.10", "Max for Live" : "1.0.9", "Max ToolBox" : "16", "max-mxj" : "8.2.0", "maxforlive-elements" : "1.0.10", "Mira" : "1.2.1", "nn_tilde" : "", "Node for Max" : "2.1.3", "RNBO" : "1.2.4", "VIDDLL" : "1.2.8", "Vizzie" : "2.2.2" } } ```

leoauri commented 4 months ago

For me the objects didn't appear in PM or objects browser, however, creating a new object and start typing "min." shows the built objects. Suggest adding to the instructions so people can quickly confirm that build process has been successful.