Lukas W
01a6cb13f7
Merge pull request #3894 from LMMS/fix/scripts
...
Fix shellcheck failing on master
2017-10-19 08:38:08 +02:00
Lukas W
ae73fa4521
Fix some shellchecks warnings
2017-10-18 23:27:21 +02:00
Tobias Junghans
9fd77a4959
Travis: fix installer name
2017-10-18 19:22:07 +02:00
Tobias Junghans
0c06bc2498
Travis: install libz-mingw-w64-dev for Windows builds
2017-10-18 19:02:45 +02:00
Tobias Junghans
3781412a2e
Travis: use Qt5LinguistTools from mingw-w64 toolchain
2017-10-18 18:51:26 +02:00
Tobias Junghans
f68b462a61
CMake: always require Qt5LinguistTools
2017-10-18 18:51:01 +02:00
Tobias Junghans
597e54ac8a
CMake: enforce new behaviour for CMP0020
2017-10-18 18:47:58 +02:00
Tobias Junghans
350cd2738c
Travis: fix syntax error in script
2017-10-18 18:38:50 +02:00
Tobias Junghans
cd677273ac
Travis: only install required packages for software-properties-common
2017-10-18 18:36:04 +02:00
Tobias Junghans
c4ee2f70bd
Travis: remove MinGW package caching relicts
2017-10-18 18:32:51 +02:00
Tobias Junghans
e462f90df1
Travis: call build script directly for Docker-based builds
2017-10-18 18:31:54 +02:00
Tobias Junghans
874edf362c
Travis: fix typo in package name
2017-10-18 18:29:23 +02:00
Tobias Junghans
57a53feadd
Travis: fix syntax error in Dockerfiles
2017-10-18 18:25:36 +02:00
Tobias Junghans
4730f8b068
Travis: cross-compile in Docker containers with mingw-w64 toolchain
2017-10-18 18:21:56 +02:00
Tobias Junghans
6e3046d9f9
CMake: migrate to new mingw-w64 toolchain
2017-10-18 18:17:53 +02:00
Tobias Junghans
14b2028438
LADSPA: CAPS: fix compilation with MinGW GCC >= 5.0
2017-10-18 08:00:40 +02:00
Tres Finocchiaro
7f92b82738
Upgrade to fluidsynth 1.1.8, switch to gist
2017-10-14 13:41:17 -04: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
Hyunin Song
e0bd797876
Merge branch 'stable-1.2'
2017-10-03 15:56:16 +09:00
Steffen Baranowsky
31d27d2099
don't allow dragging TCOs in BBEditor ( #3832 )
...
* don't allow dragging TCOs in BBEditor
* change bbtrack detecting
* code improvements
2017-10-03 00:53:49 +02:00
David CARLIER
fdec4da50c
fixing C abs/C++ abs mix up ( #3837 )
2017-10-03 00:47:55 +02:00
David CARLIER
e7e24935b3
catching-up for openbsd sndio support + applying abs call fix ( #3839 )
2017-10-03 00:47:45 +02:00
Hussam Eddin Alhomsi
e5c1854df0
Update the grid after changing the quantization value in automation editor
2017-10-02 22:05:16 +02:00
Oskar Wallgren
29d8734c51
Save track height under a separate name, 'trackheight' ( #3840 )
2017-10-02 15:10:33 +02:00
Umcaruje
fb5a515f77
Bump to rc4
v1.2.0-rc4
2017-10-01 22:10:45 +02:00
Dominic Clark
9407e84ffa
Stop some autosave crashes ( #3841 )
2017-10-01 22:01:38 +02:00
Dominic Clark
d5a2ea136f
Fix hang when remote plugin is missing ( #3770 )
2017-10-01 17:30:37 +02: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
e5db27542b
Fix sound while playing from piano roll, when BB tracks are muted ( #3804 )
...
* Don't set BB track for tracks not in the BB
* Don't check for BB track mute state if we're playing a single pattern
2017-09-28 09:55:16 +09:00
Lukas W
f23cf4e0bf
Fix "out of buffers" crash ( #3783 )
...
Remove BufferManager implementation. Use MemoryManager allocation instead and re-use buffers where they are allocated (AudioPort.cpp & PlayHandle.cpp)
2017-09-26 20:33:09 +02:00
Dominic Clark
dd429c5caf
Don't let plugins make the main window transparent ( #3809 )
...
* Don't let plugins make the main window transparent
* Don't clear WS_EX_LAYERED if it was already set
2017-09-25 23:09:38 +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
flynn16
8a39302571
Enable HiDPI Scaling (Qt 5.6+ only) [stable-1.2] ( #3814 )
...
Enables HiDPI Scaling in GuiApplication.cpp, environmental variable and mac manifest
2017-09-20 10:12:41 -07:00
Hyunjin Song
4e3c6b0940
Fix recording of single streamed instruments(regression in #3774 ) ( #3803 )
...
* Revert "same note layering when sustain pedal is pressed (#3774 )"
This reverts commit e387e77445 .
* Fix recording of sustained notes
2017-09-18 21:48:33 +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
LMMS Service Account
28140aa1a4
Updating translations for data/locale/nl.ts
2017-09-13 10:25:26 -04:00
Steffen Baranowsky
b69b585612
fix CTRL in songeditor by losing focus ( #3796 )
...
* fix CTRL in songeditor by losing focus
* init m_ctrlAction
2017-09-12 21:57:40 +02:00
Oskar Wallgren
f26a02da04
Suppress midi in events on export ( #3778 )
2017-09-12 10:28:38 +02:00
LMMS Service Account
30020ebc8c
Updating translations for data/locale/fr.ts
2017-09-11 12:32:45 -04:00
DomClark
cfb7a89f0e
Fix empty VST tracks creating noise in playback ( #3798 )
2017-09-10 09:06:38 +02:00
liushuyu
661daedbe2
Update i18n strings
2017-09-09 16:14:20 -06:00
liushuyu
242223e1bf
Update i18n source strings
2017-09-09 13:56:07 -06: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
tresf
55521b508d
Install libgig-*.dll for Windows builds
2017-09-07 16:12:21 -04:00
tresf
b18480ec2c
Fix pthread location for msys2
2017-09-07 14:58:38 -04:00