<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MIDI Designer Q&amp;A - Recent questions and answers in Suggestions (Implemented)</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=qa&amp;qa_1=suggestions-implemented</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Can we have StreamByter sub-routines implemented?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=9931&amp;qa_1=can-we-have-streambyter-sub-routines-implemented&amp;show=9994#a9994</link>
<description>Implemented in 10.2.0</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=9931&amp;qa_1=can-we-have-streambyter-sub-routines-implemented&amp;show=9994#a9994</guid>
<pubDate>Mon, 11 Mar 2024 23:44:36 +0000</pubDate>
</item>
<item>
<title>Answered: Stream Byter Subroutines don't work</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=8793&amp;qa_1=stream-byter-subroutines-dont-work&amp;show=9993#a9993</link>
<description>Implemented in 10.2.0</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=8793&amp;qa_1=stream-byter-subroutines-dont-work&amp;show=9993#a9993</guid>
<pubDate>Mon, 11 Mar 2024 23:42:30 +0000</pubDate>
</item>
<item>
<title>Answered: Add support for Roland five byte device codes in check sums</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=9964&amp;qa_1=add-support-for-roland-five-byte-device-codes-in-check-sums&amp;show=9987#a9987</link>
<description>&lt;p&gt;We have our first board that needs this fix - Roland SPDX-Pro.&lt;/p&gt;&lt;p&gt;Here is a StreamByter output rule that fixes the checksum for this device. &amp;nbsp;I don't have a five byte device to test against, but this returned correct checksums for my test matrix.&lt;/p&gt;&lt;p&gt;In the MD control SysEx format, select one of the current Roland checksum formats to ensure the message has a checksum. &amp;nbsp;Doesn't matter which as&amp;nbsp;this does a complete checksum recalc. &amp;nbsp;We just need the CS position to exist in the message.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#FF0000&quot;&gt;&lt;strong&gt;Update&lt;/strong&gt;&lt;/span&gt; - original incorrectly had 12 in ID position five - correct value for SPDX Pro is &lt;span style=&quot;color:#FF0000&quot;&gt;&lt;strong&gt;16&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Paste from line below to bottom&amp;nbsp;in StreamByter output rules&lt;/p&gt;&lt;pre&gt;# Temporary fix for Roland five byte device ID checksums
# Red Heron Music
# March 8, 2024

# SPDX Pro sample two byte data message
# &lt;span style=&quot;text-decoration: underline;&quot;&gt;F0 41 10 &lt;/span&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;00&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#0000ff&quot;&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;span style=&quot;color:#0000CD&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;00 00 00 &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#FF0000&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;16&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#0000ff&quot;&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;12 &lt;span style=&quot;text-decoration: underline;&quot;&gt;20 00 00 41&lt;/span&gt; &lt;span style=&quot;text-decoration: underline;&quot;&gt;V1 V0&lt;/span&gt; Cs F7
#  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F 10 (ML = 11)

# Checksum calculation starts at position M0A, goes to ML - 3, checksum in position ML - 2

# i0 - CheckSum
# i1 - Loop variable 
# i2 - Last position

If Load
    Alias i0 ChkSum
    Alias i1 Loop
    Alias i2 Last
End

If M0 == F0 41 10 00 # Roland Device
    If M4 == 00 00 00 &lt;span style=&quot;color:#FF0000&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;16&lt;/span&gt;&lt;/span&gt; # SPDX Pro, replace 16 for other Roland five byte devices

&lt;/pre&gt;&lt;pre&gt;        Ass ChkSum = 0
        Ass Loop = 9
        Mat Last = ML - 2 # Checksum position

        While Loop &amp;lt; Last # we get ML - 3 by using &amp;lt; in test
            Mat ChkSum = ChkSum + Mi1 # Loop - alias not allowed on indirect
            Mat Loop = Loop + 1
        End

        Mat ChkSum = ChkSum % 80
        Mat ChkSum = 80 - ChkSum
        Mat ChkSum = ChkSum % 80

        Ass Mi2 = ChkSum # Last - Alias not allowed on indirect
    End
End

