pascal
e6ca46fabb
Merge branch 'stable-1.1' of https://github.com/midi-pascal/lmms into stable-1.1
2014-11-23 15:44:38 -05:00
pascal
d1e50b9f32
Bug #1335
...
Hide Size and Maximize options from the intrument dialog
system menu since its size is fixed.
2014-11-23 15:24:42 -05:00
Vesa V
09f2f60af3
Merge pull request #1304 from curlymorphic/stable-1.1
...
Tempo synced Delay Plugin
2014-11-23 15:16:26 +02:00
Vesa V
79b1c4df37
Merge pull request #1326 from DeRobyJ/stable-1.1
...
Italian Loca - Grammar Fix 01
2014-11-23 13:58:42 +02:00
dave
7e780fc057
Improved ui
2014-11-23 11:20:03 +00:00
Lukas W
22ec15f2d7
PianoRoll arrow key behaviour tweaks
...
* Ctrl + Left/Right moves selected notes by one bar
(Old behaviour was to move the playnote)
Closes #811
* Shift + Up/Down moves selected nodes by one semitone
(Old behaviour was to ignore the Shift key and move the viewport)
Closes #810
2014-11-21 17:04:46 +01:00
Lukas W
941ed33248
Travis: Install nsis
2014-11-21 16:58:04 +01:00
Vesa V
ac35d2e1dc
Merge pull request #1334 from diizy/stable-1.1
...
Fix logscale saving
2014-11-21 14:03:04 +02:00
Vesa
1cd3c9be2c
Fix logscale saving
...
User-set logscale property wasn't getting saved properly in projects, fixed now
2014-11-21 13:55:32 +02:00
Lukas W
733e206b44
Travis: Install nsis
2014-11-20 09:17:52 +01:00
Tres Finocchiaro
06d5ee2ec3
Bump version
...
Skip RC 8 and go to RC 9 to avoid confusion, since RC 8 used in tresf/releases to test a bug
2014-11-20 00:03:01 -05:00
Tres Finocchiaro
67c4f4fa14
Merge pull request #1331 from grindhold/stable-1.1
...
adjust height of setup_dialog for stable-1.1
Closes #1328
2014-11-19 11:29:45 -05:00
grindhold
b09067e0b8
adjusted height of setup dialog
2014-11-19 17:10:44 +01:00
dave
e0c10e030b
Added linear interpolation , with help from Vesa
2014-11-18 20:38:39 +00:00
DeRobyJ
7df8878cc3
Italian Loca - Grammar Fix 01
...
Corrected one text: "Export Tracks" had a typo
2014-11-18 17:06:43 +01:00
Vesa V
688e732276
Merge pull request #1324 from LYF610400210/patch-1
...
[Translation] zh.ts
2014-11-18 13:54:22 +02:00
LYF610400210
ef7e465563
[Translation] zh.ts
...
More translation, and the previous file is buggy (See L1005)
2014-11-18 18:08:03 +08:00
Vesa V
09771174f4
Merge pull request #1323 from diizy/stable-1.1
...
Move the denormals protection to the run() function of the thread
2014-11-18 10:49:21 +02:00
Vesa
d98c2392b2
Move the denormals protection to the run() function of the thread
...
The constructor was probably the wrong place to put it, run() is definitely executed in the new thread so that's where the setting should be applied I think?
2014-11-18 10:48:03 +02:00
Vesa V
b935cb0a81
Merge pull request #1322 from LYF610400210/stable-1.1
...
[Translation] zh.ts
2014-11-18 10:05:02 +02:00
LYF610400210
46b86e70ae
[Translation] zh.ts
2014-11-18 15:39:43 +08:00
Vesa V
0037b9ade9
Merge pull request #1321 from diizy/stable-1.1
...
Add denormal protection to Fifowriter thread
2014-11-18 09:20:48 +02:00
Vesa
eb7343e25a
Add denormal protection to Fifowriter thread
2014-11-18 09:19:56 +02:00
Tobias Doerffel
9f56ba966d
Merge pull request #1296 from ma2moto/patch-2
...
Update ja.ts
2014-11-17 22:24:45 +01:00
dave
932d7905ba
The delay buffer now resizes on sample rate change.
...
tidy up formatting
2014-11-17 20:10:34 +00:00
Vesa V
e59ef2c48a
Merge pull request #1319 from diizy/stable-1.1
...
More exp10 stuff
2014-11-17 18:56:23 +02:00
Vesa
78042ed4c5
More exp10 stuff
2014-11-17 18:55:09 +02:00
Vesa V
b37cbbb3cf
Merge pull request #1318 from diizy/stable-1.1
...
Use exp10 instead of pow and create alias for win/mac for compat
2014-11-17 18:44:02 +02:00
Vesa
01997fe546
Use exp10 instead of pow and create alias for win/mac for compat
2014-11-17 18:43:03 +02:00
Vesa V
183c56a2b3
Merge pull request #1317 from diizy/stable-1.1
...
Fix drag-n-drop of logscale knobs
2014-11-17 16:17:41 +02:00
Vesa
e16b567e09
Fix drag-n-drop of logscale knobs
2014-11-17 16:15:41 +02:00
Vesa V
7c901d4dfd
Merge pull request #1316 from diizy/stable-1.1
...
Some waveshaper improvements
2014-11-17 13:17:52 +02:00
Vesa
d7931fdb0d
Some waveshaper improvements
2014-11-17 13:17:55 +02:00
Vesa V
c42ae751fa
Merge pull request #1315 from diizy/stable-1.1
...
Add class RmsHelper to help with RMS
2014-11-17 12:59:57 +02:00
Vesa
415652ad25
Delete better
2014-11-17 12:45:56 +02:00
Lukas W
26415cd53e
Fix segfault in FxMixerView, fix a memory leak in EffectSelectDialog
...
Segfault occured when moving a channel
2014-11-17 11:03:13 +01:00
Vesa
5cd67537a2
Add class RmsHelper to help with RMS
...
This is then used by dynamics processor for processing dynamics
2014-11-17 11:51:45 +02:00
dave
2f58d7135b
moved call to delayTimeModel.value() outside of process loop
2014-11-17 01:11:17 +00:00
Lukas W
cb41f845a6
Remove obsolete slot
...
dynProcControls::changeControl method was removed in c51ff31b68
2014-11-16 23:14:20 +01:00
Lukas W
b8d3cd1705
Don't use exp10
2014-11-16 23:02:09 +01:00
Lukas W
495be6f828
Merge pull request #1310 from DanWin/stable-1.1
...
Updated German translation
2014-11-16 22:40:14 +01:00
Vesa V
208bfe356c
Merge pull request #1312 from diizy/stable-1.1
...
Logscale: enabled toggling of knob scale in context menu
2014-11-16 22:20:34 +02:00
Vesa
0d129b0b93
Logscale: enabled toggling of knob scale in context menu
2014-11-16 22:19:16 +02:00
Vesa V
3c7e2acd8a
Merge pull request #1311 from diizy/stable-1.1
...
Upgrades to plugins
2014-11-16 20:55:18 +02:00
Vesa
c51ff31b68
Dynamics processor improvements
2014-11-16 20:54:16 +02:00
Vesa
4b4469d6c2
Add denormals stripping to the main thread as well as workerthreads
...
Conflicts:
src/core/main.cpp
2014-11-16 19:15:34 +02:00
Vesa
baf7c74ad7
Strip denormals
2014-11-16 19:10:02 +02:00
Vesa
bd00ecfdc3
Dualfilter updates, add double precision versions of LMMS constants
2014-11-16 18:47:01 +02:00
Daniel Winzen
612185a2c6
Updated German translation
2014-11-16 16:31:48 +01:00
dave
9bd758951a
removed unused socket and empty function in delaycontrols
2014-11-16 15:20:26 +00:00