tresf
d393bdc36d
Coerce XML files to C
2017-11-16 21:12:47 -05:00
tresf
44a704cfe7
Move swh to submodule
2017-11-16 21:12:47 -05:00
Tres Finocchiaro
77b4985a2d
Enable sf3 extension ( #3895 )
...
Add sf3 file extension, move `sf2` to `soundfonts`.
2017-11-14 21:59:58 -05:00
Tres Finocchiaro
28a4eb27f2
Patch exprtk on Clang ( #3971 )
2017-11-14 01:28:38 -05:00
tresf
231cc82de1
Rename xpressive to Xpressive
2017-11-10 21:57:44 -05:00
tresf
80a49db6f6
Switch exprtk to submodoule
2017-11-10 21:57:44 -05:00
tresf
d37284b32a
Point calf submodule at fork, rename library
2017-11-10 18:10:14 -05:00
tresf
ae291e0709
Move calf to submodule
2017-11-10 18:10:14 -05:00
tresf
289887f4fc
Rename OPL2 to OpulenZ
2017-11-10 09:20:03 -05:00
tresf
dce32bede9
Switch opl2 to submodule
2017-11-10 09:20:03 -05:00
tresf
f0cdcd236c
Rename papu to FreeBoy
...
Make API calls more intuitive
2017-11-08 20:47:22 -05:00
tresf
eef042dbd6
Refactor/subclass Basic_Gb_Apu
2017-11-08 20:47:22 -05:00
tresf
3794d2ee84
Switch papu to submodule
2017-11-08 20:47:22 -05:00
tresf
9d317e158e
Cleanup unused files
2017-11-03 15:37:36 -04:00
tresf
b621c7eb34
Move zynaddsubfx to submodule
2017-11-03 15:37:36 -04:00
Lukas W
68c85c8e05
Merge branch 'stable-1.2'
2017-10-30 11:07:05 +01:00
Hussam Eddin Alhomsi
05971cac6a
Fix monstro's osc 3 vol knob values. ( #3912 )
2017-10-24 21:01:26 +02:00
Lukas W
ad5884d2fe
Revert "LADSPA: CAPS: fix compilation with MinGW GCC >= 5.0"
...
This reverts commit 14b2028438 .
2017-10-20 16:26:23 +02:00
Lukas W
ff958338e7
Revert Travis docker changes
2017-10-20 10:54:24 +02:00
Lukas W
307deaef4c
Fix merge damage
2017-10-19 22:18:52 +02:00
Lukas W
8927ceaed5
Merge remote-tracking branch 'origin/master'
2017-10-19 09:38:00 +02:00
Tobias Junghans
6e3046d9f9
CMake: migrate to new mingw-w64 toolchain
2017-10-18 18:17:53 +02:00
Lukas W
1059c92d87
Merge branch 'stable-1.2'
...
# Conflicts:
# .travis/linux..before_install.sh
# .travis/linux..install.sh
# cmake/linux/lmms.desktop
# plugins/vst_base/CMakeLists.txt
2017-10-18 17:33:55 +02:00
Lukas W
8d6cb120b9
Replace MemoryManager implementation with rpmalloc ( #3873 )
...
* Replace MemoryManager implementation with rpmalloc
Fixes #3865
* Travis: Specify OSX image for Qt5 build
2017-10-18 17:02:40 +02:00
Tobias Junghans
14b2028438
LADSPA: CAPS: fix compilation with MinGW GCC >= 5.0
2017-10-18 08:00:40 +02:00
Lukas W
9d560a3104
ZynAddSubFx: Fix preset loading ( #3891 )
...
Fix regression from #1719
Fixes #3886
2017-10-17 15:46:16 -04:00
Tres Finocchiaro
3e90e37352
Add AppImage support to Linux builds ( #3688 )
...
Add AppImage support
2017-10-16 15:09:30 -04:00
Hyunjin Song
eaa7b0dd7c
Fix sfxr buffer noise ( #3883 )
2017-10-16 17:14:47 +02:00
Dan Williams
4d26654534
Fix warnings ( #3852 )
...
* Remove register keyword
Register is meaningless in c++, and removed in c++17
* Fix compiler warningsg
Add missing override, remove unused capture, and remove unused local variablees
2017-10-11 19:10:03 +02:00
David CARLIER
54f3eccad7
linkage issue fixes due to inlined functions ( #3815 )
2017-10-10 21:35:02 -04:00
Hyunin Song
e0bd797876
Merge branch 'stable-1.2'
2017-10-03 15:56:16 +09:00
Michael Gregorius
b1af4c233f
Introduce an enum to describe the VCA mode
...
Replace the integer encoding of the VCA mode with an enumeration.
2017-10-01 11:51:44 +02:00
Michael Gregorius
4fa96bc6c6
LB302: Move init of VCA members into constructor initializer list
...
Move the initialization of the members belonging to the VCA into
lb302Synth's constructor initializer list. This also removes a
duplication initialization of vca_mode from the code.
2017-10-01 11:51:44 +02:00
Michael Gregorius
b2a01ad8c3
Fix #3842 : Opening a project with LB302 produces a noise burst
...
Fix the noise burst described in #3842 by removing the second
initialization of vca_a to 9 in the constructor of lb302Synth.
2017-10-01 11:51:44 +02:00
Hyunjin Song
4ca6cdb9c7
Fix VST effect control icon display
...
Fix broken VST effect control icon display in master branch due to the difference in CMakeLists.txt
2017-09-24 15:42:02 +09:00
DomClark
fb5a58a526
Don't use VST-provided memory when loading chunks ( #3805 )
2017-09-21 00:00:19 +02:00
Hyunjin Song
c0682c94a4
Fix MIDI export ( #3733 )
...
* Re-enable MIDI export
* Fix logic for processing BB tracks and BB notes
* Consider master pitch and base note in MIDI export.
* Cut BB notes at the end of BB pattern.
2017-09-14 08:09:54 +09:00
DomClark
cfb7a89f0e
Fix empty VST tracks creating noise in playback ( #3798 )
2017-09-10 09:06:38 +02:00
liushuyu
da7b61535b
Merge stable-1.2 into master
2017-09-09 13:55:36 -06:00
DomClark
7429cb8155
Fix segfault on VST plugin I/O change
2017-09-08 23:14:52 +02:00
DomClark
fe98a9aa43
Fix some VST deadlocks/hangs
2017-09-08 23:14:52 +02:00
Hyunjin Song
9d7c34098c
Fix Vibed when the "P" parameter has non-zero value ( #3789 )
2017-09-06 17:57:24 +09:00
Lukas W
12edb58c77
Merge remote-tracking branch 'upstream/stable-1.2'
...
# Conflicts:
# data/themes/default/style.css
# src/gui/ExportProjectDialog.cpp
# src/tracks/Pattern.cpp
2017-08-27 13:07:45 +02:00
Arash Partow
8dcf997872
General improvements and fixes ( #3772 )
...
Added fixes for a clean GCC 7.+ compile
2017-08-23 21:09:43 +02:00
Karmo Rosental
587989b1c2
Updated Freeboy files from Game Music Emu 0.6.1. ( #3618 )
...
Uses upstream files to fix #326
[oskar.wallgren13@gmail.com: backported from master]
2017-07-23 19:26:23 +02:00
Tres Finocchiaro
ebfdc0491a
Sync zyn with repo version ( #3715 )
...
Sync zyn plugin with zyn repo fixes
2017-07-22 04:21:04 -04:00
tresf
fda557fd10
Sync zyn license with repo version
2017-07-21 16:26:50 -04:00
Karmo Rosental
dc829f48af
Added support for wine-stable from WineHQ repositories. ( #3708 )
...
Added support for wine-stable from WineHQ repositories.
2017-07-19 15:46:27 -04:00
Dave French
b3054fd639
Equalizer plugin, refinement to analysis display ( #3530 )
...
The spectural analysis was using a rectangle window, leading to high spectural leakage.
This pull request uses the Blackman-Harris window to give a display more representative of the audio.
2017-07-15 23:27:30 +02:00
Hyunin Song
cc3822141e
Merge branch 'stable-1.2' into master (@liushuyu)
2017-07-15 08:08:07 +09:00