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
Dave French
43865ad283
AFP update parameters of wave display when loading sample
...
This is changing from opening a new wave display with each sample.
This fixes an issue where the play position cursor was not being drawn.
2015-04-09 00:00:09 +01:00
Tres Finocchiaro
d5300aca70
Merge pull request #1934 from curlymorphic/1925
...
Removed Duplicate Entries in the File Browser
2015-04-07 16:11:10 +00:00
Dave French
ef1ab88342
Removed Duplicate Entries in the File Browser
...
4206705ed2 #1611 Improve search field ,
was incorrectly adding the files twice.
this rectifies my mistake.
2015-04-07 06:44:15 +01:00
Raine M. Ekman
c3687199ea
StringPairDrag: encode data as UTF-8 instead of Latin-1.
...
Encoding Unicode data, like QStrings, as Latin-1 loses information.
UTF-8 is a better fit.
2015-04-06 21:44:57 +03:00
Tres Finocchiaro
c87481ac81
Merge pull request #1922 from curlymorphic/1919
...
DualFilter corrected a bug introduced with sample exactness
2015-04-05 01:42:50 +00:00
Dave French
dca340e5e5
DualFilter corrected a bug introduced with sample exactness
...
fixed a bug where res1 was controled by res2
2015-04-05 02:19:05 +01:00
Tres Finocchiaro
77c6f5a2bf
Merge pull request #1910 from Wallacoloo/master
...
Fix for #1907 - inconsistent clamping behavior in automation editor
2015-04-01 13:51:16 +00:00
Colin Wallace
6e8e696d3e
Fix for #1907 - inconsistent clamping behavior in automation editor
2015-03-30 22:12:48 +00:00
Dave French
54ddfd3a2b
Config manager. added a userVstDir function
...
Added a userVstDir function for consistancy
use the userVstDir() function to create new folder
2015-03-30 18:59:54 +01:00
Raine M. Ekman
4d1e8633e1
MIDI import: remove old non-functional track name code.
2015-03-29 17:26:02 +03:00
Raine M. Ekman
c1ad8d0ae2
MIDI import: add support for track names
2015-03-29 17:16:35 +03:00
Dave French
9516b7cf0e
Added user Vst and ladspa folders
...
the user vst folder nowbecome the default vstfolder. this is configurable
in the setup dialog.
The user ladspa folder is added to the list of folder to search
2015-03-27 15:19:57 +00:00
Tres Finocchiaro
c1a2fde2ef
Merge pull request #1791 from curlymorphic/i1702
...
Extend the creation of default lmms folder, and default template.
2015-03-27 14:27:48 +00:00
Dave French
345e05831d
Change the location of the default template directory
...
Changed the location from lmms/projects/templates to
lmms/templates. This new location is used for loading and saving
of the default tempate default.mpt
2015-03-27 13:45:43 +00:00
Dave French
7335b98fdb
Create User project template folder and default project template.
...
During the creation of the user directories, added the creation of
the projects/templates directory.
When creating a new song, if there is no default template create one.
2015-03-27 13:28:47 +00:00
Dave French
d9995f5548
Add default path for SF2
...
added a default path for sf
create folder
add folder to setup dialog
sf player now uses this location
2015-03-27 12:45:40 +00:00
Dave French
e9b15b51fb
Path Dialog added icon artwork, minor ui tweek
...
added add_folder.png icon to use for adding addition folders.
this may need attention by others
changed layout to correctly display scroll bar
2015-03-27 12:45:40 +00:00
Dave French
2271af81c4
Added a Gig directory to user lmms folder
...
Added option to set gig folder in setup dialog
Gig player now opens at this location
2015-03-27 12:45:40 +00:00
Dave French
8dfa2cf7d0
Reorganised the paths dialog
...
Wrapped the path selection widgets in a Scroll Area, to allow for
the addition of addition paths.
Where multipue paths are allowed the icon has been changed to refect this.
Reordered the list.
2015-03-27 12:45:40 +00:00
Raine M. Ekman
4136dbb744
SF2 Player, OpulenZ: addPlayHandle moved to end of constructor.
...
Should mean smaller risk of race conditions and less need for mutexes.
2015-03-25 21:16:55 +02:00
Greg Simpson
6db4c9007e
LADSPA Multiband EQ (mbeq_1197) bugfix #1885
...
Corrected Hann (raised cosine) window function.
Corrected output-windowing logic and recalculated correction factor
for window type. Tested against white noise & triple_osc output.
2015-03-23 17:44:55 -07:00
Vesa V
de9f879dde
Merge pull request #1804 from badosu/multiple-volume-changes
...
Change behaviour for changing volume/pan on Piano
2015-03-19 19:12:28 +02:00
Vesa V
b3b157d54c
Merge pull request #1799 from curlymorphic/saControls
...
Updated the equalizer plugin to use sample exact controls
2015-03-19 19:11:00 +02:00
Vesa V
9b8a0b6322
Merge pull request #1861 from softrabbit/view_menu
...
Added toggle for smooth scrolling in song editor to view menu
2015-03-19 19:10:31 +02:00
Vesa V
fe77fa47b5
Merge pull request #1802 from curlymorphic/saBassBoost
...
Enable sample exact controls for BassBoost plugin
2015-03-19 19:09:52 +02:00
Tres Finocchiaro
5018199b57
Merge pull request #1886 from curlymorphic/1880
...
FileBrowser, revert to not loading xiz files into DataFile
2015-03-19 13:54:48 +00:00
Dave French
e00241ff5d
FileBrowser, revert to not loading xiz files into DataFile
...
xiz files are again, correctly not passed into a DataFile. DataFile is for
LMMS xml files.
2015-03-19 13:03:03 +00:00
Dave French
0f864682ff
Equalizer refactored EqFilter to remove tick()
...
removed the tick() function, and replaced the invoking code with
direct calls to update().
fixed a bug, where the low shelf bandwidth was getting the incorrect data.
2015-03-16 15:52:33 +00:00
Dave French
c747c7a9ee
BassBoost, seperated sample exact and regular process loops
...
This was done to increase performance when sample exactness
is not in use. This was a consern becasue of the 2 extra function
calls each frame introduced with SA.
2015-03-16 06:57:12 +00:00
Tres Finocchiaro
043a565919
Merge pull request #1870 from M374LX/templatemsg
...
Use the word "template" instead of "project" when appropriate
2015-03-13 12:42:26 +00:00
Vesa V
df66fdeab0
Merge pull request #1871 from M374LX/settings
...
Fix segfault
2015-03-13 13:26:40 +02:00
Vesa V
c01e4ca4a2
Merge pull request #1787 from curlymorphic/xydelay
...
smoothed the time parameter of the delay pluging
2015-03-13 13:25:53 +02:00
Vesa V
da66205f71
Merge pull request #1800 from curlymorphic/saDualFilter
...
Enabled the use of sample exact controls in Dual Filter
2015-03-13 07:38:06 +02:00