Tres Finocchiaro
c102fa8ab4
Switch tap to submodule
2017-11-16 22:23:00 -05:00
Tres Finocchiaro
d63cfe0980
Bump veal submodule
2017-11-16 22:16:00 -05:00
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
Hussam Eddin Alhomsi
aad98d7405
Remove useless code from the about & export dialogs.
...
A follow-up to PR #3826 .
2017-11-16 15:28:35 +03:00
Tres Finocchiaro
0dab4aea06
Use CMake to fetch submodules
...
Custom CMake module which attempts to automatically clone submodules when they're missing. Uses the `--depth` option if supported, which should be faster than running `--recursive` on initial clone.
2017-11-15 14:23:04 -05:00
François Mazen
0f7d192681
Replace int by int32_t in aeffectx.h structures ( #3094 )
...
* Replace int by int32_t in aeffectx.h structures to ensure that size does not vary with platform or compiler.
* Add missing header in aeffectx.h
2017-11-15 01:57:14 -05:00
Steffen Baranowsky
6289071bcd
adds doxygen documentation to SubWindow.cpp ( #3450 )
...
Doxygen documentation for SubWindow.cpp
2017-11-15 00:15:01 -05:00
Levin Oehlmann
918f449eb3
UI: New behavior for the Plugin Browser ( #3773 )
...
Remove widget resizing altogether, display plugin info in tooltip instead
2017-11-15 00:08:48 -05:00
Hussam Eddin Alhomsi
548baa50a0
About dialog & export dialog improvements. ( #3826 )
...
* Improve appearance of about dialog, export dialog
* Cleanup code comments/formatting
2017-11-14 23:59:14 -05:00
Hyunjin Song
57de274fe8
Fix time display ( #3711 )
...
Make Bar:Beat:Tick / Min:Sec:Msec agree with playhead
2017-11-14 23:42:26 -05:00
Hussam Eddin Alhomsi
c9e5d3aef5
Restrict playing notes on the keyboard of the Piano Roll editor to left-clicks. ( #3771 )
...
Restrict playing notes on the keyboard of the Piano Roll editor to left-clicks
2017-11-14 23:31:39 -05:00
Hussam Eddin Alhomsi
6f305a6308
Track operations fixes and other stuff. ( #3878 )
2017-11-14 23:30:17 -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
Tres Finocchiaro
6c9e62164c
Attempt to fix Travis-CI
...
Closes #3966
2017-11-10 21:19:32 -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
Hussam Eddin Alhomsi
aea3394810
Update patterns in song editor after shifting their notes by semitones in piano roll. ( #3961 )
...
After shifting notes up/down, call rearrangeAllNotes() to sort notes and dataChanged()
to update the pattern the Song Editor.
2017-11-09 16:27:01 +01:00
tresf
9e36e98753
Update translations
2017-11-08 20:47:22 -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
Steffen Baranowsky
c765249723
Sampletrack - resize from left ( #3487 )
...
Sampletrack - resize from left
2017-11-01 14:43:39 -04:00
Lukas W
68c85c8e05
Merge branch 'stable-1.2'
2017-10-30 11:07:05 +01:00
Hyunjin Song
60e9b2f474
Fix crashes and deadlocks with previewing preset ( #3905 )
...
* Fix crash when closing while previewing preset
* Fix deadlock on previewing presets while playing arpeggio
2017-10-29 20:26:28 +09:00
Oskar Wallgren
9715da332b
Deleting Automation Points at coarser quantization
...
Regression from f9ab2dec02
Don't follow quantization as you will have to move the
cursor that length before any deletion is made.
2017-10-26 02:38:15 +02:00
Hussam Eddin Alhomsi
05971cac6a
Fix monstro's osc 3 vol knob values. ( #3912 )
2017-10-24 21:01:26 +02:00
Oskar Wallgren
f9ab2dec02
Automation Point delete radius and size ( #3902 )
...
* Fix Automation Point delete radius. At lower zoom deleting would miss
automation points to delete and at higher zoom it would be too generous
and remove neighbouring points.
* Increase smallest Automation Point radius. For visibility. The smallest
Automatin Point radius was tiny.
2017-10-24 17:42:30 +02:00
Hyunjin Song
de20d76c8e
Ignore release frames for single-streamed instruments ( #3900 )
...
Let InstrumentSoundShaping::releaseFrames() ignore release frames for single-streamed instruments. And make it return 0 if m_instrumentTrack->instrument() is NULL.
2017-10-24 00:21:25 +09:00
liushuyu
9fb74d9bff
Update i18n strings
2017-10-20 13:30:52 -06: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
72501a0f2f
Fix & silence shellcheck warnings
2017-10-19 09:48:08 +02:00
Lukas W
8927ceaed5
Merge remote-tracking branch 'origin/master'
2017-10-19 09:38:00 +02:00
Lukas W
fbfcb43aeb
Merge pull request #3881 from zonkmachine/arppatternsort
...
Note sorting algorithm rework
2017-10-19 08:49:31 +02:00
Lukas W
01a6cb13f7
Merge pull request #3894 from LMMS/fix/scripts
...
Fix shellcheck failing on master
2017-10-19 08:38:08 +02:00
Oskar Wallgren
9341acd129
Remove obsolete function - qSort()
2017-10-19 03:35:55 +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