Commit Graph

4102 Commits

Author SHA1 Message Date
nick87720z e1cc719687 Fix unsecured url in gidmodules 2018-06-01 16:28:20 +02:00
Nikita Zlobin a1b9a26168 Scale canvas with mouse anchor 2018-06-01 16:25:25 +02:00
falkTX 309b588e5a Add a custom include path for wine jackbridge, small cleanup 2018-05-24 23:21:02 +02:00
falkTX 16763bc4d8 Fix for previous commit, dont keep waiting if receiving lock 2018-05-21 13:42:43 +02:00
falkTX 0002aacd55 Stop waiting for engine post-rt ACK if it stops running 2018-05-21 13:30:02 +02:00
falkTX 95ba62de0b Fix crash when closing session containing bridges with ctrl+c
Fixes #616
2018-05-21 13:29:08 +02:00
falkTX 7c846b0bf1 Fix unix version of ChildProcess::isRunning() when SIGINT is used 2018-05-21 12:33:05 +02:00
falkTX 9cd03be62b Fix crash under debug mode when adding jack apps 2018-05-21 12:32:46 +02:00
falkTX f3fbb37b1e Implement more libjack stubs, catia now loads inside carla 2018-05-21 12:13:12 +02:00
falkTX c62bfbc43a Implement LV2 UI port notifications to feedback messages to UI 2018-05-20 22:31:05 +02:00
falkTX cc3268a8be Store port notifications in LV2_RDF struct 2018-05-20 21:48:41 +02:00
falkTX d32eee00f5 Implement up/down plugins in rack (right-click menu)
Closes #152
2018-05-20 13:22:45 +02:00
falkTX f039ee4675 Fix CarlaBackend.h usage with the latest changes
Fixes #632
2018-05-19 19:23:18 +02:00
falkTX 1967b55052 Fix NaN when controlling log params with MIDI CC
Fixes #625
2018-05-07 16:00:43 +01:00
falkTX ffa0fe6cdd Fix "MIDI CC 0x01" not selectable in some systems 2018-05-07 15:34:32 +01:00
falkTX 086bfcc011 Fix lv2 plugins as bridges not showing bridged custom UI 2018-04-27 23:19:43 +03:00
falkTX 3e126f2592 Fixes for carla-single under ladish, print state messages on start 2018-04-27 08:43:57 +03:00
falkTX d3ebd5bb07 Remove debug print when scanning an LV2 plugin 2018-04-27 08:00:53 +03:00
falkTX 04da5c56d9 Print warning if LV2 plugin wants wrong keys, and try to avoid this 2018-04-26 18:46:02 +03:00
falkTX b81c50d4fd Simplify plugin slot skin code a little, set white color for artyfx 2018-04-26 18:24:55 +03:00
falkTX c8a65dc0d4 Dont prefer UI bridges on bridged LV2 plugins
Double-bridge is not nice
2018-04-26 18:07:07 +03:00
falkTX 8aa84234c7 Avoid assertion if LV2 UI widget is null 2018-04-26 18:01:48 +03:00
falkTX 5cea728f41 Fix bridges no longer loading (midi) programs 2018-04-26 17:52:10 +03:00
falkTX 1b1a2b26c7 Rename and move 2 functions 2018-04-26 17:42:51 +03:00
falkTX 34376b2d8f Remove a hardcoded custom-data key, ignore properties on bridges 2018-04-26 17:27:35 +03:00
falkTX c3fe8c40a8 Merge branch 'master' of github.com:falkTX/Carla 2018-04-22 09:34:47 +03:00
falkTX c3a38f7026 Cleanup 2018-04-22 09:34:39 +03:00
Filipe Coelho 0a34b680ae
Merge pull request #620 from progwolff/master
fix #619, wrong assertion on MIDI CC param
2018-04-19 20:28:20 +02:00
Julian Wolff 6c12b091de fix #619, wrong assertion on MIDI CC param 2018-04-19 19:23:13 +02:00
falkTX 6fdb48cc03 Disable link and kits search UI elements if not compiled in 2018-04-15 23:15:35 +02:00
falkTX 6625c4838a Fix up of supported file extensions 2018-04-15 23:05:16 +02:00
falkTX 1c80870105 Show transport text as enable in plugin mode, and hide controls 2018-04-15 22:28:48 +02:00
falkTX 456b13efaa Transport controls are now considered stable 2018-04-15 22:16:15 +02:00
falkTX 3c6c972a8c Start a function to get build-time features 2018-04-15 22:16:01 +02:00
falkTX 813fd4ead7 More water cleanup 2018-04-09 09:15:25 +02:00
falkTX c29529b456 Fix timing issues, please test 2018-04-08 16:54:06 +02:00
falkTX 0a8f65597b Fix for last commit 2018-04-08 14:11:19 +02:00
falkTX 86a27bd68b Misc fixes detected by static analyzer 2018-04-08 14:06:55 +02:00
falkTX 3aac9100da Don't mention external plugins in about page if not built 2018-04-08 10:04:29 +02:00
falkTX 52f56ad468 Make sure midi channel is always set on output 2018-04-08 01:06:26 +02:00
falkTX 7be0066c07 Water cleanup 2018-04-06 00:04:34 +02:00
falkTX 75b752e67e Update gitignore 2018-04-05 10:06:43 +02:00
falkTX 2bfcf5b56e Add external plugins as optional submodule 2018-04-05 09:57:07 +02:00
falkTX 7cfeb809ee Automatically enable external plugins when its repo is available 2018-04-05 09:45:51 +02:00
falkTX dbc6acfd78 Remove external plugins from source 2018-04-05 09:32:47 +02:00
falkTX bc2c6978ad Cleanup and remove some AudioSampleBuffer methods 2018-04-03 16:59:43 +02:00
falkTX 51c6bc346a Fixup carla-patchbay/graph to work with variable buffer sizes 2018-04-03 16:34:19 +02:00
falkTX fac8af671d Dont send midi notes to LV2 UIs, for now 2018-04-03 15:19:58 +02:00
falkTX c7132a1cfa Fix remaining issues regarding int parameter control
Closes #590
2018-04-03 14:04:20 +02:00
falkTX 7a6e711160 Save custom data for plugin bridges
Fixes #611
2018-04-03 13:36:47 +02:00