Arranging Sampled Strings — KeyboardMag

Arranging Sampled Strings — KeyboardMag:

“Use separate patches for each instrument, as this fights playing strings like an organ and forces you to think of all of the parts separately, as an arranger working with real string players would.”

I’m so glad I went to Feedly to find MusicTech feed today. In the list of similar was Keyboard Magazine. It’s not just about playing keyboards and pianos, it’s about using keyboards.

I’m always on the lookout for arranging tips for “virtual” ensembles, including how to size and “sound” the groups of instruments.

Handy hints. Examples in score!!!!

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

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

How to Make Your MIDI Sound Less like MIDI — Pro Audio Files

How to Make Your MIDI Sound Less like MIDI — Pro Audio Files

While virtual instruments and sample libraries have come a long way since the early 1980’s, you might find that the musical ideas that you create using MIDI still sound like, well … MIDI. The dynamics, tone and overall feel of music produced using MIDI tends to be lacking in comparison to music created using more traditional means. Here are some tips if you want to make your music sound less like it was created using a digital protocol, and more like an organic, expressive musical performance.

Always good to know how to help the “cheesy” sounds that MIDI instruments sometimes produce. New things in Logic Pro X allow for articulation to help. Miroslav Philharmonik has some decent articulations as well. Music has to breathe at a natural pace.

The latest MIDI specification includes Polyphonic Expression — new things happen! This should help. Like listening to a Disklavier that uses the “extra” performance information.