assignments:a1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
assignments:a1 [2018/09/21 16:15] – bil | assignments:a1 [2018/10/03 16:59] (current) – bil | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Assignment 1 ====== | ====== Assignment 1 ====== | ||
- | To be posted. | + | {{: |
- | ==== Providing MIDI input to your plugin ==== | + | The links you will need to complete Assignment 1 are below: |
- | You should use the Audio Plugin Host to test your MIDI plugin while developing your assignment solution (see instructions above on setting up the Audio Plugin Host). | + | [[https:// |
- | In order to provide MIDI input on Windows do the following: | + | [[https:// |
- | Download and install: | + | [[https:// |
- | - http:// | + | [[https://docs.juce.com/master/tutorial_new_projucer_project.html|Getting started with the Projucer]] |
- | - https://www.tobias-erichsen.de/software/loopmidi.html | + | |
- | On loopMIDI: | + | [[https:// |
- | | + | [[https:// |
- | On vmpk: | + | [[https:// |
- | - Edit -> MIDI Connections | + | [[https:// |
- | - Uncheck “Enable | + | |
- | - Under Output midi connection select “loopMidi port” | + | {{: |
+ | |||
+ | ==== Providing | ||
+ | |||
+ | You should use the Audio Plugin Host to test your MIDI plugin while developing your assignment solution (see instructions above on setting up the Audio Plugin Host). | ||
+ | The Audio Plugin Host comes with a keyboard that can be used to provide input events (your computer keyboard can be used to provide simultaneous events for arpeggiation). | ||
- | On AudioPluginHost: | + | If you'd like to provide input externally **on Windows** follow these [[instructions]]. |
- | - Options -> Change Audio Device settings | + | ==== Debugging your plugin ==== |
- | - Check “loopMidi Port” in Active midi inputs | + | |
+ | Configure your debugger to run the Audio Plugin Host. In Visual Studio, it’s under Project Properties > Debugging > Command. Make sure Attach is set to “No”. | ||
+ | When you start debugging in Visual Studio, it will open an instance of the plugin host. Use it to load your plugin. Now debugging works for your plugin just as it does normally, i.e. you can set breakpoints etc. |
assignments/a1.1537546512.txt.gz · Last modified: 2018/09/21 16:15 by bil