Vesa
16302fc4ab
Strip denormals
2014-11-14 20:43:49 +02:00
Vesa
7c682316b3
Bit of optimizing
2014-11-14 02:00:51 +02:00
Vesa
4aaeb73f71
Some further optimizations
2014-11-13 20:12:36 +02:00
Vesa
002d2cb2ff
Wrong branch stuff got in by accident
2014-11-13 20:06:43 +02:00
Vesa
a3cce23d6d
Even more filters
2014-11-13 19:11:34 +02:00
Vesa
bb821d685b
More filters
2014-11-13 18:10:53 +02:00
Lukas W
8e8879f735
Merge stable-1.1
...
Conflicts:
include/ConfigManager.h
include/MidiTime.h
include/string_pair_drag.h
src/gui/string_pair_drag.cpp
src/gui/widgets/rubberband.cpp
2014-11-10 19:26:59 +01:00
Vesa V
d10eecbf5f
Merge pull request #1277 from LMMS/c++11
...
Enable C++11
2014-11-08 12:16:01 +02:00
Vesa V
102db9cd50
Merge pull request #1266 from tresf/stable-1.1
...
Fix automation cursor position issue
2014-11-08 12:07:47 +02:00
Lukas W
9d395ac0c1
Enable C++11
2014-11-08 10:26:10 +01:00
Umcaruje
6fb923cba2
Correct the program name and site in the descriptions.
2014-11-04 22:56:50 +01:00
Tres Finocchiaro
1826ced3d2
Fix automation cursor position issue
2014-11-04 00:13:38 -05:00
Vesa
fa9674521e
Merge branch 'stable-1.1'
...
Conflicts:
src/core/main.cpp
src/gui/MainWindow.cpp
2014-11-02 07:46:32 +02:00
Lukas W
f6f44d0c5c
Rename ConfigManager files (3)
2014-11-02 01:26:46 +01:00
Lukas W
47831c99c5
Rename ConfigManager files (2)
2014-11-02 01:08:27 +01:00
Lukas W
c9c8bf1c77
Rename ConfigManager files (1)
2014-11-02 01:06:13 +01:00
Lukas W
100a67cd3c
Rename configManager to ConfigManager
2014-11-02 01:02:33 +01:00
Lukas W
d68671a6c2
Code style updates
2014-11-02 00:57:19 +01:00
Lukas W
2e66c88edf
Store recovery file path in configManager
2014-11-02 00:51:24 +01:00
Lukas W
c682567e4b
Ask for saving changes before opening recent project
...
Fixes #1065
2014-10-31 13:35:54 +01:00
grindhold
8fe009114d
implemented solo-buttons for FxMixer - resolving #1211
2014-10-30 23:43:43 +01:00
Tres Finocchiaro
849dd8a6b3
Better name for "dummy" effects
2014-10-23 21:23:13 -04:00
Vesa
e9ab240558
Add more filters!
2014-10-22 16:17:28 +03:00
Vesa
eb86428f10
Correct samplerate-agnostic behaviour
2014-10-22 15:12:58 +03:00
Vesa
8e3908e785
Initial commit: new filter - SV Lowpass
...
Adds a state-variant 4-pole lowpass filter into LMMS, which I swiped from Nekobee and slightly adapted to work in LMMS
It is possible that with some adjustments a highpass version could also be produced (will have to look into that)
It sounds really cool, kind of like the moog filter but has more character, esp. on high Q values
2014-10-22 07:05:53 +03:00
Tobias Doerffel
f2876ea650
Merge remote-tracking branch 'origin/stable-1.1'
...
Conflicts:
data/locale/zh.ts
src/tracks/Pattern.cpp
2014-09-30 22:53:24 +02:00
Tobias Doerffel
de45718351
Renamed pattern/patternView to Pattern/PatternView
2014-09-30 22:49:16 +02:00
Tobias Doerffel
fab7f8fea8
PianoRoll, Pattern: manage reset of currently edited pattern more reliably
...
Introduce one central signal in the pattern class which is emitted before
the pattern object is being destroyed. This way we can easily and more
reliably hide this pattern in the PianoRoll without any race conditions
or other glitches.
Closes #1089 .
2014-09-30 22:34:01 +02:00
Vesa
498d939e76
Merge branch 'stable-1.1'
2014-09-10 00:43:32 +03:00
Vesa
44993319eb
Fix channel send connections
...
Fix #1147
Backwards compat should be maintained.
2014-09-10 00:40:29 +03:00
Vesa
bf6659fbb1
Merge branch 'stable-1.1'
...
Conflicts:
src/gui/FileBrowser.cpp
2014-09-09 23:55:39 +03:00
Matthew Krafczyk
e20e863a99
Change isJournallingStackEmpty to isJournallingStateStackEmpty
2014-09-09 20:08:14 +02:00
Matthew Krafczyk
0cdfd7c354
Fix syntax a bit.
2014-09-09 17:15:54 +02:00
Matthew Krafczyk
32eae51128
Made isEmpty function name more specific. Moved doubleclick fix to restoreJournallingState.
2014-09-09 17:07:40 +02:00
Matthew Krafczyk
c628387cd2
Make syntax for fix more consistent with existing code.
2014-09-09 01:39:08 +02:00
Matthew Krafczyk
84895a4f79
Fix for 'Crash double-clicking any knob in debug build (git master) ( #948 )'
...
Conflicts:
src/gui/widgets/knob.cpp
2014-09-09 01:14:19 +02:00
Tobias Doerffel
84f711fb2c
Merge pull request #1131 from Lukas-W/stable-1.1-iss1058
...
Change Sidebar file browser root to `/Volumes` on OS X
2014-09-03 16:37:10 +02:00
Lukas W
876642c342
FileBrowser rename fixes
2014-09-03 11:43:40 +02:00
Lukas W
efacfdfae9
Rename file_browser.* to FileBrowser.*
2014-09-03 11:29:25 +02:00
Lukas W
5245f6181c
Apply new coding conventions to file_browser.h
2014-09-03 11:19:45 +02:00
Vesa
c2d7cf787e
Merge branch 'stable-1.1'
...
Conflicts:
include/Plugin.h
src/core/Plugin.cpp
2014-09-02 16:59:04 +03:00
Tobias Doerffel
8628bcc77b
Mixer: integrated MixerProfiler
2014-09-02 11:20:52 +02:00
Tobias Doerffel
e1664b106c
MixerProfiler: initial simple implementation
2014-09-02 11:19:57 +02:00
Tobias Doerffel
0ef3d6c1f6
FxMixerView: declare as class for consistency with friend declaration later
2014-09-01 14:59:30 +02:00
Tobias Doerffel
70ef29981f
Plugin: remove unused base64.h header
2014-09-01 14:23:31 +02:00
Tobias Doerffel
feba89354b
Plugin: cleanup & coding style fixes
2014-09-01 14:18:45 +02:00
Tobias Doerffel
5572cdde64
Merge pull request #1126 from tresf/stable-1.1
...
Win64 fix for missing _isnanf
2014-09-01 12:16:28 +02:00
tresf
807d3af68c
Win64 fix for missing _isnanf
2014-09-01 00:35:48 -04:00
Vesa
d8cc0cc2cc
Merge branch 'stable-1.1'
...
Skipped the chinese translation files because of merge conflict, those should be re-submitted for master
Conflicts:
data/locale/zh.qm
data/locale/zh.ts
2014-08-19 09:10:19 +03:00
Tobias Doerffel
a09fd51060
DataFile: added nested LocaleHelper class
...
In order to address issues with differently coded floating points in
strings provide a helper class which can be instantiated when loading
or saving data.
2014-08-18 23:17:47 +02:00