Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone committed Jun 21, 2024
1 parent 2428d52 commit 8da648a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Presets/Boomerang-1.preset
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<setting54 channel="0" version="3" number="54" midiEnabled="0" automationEnabled="1" curve="Linear" min="0" max="100" type="CC"/>
<setting55 channel="0" version="3" number="55" midiEnabled="0" automationEnabled="1" curve="Linear" min="0" max="100" type="CC"/>
</MIDIInputSettings>
<inputParams count="56" p0="1" p1="0" p2="1" p3="0" p4="0" p5="0" p6="0" p7="0" p8="50" p9="100" p10="0" p11="0" p12="0" p13="0" p14="0" p15="0" p16="0" p17="0" p18="0" p19="0" p20="0" p21="0" p22="0" p23="0" p24="0" p25="0" p26="0" p27="0" p28="0" p29="0" p30="0" p31="0" p32="0" p33="0" p34="0" p35="0" p36="0" p37="0" p38="0" p39="0" p40="0" p41="0" p42="0" p43="0" p44="0" p45="0" p46="0" p47="0" p48="0" p49="0" p50="0" p51="0" p52="0" p53="0" p54="0" p55="0"/>
<inputParams count="56" p0="0" p1="0" p2="1" p3="0" p4="0" p5="0" p6="0" p7="0" p8="50" p9="0" p10="0" p11="0" p12="0" p13="0" p14="0" p15="0" p16="0" p17="0" p18="0" p19="0" p20="0" p21="0" p22="0" p23="0" p24="0" p25="0" p26="0" p27="0" p28="0" p29="0" p30="0" p31="0" p32="0" p33="0" p34="0" p35="0" p36="0" p37="0" p38="0" p39="0" p40="0" p41="0" p42="0" p43="0" p44="0" p45="0" p46="0" p47="0" p48="0" p49="0" p50="0" p51="0" p52="0" p53="0" p54="0" p55="0"/>
<inputStrings count="17" s0="%USER_SCRIPTS_PATH%/boomerang-1.cxx" s1="" s2="" s3="" s4="" s5="" s6="" s7="" s8="" s9="" s10="" s11="" s12="" s13="" s14="" s15="" s16=""/>
<outputParams/>
<model/>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ As mentioned earlier, the plugin has MIDI capability. I have included the config

I have tried to decouple the MIDI configuration from the plugin as much as possible, but the behavior is a little tricky in a few places due to the cool functionality of the Boomerang.

Take a look at [page1.txt](midi/page1.txt) to see how it works. It's fairly self-explanatory, but i'll go over it here.
Take a look at [page1.txt](midi/page1.txt) to see how it works. It's fairly self-explanatory, and i try to comment the code as much as i can, but i'll go over it here.

## MIDI Captain Configuration

Expand Down

0 comments on commit 8da648a

Please sign in to comment.