Age | Commit message (Expand) | Author |
2017-04-21 | Add AboutTab class instead of having a TextEdit widget as tab. | André Nusser |
2017-04-21 | Fix crash of the plugin due to wrong resource path. | André Nusser |
2017-04-21 | Fix Windows build error. | André Nusser |
2017-04-20 | Fix resources on static windows build (Makefile.mingw32) and add note about r... | Bent Bisballe Nyeng |
2017-04-17 | Remove obsolete PluginGUI and DGWindow classes. | Bent Bisballe Nyeng |
2017-04-17 | Fix the size for the plugins. | André Nusser |
2017-04-17 | Resize frames again to make it look better. | André Nusser |
2017-04-17 | Add missing files to windows build. | Bent Bisballe Nyeng |
2017-04-17 | Use new UI in plugins. | Bent Bisballe Nyeng |
2017-04-16 | Added new cc to win32 build. | Bent Bisballe Nyeng |
2017-04-16 | Add modal dialog primitive. | Bent Bisballe Nyeng |
2017-04-01 | Store new setting in the plugin. | Bent Bisballe Nyeng |
2017-04-01 | (Hopefully) Fix Windows build. | André Nusser |
2017-03-26 | Fix resize event in win32 backend. | Bent Bisballe Nyeng |
2017-03-23 | Preliminary plugin gui for disktreaming control. | Bent Bisballe Nyeng |
2017-03-23 | Store new settings in plugin config. | Bent Bisballe Nyeng |
2017-02-17 | Replace obsolete WIN32 ifdefs with platform define. | Bent Bisballe Nyeng |
2017-02-12 | Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unn... | Bent Bisballe Nyeng |
2017-02-05 | Compile engine as a library. | Bent Bisballe Nyeng |
2017-02-05 | Compile plugingui as a library. | Bent Bisballe Nyeng |
2017-01-21 | Revert "Test fix for rcgen compilation on FreeBSD." | Bent Bisballe Nyeng |
2017-01-21 | Test fix for rcgen compilation on FreeBSD. | Bent Bisballe Nyeng |
2017-01-21 | Generate resource_data.cc in build system. | Bent Bisballe Nyeng |
2017-01-18 | Add --with-lv2dir to configure and make sure we install the plugin at that lo... | Bent Bisballe Nyeng |
2017-01-02 | Added missing instance-access as a requiredFeature in ttl for lv2 plugin (tha... | Bent Bisballe Nyeng |
2016-12-10 | Make sure we don't present warnings as errors when compiling VSTSDK source code. | Bent Bisballe Nyeng |
2016-12-10 | Update to latest plugingizmo to remove warnings about missing override keywords. | Bent Bisballe Nyeng |
2016-12-10 | Update to latest plugingizmo to remove warnings about missing override keywords. | Bent Bisballe Nyeng |
2016-10-29 | Add missing distfiles.v0.9.11 | Bent Bisballe Nyeng |
2016-10-24 | Fix graphical glitch in inline progressbar. | Bent Bisballe Nyeng |
2016-09-15 | Fix size_t on 64 issue. | Bent Bisballe Nyeng |
2016-09-15 | Remove stray parenthesis. | Bent Bisballe Nyeng |
2016-09-15 | Missing include. | Bent Bisballe Nyeng |
2016-09-15 | Added new inline display for showing load progress. | Bent Bisballe Nyeng |
2016-09-14 | Use correct stride value (thanks to rgareus for pointing this out). | Bent Bisballe Nyeng |
2016-09-08 | Copy vstsdk sources to build tree before compilation. | Bent Bisballe Nyeng |
2016-07-24 | Clear output buffers in LV2 and jack modes before each process iteration to e... | Bent Bisballe Nyeng |
2016-07-16 | Move config io from DrumGizmo to DrumGizmoPlugin (into own class). | André Nusser |
2016-07-14 | Add 'get' prefix to metadata info methods. Update to latest plugingizmo. | Bent Bisballe Nyeng |
2016-07-14 | Improve last commit and take into account changes in plugingizmo. | André Nusser |
2016-07-14 | Make VST and LV2 information consistent. | André Nusser |
2016-07-14 | Also use isFreewheeling in the plugin. Removing onFreeWheelChange. | André Nusser |
2016-07-13 | Introduce input engine isFreewheeling method. | André Nusser |
2016-07-13 | Introduce output engine isFreewheeling method. | André Nusser |
2016-06-14 | New input processor filter system. Moved processing from Instrument calss to ... | Bent Bisballe Nyeng |
2016-06-06 | Add missing files to Makefiles. | Bent Bisballe Nyeng |
2016-06-06 | Add basic latency reporting methods. | Bent Bisballe Nyeng |
2016-06-02 | New ImageCache class for reusing Image resources. | Bent Bisballe Nyeng |
2016-05-28 | Hand over audio engines to DrumGizmo by reference instead of by pointer. | Bent Bisballe Nyeng |
2016-05-21 | Remove superfluous LDADD flags. | Bent Bisballe Nyeng |