&lt;/pre&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=9964&amp;qa_1=add-support-for-roland-five-byte-device-codes-in-check-sums&amp;show=9987#a9987</guid>
<pubDate>Sat, 09 Mar 2024 00:16:19 +0000</pubDate>
</item>
<item>
<title>Mailing a layout no longer 'subject lined' automatically</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=9852&amp;qa_1=mailing-a-layout-no-longer-subject-lined-automatically</link>
<description>I used to use the email feature to send copies of my layouts to myself and have them redirect to a safe folder, based on the content that MD automatically created in the subject line.&lt;br /&gt;
&lt;br /&gt;
I know there's the 'Share' option now, but it doesn't do the subject line content for me. Deliberate, or an oversight?&lt;br /&gt;
&lt;br /&gt;
PLEASE can I have the auto subject line back?!</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=9852&amp;qa_1=mailing-a-layout-no-longer-subject-lined-automatically</guid>
<pubDate>Fri, 02 Feb 2024 13:24:04 +0000</pubDate>
</item>
<item>
<title>Answered: Can you send MIDI from a StreamByter output rule back to MDP?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=7841&amp;qa_1=can-you-send-midi-from-a-streambyter-output-rule-back-to-mdp&amp;show=9801#a9801</link>
<description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://mididesigner.com/wiki/doku.php/manual:17_mdp2_new#midi_message_sysex_feedback&quot;&gt;https://mididesigner.com/wiki/doku.php/manual:17_mdp2_new#midi_message_sysex_feedback&lt;/a&gt;&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=7841&amp;qa_1=can-you-send-midi-from-a-streambyter-output-rule-back-to-mdp&amp;show=9801#a9801</guid>
<pubDate>Mon, 08 Jan 2024 05:04:20 +0000</pubDate>
</item>
<item>
<title>Answered: Any chance of implementing a &quot;Double tap to default setting&quot; feature?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=9627&amp;qa_1=any-chance-implementing-double-tap-default-setting-feature&amp;show=9628#a9628</link>
<description>Already exists as a triple tap.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=9627&amp;qa_1=any-chance-implementing-double-tap-default-setting-feature&amp;show=9628#a9628</guid>
<pubDate>Fri, 12 May 2023 14:59:03 +0000</pubDate>
</item>
<item>
<title>Answered: Add new MDP feature to deactivate response from subcontrol</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=8783&amp;qa_1=add-new-mdp-feature-to-deactivate-response-from-subcontrol&amp;show=9465#a9465</link>
<description>Here is the image and layout for my most recent comment.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=8783&amp;qa_1=add-new-mdp-feature-to-deactivate-response-from-subcontrol&amp;show=9465#a9465</guid>
<pubDate>Fri, 24 Mar 2023 04:27:28 +0000</pubDate>
</item>
<item>
<title>Widen Log Window</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=9251&amp;qa_1=widen-log-window</link>
<description>A recent change added the event time to the Log. The event line now requires 2 lines per event. This reduces the number of events displayed by ½. Widen the window to display one event per line. Screenshot attached.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=9251&amp;qa_1=widen-log-window</guid>
<pubDate>Mon, 08 Aug 2022 02:34:14 +0000</pubDate>
</item>
<item>
<title>In iPadOS, hide swipe up bar at the bottom of the MDP screen</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=9135&amp;qa_1=in-ipados-hide-swipe-up-bar-at-the-bottom-of-the-mdp-screen</link>
<description>I have at least one iPad app that hides the swipe up bar after opening. To activate it takes 2 swipes. I would like to see this implemented in MDP.&lt;br /&gt;
&lt;br /&gt;
Background: I am currently developing a layout for an organist to use with the Hauptwerk VPO while playing with a live orchestra. Some buttons are near the swipe up bar. The iPad will not be hand held, but mounted on his console or keyboard. It would be too easy as he quickly moves from playing a keyboard to the iPad to accidentally graze the swipe up bar and be unable to make the required change! This would create a very bad situation.&lt;br /&gt;
&lt;br /&gt;
By the way, this same app, Scrabble GO, does not display the 3 split screen dots at the top. I haven't used MDP in a split screen mode and I spend a significant amount of time in Design Mode. The work around, while it works, often requires extra steps. Particularly with my 11&amp;quot; iPad.&lt;br /&gt;
&lt;br /&gt;
Don</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=9135&amp;qa_1=in-ipados-hide-swipe-up-bar-at-the-bottom-of-the-mdp-screen</guid>
<pubDate>Sat, 26 Mar 2022 16:45:19 +0000</pubDate>
</item>
<item>
<title>Answered: Fixed-width font for StreamByter editor</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=8969&amp;qa_1=fixed-width-font-for-streambyter-editor&amp;show=8981#a8981</link>
<description>&lt;p&gt;I believe SB code uses fixed width font when viewing in MDP. i don't recommend changing it.&lt;/p&gt;&lt;p&gt;I use BBEdit to write and view code on my mac. It has a&amp;nbsp;free version ideal for SB coding and easy to use. It is a real code editor, but for SB I just use it to type and align&amp;nbsp;code, then I use SB to find and correct errors.&lt;/p&gt;&lt;p&gt;It is extremely convenient and provides easy multi-line indenting to match SB code when inserted in MDP.&amp;nbsp;Easy to print with line numbers and markup. Easy to copy and paste into&amp;nbsp;MDP SB Rules and vice-versa.&amp;nbsp;Notes and Word doesn't provide multi-line code formatting. Using tabs one line at a time is not natural for coding.&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.barebones.com/products/bbedit/&quot;&gt;https://www.barebones.com/products/bbedit/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Sample code straight from BBEdit:&lt;/p&gt;&lt;p&gt;IF M0 == F0 7D 01 00 # Received Master General LCD message&amp;nbsp;&lt;br&gt;&amp;nbsp; &amp;nbsp;MAT J0 = 0&lt;br&gt;&amp;nbsp; &amp;nbsp;MAT J1 = 0&lt;br&gt;&amp;nbsp; &amp;nbsp;MAT J2 = 0&lt;br&gt;&amp;nbsp; &amp;nbsp;IF MA == 30-39 # Stepper LCD valid value&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MAT J0 = MB - 30 # J0 is units value&amp;nbsp;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MAT J1 = J0 * A &amp;nbsp;# J1 is tens value&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;IF MB ==30-39 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# stepper value &amp;gt; 9&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MAT J2 = MB - 30&amp;nbsp;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MAT J2 = J1 + J2 # tens + units&amp;nbsp;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ELSE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# stepper value &amp;lt; 10&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MAT J2 = J0&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;END&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SND B8 09 J5 #CC 9 09 J5 = Mast Gen digit value (1 to 99)&lt;br&gt;&amp;nbsp; &amp;nbsp;END&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=8969&amp;qa_1=fixed-width-font-for-streambyter-editor&amp;show=8981#a8981</guid>
<pubDate>Wed, 20 Oct 2021 18:58:14 +0000</pubDate>
</item>
<item>
<title>Transparent Panels (Alpha=0.0)</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=8959&amp;qa_1=transparent-panels-alpha-0-0</link>
<description>&lt;p&gt;I want to be able use panels to group controls without a visible panel background—but the&amp;nbsp;Alpha slider only goes down to 0.3.&lt;/p&gt;&lt;p&gt;Some simple(-sounding) ideas:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A new panel&amp;nbsp;option, like “Hide Background in Play Mode”, or:&lt;/li&gt;&lt;li&gt;A new “0.0”&amp;nbsp;value on the Alpha slider, between “0.3” and “---”&amp;nbsp;&lt;ul&gt;&lt;li&gt;only available when&amp;nbsp;the panel contains controls&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=8959&amp;qa_1=transparent-panels-alpha-0-0</guid>
<pubDate>Wed, 06 Oct 2021 16:53:07 +0000</pubDate>
</item>
<item>
<title>Shorter &quot;Snap to Default value&quot; times, for Pitch Bend</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=8908&amp;qa_1=shorter-snap-to-default-value-times-for-pitch-bend</link>
<description>&lt;p&gt;The shortest delay on the &quot;Snap to Default value&quot; slider is 10ms, but that's too slow for a traditional (spring-loaded) Pitch Bend controller.&lt;/p&gt;&lt;p&gt;Previous requests have suggested adding options for 3ms and 6ms&lt;sup&gt;[&lt;a rel=&quot;nofollow&quot; href=&quot;https://mididesigner.com/qa/3061/simple-pitch-bend-fader?show=3061#q3061&quot;&gt;0&lt;/a&gt;][&lt;a rel=&quot;nofollow&quot; href=&quot;https://mididesigner.com/qa/4454/lower-times-for-snap-to-value-for-pitch-bend-applications&quot;&gt;1&lt;/a&gt;]&lt;/sup&gt;, and at one point this seemed likely to go into 1.7&lt;sup&gt;[&lt;a rel=&quot;nofollow&quot; href=&quot;https://mididesigner.com/qa/3061/simple-pitch-bend-fader?show=3074#c3074&quot;&gt;2&lt;/a&gt;]&lt;/sup&gt;.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Those options seem reasonable to me.&amp;nbsp; Alternatively, it would be fantastic if you could fine-tune values below 10ms by slow-scrubbing the slider.&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=8908&amp;qa_1=shorter-snap-to-default-value-times-for-pitch-bend</guid>
<pubDate>Sun, 26 Sep 2021 00:53:24 +0000</pubDate>
</item>
<item>
<title>Show Hide Panels with Buttons in MIDI Designer Pro 2.150</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=8537&amp;qa_1=show-hide-panels-with-buttons-in-midi-designer-pro-2-150</link>
<description>&lt;p&gt;Released in MIDI Designer 2.150&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://youtu.be/xZVk70KVjps&quot;&gt;https://youtu.be/xZVk70KVjps&lt;/a&gt;&lt;/p&gt;&lt;p&gt;See &lt;a rel=&quot;nofollow&quot; href=&quot;https://mididesigner.com/news/changelog#two-one-five-oh&quot;&gt;Change Log&lt;/a&gt; for more.&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=8537&amp;qa_1=show-hide-panels-with-buttons-in-midi-designer-pro-2-150</guid>
<pubDate>Thu, 14 Jan 2021 02:01:40 +0000</pubDate>
</item>
<item>
<title>Answered: Label Value Source &amp; LED Labels: New in MDP2 2.180</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=8525&amp;qa_1=label-value-source-%26-led-labels-new-in-mdp2-2-180&amp;show=8534#a8534</link>
<description>&lt;p&gt;&lt;span style=&quot;color:rgb(5, 5, 5); font-family:system-ui,-apple-system,blinkmacsystemfont,.sfnstext-regular,sans-serif; font-size:15px&quot;&gt;Another demo of 2.175 - combining show/hide and dynamic labels to change color of the label text.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(5, 5, 5); font-family:system-ui,-apple-system,blinkmacsystemfont,.sfnstext-regular,sans-serif; font-size:15px&quot;&gt;Pseudo level display, where orange is too low, white is ok, yellow caution, red overload.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://youtu.be/JNacUY3PxpE&quot; rel=&quot;nofollow&quot;&gt;https://youtu.be/JNacUY3PxpE&lt;/a&gt;&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=8525&amp;qa_1=label-value-source-%26-led-labels-new-in-mdp2-2-180&amp;show=8534#a8534</guid>
<pubDate>Tue, 12 Jan 2021 15:02:04 +0000</pubDate>
</item>
<item>
<title>Answered: Midi Designer over Bluetooth?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=735&amp;qa_1=midi-designer-over-bluetooth&amp;show=7650#a7650</link>
<description>&lt;p&gt;MIDI Designer has had support for Bluetooth for quite some time. See&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://mididesigner.com/qa/4635/bluetooth-device-requirements-requirements-midi-designer&quot;&gt;https://mididesigner.com/qa/4635/bluetooth-device-requirements-requirements-midi-designer&lt;/a&gt;&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=735&amp;qa_1=midi-designer-over-bluetooth&amp;show=7650#a7650</guid>
<pubDate>Wed, 17 Jul 2019 23:20:06 +0000</pubDate>
</item>
<item>
<title>Answered: Integrated Bluetooth, When?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=4410&amp;qa_1=integrated-bluetooth-when&amp;show=5341#a5341</link>
<description>&lt;p&gt;This was rolled up in 1.7.3 in 2015. &lt;a rel=&quot;nofollow&quot; href=&quot;http://mididesigner.com/changelog#one-seven-three&quot;&gt;Check the Change Log!&lt;/a&gt;&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=4410&amp;qa_1=integrated-bluetooth-when&amp;show=5341#a5341</guid>
<pubDate>Fri, 04 Nov 2016 00:00:32 +0000</pubDate>
</item>
<item>
<title>Answered: Battery Status</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=4925&amp;qa_1=battery-status&amp;show=5114#a5114</link>
<description>This is implemented in 2.4 (as it was prior to iOS 7 or thereabouts). Thanks for your patience.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=4925&amp;qa_1=battery-status&amp;show=5114#a5114</guid>
<pubDate>Fri, 02 Sep 2016 18:12:35 +0000</pubDate>
</item>
<item>
<title>More delay time for batch send throttle</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=4716&amp;qa_1=more-delay-time-for-batch-send-throttle</link>
<description>I use mididesigner to send patch changes followed by a few control settings. Sometime my settings don't &amp;quot;take&amp;quot; because the synth is still working on executing the patch change when the message arrives. Not sure why it doen't que it and execute it when it's ready but it doesn't. Using the batch throttle gets it to the point where the 2nd one sent after the program change works but not the 1st one. &amp;nbsp;I think I would quadruple the max or something like that. &amp;nbsp;What by the way is the current maximum in milliseconds?</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=4716&amp;qa_1=more-delay-time-for-batch-send-throttle</guid>
<pubDate>Sun, 13 Mar 2016 22:43:11 +0000</pubDate>
</item>
<item>
<title>Answered: Supercontrol to change sliders to default value?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=3557&amp;qa_1=supercontrol-to-change-sliders-to-default-value&amp;show=3632#a3632</link>
<description>&lt;p&gt;
	Now you can do this directly. See &lt;a rel=&quot;nofollow&quot; href=&quot;/qa/3629/send-default-value&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=3557&amp;qa_1=supercontrol-to-change-sliders-to-default-value&amp;show=3632#a3632</guid>
