Commit Graph
-
4fca135e8
Yet another build fix by
falkTX
2019-12-02 17:11:14 +0000
-
10bf0d5c8
Fix build against latest changes by
falkTX
2019-12-02 16:57:36 +0000
-
c47c72555
Do not define distrho related macros in juce utils by
falkTX
2019-12-02 16:46:10 +0000
-
edc15542e
Rework some code, join LADSPA and DSSI plugin support code into 1 by
falkTX
2019-12-02 16:05:51 +0000
-
e3a8c919d
(refs/pull/860/head)
Build and installation of translation files by
JP Cimalando
2019-03-21 21:27:06 +0100
-
f0be0e885
Search and load translation files at frontend startup by
JP Cimalando
2019-03-21 20:57:08 +0100
-
-
ccb0b4bba
Revert "Add a comment about some unreachable code" by
falkTX
2019-11-28 20:37:46 +0000
-
9286c4da2
Revert "Do not set vst ui size when audioMasterSizeWindow received on init" by
falkTX
2019-11-28 19:12:27 +0000
-
cf3e3fd02
Revert "Try to fix recursion of vst ui resize" by
falkTX
2019-11-28 19:12:12 +0000
-
801bc02a8
Add RDF prefix to LADSPA_RDF definitons by
falkTX
2019-11-26 22:05:17 +0000
-
f119412bc
Try to fix recursion of vst ui resize by
falkTX
2019-11-25 12:21:09 +0000
-
246a09a8f
Add a comment about some unreachable code by
falkTX
2019-11-25 12:11:44 +0000
-
0b485284e
Do not set vst ui size when audioMasterSizeWindow received on init by
falkTX
2019-11-25 12:08:05 +0000
-
8e8fe2e11
(refs/pull/947/head)
Cleanup the way split lv2-bundles are installed by
falkTX
2019-11-24 14:56:01 +0000
-
372487e7c
Add static ttl files for lv2-bundles by
falkTX
2019-11-23 22:31:51 +0000
-
4c5077a82
Remove unused variable by
falkTX
2019-11-23 16:57:48 +0000
-
96c4501e3
Cleanup last changes made to audio-gain.c by
falkTX
2019-11-23 16:57:24 +0000
-
6d01cc816
Add filter on gain control of audio-gain plugin (#961) by
Bram Giesen
2019-11-23 17:37:39 +0100
-
04e0ee28c
Do not build program stuff in audio and midi file without PyQt by
falkTX
2019-11-23 16:29:03 +0000
-
f9b59964a
Start work to allow split lv2 bundles of carla plugins by
falkTX
2019-11-23 13:33:33 +0000
-
3de829c37
More compatible code for old compilers by
falkTX
2019-11-20 22:18:36 +0000
-
6e595bf9d
Dont give warnings for missing libs on CI test builds by
falkTX
2019-11-20 22:13:01 +0000
-
14f906720
Try to fix build on old compilers by
falkTX
2019-11-20 21:26:48 +0000
-
c0af83748
Fix build without audio file support Closes #962 by
falkTX
2019-11-20 21:18:09 +0000
-
03bec72da
(refs/pull/961/head)
Changed filter freq audio-gain.c by
BramGiesen
2019-11-20 17:31:00 +0100
-
5ace134d5
Added lowpass filter to gain control by
BramGiesen
2019-11-20 16:40:50 +0100
-
-
2cb6fa196
Initial work for file type paths, use it for audio and midi plugins by
falkTX
2019-11-18 01:52:35 +0000
-
d78d048d5
Fix build with pyqt but no opengl by
falkTX
2019-11-17 21:36:00 +0000
-
43b981c58
Fix default colors for custom skin-style plugins in rack by
falkTX
2019-11-16 18:50:47 +0000
-
0ff002cbc
midipattern: fix writing notes independent of BPM by
falkTX
2019-11-10 20:27:36 +0100
-
27c0e1373
Fix build by
falkTX
2019-11-10 17:24:18 +0100
-
b1a04d7f7
Start fixing up midi pattern plugin, WIP by
falkTX
2019-11-10 17:23:16 +0100
-
d997f2976
Fix pianoroll.py snap when value is zero by
falkTX
2019-11-10 14:15:31 +0100
-
302854ae6
Fix 0 BPM when starting carla as transport master, and not rolling by
falkTX
2019-11-10 14:07:46 +0100
-
fc5e2f37d
Fix changing transport mode when not using multi-client by
falkTX
2019-11-10 13:28:53 +0100
-
90304c869
Rework audio file plugin, finally actually works properly by
falkTX
2019-11-02 13:05:23 +0100
-
12d6e00b0
Fix build by
falkTX
2019-11-01 15:23:50 +0100
-
81cd4e2c9
A few more const things by
falkTX
2019-11-01 14:52:48 +0100
-
5b1d5f7a1
More constness cleanup by
falkTX
2019-11-01 14:50:05 +0100
-
6c8d6c757
Cleanup CarlaPlugin.hpp const usage by
falkTX
2019-11-01 14:32:40 +0100
-
c525717d2
Implement setProgramRT, fixing build by
falkTX
2019-11-01 14:03:21 +0100
-
9bc526c1a
Tweak CarlaPlugin API to make RT engine callbacks optional by
falkTX
2019-11-01 13:00:40 +0100
-
0bda11bd0
Do not use sprintf in CarlaEngineNative.cpp; Fix previous commit by
falkTX
2019-11-01 12:10:06 +0100
-
92f7b267e
Enforce use of return value of a few CarlaPlugin functions by
falkTX
2019-11-01 09:31:36 +0100
-
278e1972d
Add lv2 midnam support; Cleanup CarlaEngine.hpp const usage by
falkTX
2019-10-31 21:41:35 +0100
-
fa7a1ec0d
Rename "clear" to "reset" (filters), add clear button on search by
falkTX
2019-10-30 10:45:44 +0100
-
3322c9fa7
Do not require label for vst3 by
falkTX
2019-10-30 10:26:50 +0100
-
cae121d99
Tweak look of parameter groups by
falkTX
2019-10-30 09:11:44 +0100
-
36e98b942
Set parameter tooltip based on lv2 control comment by
falkTX
2019-10-30 08:02:53 +0100
-
8337a2ece
Protect against bad lv2 rindex value by
falkTX
2019-10-30 07:55:11 +0100
-
ba07ac4e6
Fix lv2 parameter groups for a few more plugins by
falkTX
2019-10-30 07:49:03 +0100
-
cbe6bb84c
Make parameter groups collapsable by
falkTX
2019-10-29 19:56:39 +0100
-
026362b5a
Really fix carla-single by
falkTX
2019-10-29 19:17:02 +0100
-
5cd42f262
Fully working lv2 parameter groups; Fix carla-single for vst3 by
falkTX
2019-10-29 19:09:17 +0100
-
7e7fc2280
More things regarding parameter grouping by
falkTX
2019-10-29 14:59:42 +0100
-
f652ad2e1
Rework for better plugin string result handling; single page params by
falkTX
2019-10-29 13:55:44 +0100
-
cbda7aa57
Fix vst3 search on Linux by
falkTX
2019-10-29 08:32:33 +0100
-
7d1142b6c
Use -fpermissive when building wine bridges by
falkTX
2019-10-29 08:30:53 +0100
-
7b754358e
Use juce by default on osx and win; fix build with gcc9 by
falkTX
2019-10-28 20:49:58 +0100
-
25f16982b
(video-port)
Initial work for video port type by
falkTX
2019-10-28 19:15:07 +0100
-
-
1b49ad13f
libjack: implement jack_get_cycle_times by
falkTX
2019-10-26 10:40:38 +0200
-
3dd2982cf
Fix build for legacy gcc by
falkTX
2019-10-25 09:10:52 +0200
-
0c536ccc4
Make previous changes c++98 compat by
falkTX
2019-10-25 08:46:49 +0200
-
f4956c6e0
Add iniial audiofile inline-display, fix bigmeter one by
falkTX
2019-10-25 03:06:09 +0200
-
5fbae267c
Save/cache audio driver in engine settings; Fixes to dialog by
falkTX
2019-10-24 23:32:54 +0200
-
95dd29e37
(refs/pull/945/head)
Select text in search entry also when focusing via shortcut by
Christopher Arndt
2019-10-24 21:38:39 +0200
-
-
535cb1e59
Use Ctrl+F to focus on search bar; Fix previous commit by
falkTX
2019-10-24 20:34:56 +0200
-
fa5eb2998
Focus text search on add-plugin dialog on re-open by
falkTX
2019-10-24 20:04:38 +0200
-
e3a27c5f0
Fix a build warning by
falkTX
2019-10-24 19:35:18 +0200
-
f1b355216
Keep add-plugin dialog in memory, so recurring shows are faster by
falkTX
2019-10-24 18:23:22 +0200
-
e94f5f477
Add favorite plugin list on right-click custom menu by
falkTX
2019-10-24 17:56:53 +0200
-
30b7b2637
Implement favorite plugins list; Better text search by
falkTX
2019-10-24 17:28:23 +0200
-
e1021ae3a
Implement reset-filters button in add-plugin dialog by
falkTX
2019-10-24 14:14:11 +0200
-
f8b5a9b37
Improve add-plugin dialog workflow by
falkTX
2019-10-24 14:04:07 +0200
-
464723824
Remove 'midiChannelIndex' hacks in water processor graph by
falkTX
2019-10-24 13:56:21 +0200
-
c307dd9d8
Rework add-plugin dialog by
falkTX
2019-10-24 12:19:59 +0200
-
6f69af38f
Fix up mixdown logic by
falkTX
2019-10-24 04:16:01 +0200
-
9ae13a882
Tweak wording and size by
falkTX
2019-10-24 03:45:54 +0200
-
41a0bf57a
Expose libjack midi out channel mixdown option in add-jack dialog by
falkTX
2019-10-24 03:30:34 +0200
-
b511d2100
libjack: implement midi out channel buffer mixdown by
falkTX
2019-10-24 03:10:56 +0200
-
84c69c851
Add option to add-jack for using externally started applications by
falkTX
2019-10-24 01:21:59 +0200
-
1cd2d6afa
Set libjack transport frame_rate value (fixes patroneo) by
falkTX
2019-10-24 01:21:35 +0200
-
33a4bc0fc
(refs/pull/943/head)
fix 2 unneeded differencies by
houston
2019-10-23 23:56:25 +0200
-
a1b275344
(vcv-plugins)
Useless stuff by
falkTX
2019-10-23 23:20:34 +0200
-
b354526c1
Typo by
falkTX
2019-10-23 11:44:54 +0100
-
-
-
2118ce1e1
Cleanup by
falkTX
2019-10-23 02:10:17 +0100
-
080125399
Finish linux build scripts, now with wine and gtk3 bridge by
falkTX
2019-10-23 02:03:51 +0100
-
67d63447b
Continue work on linux build scripts, now something that works by
falkTX
2019-10-23 00:22:52 +0100
-
c88cf0b38
Fix build against old linux distros by
falkTX
2019-10-23 00:22:10 +0100
-
25b909e74
remove no more used reimplement functions (qdial behave in qt5 maybe? ) by
houston
2019-10-22 18:07:36 +0200
-
3e90bb214
comment qt events for test by
houston
2019-10-22 17:53:16 +0200
-
9feb7dc92
emit signal on mouse wheel event on knobs by
houston
2019-10-22 17:46:41 +0200
-
9bb2ce308
add support for mouse wheel (and slower with Ctrl Key) on knobs of a plugin rack by
houston
2019-10-22 15:25:02 +0200
-
-
2df0ddf34
Always use JackNoStartServer by
falkTX
2019-10-22 00:59:07 +0100
-
2de038b1a
(refs/pull/935/head)
remove m_last_selected_state var by
houston
2019-10-21 18:15:13 +0200
-
b15b4e945
mend by
houston
2019-10-21 17:52:48 +0200
-
785f34b4e
remove spaces at beginning of a line by
houston
2019-10-21 17:47:59 +0200
-
4f79b9c51
clean last seen unneeeded lines by
houston
2019-10-21 17:44:27 +0200
-
ef8140dc8
rename portFlags to portGroupFlags in the concerned slot by
houston
2019-10-21 17:32:48 +0200
-
32497e213
fix apparition of ports in a port group with wrong order from backend by
houston
2019-10-21 17:31:56 +0200