Max Magic Microtuner 1.5.2 relesed

Max users interested in experimenting with microtonal scales please read:

Max Magic Microtuner version 1.5.2 for OS X is now available at the following URL’s:

User Group link:

http://groups.yahoo.com/group/16tone

Direct download link:

http://mysite.wanadoo-members.co.uk/microtuner/Microtuner152.zip

Release Notes:

    * as a MIDI client the program now recognizes virtual sources and acts as a virtual destination for other MIDI programs (sequencers, etc.)

    * individual MIDI volume and velocity filter controls for each Microtuner window

    * free upgrade for existing users

Regards,
moog at libero dot it

Control Logic Plugins with Max

ontrolling Logic Plugin Parameters with Max CC Messages

This turns out to be quite simple.

1) Open Logic
2) Open Max (I’ve got a “MaxToLogicPlugins.pat” file email off list??if you want a copy)
In your Max patch, create a [ctlout] object and connect a number box??to the left most inlet.??I’ve been using [ctlout 85] which sends??values out to CC85 (which is usually unassigned, I think).??Then??double click on the [ctlout] object to set the MIDI output port.??I??usually select “from Max/MSP 1”.
3) insert a plugin into a Logic Track (leave the plugin window open)
4) In Logic hit COMMAND+L (the Controller Assignment Window will open)
????if the window does not open you may have to create the key??command for
????”Learn new Controller Assignment” (more on this below)
5) click the slider (on the Logic plugin) you want to control
6) Go directly to Max and adjust the dial or number box that is??sending CC values to your [ctlout] object.??I limited mine from??0-127, I do not know if other ranges are possible.
7) Go back to Logic and hit COMMAND+L again

Now when you move the number box (or dial) it should move the plugin??parameter in Logic.??You may have to move the number box a bit before??it activates.

These settings are stored in Preferences => Control Surfaces =>??Controller Assignments, and can be deleted from that page.??I am also??unsure if these are stored (and thus active) for all Logic Documents??or if they are Logic document specific.

Much of these instructions came from:
http://discussions.info.apple.com/webx?128@501.fIEhaPsX96e.2@.68b375f6

Here are the instructions I learned from:
http://www.logicprohelp.com/viewtopic.php? p=2194&start=0&sid=aed65a5872d9d9aa5667d4681eb4734c

Logic Pro 7 makes it very easy to use your MIDI controller’s wheels??and knobs to control your Logic mixer and plug-ins interface. Here’s??a quick guide:

1?Hit Command+L*
(L as in Learn) – The Controller Assignment window opens. Uncheck??”Expert View” if necessary and move that window out of the way (don’t??even worry about it).

2?Click on the fader or knob you want to control.

3?Move the knob on your MIDI controller
(for better results have the knob on zero before you start, and then??move the knob slowly from zero to max and back down to zero).

(you can repeat steps 2 and 3 for as many knobs as you want)

4?Hit Command+L
(and close the Controller Assignement window).

You’re done.

* If Command+L is not assigned you can assign it (or any other key??combination) yourself in your key command window: search for the key??command “Learn new Controller Assignment”.

ejies updated

Hi Maxers,

I’m pleased to announce my humble collection has been updated for the  
new fantastic features of MaxMSP 4.5.5.

http://www.e–j.com

Cheers,
ej

New:
ej.dialog: replacement for the dialog object
ejies-shortcuts.txt: init file containing the ejies’s shortcuts (new  
feature of 4.5.5)
ejies-prototypes: contains the prototypes of the ejies’s jsui (new  
feature of 4.5.5)
ej.function.js: have now its own inspector! (new feature of 4.5.5)
ej.numbox.js: have now its own inspector! (new feature of 4.5.5)

Bugs corrections:
ej.function.js: 5th outlet assistance correction (Thanks Oliv’)
ej.numbox.js: now rounding while using the set method
jit.fullscreen: fsmenubar correctly defined (depending on the number  
of screen)
splay~: inlet works now (connected to the sfplay~)

Improvements:
AddShortcuts2Max.command: adding shortcuts for New from Clipboard,  
Encapsulate and De-Encapsulate
ej.function.js: domain has now 2 limits (like the range). If you  
specify the domain, with only one argument, it’ll start at 0
ej.function.js: Zoom features (zoom_x, zoom_y, getzoom_x, getzoom_y &  
zoomout messages)
ej.function.js: bang, int/float, and next message are now in the high  
priority thread
ej.function.js: draw improvements (the drawing operations appears  
less often)
ej.function.js: object configuration is now saved in the patcher
ej.function.js: cursor changes when you edit points (autocursor mode)
ej.function.js: set limit to 2047 points (the js array is limited to  
4095 items, for being sent to an outlet)
ej.function.js: new ghost & getghost messages to set/get the  
transparency of the background functions and the transparency of the  
grid
ej.function.js: point display as framecircle when it’s y value is  
equal to 0 (like the function object)
ej.function.js: new bordersync feature wich keep the first and last  
points at the same y position (Thanks Vlad)
ej.function.js: read and write function optimized (using the new  
hiddenconnect message)
ej.function.js: increased the size of the object (2048*2048) if the  
fsaa is disabled (“nofsaa 1” message)
ej.function.js: if notifyrecalled is on (in the inspector), output  
the message “recalled” when a preset is recalled from pattrstorage  
(That’s for Ben)
ej.numbox.js: object configuration is now saved in the patcher (you  
don’t have to put the arguments in the inspector anymore)
ej.numbox.js: keyboard input is now possible while the patch is  
locked, i.e non edit mode (an abstraction is automatically loaded and  
removed)
ej.cc.js: new defaults message… use my favorites colors ๐Ÿ™‚
splay~: dropfile added (you can drop a sound file on the window to  
select the sound you want to play)