<pubDate>Thu, 18 Dec 2014 17:09:05 +0000</pubDate>
</item>
<item>
<title>Answered: Is there a way of turning off the newsletter nag notice?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=2962&amp;qa_1=is-there-a-way-of-turning-off-the-newsletter-nag-notice&amp;show=2965#a2965</link>
<description>It's been removed as of 1.6.2, which is out for Pro, Lite and 12 as of July 7, 2014.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=2962&amp;qa_1=is-there-a-way-of-turning-off-the-newsletter-nag-notice&amp;show=2965#a2965</guid>
<pubDate>Sun, 06 Jul 2014 17:20:21 +0000</pubDate>
</item>
<item>
<title>Answered: Is there way to call a specific page or bank in MD ? (Not using sequential Page or Bank Up or Down)</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=2920&amp;qa_1=there-call-specific-page-bank-using-sequential-page-bank-down&amp;show=2926#a2926</link>
<description>Jump to a specific Page/Bank, and jump to last Page, are all implemented in MIDI Designer 1.6.2, out before July 1.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=2920&amp;qa_1=there-call-specific-page-bank-using-sequential-page-bank-down&amp;show=2926#a2926</guid>
<pubDate>Mon, 16 Jun 2014 18:13:55 +0000</pubDate>
</item>
<item>
<title>Answered: Coarse/Fine CCs (14-bit Control Changes)</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=277&amp;qa_1=coarse-fine-ccs-14-bit-control-changes&amp;show=2831#a2831</link>
<description>&lt;p&gt;
	This was released in January 2013. Use a low CC number (0-31) and the 14-bit toggle will appear.&lt;br&gt;
	&lt;br&gt;
	&lt;a href=&quot;http://mididesigner.com/news/changelog/#one-four-four&quot; rel=&quot;nofollow&quot;&gt;http://mididesigner.com/news/changelog/#one-four-four&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	Note: you use the lower of the two CCs. For instance, if you select CC 19, the companion CC, 51 (19+32) will be used for the LSB.&lt;/p&gt;
