<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MIDI Designer Q&amp;A - Recent questions in Basic</title>
<link>https://mididesigner.com/qa/questions/basic</link>
<description>Powered by Question2Answer</description>
<item>
<title>Help needed: updating app URL schemes for MIDI Designer</title>
<link>https://mididesigner.com/qa/10378/help-needed-updating-app-url-schemes-for-midi-designer</link>
<description>&lt;p&gt;Hi All,&lt;br&gt;I am trying to help the engineering team at MIDI Designer updating the list of URL schemes that MD provides. &quot;Open URL&quot; is explained here:&lt;br&gt;&lt;u&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://mididesigner.com/wiki/doku.php/manual:14_more_advanced_2&quot;&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;https://mididesigner.com/wiki/doku.php/manual:14_more_advanced_2&lt;/span&gt;&lt;/a&gt;&lt;/u&gt;&lt;br&gt;I went through the complete list (nearly 900 apps!). I only know a small number of them, since I have those apps installed and can test the URL schemes myself. Some others I found via the Launcher app, but I cannot test those. I don’t know of any other way to obtain information that is at least reasonably reliable.&lt;br&gt;The summary of this collection — tested and untested — is here:&lt;br&gt;&lt;u&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://novotny.klingt.org/Apps/URLBeamer/url-schemes&quot;&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;App URL Schemes&lt;/span&gt;&lt;/a&gt;&lt;/u&gt;&lt;br&gt;There is a column “Source &amp;amp; Notes”. For the apps in question, it says:&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; from &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.cromulentlabs.com/launcher&quot;&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;https://www.cromulentlabs.com/launcher&lt;/span&gt;&lt;/a&gt; unverified&lt;br&gt;If you have any of the apps marked as &lt;em&gt;&lt;strong&gt;unverified&lt;/strong&gt;&lt;/em&gt;, could you please test them and report back whether the URLs work?&lt;br&gt;Either in MIDI Designer (as described in the documentation) or simply in any text editor, e.g. Notes or Pages. It is easy, you just need to make a hyperlink.&lt;br&gt;Thanks!&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10378/help-needed-updating-app-url-schemes-for-midi-designer</guid>
<pubDate>Mon, 09 Feb 2026 23:29:25 +0000</pubDate>
</item>
<item>
<title>How or where can I configure the connection THRU Mac (source) -&gt; Mac (destination)?</title>
<link>https://mididesigner.com/qa/10314/how-where-can-configure-connection-thru-source-destination</link>
<description>&lt;p&gt;Midi designer Pro X 10.7.1 on IPHONE ios 26, &amp;nbsp;to MacOS 26 (Reason e.o.).&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am unable to retrieve (repeat)&amp;nbsp;the connection&lt;/p&gt;&lt;p&gt;&lt;strong&gt;THRU Mac (source) -&amp;gt; Mac&amp;nbsp;(destination)&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;which appeared below the Bluetooth LE menu in the Config-connections page.&amp;nbsp;&lt;/p&gt;&lt;p&gt;And also unable to find the menu &quot;MORE&quot; where the User&#039;s manual says &amp;nbsp;i could fix this.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot for help!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10314/how-where-can-configure-connection-thru-source-destination</guid>
<pubDate>Fri, 17 Oct 2025 19:56:07 +0000</pubDate>
</item>
<item>
<title>From Helpdesk Files - Play Mode Dynamic Control Settings</title>
<link>https://mididesigner.com/qa/10301/from-helpdesk-files-play-mode-dynamic-control-settings</link>
<description>&lt;p&gt;From helpdesk files:&amp;nbsp; User asks if it is possible to change control settings in play mode without having to go to design mode:&lt;/p&gt;&lt;p&gt;- Min&lt;/p&gt;&lt;p&gt;- Max&lt;/p&gt;&lt;p&gt;- Default&lt;/p&gt;&lt;p&gt;- Cc #&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;This answer limited to MD control relationships - you can control everything in SB - but lets stick to our organic MD relationships for now.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Answer&lt;/strong&gt;: we can get most of these:&lt;/p&gt;&lt;p&gt;- Channel changer can set the channel&lt;/p&gt;&lt;p&gt;- Transpose can set the Cc (transpose changes second byte of midi message, which for a Cc message is the Cc number)&lt;/p&gt;&lt;p&gt;- You can simulate default with a momentary switched supercontrol&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Coding notes:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;- all helper controls are set to NO MIDI SEND / RECEIVE&lt;/p&gt;&lt;p&gt;- the base control is set to Cc 0 (you can choose a higher Cc, but that will offset the &quot;transpose&quot;)&lt;/p&gt;&lt;p&gt;- Channel selector is type Channel Changer (1-16), supercontrol of base control&lt;/p&gt;&lt;p&gt;- Cc is type Transpose (0-127), supercontrol of base control&lt;/p&gt;&lt;p&gt;- Default is normal control, supercontrol of base control, return to default button selected in Relationships / Enable/Disable Button&lt;/p&gt;&lt;p&gt;- Return to Default is momentary, supercontrol of Default, options as supercontrol - send current value&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;When a supercontrol only has one subcontrol, moving the sub back-drives the supercontrol.&amp;nbsp; We do not want changes to the base control to change the default setting, so we add a &quot;dummy&quot; subcontrol to the Default control.&amp;nbsp; This is hidden in play mode - all it is doing is preventing the back drive.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;I am still thinking on how to do the min and max with relationships, maybe another user has an idea&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Why not use this structure, then use SB to capture the min/max?&amp;nbsp; Answer this question - what Channel / Cc are you controlling?&amp;nbsp; To do part in SB, you have to send ALL the data to SB.&amp;nbsp; Maybe an exercise for another day.&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10301/from-helpdesk-files-play-mode-dynamic-control-settings</guid>
<pubDate>Mon, 21 Jul 2025 21:57:16 +0000</pubDate>
</item>
<item>
<title>A control area situated on top of an Image Panel doesn’t work when Hide in Play Mode is turned on.</title>
<link>https://mididesigner.com/qa/10296/control-area-situated-image-panel-doesnt-work-when-hide-turned</link>
<description>Greetings fellow MD users. I’ve searched the forum and can’t find an answer. This issue is simple. I want to use my own created image (which displays its own graphical buttons, switches) in an Image Panel. Then I want to create “invisible” control areas atop the image panel I created. The problem I keep running into, is that when you select Hide in Play Mode for any control areas, they no longer work in Play Mode. Please see the attached image which illustrates what I want to accomplish visually.</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10296/control-area-situated-image-panel-doesnt-work-when-hide-turned</guid>
<pubDate>Fri, 18 Jul 2025 16:23:56 +0000</pubDate>
</item>
<item>
<title>Can I send a sysex message with button push whose value is set by slider?</title>
<link>https://mididesigner.com/qa/10289/can-send-sysex-message-with-button-push-whose-value-set-slider</link>
<description>&lt;p&gt;Hello all,&lt;/p&gt;&lt;p&gt;I am working with the Korg DW 8000. I’m trying to create a control to send a write command (see syntax below)&lt;/p&gt;&lt;p&gt;I have successfully created a slider which sends the system exclusive message upon release.&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, this is a little risky due to the possibility of accidentally sending a write&amp;nbsp;command to the wrong program number. (fat fingers)&lt;/p&gt;&lt;p&gt;I would prefer to be able to set the value of the program number with the slider and then send the system exclusive message with the press of a momentary button.&lt;/p&gt;&lt;p&gt;As it is now, the sys ex command sent from the slider is “42 L 03&amp;nbsp;11 V” &amp;nbsp;where “L” is set by Supercontrol with range of 48-63. &amp;nbsp;“V” is a series of 64 named ticks (MIDI values 0 to 63)&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;andyv&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://mididesigner.com/qa/?qa=blob&amp;amp;qa_blobid=1807799919604006577&quot; style=&quot;height:317px; width:1024px&quot;&gt;&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10289/can-send-sysex-message-with-button-push-whose-value-set-slider</guid>
<pubDate>Sat, 07 Jun 2025 11:50:17 +0000</pubDate>
</item>
<item>
<title>Switching pages using incoming MIDI</title>
<link>https://mididesigner.com/qa/10287/switching-pages-using-incoming-midi</link>
<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;I´m&amp;nbsp;new here and I´m hoping to get some help. I&amp;nbsp;&lt;span style=&quot;color:rgb(43, 46, 47); font-family:lucida grande,verdana,arial,sans-serif; font-size:12px&quot;&gt;basically want to use the MIDI designer pro X on Iphone as an extension monitor of my Line6 Helix guitar processor. I want to display 4 helix- presets per page on MD and making them glow when the preset is selected (when I press the button on the Line6 Helix). I have managed to do this with a 4-tick knob&amp;nbsp;on each page (reacting to&amp;nbsp;the PC from the Helix) set as supercontrol for 4 buttons. Each button lights up when its PC value comes in. Works great!&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(43, 46, 47); font-family:lucida grande,verdana,arial,sans-serif; font-size:12px&quot;&gt;But now I want to add a function where the MD switches pages&amp;nbsp;automatically so that when the buttons for preset 1-4 are pressed (on the Line6 Helix) MD stays on page 1, when presets 5-8 are selected MD jumps to page 2. etc. I have tried to do this by using 4 buttons on each side with jump to page reacting to incoming CC but&amp;nbsp;I can´t get anything&amp;nbsp;right an would be very thankful for any help.&lt;/span&gt;&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10287/switching-pages-using-incoming-midi</guid>
<pubDate>Tue, 03 Jun 2025 06:07:26 +0000</pubDate>
</item>
<item>
<title>Undocumented feature - Color Picker remains active on last control in Play</title>
<link>https://mididesigner.com/qa/10261/undocumented-feature-color-picker-remains-active-control</link>
<description>When you open the custom color picker on a control in design, if you do not close it, it remains active on the last color edited control when you switch back to play mode. &amp;nbsp;This is good when you are trying to fine tune a control&amp;#039;s color - lets you adjust colors and see real time impact in play mode.&lt;br /&gt;
&lt;br /&gt;
I was trying to generate an &amp;quot;invisible&amp;quot; control, this was perfect as it lets me cycle through until I have a match close enough that the control is barely visible</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10261/undocumented-feature-color-picker-remains-active-control</guid>
<pubDate>Sat, 15 Mar 2025 13:32:04 +0000</pubDate>
</item>
<item>
<title>midi designer on macos big sur</title>
<link>https://mididesigner.com/qa/10245/midi-designer-on-macos-big-sur</link>
<description>If I bought a licence for a mac and ipad... is it possible to obtain from the apple store a version of MD compatible with may OS?&lt;br /&gt;
&lt;br /&gt;
obviously an old version, I got Big Sur installed and i can&amp;#039;t update</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10245/midi-designer-on-macos-big-sur</guid>
<pubDate>Wed, 05 Mar 2025 12:32:09 +0000</pubDate>
</item>
<item>
<title>Send bytes in hex from iPad - via usb C - to Tonex One pedal?</title>
<link>https://mididesigner.com/qa/10186/send-bytes-in-hex-from-ipad-via-usb-c-to-tonex-one-pedal</link>
<description>&lt;p&gt;I have a Tonex One pedal (&lt;a href=&quot;https://www.ikmultimedia.com/products/tonexone/&quot; rel=&quot;nofollow&quot;&gt;https://www.ikmultimedia.com/products/tonexone/&lt;/a&gt;). Its not possible to send midi to this pedal. But it is possible to send packages of bytes in hex format to change presets etc. Example:&amp;nbsp;&lt;em&gt;7e b9 03 00 82 06 00 80 0b 03 b9 02 81 06 03 0b 44 66 7e&lt;/em&gt;.&amp;nbsp;I have tested this by an small C# code with Visual Studio - and it works.&lt;/p&gt;&lt;p&gt;The question is: Can MidiDesigner send the same example as above from iPad via usb c - or BLE- to the Tonex One pedal?&amp;nbsp;(without the MidiDesigner sysex F0 - F7 framing).&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10186/send-bytes-in-hex-from-ipad-via-usb-c-to-tonex-one-pedal</guid>
<pubDate>Wed, 27 Nov 2024 20:27:57 +0000</pubDate>
</item>
<item>
<title>Picker send different CC value for every step</title>
<link>https://mididesigner.com/qa/10178/picker-send-different-cc-value-for-every-step</link>
<description>Hello, I’m trying to make a controller to change the instrument for each channel in the Ruismaker drum synthesizer iOS app. Strangely, you can’t change the instrument within the app itself, you have to send it a specific CC value for each instrument, which can be assigned to any drum pad channel. The channels are selected using MIDI CC # 22-29.&lt;br /&gt;
&lt;br /&gt;
For example, to change Channel 1 (the first pad) to “Hard 90s Kick”, you need to send MIDI CC # 22 with a value of 11.&lt;br /&gt;
&lt;br /&gt;
I’m trying to figure out a way to have an interface that lets you select a pad channel, then have a stepper button step through the values of each instrument category, sending the correct value for each. From what I can tell, you can only have the picker send different MIDI CC for each named step, rather than have all selections sending on the same MIDI CC, but with a different value on each.&lt;br /&gt;
&lt;br /&gt;
I may be overcomplicating this, but I’m also using this project as an exercise to learn this app’s more advanced features. I’d rather have an interface that lets you choose the instrument category by showing/hiding panels that have pickers with each instrument, and sending the correct value to the MIDI CC of the currently selected pad channel.&lt;br /&gt;
&lt;br /&gt;
I’ll link my current project below. If anyone has any ideas how to make this work, I’d be grateful for the help.</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10178/picker-send-different-cc-value-for-every-step</guid>
<pubDate>Fri, 25 Oct 2024 19:08:14 +0000</pubDate>
</item>
<item>
<title>How do I change the CC of one control by turning another?</title>
<link>https://mididesigner.com/qa/10176/how-do-i-change-the-cc-of-one-control-by-turning-another</link>
<description>&lt;p&gt;&lt;span style=&quot;background-color:rgb(246, 246, 246); color:rgb(0, 0, 0); font-family:open sans,segoe ui,helvetica neue,helvetica,raleway,arial,sans-serif; font-size:15.4px&quot;&gt;How can I change the MIDI CC itself (not the value) of one control by using another control (eg a knob)? E.g. Ctrl A sends CC 15 value &amp;lt;whatever&amp;gt; if Ctrl B is turned to 15 and Ctrl A sends CC 17 value &amp;lt;whatever&amp;gt;&amp;nbsp;if Ctrl B is turned to 17. Options as Super or d.o. Sub don´t seem to give me this choice.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:rgb(246, 246, 246); color:rgb(0, 0, 0); font-family:open sans,segoe ui,helvetica neue,helvetica,raleway,arial,sans-serif; font-size:15.4px&quot;&gt;Concretely, I have an XY-Pad sending&amp;nbsp;MIDI CC over two different channel/CC combinations. When playing, I want to change these combinations. Changing the channels was easy and works fine. But I cannot figure out how to change the CC itself.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:rgb(246, 246, 246); color:rgb(0, 0, 0); font-family:open sans,segoe ui,helvetica neue,helvetica,raleway,arial,sans-serif; font-size:15.4px&quot;&gt;An example would also be a good help.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:rgb(246, 246, 246); color:rgb(0, 0, 0); font-family:open sans,segoe ui,helvetica neue,helvetica,raleway,arial,sans-serif; font-size:15.4px&quot;&gt;Newbie hoping for help.&lt;/span&gt;&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10176/how-do-i-change-the-cc-of-one-control-by-turning-another</guid>
<pubDate>Tue, 22 Oct 2024 13:44:15 +0000</pubDate>
</item>
<item>
<title>Example - mixer presets</title>
<link>https://mididesigner.com/qa/10169/example-mixer-presets</link>
<description>&lt;p&gt;From FB, user asks:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;Hello users!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;I have a question:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;I have 2 faders and 1 button&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;How can i make if i press the button then setting the first fader value 75 and second fader to 90&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;This is case for the MD Preset Group (not the global presets)&lt;/p&gt;&lt;p&gt;- Make your sliders as desired.&lt;/p&gt;&lt;p&gt;- Make a picker, type preset, chose the number of presets desired (default is 12)&lt;/p&gt;&lt;p&gt;- Assign the sliders as subcontrols of the picker&lt;/p&gt;&lt;p&gt;- Make and assign the store and recall preset buttons.&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Recall will default to momentary, but I change it to toggle. Normally you want it on, but if you want to store current settings to a different preset, turn it off temporarily while you change to the desired storage location&lt;/p&gt;&lt;p&gt;So now you have a presets control that stores and recalls the desired slider values.&lt;/p&gt;&lt;p&gt;But, you wanted to access via buttons. So make a matching number of momentary buttons to do your recall. The MIDI values of the buttons will be (presuming default 12 presets)&lt;/p&gt;&lt;p&gt;- Preset 0 = 0&lt;/p&gt;&lt;p&gt;- Preset 1 = 1 x (127/11) = 11.5, round to 12&lt;/p&gt;&lt;p&gt;- Preset 2 = 2 x (127/11)&lt;/p&gt;&lt;p&gt;- Preset 11 = 11 x (127/11) = 127&lt;/p&gt;&lt;p&gt;These buttons are supercontrols of the preset picker control, options as supercontrol - force not stepper. These should be &quot;send on only.&quot;&lt;/p&gt;&lt;p&gt;You can hide the picker control, so you just have the sliders, store &amp;amp; recall buttons, and the 0-11 (or 1-12) buttons visible.&lt;/p&gt;&lt;p&gt;(Note - the example uses 8 presets vice 12)&lt;/p&gt;&lt;p&gt;(Note 2 - you can skip the math - when you select Named Ticks, and the desired number of preset locations, the named ticks will show the MIDI values associated with each entry)&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10169/example-mixer-presets</guid>
<pubDate>Wed, 16 Oct 2024 15:17:54 +0000</pubDate>
</item>
<item>
<title>MDP Won’t Obey iPhone&#039;s Autorotate Lock</title>
<link>https://mididesigner.com/qa/10161/mdp-wont-obey-iphones-autorotate-lock</link>
<description>Basically, I use MDP on an iphone xr in landscape mode. I’d like to prevent it from autorotating upon opening the app, but it doesn’t stay locked in landscape when I turn on the “rotate lock” button in the iphone settings. In fact, when I press the button, it rotates to portrait mode. Is this an addressable issue or am I doing it wrong or what? It used to work perfectly when I was using MDP on an iphone 7. As it stands now, I have to unvelcro the phone from my rig everytime I open the app, and turn it so it’ll rotate itself properly. Thanks!</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/10161/mdp-wont-obey-iphones-autorotate-lock</guid>
<pubDate>Mon, 14 Oct 2024 00:01:43 +0000</pubDate>
</item>
<item>
<title>What about me? I paid for MIDI Designer Pro 2</title>
<link>https://mididesigner.com/qa/9856/what-about-me-i-paid-for-midi-designer-pro-2</link>
<description>&lt;p&gt;&lt;strong&gt;2024-02-20&lt;/strong&gt;&lt;br&gt;We have heard your feedback and have updated our subscription policy to honor commitments to prior purchases.&lt;br&gt;&lt;br&gt;See the top of the answer below for details for users of MIDI Designer Pro 2.&lt;br&gt;&lt;br&gt;While we&#039;re busy updating, no subscriptions will be charged for prior users since you originally had a free year&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9856/what-about-me-i-paid-for-midi-designer-pro-2</guid>
<pubDate>Sat, 03 Feb 2024 14:54:40 +0000</pubDate>
</item>
<item>
<title>MIDI Designer hangs on start! What to do?</title>
<link>https://mididesigner.com/qa/9834/midi-designer-hangs-on-start-what-to-do</link>
<description>Very infrequently, a user will send in a support email saying the App hangs on start. What to do? Here are our trips for getting unstuck.</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9834/midi-designer-hangs-on-start-what-to-do</guid>
<pubDate>Sun, 28 Jan 2024 00:45:54 +0000</pubDate>
</item>
<item>
<title>iPhone Scroll-Up on Log Brings Entire Screen Down (MDPx)</title>
<link>https://mididesigner.com/qa/9818/iphone-scroll-up-on-log-brings-entire-screen-down-mdpx</link>
<description>&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://mididesigner.com/qa/?qa=blob&amp;amp;qa_blobid=16686195250808049979&quot; style=&quot;height:1082px; width:500px&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;This makes the log on MIDI Designer Pro X really hard to use. Must be an iPhone feature I don&#039;t know about ;)&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9818/iphone-scroll-up-on-log-brings-entire-screen-down-mdpx</guid>
<pubDate>Thu, 18 Jan 2024 00:17:37 +0000</pubDate>
</item>
<item>
<title>Roland S-1 Compact Layout, what is possible</title>
<link>https://mididesigner.com/qa/9640/roland-s-1-compact-layout-what-is-possible</link>
<description>Hi hope you have joy with S-1 and J-6 this is the Layout v1.5&lt;br /&gt;
&lt;br /&gt;
Next Version should all preset select buttons should work.&lt;br /&gt;
&lt;br /&gt;
Or you have a design idea. You are Welcome.&lt;br /&gt;
&lt;br /&gt;
This version some of the presets should work, ( first lines.)&lt;br /&gt;
&lt;br /&gt;
i must read manual about midi options to add. (Arp, or so on)</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9640/roland-s-1-compact-layout-what-is-possible</guid>
<pubDate>Sat, 03 Jun 2023 10:43:27 +0000</pubDate>
</item>
<item>
<title>Uploading Presets from TC Helicon VoiceLive 3 into MD</title>
<link>https://mididesigner.com/qa/9631/uploading-presets-from-tc-helicon-voicelive-3-into-md</link>
<description>I just bought MidiDesigner Pro 2 for the iPad. I am using it with the TC Helicon Voicelive 3, using the layout for it by Ed Saxmen. Though it seems to work, I can’t find a way of uploading Presets from the VoiceLive 3 into MD. Currently the presets in the &amp;quot;Favorites&amp;quot; screen are named by the original programmer and I&amp;#039;d like them to reflect the namesDo you you know how to do this? I am using an iPad 9th generation with the latest iOS. Thanks!</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9631/uploading-presets-from-tc-helicon-voicelive-3-into-md</guid>
<pubDate>Mon, 15 May 2023 21:56:13 +0000</pubDate>
</item>
<item>
<title>Two-Up Page Layout, Dual Page Layout: Why?</title>
<link>https://mididesigner.com/qa/9503/two-up-page-layout-dual-page-layout-why</link>
<description>&lt;p&gt;A user asks&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;what&#039;s the story with the dual-page layout as standard? I don&#039;t really understand what that would be&lt;br&gt;for. What was your intention there?&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9503/two-up-page-layout-dual-page-layout-why</guid>
<pubDate>Thu, 30 Mar 2023 12:25:06 +0000</pubDate>
</item>
<item>
<title>How To Delete Images From Image Manager</title>
<link>https://mididesigner.com/qa/9501/how-to-delete-images-from-image-manager</link>
<description>&lt;p&gt;I&#039;m not sure how the MDP2 image manager works&lt;/p&gt;&lt;p&gt;I have no problem &lt;em&gt;adding&lt;/em&gt;&amp;nbsp;images into the MDP2 Image Manager&lt;/p&gt;&lt;p&gt;But I can&#039;t &lt;em&gt;delete&lt;/em&gt; any images from the Image Manager...&lt;/p&gt;&lt;p&gt;Maybe there is an &quot;Apply&quot; button missing? I have a &quot;Delete&quot; button on each image&lt;/p&gt;&lt;p&gt;they seem to disappear as I delete them one-by-one; but if I reboot MDP2 the images respawn&lt;/p&gt;&lt;p&gt;This is on ipad mini 5th gen running 16.2 (20C65)&lt;/p&gt;&lt;p&gt;MDP2 Version 2.3200 | Build 221127&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Further, the images seem to be applied to every layout I have created after adding the images to MDP2 Image Manager. This means all my layouts after adding images are 20-25MB and bloating as I create more. Do I have to delete the images from my ipad?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;p&gt;_todd&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9501/how-to-delete-images-from-image-manager</guid>
<pubDate>Thu, 30 Mar 2023 10:44:38 +0000</pubDate>
</item>
<item>
<title>How do I search and find a specific qa index?</title>
<link>https://mididesigner.com/qa/9472/how-do-i-search-and-find-a-specific-qa-index</link>
<description>At times, such as in TestFlight &amp;quot;What to Test&amp;quot;, a QA is referenced as an internet link (midiDR.com/qa/8908). The reference in TestFlight is not selectable to link to the specific Question. When in the Q&amp;amp;A website, is there a way to search and find a specific question by its qa index without entering the link in a browser? For example, is there a Search by Index box?&lt;br /&gt;
&lt;br /&gt;
Also it would be useful at times to see the associated index number in the Q&amp;amp;A website when viewing questions.</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9472/how-do-i-search-and-find-a-specific-qa-index</guid>
<pubDate>Sat, 25 Mar 2023 00:58:42 +0000</pubDate>
</item>
<item>
<title>Transparent images for Image Panel (Apple issue, not MDP2)</title>
<link>https://mididesigner.com/qa/9354/transparent-images-for-image-panel-apple-issue-not-mdp2</link>
<description>I did a search on this, and it appears that the problem is occurring because the only place from which we can pull images into the image manager is the photo gallery.&lt;br /&gt;
&lt;br /&gt;
I screen-shotted images from the desktop app that I&amp;#039;m hoping to control, modified the images to change the white opaque background to transparent, then saved the file as a .PNG. I then saved the file to my iCloud drive, then opened it from the iPad, and saved it to my photos. The posts here suggest that Apple is removing the transparent background somewhere in this process, and that may be why I&amp;#039;m having trouble, but I&amp;#039;m unclear exactly how to work around this.&lt;br /&gt;
&lt;br /&gt;
I think that there may be another way to get the images into my photos, but not sure what method to use, and which one will keep the transparent background.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9354/transparent-images-for-image-panel-apple-issue-not-mdp2</guid>
<pubDate>Wed, 11 Jan 2023 02:18:02 +0000</pubDate>
</item>
<item>
<title>Griffin MIDI 1</title>
<link>https://mididesigner.com/qa/9336/griffin-midi-1</link>
<description></description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9336/griffin-midi-1</guid>
<pubDate>Sun, 11 Dec 2022 13:38:38 +0000</pubDate>
</item>
<item>
<title>Button (momentary) which send 6 cc‘s on push and one cc on release</title>
<link>https://mididesigner.com/qa/9329/button-momentary-which-send-6-cc-on-push-and-one-cc-on-release</link>
<description>Is it possible to define a button (momentary) which sends 6 CC messages on press and one CC Message on release? I want to send FX presets to my Roland SP 404 mk2. I got it working with my Hotone Ampero Control (footpedal) bit woulf like to use the iPad as controller..&lt;br /&gt;
&lt;br /&gt;
Thank you for your support, Tobias</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9329/button-momentary-which-send-6-cc-on-push-and-one-cc-on-release</guid>
<pubDate>Sun, 27 Nov 2022 21:20:16 +0000</pubDate>
</item>
<item>
<title>Roland FC-300 sysex mode not received in MD and other question</title>
<link>https://mididesigner.com/qa/9300/roland-fc-300-sysex-mode-not-received-in-md-and-other-question</link>
<description>This is my first layout and Im a newbie asking for advice.&lt;br /&gt;
&lt;br /&gt;
Im using a Roland GI-20 and Roland FC-300 and Yamaha Motif xs Rack.&lt;br /&gt;
&lt;br /&gt;
First part of my layout (GI-20 to FC-300) works as expected. When changing midi channel on the GI the Ctrl1 receives the message and triggers the Ch 1 sysex that sets the channel on the FC (in addition to light on/of).&lt;br /&gt;
&lt;br /&gt;
Issue: when I click on the ctrl buttons in MD it sends both on/of and the button colour remains the same. When I use the external GI only the on is sent and the color remains dark bluen (preset 1 is after cykling through the 8 channels)&lt;br /&gt;
&lt;br /&gt;
Desired behavour is external and click on MD button is the same and the last selected channel only should be dark blue. Can you point me in the direction of accomplishing this?&lt;br /&gt;
&lt;br /&gt;
My second issue is on the FC-300 to Motif section.&lt;br /&gt;
&lt;br /&gt;
I have copied the input sysex from a pc setup using MidiOX ans Bomes midi tranlator.&lt;br /&gt;
&lt;br /&gt;
Pressing the buttons in MD works as intended. The Motif is reacting as expected.&lt;br /&gt;
&lt;br /&gt;
Issue:&lt;br /&gt;
&lt;br /&gt;
The FC-300 is in sysex mode and sends the messages in the attachment (Pedal 1 to 5 then down - up - ctl1-ctl2) Sending both «on» pressing pedal and «of» releasing pedal.&lt;br /&gt;
&lt;br /&gt;
Using learn button the pedal 1-5 pressed nothing is captured in MD. Pressing down-up-ctl1-ctl2 then the sysex is captured by the learn.&lt;br /&gt;
&lt;br /&gt;
1) Why is not pressing pedal 1-5 captured by MD?&lt;br /&gt;
&lt;br /&gt;
2) When storing the received sysex from down-up-ctl1-ctl2 in the Pdl 1-4 nothing happens when i press the pedals. &lt;br /&gt;
&lt;br /&gt;
The Pdl 1-4 buttons are expected to be triggered by the incomming sysex from the fc-300 but nothing happends. What am I missing here?&lt;br /&gt;
&lt;br /&gt;
I know you do not have the hardware hence I attached the sysex output from the fc-300 pedals.&lt;br /&gt;
&lt;br /&gt;
Your input is most obliged.&lt;br /&gt;
&lt;br /&gt;
Thank you</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9300/roland-fc-300-sysex-mode-not-received-in-md-and-other-question</guid>
<pubDate>Thu, 27 Oct 2022 14:39:25 +0000</pubDate>
</item>
<item>
<title>Where are my files using MDP2 on Mac?</title>
<link>https://mididesigner.com/qa/9234/where-are-my-files-using-mdp2-on-mac</link>
<description>I don&amp;#039;t know where my files are being saved on Mac. Help?</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9234/where-are-my-files-using-mdp2-on-mac</guid>
<pubDate>Sun, 24 Jul 2022 16:50:14 +0000</pubDate>
</item>
<item>
<title>New to MD, connection issues</title>
<link>https://mididesigner.com/qa/9226/new-to-md-connection-issues</link>
<description>&lt;p&gt;&lt;span style=&quot;color:rgb(88, 86, 214); font-family:uictfonttextstyletallbody; font-size:19px&quot;&gt;I’m a keyboard player. &amp;nbsp; &amp;nbsp;I’m using a Yamaha MX88 and a YC73 for live performance. &amp;nbsp; I’m trying to use MD on my iPad to control presets linked to song name (I.e., creating a button named for &amp;nbsp;a song title that changes patches on each instrument). &amp;nbsp; No success so far.&amp;nbsp; Log shows a message about ‘not sending to self bluetooth’). &amp;nbsp; &amp;nbsp;Both keys are connected with MD-BT01 devices (using the Yamaha BT01 app to connect them). &amp;nbsp;They are&amp;nbsp;named separately and set to different midi channels. &amp;nbsp; The config screen shows both instruments and&amp;nbsp;they are labeled as thru. &amp;nbsp; I’m sure I’ve missed something basic. &amp;nbsp;Any help is appreciated. &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9226/new-to-md-connection-issues</guid>
<pubDate>Sat, 16 Jul 2022 23:39:23 +0000</pubDate>
</item>
<item>
<title>MKS-80 not recvieving data from Mididesigner</title>
<link>https://mididesigner.com/qa/9225/mks-80-not-recvieving-data-from-mididesigner</link>
<description>Hi all&lt;br /&gt;
&lt;br /&gt;
IPAD connected to MKS-80 via Roland UM-ONE USB-Midi.&lt;br /&gt;
&lt;br /&gt;
MKs-80 receives data from other apps like &amp;quot;midisequencer&amp;quot; but not from Mididesigner.&lt;br /&gt;
&lt;br /&gt;
In Config UM-ONE is selected...&lt;br /&gt;
&lt;br /&gt;
When I move faders on Mididesigner the UM-ONE flashes...but MKS-80 is not responding.&lt;br /&gt;
&lt;br /&gt;
What could be wrong here?</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9225/mks-80-not-recvieving-data-from-mididesigner</guid>
<pubDate>Sat, 16 Jul 2022 13:02:35 +0000</pubDate>
</item>
<item>
<title>Simple midi guitar pedal controlling</title>
<link>https://mididesigner.com/qa/9178/simple-midi-guitar-pedal-controlling</link>
<description>&lt;p&gt;&lt;span style=&quot;color:rgb(34, 34, 34); font-family:arial,helvetica,sans-serif; font-size:small&quot;&gt;I am simply looking for a way to control my MIDI enabled guitar pedals (Boss, Strymon, etc.) using my iphone and/or ipad. Would like to simply press a button on the iPad and have these pedals goto specified presets. I have a WidiJack setup on my pedalboard. So I am just looking for a simple way of seting&amp;nbsp;this up.&amp;nbsp; OnSong or ForScore is not what I am looking for...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Is there a Lite version available? Or do I need the Pro version, will I need to buy &quot;extra&quot; advanced feature packs ?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9178/simple-midi-guitar-pedal-controlling</guid>
<pubDate>Wed, 27 Apr 2022 01:51:04 +0000</pubDate>
</item>
<item>
<title>Moving a Layout from iPad to iPhone</title>
<link>https://mididesigner.com/qa/9098/moving-a-layout-from-ipad-to-iphone</link>
<description>I know this is a mix of lack of knowledge about IOS and MD, however I need to know how to open a preset/layout I saved on iCloud or Dropbox.&lt;br /&gt;
&lt;br /&gt;
thank you</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9098/moving-a-layout-from-ipad-to-iphone</guid>
<pubDate>Fri, 11 Feb 2022 22:40:56 +0000</pubDate>
</item>
<item>
<title>Can you change the MIDI channel of this layout?</title>
<link>https://mididesigner.com/qa/9093/can-you-change-the-midi-channel-of-this-layout</link>
<description></description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9093/can-you-change-the-midi-channel-of-this-layout</guid>
<pubDate>Fri, 28 Jan 2022 21:08:16 +0000</pubDate>
</item>
<item>
<title>1button press for favourite settings</title>
<link>https://mididesigner.com/qa/9090/1button-press-for-favourite-settings</link>
<description>Bit of a newbie but…&lt;br /&gt;
&lt;br /&gt;
I’m controlling 3 devices on address 2 4 &amp;amp;6&lt;br /&gt;
&lt;br /&gt;
Control is basically PC msgs for each device&lt;br /&gt;
&lt;br /&gt;
Would like to have say 5 buttons to auto configure all 3 devices to a favourite PC combinations&lt;br /&gt;
&lt;br /&gt;
what’s the best way.&lt;br /&gt;
&lt;br /&gt;
Thx&lt;br /&gt;
&lt;br /&gt;
Dave</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/9090/1button-press-for-favourite-settings</guid>
<pubDate>Tue, 25 Jan 2022 19:09:00 +0000</pubDate>
</item>
<item>
<title>Can MDP receive and respond to computer keyboard keystrokes?</title>
<link>https://mididesigner.com/qa/8995/can-mdp-receive-and-respond-to-computer-keyboard-keystrokes</link>
<description>Several programmable switch devices output computer keyboard keystrokes, such as Ctrl-Q or Ctrl-R. This includes X-keys and Elgato Stream Deck. Is there a way to use a button to detect keystrokes rather than midi? If not, can Stream Byter detect and convert keystrokes to midi?</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8995/can-mdp-receive-and-respond-to-computer-keyboard-keystrokes</guid>
<pubDate>Thu, 04 Nov 2021 21:05:28 +0000</pubDate>
</item>
<item>
<title>Better Approach to &#039;more&#039; issue in iPadOS than MDP 2.267</title>
<link>https://mididesigner.com/qa/8983/better-approach-to-more-issue-in-ipados-than-mdp-2-267</link>
<description>The latest version of MDP (2.267] provides 2 methods to access the &amp;#039;more&amp;#039; menu with the latest version of iPadOS. It solves the issue in PLAY mode, but not DESIGN.&lt;br /&gt;
&lt;br /&gt;
There is a better approach! The touch range to activate Apple&amp;#039;s 3 dots is narrow enough at the top such that if &amp;#039;more&amp;#039; is selected by touching just below the letters &amp;#039;more&amp;#039; (in the black area) it will drop down. It may take a little practice, but it works in both Play and Design mode.&lt;br /&gt;
&lt;br /&gt;
Try it, you might like it</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8983/better-approach-to-more-issue-in-ipados-than-mdp-2-267</guid>
<pubDate>Wed, 20 Oct 2021 16:31:12 +0000</pubDate>
</item>
<item>
<title>where do i find current still-relevant tutorials that cover the basics? (8/31/21)</title>
<link>https://mididesigner.com/qa/8870/where-find-current-still-relevant-tutorials-that-cover-basics</link>
<description>&lt;p&gt;EMAIL EXCHANGE WITH SUPPORT PASTED BELOW:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On Tue, Aug 31, 2021 at 7:04 PM skotterz wrote:&lt;br&gt;’m looking for a template with just faders and a bunch of sends above the faders . . . banks of them. i’ll try to design one but do you have a link to a current manual or tutorial going over the basics? i see a lot of tutorials but can’t really tell amongst them which is most current and relevant.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On Tue, Aug 31, 2021 at 1:21 PM J. K. Hiser wrote:&lt;br&gt;We have not updated a complete video in a while, just done ones highlighting the added features.&amp;nbsp; The original tutorial is still fundamentally correct even thought the app is much more capable than it was.&lt;/p&gt;&lt;p&gt;There is an app dedicated for Ableton control from iOS, LIVKONTROL, maybe why we don&#039;t get many custom layouts posted.&amp;nbsp; I have not tried it, but I also rarely use Ableton.&lt;/p&gt;&lt;p&gt;- JK @ support&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On Aug 31, 2021, at 10:20 PM, Dan Rosenstark wrote:&lt;/p&gt;&lt;p&gt;I&#039;ll add a few things here, some of which are redundant.&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. All of the MIDI Designer walkthrough videos are always valid. We&#039;ve just added more features. The 1.6 walkthrough is good: youtu.be/rwMjOTjzTS8&lt;br&gt;2. That said, unless you want a mapping MIDI controller (like ours) for Ableton -- for performance, for instance -- then something like LivKontrol will be much more suited to your needs.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyway, if you&#039;re going to use MIDI Designer, you need to get connected. Did you manage that yet? Check mididesigner.com/connect. MIDI over Wi-Fi is nice if you have a Mac. Speaking of which, what computer?&lt;/p&gt;&lt;p&gt;Thanks!&lt;br&gt;Dan&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On Thu, Sep 2, 2021 at 7:01 PM skotterz wrote:&lt;br&gt;sorry for delayed reply - work’s been nuts. thanks very very much for your help.&amp;nbsp;&lt;/p&gt;&lt;p&gt;i’m on a 2019 MBP running catalina 10.15.7 and a new iPad Pro and have indeed connected to midi over wifi after creating a session in audio/midi setup, thanks.&amp;nbsp;&lt;/p&gt;&lt;p&gt;(by the way, imaginando’s LIVKONTROL no longer exists but apparently was replaced by “LK” - i do have that app, but again i’m not trying to control specifically ableton stuff, just faders and pots coincidentally on ableton . . . but lots of them, like the layout for Unify LiveSolo but with more banks or pages.)&amp;nbsp;&lt;/p&gt;&lt;p&gt;could you point me to the portion of manual or tutorial where creating templates is explained? i see in some videos you start adding buttons to an empty template. to get a blank canvas do i just delete everything on the default template? or i guess i could redo the LiveSolo template but how can i add pages to it?&amp;nbsp;&lt;/p&gt;&lt;p&gt;also, you maybe know if this is possible . . . i use a couple of iPad instruments in my set; it’s audio out thru iConnectMIDI2+ as part of an aggregate device with my soundcard (KMI Kmix) which is superior to coming out of the headphone jack. Is it possible to use MidiDesigner as a controller but sometimes switch to iPad instruments? and back?&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On Thu, Sep 2, 2021 at 8:00 PM J. K. Hiser wrote:&lt;br&gt;For a new template, go to MORE / CONFIG / ACTIONS / NEW, and make selections there.&amp;nbsp; I always start with a blank template.&lt;/p&gt;&lt;p&gt;If you are connecting the iPad via the iConnect, then you have to use separate USB MIDI and an audio cable - the iConnect does not do audio over its USB.&amp;nbsp; Or connect the iPad through your computer.&amp;nbsp; Been since earlier in the year since I was connected that way, but believe that you can get both audio and midi over the usb direct to a Mac.&amp;nbsp; For some reason, you have to enable the MIDI connection in the audio settings.&amp;nbsp; I liked the iConnect, but now have several devices that need both audio and midi over usb, so I now send everything direct to the computer to mix, so I have retired mine.&amp;nbsp; Need to get it up on Reverb sometime.&lt;/p&gt;&lt;p&gt;(Unless there has been some software update to the iConnect since I retired mine - have not checked.)&lt;/p&gt;&lt;p&gt;BTW, since you now have a Q&amp;amp;A account, it makes my life easier if you ask the questions there.&amp;nbsp; Then the answers become available to everyone, and you also get answers from the community, instead of waiting for me to remember and check the inbox.&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;p&gt;- JK @ support&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On Sep 2, 2021, at 5:31 PM, J. K. Hiser wrote:&lt;/p&gt;&lt;p&gt;I just looked at the Midi2+ manual, to see how bad my memory was.&amp;nbsp; Appears that with the iPad plugged in to one of the device ports, you should be able to get both audio and midi through the connection to the computer on the other port.&amp;nbsp; But you will need to ask them if you need help getting that configuration to work.&lt;/p&gt;&lt;p&gt;- JK @ support&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On Thu, Sep 2, 2021 at 8:52 PM skotterz wrote:&lt;br&gt;yeah, i’ve only ever used my iPad so far to get audio from iPad instruments into my DAW using the iconnect in an aggregate device with my soundcard - it’s the only way i know of to get the 2 outs. funny i was hoping to find a way to retire mine, too, thinking because apple replaced the lightning connection with usb C somehow i surely could bypass the iConnect . . . but &lt;em&gt;no&lt;/em&gt;. at least not that i&#039;ve discovered. my reading of Studiomux info is that it is supposed to provide audio from iPad instruments to DAW but i’ve yet to figure that out.&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks for the info about making a blank template. should i just copy and paste this entire email thread into the Q&amp;amp;A?&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On Sat, Sep 4, 2021 at 1:32 AM J. K. Hiser wrote:&lt;br&gt;re: should i just copy and paste this entire email thread into the Q&amp;amp;A?&lt;/p&gt;&lt;p&gt;Thanks, but I wouldn&#039;t worry about it.&amp;nbsp; Take some work to clean out all the e-mail addresses - we don&#039;t like those where bots can scape them up for spam, etc.&amp;nbsp; But if there is any special insight from getting everything to work together, we would appreciate a post on what you learned to get it working.&lt;/p&gt;&lt;p&gt;- JK @ support&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8870/where-find-current-still-relevant-tutorials-that-cover-basics</guid>
<pubDate>Tue, 07 Sep 2021 19:02:28 +0000</pubDate>
</item>
<item>
<title>How can I have a setlist on the left screen control page changes on right?</title>
<link>https://mididesigner.com/qa/8682/how-can-have-setlist-left-screen-control-page-changes-right</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
My goal is to have my set list on the left with each song button triggering a page change on the right. However, when I activate the song button on the left (super controlling a page jump button), it changes both pages to the control. Is there a workaround where the setlist doesn’t change while the right does? &lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Sam</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8682/how-can-have-setlist-left-screen-control-page-changes-right</guid>
<pubDate>Sat, 05 Jun 2021 15:36:34 +0000</pubDate>
</item>
<item>
<title>How to default this control to zero?</title>
<link>https://mididesigner.com/qa/8611/how-to-default-this-control-to-zero</link>
<description>I have a knob that is controlling a range of display values -99 to +99, with a centre 0 (i.e. 199 Ticks).&lt;br /&gt;
&lt;br /&gt;
The actual MIDI values are ranged from 0-127, as per normal.&lt;br /&gt;
&lt;br /&gt;
The Default value sets itself to &amp;#039;64 ( 51% - &amp;nbsp;1)&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
No matter what I try to do I cannot set the default to 50% 0.&lt;br /&gt;
&lt;br /&gt;
Any ideas?</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8611/how-to-default-this-control-to-zero</guid>
<pubDate>Thu, 22 Apr 2021 20:36:58 +0000</pubDate>
</item>
<item>
<title>What kind of momentary buttons do I make to make prev and next controls found in GuitarRig 5?</title>
<link>https://mididesigner.com/qa/8560/what-kind-momentary-buttons-make-controls-found-guitarrig</link>
<description>&lt;p&gt;I have been avoiding asking this for a long time thinking it is something I should easily be able to figure out but I am stumped. Does anyone know what is going on in Guitar Rig or what MIDI message is sent to click these buttons.&amp;nbsp; I know if the active instrument, you can use the keyboard and then make buttons that trigger keystrokes but is there not another way.&amp;nbsp; Like what if I had the old&amp;nbsp;rig controller physical pedal still.&amp;nbsp; It broke or became unsupported. It had foot switches dedicated to previous preset and next. If I had MIDI monitor running, what would it say is being sent when those were hit?&amp;nbsp;&amp;nbsp;&lt;img alt=&quot;&quot; src=&quot;https://mididesigner.com/qa/?qa=blob&amp;amp;qa_blobid=4719074146619350843&quot; style=&quot;height:436px; width:702px&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://mididesigner.com/qa/?qa=blob&amp;amp;qa_blobid=7752015767438822276&quot; style=&quot;height:576px; width:1022px&quot;&gt;&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8560/what-kind-momentary-buttons-make-controls-found-guitarrig</guid>
<pubDate>Sat, 13 Mar 2021 05:40:20 +0000</pubDate>
</item>
<item>
<title>Why are layouts not being saved?</title>
<link>https://mididesigner.com/qa/8396/why-are-layouts-not-being-saved</link>
<description>Over the last 2 days, I have created and edited 2 different layouts, committing often. Today, when I load the layouts, they are the same as they were 2 days ago. This happened with one layout yesterday, so I made all of the edits again, committing often. I opened it up today and it is the same un-edited version from before the edits from 2 days ago.&lt;br /&gt;
&lt;br /&gt;
How can I avoid losing hours of work re-creating layouts going forward?</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8396/why-are-layouts-not-being-saved</guid>
<pubDate>Mon, 28 Sep 2020 13:40:23 +0000</pubDate>
</item>
<item>
<title>Can XY Pad send one sysex time signature message to include a variable value from each axis?</title>
<link>https://mididesigner.com/qa/8390/send-sysex-time-signature-message-include-variable-value-from</link>
<description>I am working on a midi sysex time signature XY Pad control. Y is number of beats per measure (2 - 96), X is unit (4, 8, 16, 32, 64). The sysex message for time signature is F0 7F 7F 03 V1 V2 02 18 08 F7, where V1 is Y (beats per measure) and V2 is X (unit).&lt;br /&gt;
&lt;br /&gt;
When I go to Design X and Design Y, I have the option to create 2 midi sysex messages, but I don&amp;#039;t know how to combine both values into one sysex message.&lt;br /&gt;
&lt;br /&gt;
Is is possible to replace V1 and V2 with the values of X and Y, then send the full sysex message? Thanks!</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8390/send-sysex-time-signature-message-include-variable-value-from</guid>
<pubDate>Fri, 25 Sep 2020 21:48:59 +0000</pubDate>
</item>
<item>
<title>Is there a way to activate/deactivate a button when a page is selected/deselected?</title>
<link>https://mididesigner.com/qa/8382/there-activate-deactivate-button-when-selected-deselected</link>
<description>I have a test page with a toggle button that can be turned on. When another page is selected, I need the button to automatically turn off if it has not been turned off manually. Is this possible? Can the button automatically turn on when the page is selected (not sure I need this)?</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8382/there-activate-deactivate-button-when-selected-deselected</guid>
<pubDate>Sun, 20 Sep 2020 13:43:24 +0000</pubDate>
</item>
<item>
<title>Mdp2 as bridge between old midi controller and new DAW</title>
<link>https://mididesigner.com/qa/8366/mdp2-as-bridge-between-old-midi-controller-and-new-daw</link>
<description>Hi all,&lt;br /&gt;
&lt;br /&gt;
I am gonna check an idea I have. Last 6 months I have been busy with writing music, I’m gonna get a bit more serious in the recording process.&lt;br /&gt;
&lt;br /&gt;
I bought Logic Pro X and I have an old Tascam FW 1082 DAW controller.&lt;br /&gt;
&lt;br /&gt;
Of course this good old midi controller is not supported on macOS anymore. (they found a workaround on win10 though)&lt;br /&gt;
&lt;br /&gt;
I wonder if MDP2 can function as a bridge between this controller connected to an old system and the new system. That would be cool: connect the Tascam to an older Mac, send and receive bidirectional midi controller data between the systems. I then again can use the hardware sliders etc.&lt;br /&gt;
&lt;br /&gt;
questions:&lt;br /&gt;
&lt;br /&gt;
- is this just a silly or bad idea?&lt;br /&gt;
&lt;br /&gt;
- anyone tried this?&lt;br /&gt;
&lt;br /&gt;
- Do you have an even better idea?&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Gurbz</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8366/mdp2-as-bridge-between-old-midi-controller-and-new-daw</guid>
<pubDate>Tue, 08 Sep 2020 22:16:34 +0000</pubDate>
</item>
<item>
<title>Midi Designer - change presets and snapshots on Helix Effects</title>
<link>https://mididesigner.com/qa/8234/midi-designer-change-presets-and-snapshots-on-helix-effects</link>
<description>I am new on this forum and with MD and I have a problem with my Helix Effects an MD.&lt;br /&gt;
&lt;br /&gt;
I want to change the presets and snapshots on my Helix Effects with MD.&lt;br /&gt;
For the presets I made a page with 2 knobs and a couple &amp;nbsp;buttons.&lt;br /&gt;
One knob is the Supercontrol, the other and the buttons are the subcontrols.&lt;br /&gt;
For changing the presets in a Helix you have to sent a programchange.&lt;br /&gt;
It worked fine. When I tough one of the (radio) buttons the preset in Helix change.&lt;br /&gt;
&lt;br /&gt;
Changing of the snapshots is slightly different, you would sent a control change (69) with the value 000, 001, 002 or 003&lt;br /&gt;
I used the same methode, 2 knobs and 4 buttons. 1 knob is the supercontrol, the rest are subcontrols.&lt;br /&gt;
When I change the (subcontrol) knob the snapshot in Helix change. When I change the (supercontrol) knob the subcontrol knob and the Helix changes.&lt;br /&gt;
So far so good, but when I switch one of the buttons only the supercontrol knob changes. So it didn&amp;#039;t work.&lt;br /&gt;
&lt;br /&gt;
Can someone help me out?&lt;br /&gt;
&lt;br /&gt;
Thanks, Bas</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8234/midi-designer-change-presets-and-snapshots-on-helix-effects</guid>
<pubDate>Thu, 09 Jul 2020 13:33:56 +0000</pubDate>
</item>
<item>
<title>Setting MIDI channel in MIDIDESIGNER 2.</title>
<link>https://mididesigner.com/qa/8101/setting-midi-channel-in-mididesigner-2</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
I have my Alexander Colour Theory pedal set on MIDI channel 5. How do I get the following layout to work and send to MIDI Channel 5? I am using an iPad. I have the right connectors and such. Please, help! : )&lt;br /&gt;
&lt;br /&gt;
I tried to contact support. I downloaded MIDI Monitor and bought Easy MIDI for my MacBook Pro. Support did not or has not helped me figure out how to monitor my iPad with the computer though.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://mididesigner.com/qa/7060/layout-alexander-pedals-colour-theory?show=7060#q7060&quot; rel=&quot;nofollow&quot;&gt;https://mididesigner.com/qa/7060/layout-alexander-pedals-colour-theory?show=7060#q7060&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
By pushing &amp;#039;more&amp;#039;, and &amp;#039;Log&amp;#039;, while connecting the iPad to the Alexander Color Theory and the message in says: cmd=176 / ch=05/data1=100/data2=000 / Length=3: B4 64 00&lt;br /&gt;
&lt;br /&gt;
and &amp;quot;cmd=176 / ch16 data1=060/data2=006/ length=3: BF 3C 06&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Honestly, I don&amp;#039;t know what to make of this info. However, I know my pedal is set to channel 5. I don&amp;#039;t know but suspect the MIDI Designer app is sending on channel 16. I just don&amp;#039;t know how to set it to channel 5.&lt;br /&gt;
&lt;br /&gt;
I did look at Midi Designer&amp;#039;s manual and the pedal manual. Please, help me.</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8101/setting-midi-channel-in-mididesigner-2</guid>
<pubDate>Sat, 11 Apr 2020 22:04:10 +0000</pubDate>
</item>
<item>
<title>I have an (older) iPad with iOS 9/10/11/12: Can I buy MIDI Designer Pro 2?</title>
<link>https://mididesigner.com/qa/8099/i-have-an-older-ipad-with-ios-10-11-12-can-buy-midi-designer-pro</link>
<description>Since 2.140 (April 2020) MIDI Designer is only available for iOS 13.2 or better. I have an older device. How can I buy it? How can I download it?</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8099/i-have-an-older-ipad-with-ios-10-11-12-can-buy-midi-designer-pro</guid>
<pubDate>Sat, 11 Apr 2020 17:57:08 +0000</pubDate>
</item>
<item>
<title>How do I send a .mididesigner file with the Design Mode unlocked.</title>
<link>https://mididesigner.com/qa/8081/how-do-send-mididesigner-file-with-the-design-mode-unlocked</link>
<description>When I send a .mididesigner file to another iPad or user, the Design Mode is locked. When I Browse and download a layout from the Community it is not locked. How do I get my layout unlocked when sent to another user so he can modify the layout?</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/8081/how-do-send-mididesigner-file-with-the-design-mode-unlocked</guid>
<pubDate>Mon, 16 Mar 2020 15:40:34 +0000</pubDate>
</item>
<item>
<title>je recherche un layer pour midi designer pour commander une console numérique yamaha promix 01</title>
<link>https://mididesigner.com/qa/7993/recherche-designer-commander-console-num%C3%A9rique-yamaha-promix</link>
<description>je recherche un layer pour midi designer pour commander une console numérique yamaha promix 01</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/7993/recherche-designer-commander-console-num%C3%A9rique-yamaha-promix</guid>
<pubDate>Sun, 29 Dec 2019 16:19:53 +0000</pubDate>
</item>
<item>
<title>How to set up last two bytes variables sysex message formula M-audio black box?</title>
<link>https://mididesigner.com/qa/7989/how-last-bytes-variables-sysex-message-formula-audio-black</link>
<description>&lt;p&gt;Hi all,&amp;nbsp;&lt;/p&gt;&lt;p&gt;I’m analyzing a M-Audio Black Box and have most of the sysex adresses.&lt;/p&gt;&lt;p&gt;I just can’t figure out how to use the V (variable) at the end.&lt;/p&gt;&lt;p&gt;A sysex message looks like this:&lt;/p&gt;&lt;p&gt;F0 &lt;a rel=&quot;nofollow&quot; href=&quot;denied:tel:00 01 05 01 00 02 00&quot;&gt;00 01 05 01 00 02 00&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;denied:tel:01 02 00 02 00 00&quot;&gt;01 02 00 02 00 00&lt;/a&gt; F7&amp;nbsp;&lt;/p&gt;&lt;p&gt;The knob values range are 0-99 and it should increase like this:&lt;/p&gt;&lt;p&gt;F0 &lt;a rel=&quot;nofollow&quot; href=&quot;denied:tel:00 01 05 01 00 02 00&quot;&gt;00 01 05 01 00 02 00&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;denied:tel:01 02 00 02&quot;&gt;01 02 00 02&lt;/a&gt; &lt;span style=&quot;background-color:#FFFF00&quot;&gt;00 00&lt;/span&gt; F7&amp;nbsp;&lt;/p&gt;&lt;p&gt;F0 &lt;a rel=&quot;nofollow&quot; href=&quot;denied:tel:00 01 05 01 00 02 00&quot;&gt;00 01 05 01 00 02 00&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;denied:tel:01 02 00 02&quot;&gt;01 02 00 02&lt;/a&gt; &lt;span style=&quot;background-color:#FFFF00&quot;&gt;00&amp;nbsp;00&lt;/span&gt; F7 (dec &amp;nbsp;0)——&amp;gt;&amp;nbsp;F0 &lt;a rel=&quot;nofollow&quot; href=&quot;denied:tel:00 01 05 01 00 02 00&quot;&gt;00 01 05 01 00 02 00&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;denied:tel:01 02 00 02&quot;&gt;01 02 00 02&lt;/a&gt; &lt;span style=&quot;background-color:#FFFF00&quot;&gt;03 06&lt;/span&gt;&amp;nbsp;F7 (dec 99)&lt;/p&gt;&lt;p&gt;Haven’t seen that before: the last of the last two bytes byte increases by one when the first of the last two&amp;nbsp;byte reaches XF —&amp;gt; X0&lt;/p&gt;&lt;p&gt;How do set this up?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Gurbz&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/7989/how-last-bytes-variables-sysex-message-formula-audio-black</guid>
<pubDate>Sun, 29 Dec 2019 14:01:36 +0000</pubDate>
</item>
<item>
<title>Je ne parviens pas à télécharger le « reface séries système editor » sur mon ipad</title>
<link>https://mididesigner.com/qa/7892/parviens-t%C3%A9l%C3%A9charger-%C2%A0reface-s%C3%A9ries-syst%C3%A8me-editor%C2%A0-ipad</link>
<description>Merci pour votre réponse.&lt;br /&gt;
&lt;br /&gt;
Je voudrais pouvoir transposer mon reface yc. Avec le câble midi ça ne fonctionne pas.&lt;br /&gt;
&lt;br /&gt;
J’ai essayé de télécharger le system editor mais je télécharge un ensemble vide.&lt;br /&gt;
&lt;br /&gt;
Dans votre réponse que veut dire « browse « &lt;br /&gt;
&lt;br /&gt;
Merci de m’aider</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/7892/parviens-t%C3%A9l%C3%A9charger-%C2%A0reface-s%C3%A9ries-syst%C3%A8me-editor%C2%A0-ipad</guid>
<pubDate>Sun, 27 Oct 2019 07:35:34 +0000</pubDate>
</item>
<item>
<title>I can’t download reface séries système éditor in my  iPad for my  reface yc</title>
<link>https://mididesigner.com/qa/7890/cant-download-reface-s%C3%A9ries-syst%C3%A8me-%C3%A9ditor-ipad-for-reface</link>
<description>I am interested to control m’y reface yc specially for transpose.&lt;br /&gt;
&lt;br /&gt;
Please &amp;nbsp;help me</description>
<category>Basic</category>
<guid isPermaLink="true">https://mididesigner.com/qa/7890/cant-download-reface-s%C3%A9ries-syst%C3%A8me-%C3%A9ditor-ipad-for-reface</guid>
<pubDate>Sat, 26 Oct 2019 15:00:10 +0000</pubDate>
</item>
</channel>
</rss>