Alexandre
42e2c8ff7e
Fix issue of reverting settings
...
Fix issue of reverting settings
Delete file created accidentally
Delete SetupDialog.cpp
2015-03-09 19:52:27 -03:00
Tres Finocchiaro
ce282a4841
Merge pull request #1622 from M374LX/coding
...
Progressive coding conventions update (new branch)
2015-03-04 01:55:28 +00:00
Alexandre Almeida
ecb4c636c8
Adjust parentheses conventions
2015-03-01 23:12:35 -03:00
Alexandre
0a3ff51c7e
Merge branch 'coding' of https://github.com/M374LX/lmms into coding
...
Conflicts:
src/core/Track.cpp
2015-03-01 13:39:50 -03:00
Alexandre
3d46f8a290
Merge branch 'coding'
...
Conflicts:
include/Note.h
include/ProjectVersion.h
include/TimeLineWidget.h
include/Track.h
src/core/Plugin.cpp
src/core/ProjectVersion.cpp
src/core/Song.cpp
src/core/Track.cpp
src/gui/TimeLineWidget.cpp
2015-03-01 12:55:58 -03:00
Dave French
6ad5d88c08
Reinstate Double Click opening the piano roll from song editor
...
This fixes a bug introduced when removing double click from
BB patterns. It Now checks if we use fixedTCO's (bb tomb stones),
only disable double clikc if so, leaving it working correcly in the
song editor
2015-03-01 14:37:07 +00:00
Tres Finocchiaro
fe797cb09f
Merge pull request #1718 from curlymorphic/saveasextensiontranslation
...
Remove the file extensions from the translations in the saveAsDialog
2015-02-26 09:18:17 -05:00
Tres Finocchiaro
3230a69680
Merge pull request #1784 from tresf/master
...
Prevent running as root user
2015-02-25 00:22:54 -05:00
tresf
e1e91cecb2
Prevent running as root user
2015-02-24 23:46:00 -05:00
Dave French
448f5be350
Removed Double click to open piano roll, in the BBeditor, this is to stop notes being added in error
2015-02-24 22:08:46 +00:00
Tres Finocchiaro
a4967700fd
Merge pull request #1775 from curlymorphic/i1720
...
Stop quantizing copied notes, leaving them at there original timings.
2015-02-20 13:27:41 -05:00
Tres Finocchiaro
79f6869ac3
Merge pull request #1774 from curlymorphic/i1683
...
Delay the deleting of a track view until the next event loop, this stops...
2015-02-20 11:59:16 -05:00
grejppi
603965fcf4
Merge pull request #1771 from grejppi/master-jack
...
Remove semaphores from JACK backend
2015-02-20 18:10:03 +02:00
Dave French
6a70fbd724
Stop quantizing copied notes, leaving them at there original timings. Notes that were quantised remain so
2015-02-20 12:48:27 +00:00
Dave French
42e12e6b27
Delay the deleting of a track view until the next event loop, this stops the segfault when deleting BB tracks during playback
2015-02-20 11:55:51 +00:00
Dave French
d6a1a61b45
Removed trailing spaces form save as Translations
2015-02-19 16:20:55 +00:00
Dave French
4f5f855e87
Remove the file extensions from the translations in the saveAsDialog
2015-02-19 07:48:58 +00:00
Tres Finocchiaro
1b2e97954e
Merge pull request #1751 from tresf/master
...
Remove "(bad latency!)" warning from PulseAudio
2015-02-18 09:00:58 -05:00
Hannu Haahti
1dcacbb95e
Remove semaphores from JACK backend
2015-02-18 13:24:28 +02:00
Raine M. Ekman
96882f44d5
Added view menu
...
To be reviewed and reverted if undesired.
Based on https://sourceforge.net/p/lmms/patches/38/
Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com >
2015-02-17 23:37:44 +01:00
Tobias Doerffel
317b2f02a8
AutomatableModel: fix wrong comparison logic
...
We must not negate the float but instead test for inequality in order to
determine whether the linked model has to be updated.
Closes #1761 .
2015-02-16 18:22:49 +01:00
Tobias Doerffel
7bd5317499
Fixed path to FLTK DLL
...
mingw-x-fltk >= 1.3.3 has the FLTK DLL inside the bin directory like all the
other library packages as well.
2015-02-15 20:05:00 +01:00
tresf
afb0777a6e
Remove "(bad latency!)" warning from PulseAudio
2015-02-08 18:22:14 -05:00
Vesa V
b1a007b41b
Merge pull request #1686 from mohamed--abdel-maksoud/master
...
MIDI Export feature (issue #258 )
2015-02-07 14:39:37 +02:00
Lukas W
0a48b2f7bc
Fix: Respect custom working directory whenw riting recovery file
...
Fixes #1726
2015-02-05 17:40:34 +01:00
mohamed
2260907285
adding exportProjectMidi method, internally uses midiexport plugin
2015-02-04 22:37:43 +01:00
mohamed
8d5077af96
adding menu entry file->export midi
2015-02-04 22:37:00 +01:00
Dave French
690995620a
Changed the Song Editor time position line to correctly draw from underneath the timeline widget
2015-02-04 15:41:27 +00:00
Spekular
5f32c361e4
Fix project version check on preset load.
2015-02-03 20:43:42 +01:00
Jonas Trappenberg
76ffbd6528
Merge branch 'master' into coding
...
Conflicts:
include/Plugin.h
src/core/Note.cpp
src/core/Track.cpp
2015-01-31 19:11:33 -08:00
Dave French
5a92243db6
Save and load the mute flag for automation patterns
2015-01-31 12:43:14 +00:00
Amadeus Folego
c99e47f581
Add "Assign to new FX Channel" action to FXSpinBox
...
Fix #604 #921
2015-01-30 13:25:10 -02:00
Amadeus Folego
06cb85b771
Move FX assignment/creation logic to InsTrackView
2015-01-30 13:25:10 -02:00
Amadeus Folego
27762a9437
Fix Shift+Resize for single note should be sticky
2015-01-29 20:06:38 -02:00
Tres Finocchiaro
e2d98668ec
Merge pull request #1699 from curlymorphic/bbundo
...
Song Editor and bbEditor undo.
2015-01-29 15:39:43 -05:00
Tres Finocchiaro
339a7c514c
Merge pull request #1697 from curlymorphic/autoundo
...
Automation editor undo
2015-01-29 15:38:33 -05:00
Tres Finocchiaro
0f43b0a472
Merge pull request #1710 from curlymorphic/i1595
...
Proposed fix for #1595 Instrument track activity LED lights when muted.
2015-01-29 13:54:53 -05:00
Tres Finocchiaro
525e627fa4
Merge pull request #1709 from curlymorphic/i1695
...
Proposed fix for 1695 Cannot save templates
2015-01-29 13:50:22 -05:00
Tres Finocchiaro
af08470f66
Merge pull request #1711 from curlymorphic/i1692
...
Proposed fix for 1692 Missing CLI option for rendering
2015-01-29 13:49:25 -05:00
Dave French
1ebbe31fae
Changed commandline flag to render in 32bit float from -32 to -a
2015-01-29 11:36:21 +00:00
Dave French
efa75b0151
Checks for .mpt extension, before adding extension when saving project templates
2015-01-29 10:38:19 +00:00
Dave French
5ce1bd874d
renamed muteHasChanged to muteChanged in InstrumentTrackView
2015-01-29 10:13:25 +00:00
Dave French
968d0215df
Moved Setting of activity indicator color from InstrumentTrack to InstrumentTrackView
2015-01-29 09:49:20 +00:00
Tres Finocchiaro
96fd0815a3
Merge pull request #1708 from badosu/fix-crash-when-removing-last-channel
...
Fix crash when removing last channel
2015-01-28 23:16:50 -05:00
Tres Finocchiaro
d0adb2ddef
Merge pull request #1716 from badosu/change-resizing-notes-on-piano-roll
...
Change Shift+Resize selected notes on Piano Roll
2015-01-28 22:11:05 -05:00
Tres Finocchiaro
824f7fa706
Merge pull request #1712 from curlymorphic/i1532
...
Proposed fix for #1532 Tracks in song editor cannot be moved in pattern ...
2015-01-28 20:37:03 -05:00
Amadeus Folego
dae0c05061
Change Shift+Resize selected notes on Piano Roll
...
Selected notes: when resized would offset posterior, non-selected notes
to mantain some kind of melodic structure. This is referred to
as *sticky* behaviour.
It also assumes some kind of intention that may not be the case.
Also adds complexity to a simple feature.
This commit makes only the the selected notes be offset. It also adds a
new shortcut to the old behaviour <Shift-Ctrl-drag to the note tip>.
Fixes #1666
2015-01-28 23:22:29 -02:00
Dave French
c02f043b3f
Changed color of InstrumentTrack activity indicators mute color to use the color defined in style.css as highlight
2015-01-29 00:27:30 +00:00
Dave French
fa6dd6da8b
Change color of muted activity indicator from red to grey
2015-01-28 22:12:59 +00:00
Dave French
406bc40ddd
fix 1692 reformat conditional statement to be consistant
2015-01-28 17:06:19 +00:00