&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://mididesigner.com/automatic-images/14-bit-cc.png&quot; style=&quot;width: 347px; height: 471px;&quot;&gt;&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=277&amp;qa_1=coarse-fine-ccs-14-bit-control-changes&amp;show=2831#a2831</guid>
<pubDate>Tue, 06 May 2014 16:27:56 +0000</pubDate>
</item>
<item>
<title>Answered: Possible to have &quot;classic&quot; radio buttons? (one and only one always active)</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=1083&amp;qa_1=possible-have-classic-radio-buttons-only-one-always-active&amp;show=2815#a2815</link>
<description>&lt;p&gt;
	This was implemented months ago. &lt;a rel=&quot;nofollow&quot; href=&quot;/bounceback/&quot;&gt;Check out the videos about Bounce Back here&lt;/a&gt;.&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=1083&amp;qa_1=possible-have-classic-radio-buttons-only-one-always-active&amp;show=2815#a2815</guid>
<pubDate>Fri, 02 May 2014 05:47:20 +0000</pubDate>
</item>
<item>
<title>Answered: More than 1 line of text in a label?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=1726&amp;qa_1=more-than-1-line-of-text-in-a-label&amp;show=2657#a2657</link>
<description>&lt;p&gt;&lt;strong&gt;Now Since &lt;a rel=&quot;nofollow&quot; href=&quot;/news/changelog#one-six-two&quot;&gt;1.6.2 (July 2014)&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;This is possible for buttons, knobs and all other types of controls, too. &lt;a rel=&quot;nofollow&quot; href=&quot;/wiki/doku.php/manual:chapter-working-with-controls#other_label_properties&quot;&gt;See the manual entry here.&lt;/a&gt;&lt;/p&gt;&lt;hr&gt;&lt;p&gt;This has been implemented for labels but not for buttons. It's a separate control type, so you have to add your label that way.&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;/automatic-images/Multiline_Labels_in_MIDI_Designer.png&quot; style=&quot;height:480px; width:288px&quot;&gt;&lt;/p&gt;&lt;p&gt;Though it's tedious, you can put these on top of your buttons. All layering of controls in a layout persists over time. Remember, there's a &quot;send to back&quot; button in &quot;actions.&quot;&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=1726&amp;qa_1=more-than-1-line-of-text-in-a-label&amp;show=2657#a2657</guid>
<pubDate>Thu, 13 Mar 2014 19:44:44 +0000</pubDate>
</item>
<item>
<title>Answered: Hide sub controls?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=2272&amp;qa_1=hide-sub-controls&amp;show=2273#a2273</link>
<description>Sure is. &amp;nbsp;You can hide any Control. &amp;nbsp;Select 'Hide in Performance' from the Advanced Tab on the control you wish to hide. &amp;nbsp;Hope this helps.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=2272&amp;qa_1=hide-sub-controls&amp;show=2273#a2273</guid>
<pubDate>Mon, 06 Jan 2014 23:44:45 +0000</pubDate>
</item>
<item>
<title>Answered: Midi Thru in upcoming 1.6.0?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=2240&amp;qa_1=midi-thru-in-upcoming-1-6-0&amp;show=2253#a2253</link>
<description>Hi and thanks for your question. It's now been incorporated in MIDI Designer 1.6 (came out just today), but it's only possible for a keyboard that's plugged in to the MIDI Mobilizer II (unfortunately, but this is due to a technical limitation in CoreMIDI) or other hardware port. Please let us know if this is helpful for you in any case, or not.&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=2240&amp;qa_1=midi-thru-in-upcoming-1-6-0&amp;show=2253#a2253</guid>
<pubDate>Fri, 03 Jan 2014 00:47:45 +0000</pubDate>
</item>
<item>
<title>Losing connection when app running in background</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=2192&amp;qa_1=losing-connection-when-app-running-in-background</link>
<description>Midi designer is losing connection when I switch to my behringer x32 app . Doesn't happen right away and I can't find a reason for it to stop working. I have a few devices hooked up through same the same USB hub. Everything works fine if I just leave midi designer open. Any ideas why it would stop working after a few minutes?</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=2192&amp;qa_1=losing-connection-when-app-running-in-background</guid>
<pubDate>Mon, 09 Dec 2013 10:02:18 +0000</pubDate>
</item>
<item>
<title>[Design mode] Select Previous/Next control</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=1847&amp;qa_1=design-mode-select-previous-next-control</link>
<description>It would be pretty handy to be able to quickly select the previous or next control when in Design mode, especially when you have lots of small controls like little texts, and also to select f.e. a panel behind a text control. You could probably even re-use the bit of code that does the selection of the next closest control after deleting a control?&lt;br /&gt;
&lt;br /&gt;
Keep up the great work!&lt;br /&gt;
Rainer</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=1847&amp;qa_1=design-mode-select-previous-next-control</guid>
<pubDate>Sun, 18 Aug 2013 23:06:48 +0000</pubDate>
</item>
<item>
<title>Answered: &quot;Radio Button&quot; - &quot;Resend&quot; option? (exclusive button groups)</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=1109&amp;qa_1=radio-button-resend-option-exclusive-button-groups&amp;show=1707#a1707</link>
<description>&lt;p&gt;
	This has been implemented in MIDI Designer 1.5.3.&lt;/p&gt;
