Colin Wallace
fd8123488a
fix behavior of shift+dragging note ends (issue #1905 )
2015-04-26 03:58:12 +00:00
Tres Finocchiaro
478bbbd4d0
Merge pull request #1984 from michaelgregorius/1981-midicrash
...
Might fix 1981 ("Midi Import crash in master branch")
2015-04-24 18:49:26 +00:00
Tres Finocchiaro
c57ba1b22c
Merge pull request #1998 from tresf/master
...
Load file names with utf chars
2015-04-24 12:56:24 +00:00
Tres Finocchiaro
3189354760
Merge pull request #1928 from curlymorphic/1927
...
Model::isValueChanged correctly returns if sample exactness is used.
2015-04-24 12:55:43 +00:00
Tres Finocchiaro
13f7065b46
Load all file names with utf chars
...
Fixes #1995
2015-04-21 16:40:58 -04:00
Tres Finocchiaro
e96dff375b
Merge pull request #1999 from Wallacoloo/muted-text
...
Display the 'muted' attribute as "mute" to match the wording of "solo"
2015-04-21 20:22:46 +00:00
Colin Wallace
85b6a92460
Display the 'muted' attribute as "mute" to match the wording of "solo"
2015-04-21 19:12:29 +00:00
Michael Gregorius
2d909462b6
Improved debugging output for unhandled MIDI data
...
Print as much debug info as possible for unhandled data.
2015-04-20 19:52:44 +02:00
Tres Finocchiaro
35b357f3ce
Merge pull request #1988 from Wallacoloo/iph-unused-var
...
Remove unused m_instrumentTrack variable
2015-04-20 14:40:40 +00:00
Tres Finocchiaro
6e68eca6f8
Merge pull request #1704 from badosu/fix-cloned-track-position
...
Fix cloned track position
2015-04-20 14:30:09 +00:00
Tres Finocchiaro
f869b35217
Merge pull request #1985 from michaelgregorius/EffectSelectDialog
...
Show native plugin info in the effect selection dialog
2015-04-20 14:23:33 +00:00
Tres Finocchiaro
fa2cd22e5b
Merge pull request #1980 from Wallacoloo/mixer-insert
...
Add <Insert> keyboard shortcut to create a new FX channel
2015-04-20 04:46:58 +00:00
Tres Finocchiaro
ad9fe1e27a
Merge pull request #1989 from Wallacoloo/lfo-controller-dialog-cleanup
...
Remove unused var CF_LFO_GRAPH_X and outdated commented-out code
2015-04-20 04:43:22 +00:00
Tres Finocchiaro
3910629fc5
Merge pull request #1990 from Wallacoloo/track-unused-vars
...
remove unused vars: TRACK_OP_BTN_(WIDTH|HEIGHT)
2015-04-20 04:42:00 +00:00
Colin Wallace
954a61f0fc
Remove unused var CF_LFO_GRAPH_X and outdated commented-out code
2015-04-20 03:47:49 +00:00
Colin Wallace
f12fa52a69
remove unused vars: TRACK_OP_BTN_(WIDTH|HEIGHT)
2015-04-20 03:37:55 +00:00
Colin Wallace
92d8950fd3
Remove unused m_instrumentTrack variable
2015-04-20 03:17:11 +00:00
Colin Wallace
75dd6fa3e7
Change new mixer channel shortcut to shift+insert
2015-04-20 03:06:41 +00:00
Tres Finocchiaro
8849c11b0a
Merge pull request #1979 from curlymorphic/remotecc
...
ZynSubAddFx routed all MIDI cc messages to channel 0
2015-04-20 01:39:55 +00:00
Michael Gregorius
70b063ba05
Show native plugin info in the effect selection dialog
...
The effect selection dialog now also shows the information for the native
plugins. This included name, description, author as well as the plugin
icon.
Also removed the group box with the title "Plugin description" because
it should be rather obvious to the user that further information about
the plugin is shown. This removes some clutter from the dialog.
2015-04-19 22:02:13 +02:00
Michael Gregorius
19d641f6b4
Might fix 1981 ("Midi Import crash in master branch")
...
This commit adds checks for conditions that are asserted during calls to
get_atom_value.
It might fix a crash that is described in 1981. Unfortunately no files
have been attached to that issue. However, I was able to crash LMMS
using a local file and this crash is gone with this fix. So hopefully this
change also fixes the crashes described in 1981.
2015-04-19 17:11:03 +02:00
Tres Finocchiaro
d61075972d
Merge pull request #1978 from Wallacoloo/pianorollfocus
...
Give focus to the PianoRoll widget when its window is opened
2015-04-19 15:06:27 +00:00
Colin Wallace
d146e6fb4a
Add <Insert> keyboard shortcut to create a new FX channel
2015-04-18 22:22:35 +00:00
Dave French
2ac6d5df7a
ZynSubAddFx routed all MIDI cc messages to channel 0
...
Lmms routes all midi notes to ZSAF on channel 0, however the CC messages
not routed, and could erronusoly be sent on other channels. This would
lead to ZSAF not acting on these midi commands
This pull request routes All Midi CC messages to channel 0
fixes #1953
2015-04-18 22:46:58 +01:00
Tres Finocchiaro
f9e37f779a
Merge pull request #1976 from Wallacoloo/sfxrtypo
...
Fix 'Squre' typo in sfxr plugin
2015-04-18 21:34:36 +00:00
Colin Wallace
382aec66f3
Give focus to the PianoRoll widget when its window is opened
2015-04-18 21:10:10 +00:00
Colin Wallace
eae30ce81f
Fix 'Squre' typo in sfxr plugin
2015-04-18 20:17:20 +00:00
Tres Finocchiaro
435a15d8bf
Merge pull request #1938 from softrabbit/view_menu_note_names
...
View menu: added toggle for piano roll note labels
2015-04-17 21:27:39 +00:00
Tres Finocchiaro
a8da58ec21
Merge pull request #1884 from M374LX/songcomments
...
Song::processNextBuffer() - add more comments and rename variables
2015-04-17 19:48:32 +00:00
Tres Finocchiaro
ec2368fc5e
Merge pull request #1678 from badosu/fix-moving-channels-segfault
...
Fix segfault when moving channels
2015-04-17 19:41:49 +00:00
Tres Finocchiaro
7c523e6325
Merge pull request #1874 from M374LX/pianoroll-refactor
...
PianoRoll::mouseReleaseEvent() refactoring
2015-04-17 19:03:49 +00:00
Tres Finocchiaro
6b9851261d
Merge pull request #1970 from falkTX/master
...
Implement NATIVE_HOST_OPCODE_HOST_IDLE in carla plugin
2015-04-17 19:02:23 +00:00
falkTX
64b138b7ad
Implement NATIVE_HOST_OPCODE_HOST_IDLE in carla plugin
2015-04-17 20:59:46 +02:00
Tres Finocchiaro
49dccf5a69
Merge pull request #1963 from Wallacoloo/pianorolldeselect
...
Add ctrl+shift+a to deselect all notes in piano roll (#1488 )
2015-04-16 02:49:51 +00:00
Colin Wallace
7e1e506109
Add ctrl+shift+a to deselect all notes in piano roll ( #1488 )
2015-04-15 23:18:57 +00:00
Tres Finocchiaro
bf8eeaa9f8
Merge pull request #1933 from softrabbit/issue1325
...
StringPairDrag: encode data as UTF-8 instead of Latin-1.
2015-04-15 13:09:21 +00:00
Tres Finocchiaro
c270c7b701
Merge pull request #1957 from curlymorphic/1822
...
rebase of pr 1822 build fixes for freebsd
2015-04-15 04:52:54 +00:00
Dave French
e4a4dfd036
rebase of pr 1822 build fixes for freebsd
...
simply copied and pasted the changes from pr#1822
2015-04-14 20:00:55 +01:00
Tres Finocchiaro
d516c74b73
Merge pull request #1908 from curlymorphic/pathDialog
...
Re organizing of the user LMMS directory
2015-04-13 21:21:05 +00:00
Tres Finocchiaro
df0e6d6e9d
Merge pull request #1897 from geedubess/bugfix_1888
...
LADSPA Multiband EQ (mbeq_1197) bugfix #1885
2015-04-13 20:33:57 +00:00
Tres Finocchiaro
d05c063b0c
Merge pull request #1906 from softrabbit/midi_import_track_names
...
MIDI import: add support for track names
2015-04-13 20:26:47 +00:00
Tres Finocchiaro
5f8fb2262e
Merge pull request #1902 from softrabbit/move_addplayhandles
...
Sf2player, OpulenZ: addPlayHandle moved to end of constructor.
2015-04-13 20:14:53 +00:00
Tres Finocchiaro
8db0700140
Merge pull request #1951 from tonychee7000/master
...
Update Chinese translation
2015-04-13 13:13:41 +00:00
TonyChyi
e6fc85230c
Update Chinese translation
2015-04-13 10:47:57 +08:00
Lukas W
aae17dcf12
Merge pull request #1943 from curlymorphic/eqBandOn
...
EQ, Turn on all the bands by default.
2015-04-12 22:29:41 +02:00
Tres Finocchiaro
50a3b8dfee
Merge pull request #1944 from Wallacoloo/knob-fix2
...
Properly initialize Knob lineWidth
2015-04-11 01:00:21 +00:00
Colin Wallace
3c76c4975b
Properly initialize Knob lineWidth
2015-04-10 23:29:18 +00:00
Dave French
009a71484a
EQ, Turn on all the bands by default.
2015-04-10 11:26:41 +01:00
Tres Finocchiaro
17e096b965
Merge pull request #1941 from curlymorphic/1939
...
AFP update parameters of wave display when loading sample
2015-04-09 02:12:11 +00:00
Dave French
bd5dfddfd4
AFP renamed updateFromTo() to updateSampleRange()
2015-04-09 02:13:31 +01:00