CNMAT / CNMAT-MMJ-Depot

CNMAT's expanding library of Max/MSP/Jitter patches
90 stars 17 forks source link

MMJD-stepmetro #45

Open EdmundCampion opened 9 years ago

EdmundCampion commented 9 years ago

The stepmetro package is not functional. there are other solutions to this now, but I don't see any reason why we can't have it working. Missing OSC-unroute.js, cambio~. Also has the o.route problem that has been fixed in many of the depot patches.

equilet commented 9 years ago

osc-unroute is a tiny problem - will fix ASAP.

adrianfreed commented 9 years ago

osc-unroute uses javascript which seems broken in Max these days.

On Oct 4, 2014, at 10:25 AM, Jeffrey Lubow notifications@github.com wrote:

osc-unroute is a tiny problem - will fix ASAP.

— Reply to this email directly or view it on GitHub.

equilet commented 9 years ago

Javascript in Max is neither broken nor deprecated, but it is an easy fix with o.prepend, o.pack and the like.

equilet commented 9 years ago

I've already started replacing instances of osc-unroute in this repo w/ this fix.

adrianfreed commented 9 years ago

ok, so it may not be broken functionally speaking but it adds timing jitter to applications such as sequencers or gesture interfaces rendering it musically compromising.=

equilet commented 9 years ago

@EdmundCampion, the cambio~ case is covered here: https://github.com/CNMAT/CNMAT-Externs/issues/9