&lt;p&gt;
	See &lt;a rel=&quot;nofollow&quot; href=&quot;http://midiDR.com/bounceback&quot;&gt;the blog article on Bounce Back and the videos in English and Spanish&lt;/a&gt;.&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=1109&amp;qa_1=radio-button-resend-option-exclusive-button-groups&amp;show=1707#a1707</guid>
<pubDate>Thu, 27 Jun 2013 02:06:33 +0000</pubDate>
</item>
<item>
<title>Note Changer type</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=1575&amp;qa_1=note-changer-type</link>
<description>It would be great something like the channel changer for notes, velocity and cc.&lt;br /&gt;
With button groups, supercontrol and stepper buttons, I imagine a tap sequencer.&lt;br /&gt;
&lt;br /&gt;
Similar to circle behaviours in the beatsurfing app.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=1575&amp;qa_1=note-changer-type</guid>
<pubDate>Fri, 24 May 2013 17:11:37 +0000</pubDate>
</item>
<item>
<title>Answered: Can Midi Designer act as midi thru?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=1365&amp;qa_1=can-midi-designer-act-as-midi-thru&amp;show=1371#a1371</link>
<description>This is currently out in MIDI Designer 1.6 and above.&lt;br /&gt;
&lt;br /&gt;
Please follow @mididedigner on Twitter for announcements. Thanks for your suggestion.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=1365&amp;qa_1=can-midi-designer-act-as-midi-thru&amp;show=1371#a1371</guid>
<pubDate>Mon, 18 Mar 2013 01:22:45 +0000</pubDate>
</item>
<item>
<title>Answered: Smaller knobs for iPhone?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=975&amp;qa_1=smaller-knobs-for-iphone&amp;show=989#a989</link>
<description>I'd also appreciate this very much! Thanks and great app and so on! :)</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=975&amp;qa_1=smaller-knobs-for-iphone&amp;show=989#a989</guid>
<pubDate>Sun, 03 Feb 2013 16:52:08 +0000</pubDate>
</item>
<item>
<title>Answered: Problem using subcontrols rather than copies for sliders</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=886&amp;qa_1=problem-using-subcontrols-rather-than-copies-for-sliders&amp;show=899#a899</link>
<description>Yes, this is the intenteded behavior. A supercontrol that is limited from the full POSSIBLE range (0-127) will limit the subcontrol's actual range. So if a subcontrol has a range of 50 and you reduce the supercontrol's range to 32 (25% of 128), you'll get a range of only 25% of that 50. Where it gets weird is when you increase the MIDI minimum in the supercontrol. This allows you to get all kinds of variations using the same subcontrol, depending on the MIDI range of the supercontrol.&lt;br /&gt;
&lt;br /&gt;
There are a bunch of situations in which this is useful.&lt;br /&gt;
&lt;br /&gt;
If you think about this, it makes sense because the subcontrol sends, so only it gets the real MIDI range. The MIDI range is used in supercontrols to determine how they work as supercontrols.&lt;br /&gt;
&lt;br /&gt;
Hope that makes some sense.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=886&amp;qa_1=problem-using-subcontrols-rather-than-copies-for-sliders&amp;show=899#a899</guid>
<pubDate>Fri, 25 Jan 2013 09:30:28 +0000</pubDate>
</item>
<item>
<title>Answered: PedalBoards - option to disable 2finger tap drag?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=867&amp;qa_1=pedalboards-option-to-disable-2finger-tap-drag&amp;show=874#a874</link>
<description>Hi, I never thought about that. It IS annoying in performance mode. I might just disable it altogether, but I'll consider making it an option.&lt;br /&gt;
&lt;br /&gt;
Thanks for your insightful suggestion!</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=867&amp;qa_1=pedalboards-option-to-disable-2finger-tap-drag&amp;show=874#a874</guid>
<pubDate>Thu, 24 Jan 2013 01:01:43 +0000</pubDate>
</item>
<item>
<title>Answered: Channel changer able to send higher values then 16?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=785&amp;qa_1=channel-changer-able-to-send-higher-values-then-16&amp;show=791#a791</link>
<description>&lt;p&gt;
	Hi Sigglund and thanks for your question. Answers:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;
		I just confirmed and there's no normal way to do this yet. This applies to both 1.4.3 and 1.4.4 (out soon).&lt;/li&gt;
	&lt;li&gt;
		I'm going to change this to &quot;Suggestion.&quot; It's a great suggestion. There's no reason why the channel needs to be limited to 16 (well, 0-15) for sysex.&lt;/li&gt;
	&lt;li&gt;
		I won't actually implement any support for this feature except to allow values up to 127 on the channel changer super. Right now you can increase the max, but it won't affect the subcontrol correctly.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
	So, in summary, great suggestion-request and it will be implemented soon, probably in 1.4.5 (early Feb).&lt;/p&gt;
