Dave French
8e244a2e77
Corrected fileName typo
2015-03-08 17:17:21 +00:00
Dave French
335711aac7
xml validation, removed redundant boxing, unknown files fail validation, caught a inverse logic error
2015-03-08 16:43:28 +00:00
Dave French
318260a7e2
Validates Xml files opened with the main menu
2015-03-08 16:43:28 +00:00
Dave French
ad9dfd853d
Begginings of XML validation
2015-03-08 16:43:28 +00:00
Dave French
7037faedd3
Added Checking of filetypes from the xml. Added a static function fileTypeFromData to the DataFile class. This opens the given file and checks the xml for its file type, as oposed to relying on the file extension
2015-03-08 16:43:28 +00:00
Vesa V
67199970a5
Merge pull request #1809 from curlymorphic/dataChanged
...
Added sample exactness to the Lfo controller controls
2015-03-08 10:55:05 +02:00
Augustin Cavalier
582c9ee678
Refactor shared memory logic.
2015-03-05 13:56:37 -05: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
Dave French
d15a1136de
Added sample exactness to the Lfo controller controls
...
Added sample exactness to the amount control.
2015-03-02 22:28:18 +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