Colin Wallace
da54b9cdb0
Fix tabbing
2015-09-07 17:08:09 -07:00
Colin Wallace
763ca09fb1
Further simplify by removing 'cm' variable
2015-09-07 17:01:55 -07:00
Colin Wallace
0260820dac
Remove special showAll case; 'xyz'.contains('') always returns true
2015-09-07 16:46:41 -07:00
Colin Wallace
aa77443eb1
merge the two filterItems functions into one;
...
also fix some formatting + use 'Pattern Editor' instead of 'B&B Editor' in context menu
2015-09-07 16:36:25 -07:00
Colin Wallace
86d0f94882
Merge pull request #2320 from Wallacoloo/flanger-units
...
Fix units in Flanger plugin
2015-09-07 01:06:36 +00:00
Colin Wallace
8a4e59defb
Merge pull request #2289 from Wallacoloo/midi-guicore
...
Consolidate midi config widgets & move them out of the core
2015-09-06 18:11:58 +00:00
Colin Wallace
39133ab0ea
Move update_1_2_0() functionality into upgrade_1_1_90();
...
Next release candidate will be named 1.1.90
2015-09-05 21:38:36 -07:00
Colin Wallace
602983f664
Change unit label for Flanger LFO knob to 'Hz'; delay knob units are 's'
2015-09-05 16:30:33 -07:00
Colin Wallace
f6b696fa0f
Don't use underscore parameter names in value, setValue functions
2015-09-05 11:38:30 -07:00
Colin Wallace
0f2da6f68b
Provide upgrade path to copy the MidiAlsaRaw 'Device' property to new 'device'
2015-09-05 11:38:29 -07:00
Colin Wallace
697aebc056
Consolidate midi config widgets & move them out of the core
2015-09-05 11:38:29 -07:00
Colin Wallace
e606e30486
Merge pull request #2299 from Umcaruje/emptytemplate
...
Add an Empty template
2015-09-05 18:31:40 +00:00
Colin Wallace
cbf6d24e8f
Fix const-correctness in FxMixer::channelSendModel
2015-09-02 21:17:35 -07:00
Colin Wallace
45c4aa6a68
Merge pull request #2278 from michaelgregorius/metronome-improvements
...
Improved metronome (on/off during song, pattern and bb playback)
2015-08-29 17:15:14 +00:00
Michael Gregorius
5b2e77b444
Improved metronome (on/off during song, pattern and bb playback)
...
There is a new tool button that can be used to turn the metronome on and
off. Per default the metronome is turned off. When enabled the metronome
will during on song playback, pattern playback and BB playback. During
export it is ignored.
A new icon was added as well.
The state is currently stored in the Mixer. It might make sense to put
the metronome configuration in its own class in the future. The state is
currently not stored in the file but this might be a good choice for now
until a better place is found for the metronome data.
Also removed some repeated calls to Engine::getSong() and
Engine::fxMixer().
2015-08-29 15:04:41 +02:00
Umcaruje
da2b01b5a3
Add an Empty template
2015-08-29 01:05:45 +02:00
Colin Wallace
8fd5fe90d2
Merge pull request #2273 from michaelgregorius/2272-template-fixes
...
Fixes #2272 and other problems with the templates
2015-08-26 17:16:38 +00:00
Michael Gregorius
abbd7c48cf
Switch local variable to camel case
2015-08-26 18:59:31 +02:00
Colin Wallace
c99c6eeea9
Merge pull request #2135 from michaelgregorius/alsa-combobox
...
Partial fix for #1600 : ALSA device can be selected using a combo box
2015-08-26 03:21:48 +00:00
Tres Finocchiaro
de40aa81ce
Minor CLI fixes
...
Closes #2258
2015-08-24 16:25:40 -04:00
Colin Wallace
9fd8c07820
Show '<not supported on this plaform>' message during cmake config if AppleMidi is not supported
2015-08-23 20:15:29 -07:00
Colin Wallace
35486293e3
Merge pull request #2222 from michaelgregorius/2209-font-sizes-too-small
...
2209 font sizes too small
2015-08-23 01:35:45 +00:00
Colin Wallace
123de3aade
Add missing include necessary for Qt5 compilation
2015-08-22 00:36:39 -07:00
Tres Finocchiaro
c68f31aeda
Add horizontal scroll support to SongEditor
...
Closes #2275
2015-08-21 21:23:03 -04:00
Tres Finocchiaro
cfbd53fb50
Detect fluid executable even when CMake can't
...
Closes #2260
2015-08-21 20:39:00 -04:00
Michael Gregorius
4571d14029
Prevent resizing of the "Controls" button
...
The "Controls" button will now keep its minimal size when the
ControllerView is resized.
2015-08-18 18:23:40 +02:00
Tres Finocchiaro
618828a9b6
Merge pull request #2266 from michaelgregorius/2262-render-check-file
...
Fixes #2262
2015-08-17 16:47:13 -04:00
Michael Gregorius
4883c579a5
Check the existence of an input file that is to be rendered ( #2262 )
...
Added a check for the existence of the file that should be rendered from
the command line. LMMS now exits with an error message in case the file
does not exist.
2015-08-17 22:25:19 +02:00
Tres Finocchiaro
21ff5333dc
Merge pull request #2251 from M374LX/iss2204
...
Fix SF2 pitch and gain problems
2015-08-17 15:30:59 -04:00
Tres Finocchiaro
4c04fb06ba
Merge pull request #2271 from tresf/homebrew
...
Initial Homebrew on OSX Lion patch
2015-08-17 13:02:33 -04:00
tresf
2035ff3e3c
Initial Homebrew on OSX Lion patch
2015-08-17 12:39:41 -04:00
Michael Gregorius
bc1a416cd1
Added an option to save a project as the default template
...
A new option to save a project as the default template is now available
in the file menu. If the default template already exists the user is
asked whether he wants to overwrite it.
2015-08-16 16:18:38 +02:00
Michael Gregorius
8c93b6bfee
Fixes #2272 and other problems with the templates
...
Removes the non-intuitive saving of the default template in
MainWindow::createNewProject.
Other fixed problems:
* User entries were not shown in the menu of the tool button that
creates new projects from templates. Now they are shown as well.
Other changes:
* Adds a new option "New from template" in the file menu. It shows the
same menu as the tool button.
2015-08-16 15:46:10 +02:00
Michael Gregorius
ef449f5bae
Remove the horizontal scrollbar from controller rack view
...
Removes the potential horizontal scrollbar from the controller rack
view.
Also sets the MDI window of the controller rack to a bigger size in the
constructor and moves it towards the other windows. This code is active
in the case where there is no default template from which the window
states are loaded.
2015-08-16 09:39:00 +02:00
Colin Wallace
5449706527
Merge pull request #2261 from M374LX/improve-main
...
main(): improve error handling and clean up code
2015-08-15 10:51:08 -07:00
Tres Finocchiaro
5375bda6ac
Fix incorrect calculation of IntBits
...
Fix over-shifting of int by explicitly making type ULL.
Taken from upstream:
aaca6447de
2015-08-15 13:23:32 -04:00
Tres Finocchiaro
6df512dc76
Merge pull request #2267 from M374LX/bbeditor-default-template
...
Enable it to hide BB Editor in default template
2015-08-15 12:34:20 -04:00
M374LX
6966559600
Make it able to hide BB Editor in default template
2015-08-14 21:50:57 -03:00
Tres Finocchiaro
30d906542c
Merge pull request #2265 from NeiroNext/translation
...
Add Ukrainian translation
2015-08-14 11:26:57 -04:00
NeiroNext
6aa8269542
Add Ukrainian translation
2015-08-14 17:06:11 +03:00
M374LX
8bb7b71aab
Improve error handling
2015-08-13 22:50:46 -03:00
M374LX
c7b867c2a0
Fix errors and capitalization in the output of "--help"
2015-08-13 22:21:34 -03:00
M374LX
dc1a12ab33
Improve error handling
2015-08-13 22:16:07 -03:00
M374LX
b8f2e6c715
Further adjust coding conventions
2015-08-13 21:22:50 -03:00
M374LX
45c506c79d
Start refactoring main()
2015-08-13 21:19:34 -03:00
Tres Finocchiaro
28018ad206
Merge pull request #2207 from tresf/2206-ladspa-fix
...
Fix init of LADSPA plugins on some platforms
2015-08-13 14:29:05 -04:00
Tres Finocchiaro
f7a61aea0c
Merge pull request #2210 from tresf/2201-root-refactor
...
Cleanup root directory
2015-08-13 14:15:05 -04:00
Tres Finocchiaro
3114ccea26
Cleanup root directory
...
Cleans up the root directory of the GitHub source tree and starts to separate platform-specific installing and packaging logic from the master CMakeLists.txt. Closes #2201
2015-08-13 11:37:47 -04:00
Alexandre Almeida
6cb451abbe
Fix SF2 gain problems when exporting
...
Fix the SF2 gain problems that persisted in issue #2204
2015-08-12 21:30:05 -03:00
Tres Finocchiaro
9819900aca
Merge pull request #2131 from michaelgregorius/cmd-loop-render
...
Fixes issue #2129 ("can't export as loop with CLI")
2015-08-12 11:39:43 -04:00