&lt;p&gt;
	Thanks and please keep the questions and suggestions coming.&lt;/p&gt;
&lt;p&gt;
	Best!&lt;br&gt;
	Dan&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=785&amp;qa_1=channel-changer-able-to-send-higher-values-then-16&amp;show=791#a791</guid>
<pubDate>Wed, 16 Jan 2013 14:42:31 +0000</pubDate>
</item>
<item>
<title>Can sliders be narrower?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=623&amp;qa_1=can-sliders-be-narrower</link>
<description>I'm using sliders and cross-faders as supercontrols on x-y pads to control either the x or y value at a time. It works great, but is there any possibility that the slider could be sized to a narrow strip in the same way a cross-fader can be sized? It's purely cosmetic, and I'm hesitant to ask because this app is just so close to perfect. Thanks.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=623&amp;qa_1=can-sliders-be-narrower</guid>
<pubDate>Wed, 12 Dec 2012 15:22:05 +0000</pubDate>
</item>
<item>
<title>Transpose Supercontrol</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=579&amp;qa_1=transpose-supercontrol</link>
<description>It would be great to get a knob or slider to transpose a group of subcontrols.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=579&amp;qa_1=transpose-supercontrol</guid>
<pubDate>Tue, 27 Nov 2012 09:39:12 +0000</pubDate>
</item>
<item>
<title>Answered: Individual colours for buttons or dials</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=264&amp;qa_1=individual-colours-for-buttons-or-dials&amp;show=352#a352</link>
<description>This will be happening in a future update. Please bear with and THANKS for the suggestion.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=264&amp;qa_1=individual-colours-for-buttons-or-dials&amp;show=352#a352</guid>
<pubDate>Mon, 24 Sep 2012 21:34:35 +0000</pubDate>
</item>
<item>
<title>Answered: Merge Layouts</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=286&amp;qa_1=merge-layouts&amp;show=287#a287</link>
<description>This is definitely a cool suggestion, thanks for that. Right now you can save individual pages (double tap the page in design mode to find that), which allows you to get some of this functionality. Note: while MIDI Designer doesn't provide much management of saved pages, you can access them via iTunes. They're the ones with .mididesignerpage as a file extension.</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=286&amp;qa_1=merge-layouts&amp;show=287#a287</guid>
<pubDate>Wed, 29 Aug 2012 19:02:29 +0000</pubDate>
</item>
<item>
<title>Answered: I want to have a big cross-fader in one big page mode</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=243&amp;qa_1=i-want-to-have-a-big-cross-fader-in-one-big-page-mode&amp;show=247#a247</link>
<description>&lt;p&gt;
	&lt;strong&gt;This was implemented in Early 2013&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;text-decoration: line-through;&quot;&gt;This is a great suggestion. Although I recomend that users make a decent effort to &quot;get used to&quot; MIDI Designer's two-up page layout, I'll provide a seamless one-big-page functionality in the next few months (written Aug 23, 2012)&lt;/span&gt;&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=243&amp;qa_1=i-want-to-have-a-big-cross-fader-in-one-big-page-mode&amp;show=247#a247</guid>
