Show/Hide MIDI Effects — Logic Pro X Keyboard Command of the Day

Logic Pro X keyboard command of the day. #LogicProX

No preset keyboard command.

Located using the “Edit Keyboard Commands” (option-K)

Hovering over the command in the list Logic offers further information “also available as menu item ‘MIDI Effects’ in a local menu”.

The local menu referenced is the Channel Strip contextual menu (pop-up). When a MIDI channel is selected in the mixer, either external or instrument, the control-click on the channel strip reveals the “MIDI Effects” entry. When checked the MIDI effects appear in the channel strip between the EQ thumbnail and the Input selector. For external MIDI tracks there is just a blank space, no effects can be added. For instruments you can add MIDI effects.

You can create your own MIDI effects by adding a “Scripter” effect.

/*
With Scripter, you can use JavaScript to create your own custom MIDI processing
effects, including slider controls for real-time interaction.

For detailed information about using Scripter, including code samples,
see the MIDI plug-ins chapter of the Logic Pro X Effects or
MainStage 3 Effects manual.
*/

// example: simple pass through and MIDI monitor

function HandleMIDI(event)
{
event.trace();
event.send();
}

Latest online help is for version 10.3 — Logic Pro X Effects — Scripter plug-in

Mixing Vocals: What Makes a “Professional” Vocal Sound

@iZotope

Mixing Vocals: What Makes a “Professional” Vocal Sound:

When learning how to mix music, beginner engineers can often become discouraged when comparing their work to professional mixes. They know the tools (EQ, compressor, etc.) and how to use them, but for some reason they don’t get the same results. However, knowing what’s actually happening in the sound of a professional mix can help clear things up. In no domain is this more obvious and important than in mixing vocals.

Homework and course work.

I keep finding these things in my mailbox, on the web, wherever. I have the tools needed. I have lots of recordings (not exactly controllable), and a desire to make mixes with better sounding vocals. Particular attention needs to be paid to the live vocals I have.

Added the video series to the iZotope binder.

MIDI Out Toggle (option-O) — Logic Pro X keyboard command of the day

Logic Pro X keyboard command of the day. #LogicProX

Very little documentation about this one (and the counterpart MIDI In Toggle — option-I)

Wound up opening the Event List to see if anything happened when I toggled. Yes!

At the top right of the Event List are 2 buttons that look like MIDI DIN plugs — one with an “in” indicator, one with an “out” indicator. Toggling MIDI In and Out changes the state of these buttons.

From the glossary of the Logic Pro X User Manual.

“MIDI In button
The button used to turn on Step Input mode in the editors. See alsoStep Input function.”

Excerpt From: Apple Inc. “Logic Pro X User Guide.” iBooks. https://itunes.apple.com/us/book/logic-pro-x-user-guide/id960809726?mt=11

Unfortunately there is no MIDI Out button description there. The roll-over help is informative, hard to get it to stand still so it can be copied.

MIDI Out Button (option-O)

Play MIDI events when they’re clicked, selected, or added.

MIDI In button (option-I)

Add notes without recording in real time — using your MIDI keyboard, for example

There are some very deep technical things that talk about using SYSEX faders in the environment to do extreme control of MIDI devices. Not ready to dive in there yet. The environment could provide a solution for resetting all of the lights on my X-Touch controller.

Forgot the MIDI In side of things…

MIDI In button