Skip to content

Commit

Permalink
integrate Cakewalk instruction additions to Destroy FX MIDI website d…
Browse files Browse the repository at this point in the history
…ocs into future plugin update docs file (fix-up of issue #9)
  • Loading branch information
sophiapoirier committed Sep 22, 2020
1 parent e6709e0 commit 47beeb5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 12 deletions.
30 changes: 20 additions & 10 deletions docs/destroy-fx-midi.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http:https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http:https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<!doctype html>
<head>
<title>Destroy FX MIDI</title>
<link rel="Stylesheet" type="text/css" href="dfx-docs.css" />
Expand Down Expand Up @@ -82,7 +76,7 @@ <h1 class="title">What can you do with Destroy FX + MIDI?</h1>
</p>

<p class="desc">
I don't know about all of the sequencers out there, but Logic resets CC 1 (mod wheel), CC 64 (sustain pedal), and CC 123 (all notes off) to 0 when stopping and starting the sequencer, so be careful with those. Also, Logic uses CC 7 for volume and CC 10 for pan. It intercepts CC 7 and 10 messages and does not pass them along to plugins.
We don't know about all of the sequencers out there, but Logic resets CC 1 (mod wheel), CC 64 (sustain pedal), and CC 123 (all notes off) to 0 when stopping and starting the sequencer, so be careful with those. Also, Logic uses CC 7 for volume and CC 10 for pan. It intercepts CC 7 and 10 messages and does not pass them along to plugins.
</p>

<p class="desc">
Expand Down Expand Up @@ -153,9 +147,25 @@ <h1 class="title">What can you do with Destroy FX + MIDI?</h1>
</p>

<p class="desc">
In <a href="http:https://www.steinberg.de/">Cubase</a> and <a href="http:https://www.steinberg.de/">Nuendo</a>, the way to make a Destroy FX plugin work with MIDI is to first insert it as an effect. In Cubase and Nuendo, you must also &quot;activate&quot; it before doing anything else. Now it will be included as a MIDI device/destination in the app's MIDI output devices list. In the output device menu for the MIDI tracks, you will now see the plugin's name listed as an available option. Select the plugin as the output device for one of your MIDI tracks and now that MIDI track's output will be fed into the plugin and allow you to send MIDI to the effect. You can either do that with a prearranged MIDI track or live with a MIDI device when that particular MIDI track is selected.
In <a href="https://www.bandlab.com/products/cakewalk">Cakewalk</a>, <a href="http:https://www.steinberg.de/">Cubase</a>, and <a href="http:https://www.steinberg.de/">Nuendo</a>, the way to make a Destroy FX plugin work with MIDI is to first insert it as an effect. In Cubase and Nuendo, you must also &quot;activate&quot; it before doing anything else. Now it will be included as a MIDI device/destination in the app's MIDI output devices list. In the output device menu for the MIDI tracks, you will now see the plugin's name listed as an available option. Select the plugin as the output device for one of your MIDI tracks and now that MIDI track's output will be fed into the plugin and allow you to send MIDI to the effect. You can either do that with a prearranged MIDI track or live with a MIDI device when that particular MIDI track is selected.
</p>

<p class="desc" style="margin-top:2em">
Using <b>Cakewalk</b> as an example, here we have the <b>affected audio track</b> (1) and the <b>midi control track</b> (2). Add a plugin like Rez Synth to the audio track, like you'd add a normal audio effect:</p>
<img class="center" src="http:https://destroyfx.org/docs/cakewalk1.png">


<p class="desc" style="margin-top:2em">In this host, the setting to enable the plugin for MIDI input is hidden in the "VST2" menu:</p>
<img class="center" src="http:https://destroyfx.org/docs/cakewalk2.png">

<p class="desc" style="margin-top:2em">
Now the plugin instance (here, "Rez Synth 1") is available as an output for all MIDI tracks. Set this as the MIDI output for track 2, the <b>midi control track</b>:</p>
<img class="center" src="http:https://destroyfx.org/docs/cakewalk3.png">

<p class="desc">The sound output will be from the plugin instance on track 1, the audio track. Track 2 will not output sound directly.</p>

<br/>

<p class="desc">
In <a href="http:https://www.ableton.com/">Ableton Live</a>, insert the plugin as an effect. Then choose or create a MIDI track, and then open the &quot;Output&quot; menu on the MIDI track and select the audio track where the effect was inserted. Then, if there is more than one MIDI-enabled effect inserted on that first track, you can choose to which specific effect you want the MIDI to go from another pop-up menu below the &quot;Output&quot; selection, but otherwise that menu will be disabled.
</p>
Expand All @@ -177,7 +187,7 @@ <h1 class="title">What can you do with Destroy FX + MIDI?</h1>
</p>

<p class="desc">
I am told that <a href="http:https://www.audiomulch.com/">AudioMulch</a> and <a href="http:https://www.image-line.com/">FL Studio</a> know how to send MIDI to plugins as well, but we have never tried them and therefore can't tell you how to set up our plugins in those applications.
We are told that <a href="http:https://www.audiomulch.com/">AudioMulch</a> and <a href="http:https://www.image-line.com/">FL Studio</a> know how to send MIDI to plugins as well, but we have never tried them and therefore can't tell you how to set up our plugins in those applications.
</p>

<br />
Expand Down
10 changes: 8 additions & 2 deletions docs/dfx-docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ p.footer_fineprint { font-size: xx-small ; text-align: center }

a { text-decoration: none ; font-weight: bold }
a:link { color: #750927 }
a:hover { color: #B00939 }
a:hover { color: #b00939 }
a:visited { color: #753027 }
a:active { color: #DD4444 }
a:active { color: #d44 }

table.mainbox
{
Expand All @@ -44,3 +44,9 @@ table.mainbox
border-style: solid ;
border-spacing: 0.7em ;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
Empty file modified site/docs/cakewalk1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified site/docs/cakewalk2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified site/docs/cakewalk3.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47beeb5

Please sign in to comment.