<pubDate>Thu, 23 Aug 2012 16:37:07 +0000</pubDate>
</item>
<item>
<title>Negative Values for Display Min and Max</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=241&amp;qa_1=negative-values-for-display-min-and-max</link>
<description>&lt;p&gt;
	I have a synth that uses a 'split control': anything below 63 will subtract from the effect, anything above 63 will add. It would be nice if I could set the 'Display Value' in such a way that the Min Value is -63, and the Max Value +63, so I can see straight away what the control actually does. The values sent are of course still 0 to 127.&lt;br&gt;
	&lt;br&gt;
	Rainer&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;FIXED IN 1.4.2 (NOV 2012)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=241&amp;qa_1=negative-values-for-display-min-and-max</guid>
<pubDate>Mon, 20 Aug 2012 19:20:42 +0000</pubDate>
</item>
<item>
<title>Answered: Asymetrical X-Y Control</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=235&amp;qa_1=asymetrical-x-y-control&amp;show=240#a240</link>
<description>&lt;p&gt;
	Thanks for this. I'll be getting around to it eventually, but it's got some implementation difficulties, most of which have to do with placing and sizing the numerical labels. Nothing impossible,, so it'll happen at some point... thanks for the great suggestion!&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;This was implemented in 1.4.2 (Nov 2012)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=235&amp;qa_1=asymetrical-x-y-control&amp;show=240#a240</guid>
