CNMAT / CNMAT-MMJ-Depot

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

osc-route -> o.route #32

Closed equilet closed 9 years ago

equilet commented 9 years ago

We need to switch to o.route over osc-route. Please report cases of osc-route in the depot as you find them, based on prioritization of features in the depot.

equilet commented 9 years ago

After @EdmundCampion is done with this, I can go in and grab the rest.

equilet commented 9 years ago

grep returns:

./extras/tutorials/Intro_Course/_MZED_Intro_Course.maxpat: "tabs" : [ "subpatcher+abstraction", "osc-route-lesson", "Internal_Synth_OSC", "manage-note-offs", "manage-duration", "table-sampling", "Tables-midinotes", "Tables-probability", "play-the-isynth", "timing-world" ],

./extras/tutorials/Intro_Course/Unit02-MIDI/01-OSC-route-lesson.maxpat: "text" : "about_osc-route"

./extras/tutorials/Music29/Frequency Domain/29_Internal_Synth_OSC.maxpat: "text" : "osc-route /reverb"

./extras/tutorials/Music29/Frequency Domain/Keymouse_Synthesizer.maxpat: "text" : "osc-route /f0 /gliss /rate /depth"

~~./extras/tutorials/Music29/Frequency Domain/Rhythm_to_Pitch.maxpat: "text" : "osc-route /clicker/1 /clicker/2 /clicker/3 /clicker/4", ./extras/tutorials/Music29/Misc Support/basic_clickerpattr.maxpat: "text" : "osc-route /bf /mult /pan /type /amp"~~

./extras/tutorials/Spectral_Synthesis/CNMAT_Spectral_Tutorials.fr/exemples/Res-model-workspace.fr.maxpat: "text" : "osc-route",

equilet commented 9 years ago

Done.