Oskar Wallgren
a4f5834019
Extended arpeggiator functions ( #2130 )
2016-09-10 03:40:27 +00:00
Javier Serrano Polo
5e409b5575
Fix sample track playback in BB tracks ( #3023 )
2016-09-10 02:47:39 +00:00
Javier Serrano Polo
5eb0ae2d75
Implement version major.minor.release-stage.build ( #3011 )
2016-09-10 02:27:59 +00:00
Oskar Wallgren
eb86e25fd8
Fix regressions on loading broken projects ( #3013 )
2016-09-08 22:18:23 +02:00
Oskar Wallgren
a53fd2663b
Improved file input validation. ( #2523 )
2016-09-05 12:17:40 +02:00
Javier Serrano Polo
08d54d3179
Fix sample track view in BB editor ( #3002 )
2016-09-04 00:16:43 +00:00
Javier Serrano Polo
6614f567d7
Request change in model when dropping a track ( #3000 )
2016-09-04 00:15:21 +00:00
Javier Serrano Polo
5f54995188
Add LocklessAllocator and use it in LocklessList ( #2998 )
2016-09-04 00:13:45 +00:00
Javier Serrano Polo
f14cb687de
Drop forceStep in AutomatableModel ( #3010 )
2016-08-30 19:45:09 +02:00
Javier Serrano Polo
8c2f98a89e
Fix undefined reference to vtable for AudioSoundIoSetupUtil ( #3004 )
2016-08-30 14:34:04 +00:00
Lukas W
37d6e9a561
Merge pull request #3003 from LMMS/iss-2501
...
Fix LFO drifting
2016-08-30 05:50:32 +12:00
Lukas W
67e93710d2
TempoSyncKnobModel: Fix loadSettings order (syncmode takes precedence)
2016-08-29 13:56:04 +02:00
Lukas W
37dfa492dc
ProjectVersion tests, fix mixleading comment
2016-08-29 09:04:37 +02:00
BaraMGB
f3ce31250d
remove the title label from lfo_controller_artwork.png/new alignment ( #2999 )
2016-08-26 13:01:07 +02:00
Lukas W
02eee8e7b6
AutomatableModel: Don't force step size aligning in setValue
2016-08-26 10:40:57 +02:00
Javier Serrano Polo
703a42e77c
Create BB-related TCOs along with BB-related tracks ( #2981 )
2016-08-25 05:11:43 +02:00
Javier Serrano Polo
c5cc89d691
Return NULL when asking for 0 bytes with MM_ALLOC ( #2986 )
2016-08-21 23:24:53 +00:00
grejppi
d7fa8067fe
really remove all controllers while removing all controllers ( #2980 )
...
fix #2979
2016-08-19 01:23:46 +02:00
Umcaruje
e2a0fd33da
Do not make preset names all lowercase ( #2973 )
2016-08-18 23:57:42 +02:00
Javier Serrano Polo
474272af77
Merge pull request #2977 from jasp00/delete-track
...
Request change in model when deleting a track
2016-08-18 20:22:34 +00:00
Umcaruje
4b6bffc376
Cloning the pattern should duplicate it ( #2972 )
2016-08-17 23:02:26 +02:00
Javier Serrano Polo
2d529be8af
Request change in model when deleting a track
2016-08-17 21:43:48 +02:00
Andrés
07021ed84b
fix 'Set Linear' not saving properly ( #1642 ) ( #2742 )
2016-08-14 20:18:12 +00:00
Javier Serrano Polo
8b96172650
Merge pull request #2923 from jasp00/nofile
...
Replace __FILE__
2016-08-09 00:15:05 +00:00
Oskar Wallgren
54a9aa6087
tickspertact -1 ( #2959 )
2016-08-07 14:39:45 +02:00
BaraMGB
a72ddf0b61
rename FxLine directly in a QLineEdit ( #2918 )
...
* rename FxLine directly in a QLineEdit
* set project modified only if FxLine text is changed
* clean up some code. Optimize some things
* optimizing code / removing a couple of member variables
* minor code optimizations
* turn off the tool tip in rename mode / minor code changes
2016-08-07 03:29:58 +00:00
Oskar Wallgren
7e1209e774
SF_INFO.format init to 0 ( #2956 )
2016-08-02 15:03:02 +02:00
Umcaruje
b8f5f21177
Make the background of BB patterns themeable ( #2942 )
...
* Make the background of BB patterns themeable
* Lighten up the color, make the BB background borderless
2016-08-02 14:45:45 +02:00
Oskar Wallgren
04dd35e57f
Move cloned track up incrementally ( #2950 )
2016-08-02 13:00:00 +02:00
Javier Serrano Polo
7e99b1504f
Merge pull request #2943 from jasp00/effect-info
...
Do not show VST bridge information
2016-08-02 00:23:40 +00:00
BaraMGB
f9f7b50eb0
set the project modified if track was renamed ( #2939 )
2016-07-31 15:59:47 +02:00
Umcaruje
c20c5207c8
Fix dialog button mismatch ( #2908 )
...
* Fix dialog button mismatch
* Change order in menu
* Make buttons the same role, so we have custom ordering
* Hide the exit button, add a close button to the dialog, change ordering
* Make the exit button not visible
2016-07-29 00:39:10 +02:00
Javier Serrano Polo
27b6c77865
Merge pull request #2931 from jasp00/pulse-fail
...
Run dummy loop when PulseAudio fails connection
2016-07-28 01:23:20 +00:00
Javier Serrano Polo
6f317acadc
Merge pull request #2929 from jasp00/render-segv
...
Destroy engine in text mode
2016-07-28 01:21:21 +00:00
Javier Serrano Polo
e446f14aac
Do not show VST bridge information
2016-07-28 03:12:24 +02:00
kamnxt
cd6d70a10b
Fix #2698 - hang on start ( #2905 )
...
Fixes #2698 by turning off the `recurse` parameter in order to stop LMMS from scanning subdirectories when starting, as suggested by @michaelgregorius.
2016-07-27 19:02:01 +02:00
Javier Serrano Polo
fa19f00237
Merge pull request #2921 from jasp00/drop-fl
...
Remove FLP configuration
2016-07-23 03:03:43 +00:00
Javier Serrano Polo
a11642df0b
Run dummy loop when PulseAudio fails connection
2016-07-22 01:49:54 +02:00
Javier Serrano Polo
8d65ac5596
Destroy engine in text mode
2016-07-21 20:53:08 +02:00
Javier Serrano Polo
b1d4ee1f97
Fixed crash on canceling the export
2016-07-21 19:39:55 +02:00
Javier Serrano Polo
7a98b3e669
Merge pull request #2916 from BaraMGB/renameLineEdit
...
rename tracks directly on TrackLableButton in a QLineEdit
2016-07-21 14:51:27 +00:00
grejppi
ddc2591611
Move pre-1.1 mixer check to DataFile::upgrade() ( #2924 )
2016-07-20 23:19:08 +03:00
Steffen Baranowsky
06726f6204
rename tracks directly on TrackLableButton in a QLineEdit
2016-07-20 21:16:26 +02:00
Oskar Wallgren
1f2c848b26
Fix selection of beat notes in Piano Roll editor
2016-07-20 01:01:58 +02:00
Javier Serrano Polo
0de382ced7
Replaced __FILE__
2016-07-19 23:58:19 +02:00
Javier Serrano Polo
17e977dc2b
Removed FLP configuration
2016-07-19 02:29:55 +02:00
grejppi
4f008872ee
Replace Version Mismatch popup with TextFloat ( #2910 )
2016-07-17 13:41:21 -04:00
Javier Serrano Polo
e0bab1ef73
Resize only patterns from BB editor
2016-07-14 20:24:02 +02:00
Javier Serrano Polo
81e0aaaef3
Merge pull request #2915 from jasp00/bb-clone
...
Create cloned track when the mixer is ready
2016-07-13 22:20:57 +00:00
grejppi
2d1813fb64
Remove FLP import, revert to GPLv2+ only ( #2904 )
2016-07-12 19:28:45 +03:00