pkubaj
ae4d1b52e2
Correctly detect architecture on powerpc* ( #6415 )
2022-05-28 21:18:02 +09:00
Dominic Clark
2c8ffd0f16
Refactor shared memory ( #6404 )
2022-05-28 13:10:45 +01:00
Hyunjin Song
3518d307f4
Fix Carla version detction in CarlaBase ( #6403 )
2022-05-24 09:57:09 +09:00
Johannes Lorenz
230aece217
Add check-strings ( #6379 )
...
This adds a script `check-strings` that checks whether strings, such as file paths or class names, are valid in files outside of the source code, e.g. in translations or themes. This also adds a verify script to verify `check-strings` on a constant git commit. Both scripts are under CI.
2022-05-23 20:35:06 +02:00
Johannes Lorenz
3964c53a0b
Add .clang-format and .clang-tidy
...
This adds `.clang-format` and `.clang-tidy` files to check the code
(partially) against the
[LMMS coding conventions](https://github.com/LMMS/lmms/wiki/Coding-conventions ).
2022-04-30 18:03:48 +02:00
Dominic Clark
0dcf909129
Kill orphaned subprocesses on crash ( #6366 )
...
Co-authored-by: Lukas W <lukaswhl@gmail.com >
2022-04-20 17:15:33 +01:00
Spekular
b4317edd43
Make loop markers snap to same increments as clips ( #6313 )
...
* Make loop markers snap to same increments as clips
* Fix snap size when loop points meet
* Switch to signal-slot based communication for proportional snap changes
* Move end if user clicks at exact center of loop
* Changes from reviews
* More detailed comment
* Properly handle zero length loop when ctrl is held
* More compact selection of action, m_loopPos ordering
* More robust sort
2022-04-18 17:25:15 +02:00
Alex
33b44ec9c7
Disable tooltips through event filter ( #6192 )
...
* Control tooltip visibility using an event filter
...removing the need for a ToolTip helper class
* Remove whitespace
2022-04-15 14:04:52 +02:00
Alex
7c1ebd31c9
Undoable add/remove bar ( #6347 )
...
* Undoable add/remove bar
* Don't add checkpoints to empty tracks
Authored by: Spekular <Spekular@users.noreply.github.com >
2022-04-13 20:11:37 +02:00
Spekular
32caf80be1
Rename 'dialogs' folder to 'modal', add missing modals ( #6367 )
2022-04-10 01:14:55 +02:00
Johannes Lorenz
f6bad88ad3
Fix casing of filenames and code in plugins/ ( #6350 )
...
No functional changes! No changes to savefiles/presets!
Fixes casing of everything that is currently lowercase but should
be uppercase.
Fixes also some other plugin strings, especially:
* opl2 -> OpulenZ (see 289887f4fc )
* calf -> veal (see ae291e0709 )
* ladspa_effect -> LadspaEffect (see 9c9372f0c8 )
* remove flp_import (see 2d1813fb64 )
2022-04-03 13:26:12 +02:00
JGHFunRun
87b2663ac1
No "tb303" only "TB-303" ( #6344 )
2022-04-03 13:07:58 +02:00
Dominic Clark
9628a2b512
Fix QRC dependency issues ( #6349 )
2022-04-02 02:36:41 +01:00
Johannes Lorenz
54bee2272e
Rename LedCheckbox to LedCheckBox in filenames
...
Justification: The class is named `LedCheckBox`, and other files follow
the casing of the classes, too.
2022-03-26 11:37:25 +01:00
Dominic Clark
4dc04a612a
Split RemotePlugin.h into separate files ( #6322 )
2022-03-22 21:40:16 +00:00
Hyunjin Song
80a6672da4
Fix build due to missing includes
...
Fixes build errors introduced in
7db3fa94a1
2022-03-09 11:53:17 +09:00
akimaze
a08e7f9029
Native linux VST support ( #6048 )
...
Co-authored-by: Dominic Clark <mrdomclark@gmail.com >
2022-03-02 18:47:54 +00:00
Johannes Lorenz
7db3fa94a1
Improve includes ( #6320 )
...
* Update ringbuffer submodule to fix includes
* Remove cyclic includes
* Remove Qt include prefixes
* Include C++ versions of C headers
E.g.: assert.h -> cassert
* Move CLIP_BORDER_WIDTH into ClipView
This allows to remove includes to TrackView.h in ClipView cpp files.
* Elliminate useless includes
This improves the include structure by elliminating includes that are
not used. Most of this was done by using `include-what-you-use` with
`CMAKE_C_INCLUDE_WHAT_YOU_USE` and `CMAKE_CXX_INCLUDE_WHAT_YOU_USE`
set to (broken down here):
```
include-what-you-use;
-Xiwyu;--mapping_file=/usr/share/include-what-you-use/qt5_11.imp;
-Xiwyu;--keep=*/xmmintrin.h;
-Xiwyu;--keep=*/lmmsconfig.h;
-Xiwyu;--keep=*/weak_libjack.h;
-Xiwyu;--keep=*/sys/*;
-Xiwyu;--keep=*/debug.h;
-Xiwyu;--keep=*/SDL/*;
-Xiwyu;--keep=*/alsa/*;
-Xiwyu;--keep=*/FL/x.h;
-Xiwyu;--keep=*/MidiApple.h;
-Xiwyu;--keep=*/MidiWinMM.h;
-Xiwyu;--keep=*/AudioSoundIo.h
```
* Fixup: Remove empty #if-#ifdef pairs
* Remove LMMS_HAVE_STD(LIB|INT)_H
2022-03-02 13:30:43 +01:00
Alex
f56fc68b66
Rename TCO and BB to clip and pattern in save files ( #6309 )
...
... and clarify how PatternTrack cloning works
- pattern -> midiclip
- automationpattern -> automationclip
- *tco -> *clip
- bb* -> pattern*
- bbtrackcontainer -> patternstore
2022-02-14 21:12:11 +01:00
Johannes Lorenz
77fee49735
Lv2: Don't show ports with prop notOnGUI ( #6310 )
...
Additionally, this commit removes an unused variable.
2022-02-13 12:44:53 +01:00
Alex
dc73911391
Rename Beat/Bassline to Pattern ( #6284 )
...
- BB* -> Pattern*
- BBTrackContainer -> PatternStore
- BBTrackContainerView -> PatternEditor
- BBEditor -> PatternEditorWindow
Does not touch save files
2022-02-13 09:03:37 +01:00
Hyunjin Song
8a0f1dd95b
Fix small memory leaks in EQ dialog ( #6300 )
2022-02-11 10:10:32 +09:00
Alex
40f4d51078
Do not constantly repaint all clips during selection in song editor ( #6303 )
2022-02-11 00:27:28 +01:00
merrickclay
912c0b76ea
Add missing disconnect statements in PianoRoll ( #6245 )
2022-02-09 11:51:32 +09:00
Hyunjin Song
877a93198f
MidiOss: Fix a typo which breaks build
2022-01-29 15:48:23 +09:00
nia
31aac6265c
midioss: Use unbuffered I/O to access the device node. ( #6276 )
...
This fixes problems reading from MIDI devices on NetBSD - the
input blocked until a certain number of notes have been read
rather than returning immediately when a single note is received.
2022-01-29 14:59:48 +09:00
Johannes Lorenz
17b4863a76
More LV2 buf-size features ( #6254 )
...
Implement `LV2_BUF_SIZE__boundedBlockLength` and
`LV2_BUF_SIZE__fixedBlockLength`.
2022-01-23 14:44:39 +01:00
Alex
1162856418
Rename TCO to Clip in the clipboard data ( #6278 )
2022-01-16 05:47:58 +01:00
Alexandre Almeida
7fe2152938
Fix broken data file upgrade ( #6279 )
...
Fixes issues introduced in previous commit (55d361fb65 ),
which affected loading, saving and drag-dropping of clips.
2022-01-15 22:19:34 +01:00
Alexandre Almeida
55d361fb65
Rename TCO and related to Clip ( #6226 )
...
This PR renames
TCO -> Clip
Pattern -> MidiClip
*TCO and *TCOView -> *Clip and *ClipView
The savefiles are not yet modified by this PR.
2022-01-14 05:45:21 +01:00
Yashraj Shinde
bf323d2024
Rename FxMixer to Mixer ( #6239 )
...
... as decided in #6089 and #5592 .
This PR replaces every occurrence of "FX" where "Mixer Channel" is meant.
2022-01-09 08:15:23 +01:00
merrickclay
54fff4ff23
Added check for empty notes vector in shiftPos ( #6252 )
2022-01-06 23:37:08 +01:00
Martin Pavelek
13e55101f0
Improve spectrum analyzer performance by caching most used computations ( #6003 )
2022-01-06 12:09:46 +09:00
merrickclay
13e17496dc
Updates PianoRoll to immediately reflect note changes in BBEditor ( #6242 )
2021-12-28 11:12:26 +09:00
SeleDreams
7f666e8071
Fixed issue of build when fpermissive isn't enabled due to an issue of higher pointer size
2021-12-27 10:56:59 -06:00
Lior Merkel
98786dd84f
Make preset saving oblivious to mute/solo/muteBeforeSolo states ( #6214 )
2021-12-27 11:23:19 +09:00
István Szabó
7b1cc36880
Fix spinbox offsets in MIDI tab of instruments ( #6235 )
2021-12-27 11:11:08 +09:00
merrickclay
f8258253d5
Fix changing LcdSpinBox value changing their init value ( #6241 )
2021-12-25 13:07:45 +09:00
Ray Redondo
7e2ccc13d6
Run dos2unix ( #6198 )
2021-12-14 23:13:13 +01:00
Raine M. Ekman
6a716fa5fd
Extend denormal protection through DAZ flag to all capable CPUs ( #6167 )
2021-11-25 14:44:42 +09:00
Alexandre Almeida
eee1a81ff3
Rename "mixer" to "audioengine" on lmmsrc.xml ( #6181 )
2021-11-20 21:43:32 +01:00
Alex
445b55f0f5
Don't draw position arrow when line is out of view ( #6191 )
...
Also hides timeline numbers above the piano keys.
2021-11-20 11:15:07 +09:00
JGHFunRun
99d887610d
Fix a bug where the BPM is modulo'd by 256 on MIDI export ( #6215 )
...
Also fixes code formatting of the relevant function.
2021-11-09 14:53:31 +09:00
Johannes Lorenz
1dabd75267
Fixes #6186 : No segfaults with future lmmsrc.xml version ( #6208 )
2021-11-05 17:30:27 +01:00
Dominic Clark
3d7ef9fa4f
Use modern CMake targets for SDL2 ( #6132 )
2021-10-05 16:38:11 +01:00
Alexandre Almeida
ca790def76
Fix clip rendering inconsistency ( #6182 )
...
* Fix clip rendering inconsistency
* Remove trailing whitespaces
2021-10-05 11:20:57 +02:00
Alex
f16ec9c054
Fix crash when zooming out during knife mode ( #6184 )
2021-10-05 10:41:36 +09:00
Dominic Clark
e1d5391f22
Fix MSVC architecture detection with non-VS generators ( #6175 )
2021-10-03 23:45:13 +01:00
Alexandre Almeida
47cddcba75
Split InstrumentTrack ( #6176 )
...
Split InstrumentTrackView and InstrumentTrackWindow off of InstrumentTrack
2021-10-02 05:40:01 +02:00
Johannes Lorenz
745dec673d
Add missing cstddef include
2021-10-01 22:55:58 +02:00