<pubDate>Sat, 18 Aug 2012 04:47:10 +0000</pubDate>
</item>
<item>
<title>Answered: Disable iPad going Auto-Lock Without Adjusting Global Preferences</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=153&amp;qa_1=disable-ipad-going-lock-without-adjusting-global-preferences&amp;show=208#a208</link>
<description>&lt;p&gt;
	August 14, 2012: This is being fixed for 1.3.8 (being submitted tomorrow or Thursday, then 12 days to approval if all goes well).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;Note&lt;/strong&gt;: MIDI Designer will only keep auto-lock off if it is the foreground application.&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=153&amp;qa_1=disable-ipad-going-lock-without-adjusting-global-preferences&amp;show=208#a208</guid>
<pubDate>Wed, 15 Aug 2012 01:20:34 +0000</pubDate>
</item>
<item>
<title>Answered: Can messages be sent with a limit (or thottle), e.g. one event every 10ms?</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=193&amp;qa_1=can-messages-sent-with-limit-or-thottle-one-event-every-10ms&amp;show=195#a195</link>
<description>&lt;p&gt;
	&lt;strong&gt;Send on Release&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	Hi and thanks for your question. Right now, we have &quot;send on release&quot; which is an option that can be applied to any knob, slider, etc. It's under the advanced tab and it's a toggle per control.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://mididesigner.com/qa/?qa=blob&amp;amp;qa_blobid=13742010844117534243&quot; style=&quot;width: 250px; height: 271px;&quot;&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;Other Possibilities: Number of Ticks&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	By adjusting the number of &quot;ticks&quot; on a knob (on the properties tab) you can also limit how much data is sent out. Also consider that you can make a knob that has 128 ticks and is &quot;send-on-release-only&quot; with a supercontrol (also a knob) that has a limited number of ticks and is not send-on-release. This would give you two good options.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;Future: Throttling&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;text-decoration: line-through;&quot;&gt;In the future, I'm going to see about allowing a data throttle like you suggest (e.g., every 10ms). This also needs to happen at the global level, since presets cause the same problem with some hardware (the hardware either loses data or gets overloaded and resets).&lt;/span&gt; &amp;nbsp;See Config -&amp;gt; MIDI -&amp;gt; Throttle&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=193&amp;qa_1=can-messages-sent-with-limit-or-thottle-one-event-every-10ms&amp;show=195#a195</guid>
<pubDate>Wed, 08 Aug 2012 19:08:51 +0000</pubDate>
</item>
<item>
<title>Answered: Expand Sysex with 'MIDI channel' param</title>
<link>http://devtest.midiunleashed.com/qa/index.php?qa=144&amp;qa_1=expand-sysex-with-midi-channel-param&amp;show=145#a145</link>
<description>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#00FF00&quot;&gt;&lt;span style=&quot;background-color:#000000&quot;&gt;Update:&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/strong&gt;This was added to MIDI Designer for sysex in 1.4.4 and expanded to allow values up to 127 in MIDI Designer 1.5.0 (Released April 15, 2013)&lt;/p&gt;&lt;hr&gt;&lt;p&gt;This is a great suggestion. I was not aware that channel was ever used in sysex strings. Being able to parameterize it so that it renumbers with the Renumber Page feature is a great idea.&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;/channel-changer-feature-explained&quot;&gt;Channel Changers&lt;/a&gt; will not currently work for sysex, but that would be the idea.&lt;/p&gt;&lt;p&gt;So,&amp;nbsp;&lt;strong&gt;yes&lt;/strong&gt;, this will get added in a future version of MIDI Designer. This feature probably won't come in until late August 2012, though, since the iPhone version takes priority (or it'll never get done). Hope you can wait that long.&lt;/p&gt;&lt;p&gt;Thanks for your great suggestion, and please keep them coming.&lt;/p&gt;</description>
<category>Suggestions (Implemented)</category>
<guid isPermaLink="true">http://devtest.midiunleashed.com/qa/index.php?qa=144&amp;qa_1=expand-sysex-with-midi-channel-param&amp;show=145#a145</guid>
<pubDate>Fri, 27 Jul 2012 23:51:35 +0000</pubDate>
</item>
</channel>
</rss>