# MIDI-OUT

{% hint style="info" %}
*What's this about?* \
\
When sending live MIDI signals you can use sounds from other audio apps like your digital audio workstation (DAW) and record the MIDI that is produced via ChordButter directly.\
\
\&#xNAN;*Note: You can also* [*export MIDI files*](/midi/midi-export.md) *from ChordButter*
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=rJhbEBsQG2w>" fullWidth="true" %}
Enter fullscreen for better visibility on your phone
{% endembed %}

&#x20;[#open-output-in-chordbutter](#open-output-in-chordbutter "mention")

[#connect-iphone-or-ipad-via-bluetooth](#connect-iphone-or-ipad-via-bluetooth "mention")

[#connect-iphone-or-ipad-via-cable](#connect-iphone-or-ipad-via-cable "mention")

[#setup-audio-apps-to-receive-midi](#setup-audio-apps-to-receive-midi "mention")

## ➡️ Open Output in ChordButter

1. Open the sidebar menu
2. Click on "MIDI-OUT"
3. Open (or close) the output

<div align="left"><figure><img src="/files/0yeLZOGm0nfuFAwkaZoH" alt="" width="321"><figcaption><p>Step 1</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/e0MIU5Fd08nTzzxWCzxQ" alt="" width="321"><figcaption><p>Step 2</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/aV15Eie9gAseqJKPQ2t5" alt="" width="321"><figcaption><p>Step 3</p></figcaption></figure></div>

##

## ➡️ Connect iPhone or iPad via Bluetooth

You can connect your mobile device via Bluetooth to other devices like your Mac and send MIDI signals via Bluetooth when the output is opened. For this, you'll need a third-party app that utilizes a Bluetooth connection. I recommend [BLE-MIDI](https://apps.apple.com/app/id1108321791).

### Set up a MIDI Connection with your Mac&#x20;

1. Get a third-party app that can utilize a MIDI Bluetooth connection (like [BLE-MIDI](https://apps.apple.com/app/id1108321791))\
   〰️
2. Announce a MIDI Bluetooth service from your Mac
   1. Open "Audio-MIDI-Setup" on your Mac
   2. Navigate to "MIDI Studio › Open Bluetooth Navigation..."
   3. Click on "Advertise"\
      \
      ![](/files/8MjJJqufIYH6gEbSzbTm)\
      〰️
3. Connect to this service in the third-party app. \
   \
   › *Note that connecting sometimes fails and can be pretty hair-raising. Restarting devices sometimes helps. You can also connect to your Mac* [*via cable*](#connect-iphone-or-ipad-via-cable)*.*\
   〰️
4. Follow the steps from [#open-output-in-chordbutter](#open-output-in-chordbutter "mention")\
   〰️
5. Set Destination (optional): Select Bluetooth (Name of the service you are connected to) as "Destination" within ChordButter\
   &#x20;\
   ![](/files/oq3fzEWFmpXKRzJuh9Bo)

{% hint style="info" %}
**Destinations** might have a delay in displaying. Sometimes it helps to restart the app.
{% endhint %}

## ➡️ Connect iPhone or iPad via Cable

1. Connect your device via cable to your Mac\
   〰️
2. Open "Audio-MIDI-Setup" on your Mac
   1. Navigate to "Window › Show Audio Devices" (if not visible yet)
   2. Locate your device in the sidebar
   3. Click on the "Enable" button below your device\
      \
      ![](/files/GrWYgkUbxcDAP08Bgksb)\
      〰️
3. Set Destination in ChordButter:  Set "IDAM MIDI Host" as "Destination" (Name of destination might change in the future)\
   \
   › *If you don't see the destination -> Restart ChordButter*

## ➡️ Setup Audio Apps to Receive MIDI

Most apps receive MIDI signals by default without the need to set up anything specific. In a DAW you will need to create a "Software instrument (MIDI)" track that is receiving and playing the MIDI signals.

#### Example: Logic Pro X

1. In your digital audio workstation (DAW), create a separate track for each instrument provided by ChordButter, which includes Chords, Drums, and Bass. However, you have the option to create fewer tracks if desired, such as a single track exclusively for chords.\
   〰️
2. Set the MIDI channel accordingly to channels in ChordButter and be sure the output for the instrument is opened in ChordButter. \
   \
   \&#xNAN;*Default channels:*<br>
   1. Channel 1 › Chords
   2. Channel 2 › Melody
   3. Channel 3 › Drums
   4. Channel 4 › Bass
   5. Channel 5 › Piano Roll / Fretboard (expandable, interactive)\
      \
      〰️
3. Activate the monitor, so that you can hear the tracks. \
   〰️
4. Start the playback or click on a chord in ChordButter.  You should now be able to hear sounds from your digital audio workstation (DAW).\
   〰️
5. Optionally mute tracks in the "Studio" within ChordButter to not hear two instruments (ChordButter & DAW)

<div align="left"><figure><img src="/files/f9QInHmdsuEEV1avh6cn" alt="" width="489"><figcaption><p>Create tracks in your DAW</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/LgsFkTLlWH0jSewDUNL9" alt="" width="489"><figcaption><p>Open output in ChordButter and set channels accordingly in your DAW</p></figcaption></figure></div>

{% hint style="info" %}
You may have to set a specific "Destination" within ChordButter in some cases.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.chordbutter.com/midi/midi-out.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
