aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* LV2: Add readme and license files.Harald Eilertsen2020-07-182-0/+72
| | | | | Also add a README in the root of the project to clarify that this is merely a port of the official plugins.
* LV2: Move built plugins to an lv2 subfolder under the build dir.Harald Eilertsen2020-07-181-4/+4
|
* LV2: Tighten compiler warnings and drop optimizationHarald Eilertsen2020-07-181-1/+1
| | | | | | | | | | | | | | | | We want as much warnings as we can get, and we treat any warnings not explicitly disabled as an error. We have to explicitly disable the `unused-value` warning, as the VST processing code triggers it. This patch also removes the hardwired optimization flag, as that is better handled by the built in build type mechanism of cmake. Build as a release build to get full optimizations: mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. Similarly specify `CMAKE_BUILD_TYPE=Debug` for debug builds.
* LV2/Acceleration: Use the LinuxVST processing codeHarald Eilertsen2020-07-182-6/+59
|
* LV2: Split lv2 interface code and actual plugin.Harald Eilertsen2020-07-163-115/+131
| | | | | | | Let's keep the LV2 interfacing and the actual plugin separate. For now the actual plugin is completely independent of the plugin system, and the wrapper code just forwards everything that's plugin specific to the plugin proper.
* LV2: Move actual processing into Acceleration class.Harald Eilertsen2020-07-161-34/+50
|
* LV2: Make Acceleration class instead of POD struct.Harald Eilertsen2020-07-161-5/+6
| | | | | The sneaky plan is to have this make use of the processing function(s) from the LinuxVST variant, so we don't have to copy code.
* LV2: Add stereo ports to Acceleration.Harald Eilertsen2020-07-152-16/+37
|
* LV2: Fix ttl manifest and plugin description.Harald Eilertsen2020-07-152-7/+7
| | | | | It appears the `doap:name` property needs to be in the `manifest.ttl`, so then we move both doap properties there.
* LV2: Just copy input to output for now.Harald Eilertsen2020-07-151-0/+3
|
* LV2: Use anon namespace instead of static funcs.Harald Eilertsen2020-07-151-5/+44
|
* Start off on LV2 support.Harald Eilertsen2020-07-126-0/+354
|
* DeRez Dither Updates (Beam, Dark, NJAD)Chris Johnson2020-07-0541-1617/+1797
|
* BrightAmbienceChris Johnson2020-06-2844-0/+12649
|
* BeamChris Johnson2020-06-2144-0/+11391
|
* Dark ReduxChris Johnson2020-06-1416-173/+255
|
* AverMatrix and DarkChris Johnson2020-06-0887-0/+22302
|
* Laserbat spotted an interesting bug in legacy NJAD code!Chris Johnson2020-05-2821-80/+80
|
* ChromeOxideChris Johnson2020-05-2444-0/+11621
|
* ElationChris Johnson2020-05-1744-0/+12415
|
* PurestFadeChris Johnson2020-05-0344-0/+11159
|
* PreciousChris Johnson2020-04-2644-0/+11688
|
* Tape ReduxChris Johnson2020-04-1916-97/+160
| | | | Modifications to allow for a Bump control that enables level setting on the head bump
* DistortionChris Johnson2020-04-1244-0/+11431
|
* CiderChris Johnson2020-03-2944-0/+11706
|
* CalibreChris Johnson2020-03-2244-0/+11705
|
* LuxorChris Johnson2020-03-0944-0/+11701
|
* DigitalBlackChris Johnson2020-03-0144-0/+11137
|
* ApicolypseChris Johnson2020-02-2344-0/+11721
|
* NeverlandChris Johnson2020-02-0944-0/+11684
|
* Tape plugins updateChris Johnson2020-02-0418-226/+360
|
* Tape. Just 'Tape'.Chris Johnson2020-01-2644-0/+12380
|
* ToTape6Chris Johnson2020-01-2044-0/+12928
|
* SrslyChris Johnson2020-01-0545-0/+12323
|
* Inexplicable Bugfix: BaxandallChris Johnson2019-12-308-46/+49
| | | | This frequency must be twice as high as it's supposed to be, for no reason that I can understand
* BaxandallChris Johnson2019-12-2944-0/+11434
|
* BiquadOneHalfChris Johnson2019-12-2244-0/+11638
|
* Coils (bugfix before actual release)Chris Johnson2019-12-158-76/+119
|
* CoilsChris Johnson2019-12-1544-0/+11006
|
* FocusChris Johnson2019-12-0844-0/+11584
|
* PowerSag2Chris Johnson2019-12-0144-0/+10891
|
* Gringer (and Monitoring)Chris Johnson2019-11-2460-264/+11317
|
* PocketVerbsChris Johnson2019-11-1756-0/+71664
|
* FacetChris Johnson2019-11-1044-0/+10767
|
* ToMonoChris Johnson2019-11-0389-0/+20677
|
* DeBessChris Johnson2019-10-2744-0/+11352
|
* Monitoring ThreeduxChris Johnson2019-10-209-201/+405
|
* Monitoring (redux)Chris Johnson2019-10-1313-154/+323
|
* MoNoamChris Johnson2019-10-0645-0/+10828
|
* PurestAirChris Johnson2019-09-2944-0/+11247
|