Martin Pavelek
89d8363218
Add the vectorscope plugin ( #5328 )
...
The credit for the `ColorChooser` class goes to CYBERDEViLNL.
2020-02-07 15:00:42 +09:00
Hye Sung Jung
8679f79e2b
fix spelling errors ( #5385 )
2020-02-01 13:38:59 +01:00
Hussam al-Homsi
63d11f763c
Simplify FadeButton update ( #5311 )
2020-01-12 20:42:54 -05:00
Martin Pavelek
ef99c53357
fix locking of the useless_lock in LocklessRingBuffer.h
2020-01-05 17:54:29 +01:00
Hussam al-Homsi
abf3530d33
Return EXIT_SUCCESS instead of 0 in main
2019-12-15 00:50:43 -05:00
liushuyu
a9e3e70ae3
filebrowser: making the string more flexible for i18n
2019-11-24 00:50:15 -07:00
liushuyu
b11e8eb33b
SpectrumAnalyzer: Fix typo
2019-11-24 00:50:15 -07:00
Martin Pavelek
da73ddd242
Spectrum analyzer update ( #5160 )
...
* advanced config: expose hidden constants to user screen
* advanced config: add support for FFT window overlapping
* waterfall: display at native resolution on high-DPI screens
* waterfall: add cursor and improve label density
* FFT: fix normalization so that 0 dBFS matches full-scale sinewave
* FFT: decouple data acquisition from processing and display
* FFT: separate lock for reallocation (to avoid some needless waiting)
* moved ranges and other constants to a separate file
* debug: better performance measurements
* minor fixes
* build the ringbuffer library as part of LMMS core
2019-11-21 14:44:18 +01:00
Kapandaria
2f0010270e
Xpressive plugin updates ( #5217 )
...
* Updated plugin artwork.
* Update the formula in the presets to use integrate(f) instead of
t*f, as integrate operation is more robust to frequency changes.
* rename X-Pressive to Xpressive in help window title.
* Xpressive.cpp, spaces to tabs and remove commented code.
2019-11-18 21:29:08 +01:00
Kevin Zander
256ae6dad6
Fix incorrect m_lastSoloed after moving/deleting an FX channel
...
Original code by @gi0e5b06.
2019-11-16 10:46:09 +09:00
Hussam al-Homsi
33b36ffc5e
Add some missing includes
2019-11-15 17:09:57 -05:00
Olivier Humbert
ffce1d947a
Debian packaging improvements ( #5264 )
...
* d/control: http -> https
* d/control: rearrange lists (one item per line + alphabetically ordered)
* d/copyright: http -> https
* Delete contributors.patch (integrated now)
* d/series: removes contributors.patch
2019-11-14 23:30:49 -05:00
nia
b4459bed9e
Support NetBSD's OSS audio/midi implementation ( #5277 )
2019-11-07 13:47:20 +09:00
Hussam al-Homsi
a24f1d779d
Do not include unused headers
2019-11-06 22:06:15 -05:00
Lukas W
fb25575339
Merge issue templates (PR #4884 )
...
Add issue templates
2019-11-05 09:46:30 +01:00
Lukas W
8a52ddb642
CricleCI: Test merged pull request
2019-11-01 14:01:12 +01:00
Kevin Zander
ebf71003c7
Fix vertical piano mouse click unresponsiveness
...
`PianoRoll::mouseDoubleClickEvent` wasn't forwarding the event to the base class when not acting on the event. The base class calls `mousePressEvent`.
Fixes #3005
2019-11-01 08:36:54 +01:00
David CARLIER
dac59a5fa0
C++11 inheritance updates
...
Add `override` and remove `virtual` where applicable
2019-10-31 20:05:33 +01:00
Alexandre Almeida
46f5433732
New BARS_PER_GROUP constant
2019-10-31 15:14:04 +01:00
Alexandre Almeida
53e6b645c8
Use "bar" instead of "tact"
...
Closes #4865
2019-10-31 15:13:25 +01:00
Lukas W
b8e499d6d8
Merge "Don't use deprecated Qt5 functions" ( #5156 )
2019-10-31 09:41:43 +01:00
Hyunjin Song
488c4ea603
CircleCI: support Qt from a PPA on /opt
2019-10-31 15:14:52 +09:00
Hyunjin Song
9cb1f8e784
Change the docker tag for CircleCI Linux builds
...
In response to https://github.com/LMMS/lmms-ci-docker/pull/7
2019-10-31 14:37:40 +09:00
Lukas W
400c8d8105
Remove Travis MinGW builds
...
We already run them on CircleCI with a newer Qt version.
2019-10-30 12:13:27 +01:00
Lukas W
b5b3b2e6a6
CMake: Require Qt 5.6+
2019-10-30 12:13:27 +01:00
Lukas W
d9f1383ca9
Remove remaining usages of QSignalMapper
2019-10-30 12:13:27 +01:00
Noah Brecht
2c5bf2b9dd
lambdas instead of QSignalMapper
2019-10-30 12:13:27 +01:00
Noah Brecht
38f599b6e7
setPath rather than operator= for qDir
2019-10-30 12:13:27 +01:00
Noah Brecht
200d1c209c
more depricated qt functions
2019-10-30 12:13:27 +01:00
Lukas W
35daff9a84
GitHub: Add Discord contact link to template chooser
2019-10-29 22:42:52 +01:00
Lukas W
4a9e9da78c
Issue templates improvements
...
* Ask users to search the tracker first
* Ask for the LMMS version in bug reports
2019-10-29 22:42:20 +01:00
Shmuel H
1b45ce5a98
CircleCI: Add macOS support.
2019-10-28 22:34:18 +02:00
nia
eeaaf6d1da
Support CMAKE_INSTALL_MANDIR ( #5276 )
2019-10-28 09:56:34 +09:00
Mark-Agent003
3745bfbd7f
Increase File Browser Spacing ( #4252 )
...
Increase File Browser Spacing
2019-10-25 09:20:02 +02:00
Hyunjin Song
13c4f4a995
Let Travis Mac builds use the Xcode 9.4 image
2019-10-22 11:30:36 +09:00
Hyunjin Song
7ebaa0e211
Merge branch 'stable-1.2'
...
# Conflicts:
# data/locale/pl.ts
# include/SongEditor.h
# plugins/vst_base/CMakeLists.txt
# src/core/Song.cpp
# src/gui/editors/SongEditor.cpp
2019-10-21 11:18:39 +09:00
Hyunjin Song
dbf5f47149
Bump version to 1.2.1
v1.2.1
2019-10-21 09:27:12 +09:00
Shmuel H
82c38193de
Add windows NSIS artifact extensions ( #5244 )
...
* MSVC: Move MSVC year detection to DetectMachine.cmake.
* NSIS: Add compiler to installer name
2019-10-20 23:28:42 +03:00
Raine M. Ekman
4f11cf1b23
Make SampleBuffer adjust its members when resampling
...
Fixes #5218 .
2019-10-19 22:41:51 +03:00
Oskar Wallgren
a9262b9613
Fix Organic offset glitch ( #5252 )
2019-10-19 11:40:06 +02:00
David Carlier
732448c392
FreeBSD build version
2019-10-18 16:52:38 +02:00
Lost Robot
2d17bf07f3
Allow mid-note automation of BitInvader sample length ( #4705 )
2019-10-17 16:44:55 +09:00
Shmuel H
a22b6d7575
NSIS: Add compiler to installer name
2019-10-17 03:04:18 +03:00
Shmuel H
d005eec1aa
MSVC: Move MSVC year detection to DetectMachine.cmake.
2019-10-17 03:03:26 +03:00
Hyunjin Song
f1831ffdc6
Export TrackContentObject class
...
Fix a build error introduced in #5223 .
2019-10-17 08:54:51 +09:00
Kevin Zander
170d28ffbd
Remove global automation from MIDI import ( #5223 )
2019-10-15 11:22:41 +09:00
Hyunjin Song
95c46a805d
RemoteVstPlugin: fix crashes when failed to open a file ( #5235 )
2019-10-15 11:18:46 +09:00
Oskar Wallgren
6dee6a4418
Show icon on 'Turn off all notes' button ( #5237 )
...
Backporting fix from 2815da2805
by @karmux
2019-10-12 17:41:30 +02:00
Oskar Wallgren
e321dff733
Translation Fixes (Continuation of #4482 ) ( #5185 )
...
Fix some formatting issues with some translations.
* Russian
* Polish
* Swedish
* Ukrainian
2019-10-10 19:01:17 +02:00
Hyunjin Song
d7a78fe121
Specify timeout for transfer.sh uploads
...
Prevents "No output has been received in the last 10m0s" errors on Travis CI.
2019-10-10 14:22:42 +09:00