Tres Finocchiaro
607d3f4f66
Simplify C++11 usage for plugins ( #3214 )
...
Simplify C++11 usage for plugins
2017-01-07 01:45:50 -05:00
Lukas W
4db1db5eca
Travis: Fix deploy condition
v1.2.0-rc2
2017-01-06 15:59:45 +01:00
Umcaruje
bc0802c8c5
Patch Travis deployment of windows installers
2017-01-06 00:49:07 +01:00
BaraMGB
43a77a0219
Let sample tracks play from any song position ( #3133 )
...
* play sampletracks from any song position
* take care of TCO length
* TCOs shouldn't be updated when SE window is resized
* take care of zooming level
* takes care on all song position changes and mute/solo tracks now
* playes the sample only within the buffer limits
* takes care of time signature changes
* some minor code improvements (zapashcanon)
* loopback one tick earlier
* minor code changes
* get rid off clicks by resize and scrolling song editor
* removes playhandle by remove TCO
* minor bugs on manipulating TCOs in Song Editor
* update on add sample by playing
* white spaces 1
2017-01-05 22:31:52 +01:00
Tres Finocchiaro
6137fcc5a5
Explicitly define qt versions on Mac ( #3201 )
...
* Explicitly define qt versions on Mac
Closes #3200
* Qt4 force Xcode8 pre-built binaries
* Don't do install tasks at configure time
2017-01-02 17:14:52 -05:00
Javier Serrano Polo
89665b0be3
Separate flags for WINE_BUILD_FLAGS ( #3177 )
2017-01-01 19:12:24 +00:00
Roberto Giaconia
0bf7b13e2a
Changes noncyclic smoothing behaviour ( #3137 )
2016-12-29 22:39:54 +01:00
Oskar Wallgren
3157dbf993
Revert "Envelopes are on now by default" ( #3176 )
2016-12-25 21:58:52 +01:00
Oskar Wallgren
6e66665687
Don't run metronome when project is empty ( #3173 )
2016-12-22 15:30:18 +01:00
Oskar Wallgren
3de95a148d
Mallets, turn off excessive warnings ( #3172 )
2016-12-21 19:51:57 +01:00
Oskar Wallgren
b9534f4271
m_arpDirectionModel sort element order ( #3171 )
2016-12-21 01:36:51 +01:00
Oskar Wallgren
1f3947408d
No newline after render ( #3158 )
2016-12-16 18:13:15 +01:00
Oskar Wallgren
e1c598ba21
Set default suffix ( #2230 )
2016-12-14 15:41:30 +01:00
xhe
65d193ce1a
Improve compatibility, avoid failing to compile ( #3147 )
...
following https://github.com/LMMS/lmms/issues/3146#issuecomment-266211689
2016-12-10 10:25:59 -05:00
m-xbutterfly
33f5821b63
waveshaper redesign ( #3097 )
...
* waveshaper redesign
* Correcting for inconsistency with overall theme
* fix knobs and background
* Changed buttons with more consistent font
2016-12-09 22:27:05 -08:00
Oskar Wallgren
3ee60b24bd
Sinc Medium as default interpolation ( #3141 )
2016-12-02 17:19:25 -05:00
Mikobuntu
68d8152cf5
Envelopes are on now by default ( #3090 )
2016-11-26 19:16:26 +01:00
LMMS Service Account
9a95d73ab7
Updating translations for data/locale/fr.ts
2016-11-25 17:35:45 -06:00
liushuyu
dda6fa944d
Refresh i18n strings
2016-11-24 13:02:23 -07:00
Mehdi
13cf2fc9d8
workaround for broken wineg++ ( #3130 )
...
* Patched broken wineg++ for Fedora x86_64
Closes #3129
Related #3128
2016-11-22 09:28:42 -05:00
LMMS Service Account
5c9f700a96
Updating translations for data/locale/it.ts
2016-11-20 09:18:50 -06:00
LMMS Service Account
27a2748b69
Updating translations for data/locale/es.ts
2016-11-13 18:08:42 -06:00
Umcaruje
f9f930d4e1
Disable MIDI export temporarily ( #3114 )
2016-11-13 23:12:54 +01:00
liushuyu
89bfd3259d
Fix several i18n-related defects ( #3111 )
2016-11-12 11:53:43 -07:00
LMMS Service Account
2574254eaf
Updating translations for data/locale/it.ts
2016-11-11 15:44:35 -06:00
LMMS Service Account
656750dfbb
Updating translations for data/locale/es.ts
2016-11-11 15:12:48 -06:00
Shane Ambler
05ace7e348
Support for using jack midi input ( #2038 )
...
* Support jack midi input
* If jack is used for audio then use the same connection for midi as well
* Remove old FreeBSD adjustment for portaudio as multiple version support has been dropped.
* Disable jack midi out port until it is functional
2016-11-10 00:03:35 +01:00
Umcaruje
c9618961d6
dBV is actually mislabeled dBFS ( #3095 )
...
* Relabel "dBV" to "dBFS" in function names and GUI
* Write a ConfigManager upgrade for older versions
2016-11-06 22:44:18 -05:00
LMMS Service Account
3d43937bf3
Updating translations for data/locale/es.ts
2016-10-31 21:19:11 -05:00
LMMS Service Account
8620ea6bf8
Updating translations for data/locale/it.ts
2016-10-28 16:03:12 -05:00
liushuyu
32b19c0fb1
Refresh translation strings
2016-10-27 00:03:22 -06:00
Oskar Wallgren
f99aee97cd
Arpeggiator Cycle function. Jump over notes and cycle back if over note range. ( #3078 )
2016-10-26 10:27:26 +02:00
Rebecca DeField
3bcb00a381
New piano design with optimized contrast ( #3077 )
...
* New piano design with optimized contrast
* Made green transparent on pressed keys
* Updated Design
2016-10-24 15:29:09 -07:00
Umcaruje
6f91c56956
Upgrade for inverted LEDs in Crossover equalizer ( #3068 )
2016-10-17 18:46:13 +03:00
BaraMGB
eb44ab3316
EQ optimazations ( #3036 )
...
* calcuculate curve path only when data has changed
* calculate spectrum analyzer only if signal input
* code clean up / coding conventions
* changes according coding guidelines/performance improvements in spectrum analyser/curves painting
* minor changes/white spaces
* change init order
* connect analyze view to gui->mainWindow()->periodicUpdate()
* consolidate some functions (d.r.y.)
* minor syntax changes
* fixes a right mouse button bug
* correct steepness of flanks in high and low pass filters
* Whitespaces
2016-10-12 20:09:25 +00:00
Tres Finocchiaro
1f1048697d
Remove mounted icon
...
Per https://github.com/LinusU/node-appdmg/issues/125
2016-10-10 11:29:45 -04:00
Rebecca DeField
54b1da55c2
Theme tweaks ( #3042 )
2016-10-04 12:06:50 +02:00
liushuyu
d609b8f405
Refresh i18n strings
2016-10-01 01:39:04 -06:00
Umcaruje
d4fb937423
Fader redesign ( #3056 )
2016-09-30 11:50:50 -07:00
Umcaruje
919ca8b4d7
Enable antialiasing for sample visualizing ( #3057 )
2016-09-29 15:18:03 -07:00
Umcaruje
1eded63a19
Standardize the color of TCO bar markers ( #3054 )
2016-09-29 15:05:37 -07:00
Tres Finocchiaro
68df69d535
Speed up apple builds ( #3058 )
...
- fltk appears to have been fixed in Homebrew
- removed "reinstall" to speed up builds
2016-09-29 13:24:46 +02:00
Karmo Rosental
70a5ee41ba
Fixed showing of velocity of steps. ( #2960 )
...
* Fixed showing of velocity of steps.
* More contrast between muted and unmuted steps.
* Corrected opacity of volumes over 100.
* Single pixmap draw per step and step opacity is calculated using sqrt function.
* Using step_btn_on_100.png created by Umcaruje.
2016-09-28 17:44:28 +02:00
Umcaruje
be5cc6685e
Disable minimization on all subwindows ( #2983 )
...
* Disable minimization on all subwindows
* Change the maximize button icon
* Remove redundant boolean
* Make the maximize icon play better with the close icon
* I removed too much maaan
* Fix spaces
* Change comments
2016-09-28 01:01:24 +02:00
Simon van der Veldt
61dfed9421
Remove remnant WANT_SYSTEM_SR ( #3050 )
...
Actual use of WANT_SYSTEM_SR was removed in 3f6ff1deb0
2016-09-24 18:40:19 +02:00
Mohammad Amin Sameti
8911f27654
Add Persian and Phrygian dominant scales ( #3045 )
2016-09-23 17:34:06 +02:00
BaraMGB
0c5b2fa4f7
Merge pull request #3012 from BaraMGB/renamewindowtitle
...
Window title will be changed on rename track, now
2016-09-22 16:36:36 +02:00
Steffen Baranowsky
d600d56ad3
change automation editor window title on rename automation pattern
2016-09-18 13:56:36 +02:00
Steffen Baranowsky
354cb78412
piano roll title changed on pattern renaming
2016-09-18 13:18:35 +02:00
Javier Serrano Polo
41b930eb66
Update Pattern and AutomationPattern length ( #3037 )
2016-09-17 23:51:00 +00:00