|
| 1 | + _____ _ __ _____ _ __ |
| 2 | + / ___//_/___ ___ ____ / /__ / ___//_/___/ /__ |
| 3 | + \__ \/ / __ `__ \/ __ \/ / _ \\__ \/ / __ / _ \ |
| 4 | + ___/ / / / / / / / /_/ / / __/__/ / / /_/ / __/ |
| 5 | + /____/_/_/ /_/ /_/ .___/_/\___/____/_/\__,_/\___/ |
| 6 | + /_/ |
| 7 | + |
| 8 | + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
| 9 | + * Copyright � 2017 Armando Montanez * |
| 10 | + * * |
| 11 | + * SimpleSide is free software: you can redistribute it and/or modify * |
| 12 | + * it under the terms of the GNU General Public License as published by * |
| 13 | + * the Free Software Foundation, either version 3 of the License, or * |
| 14 | + * (at your option) any later version. * |
| 15 | + * * |
| 16 | + * SimpleSide is distributed in the hope that it will be useful, * |
| 17 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of * |
| 18 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * |
| 19 | + * GNU General Public License for more details. * |
| 20 | + * * |
| 21 | + * You should have received a copy of the GNU General Public License * |
| 22 | + * along with SimpleSide. If not, see <http://www.gnu.org/licenses/>. * |
| 23 | + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
| 24 | + |
| 25 | + Description |
| 26 | + ------------------------- |
| 27 | + SimpleSide is an audio plugin that uses a curve to change volume |
| 28 | + over a temp-synced period. Think of it like a drawable volume LFO. |
| 29 | + |
| 30 | + Features |
| 31 | + ------------------------- |
| 32 | + - Adjustable rate that temp-syncs with host. |
| 33 | + - Adjustable ramp-up or ramp-down for each sub-curve. |
| 34 | + - Unlimited number of sub-curves. |
| 35 | + - Wet/dry mix knob to adjust the blend of the plugin with the original |
| 36 | + signal. |
| 37 | + - Sample-accurate automation of rate and blend. |
| 38 | + |
| 39 | + Usage |
| 40 | + ------------------------- |
| 41 | + - Right click/cmd click a location to add a point. |
| 42 | + - Right click/cmd click a handle (dot) to remove the curve that lies |
| 43 | + to the right of the handle. |
| 44 | + - Click and drag a handle to move it. |
| 45 | + - Hold shift while dragging a handle to lock horizontal/vertical |
| 46 | + movement axis. |
| 47 | + - Drag up/down on a curve to adjust its ramp up/down. |
| 48 | + - Alt+click a curve to reset its ramp value to zero. |
| 49 | + - Hold shift while dragging a curve for more precise ramp adjustment. |
| 50 | + - Drag rate readout up/down to increase/decrease in multiples of two. |
| 51 | + - Drag blend knob horizontally or vertically to adjust wet/dry mix. |
| 52 | + |
| 53 | + Changelog |
| 54 | + ------------------------- |
| 55 | + 1.0.1 - 04/19/2016 |
| 56 | + - Fixed sample delay between channels, FL studio use now transparent! |
| 57 | + - Resolved a few crashes in Logic Pro X |
| 58 | + |
| 59 | + 1.0.0 - 04/07/2016 |
| 60 | + - Initial release |
| 61 | + |
| 62 | + Todo/known bugs |
| 63 | + ------------------------- |
| 64 | + - [bug] Swapping two instances of SimpleSide cause erratic |
| 65 | + behavior/crashes. (Logic Pro X) |
| 66 | + - [optimize]Processing block calculates gain twice for each sample (L/R) |
| 67 | + - [feature] Add a few static presets for templates. (duck, trim, etc) |
| 68 | + |
| 69 | + About Me |
| 70 | + ------------------------- |
| 71 | + Hey, my name is Armando Montanez! I'm currently studying at the |
| 72 | + University of California, Merced for Computer Science and Engineering. |
| 73 | + I first began audio production in 2012, and like every bedroom producer, |
| 74 | + was faced with the high cost of most audio software. As I've grown as a |
| 75 | + producer, mix engineer, and software developer I've decided to make |
| 76 | + it my mission to offer a few free/cheap plugins that I feel every |
| 77 | + producer/mix engineer should have in their toolkit. |
| 78 | + |
| 79 | + I'm still new to the plugin development scene, so if you find any |
| 80 | + bugs or have suggestions, please feel free to contact me! Donations |
| 81 | + are very appreciated as well; they help motivate me to continue investing |
| 82 | + my time into continued development and new plugins! |
| 83 | + |
| 84 | + Thank you for taking your time to read this, enjoy the plugin! |
| 85 | + |
| 86 | + Contact: |
| 87 | + |
| 88 | + |
| 89 | + Donations: |
| 90 | + + http://paypal.me/ArmandoMontanez |
| 91 | + |
| 92 | + One person gives freely, yet gains even more; |
| 93 | + another withholds unduly, but comes to poverty. |
| 94 | + - Proverbs 11:24 (NIV) |
| 95 | + |
| 96 | + AKA more free plugins are on the way! |
| 97 | + |
| 98 | + Hope you enjoy! \(^.^)/ |
0 commit comments