Age | Commit message (Expand) | Author |
2018-08-05 | Fix rampdown offsets. | Bent Bisballe Nyeng |
2018-08-05 | Add support for partial buffers in cache and rendering engine - fixes dropout... | Bent Bisballe Nyeng |
2018-08-04 | Add output when drumgizmo is called without arguments. | André Nusser |
2018-08-02 | Fix rampdown issue and clean up a bit while at it. | André Nusser |
2018-08-02 | Just fix the fix comment and adapt code to make it more readable. | André Nusser |
2018-08-02 | Add FIXME, to be checked by deva. | André Nusser |
2018-08-02 | Pass strings by reference instead of by value. | André Nusser |
2018-08-01 | Remove the last references to hardcoded 44k1Hz samplerate. | Bent Bisballe Nyeng |
2018-07-29 | Hide unneeded symbols for the vst plugin. | Bent Bisballe Nyeng |
2018-07-29 | Try symbol file approach instead. | Bent Bisballe Nyeng |
2018-07-29 | Hide unneeded symbols for the lv2 plugin. | Bent Bisballe Nyeng |
2018-07-29 | Update plugingizmo commit. | André Nusser |
2018-07-29 | Fix broken VST latency reporting. | Bent Bisballe Nyeng |
2018-07-24 | Update changelog for 0.9.15 release.v0.9.15 | Bent Bisballe Nyeng |
2018-07-22 | Fix bug in GridLayout. | André Nusser |
2018-07-22 | Move timing humanizer frame one up to make GUI more consistent. | André Nusser |
2018-07-21 | Syncronize cli and plugin setting ranges for latency humanization. | Bent Bisballe Nyeng |
2018-07-21 | Fix visualization to be samplerate independent. | André Nusser |
2018-07-21 | Switch latency_stddev to be samplerate independent (and thus in ms). | André Nusser |
2018-07-21 | Add missing headerfiles to EXTRA_DIST. | Bent Bisballe Nyeng |
2018-07-21 | Bump version to 0.9.15. | Bent Bisballe Nyeng |
2018-07-21 | Add humanized timing to the manpage. | Bent Bisballe Nyeng |
2018-07-21 | Add humanized timing controls to the cli. | Bent Bisballe Nyeng |
2018-07-19 | Use range when assigning default knob value. | Bent Bisballe Nyeng |
2018-07-18 | Make laidback knob show ms. | Bent Bisballe Nyeng |
2018-07-18 | Store and use laidback setting in milliseconds. | Bent Bisballe Nyeng |
2018-07-15 | Revorked visualiser UI and a few more parameter tweaks. | Bent Bisballe Nyeng |
2018-07-15 | Use more sane range for stddev knob in UI. | Bent Bisballe Nyeng |
2018-07-15 | PoC for humanisation visualiser. | Bent Bisballe Nyeng |
2018-07-15 | Make sample ramp-down samplerate dependent: 14.7ms. | Bent Bisballe Nyeng |
2018-06-27 | Do not store/reload latency_max. | Bent Bisballe Nyeng |
2018-06-19 | Remove obsolete file. | Bent Bisballe Nyeng |
2018-06-17 | Sanitize strings in the xml output. | Bent Bisballe Nyeng |
2018-06-16 | Make directory handling cross-platform in unit-tests. | Bent Bisballe Nyeng |
2018-06-16 | Add missin sndfile cflags wherever needed. | Bent Bisballe Nyeng |
2018-06-16 | Rename name-clashing round function. | Bent Bisballe Nyeng |
2018-06-16 | Use empsilon comparison for doubles. | Bent Bisballe Nyeng |
2018-06-16 | Clarify samplerate types in resampler unit-test. | Bent Bisballe Nyeng |
2018-06-16 | Fix semaphore test on OSX. | Bent Bisballe Nyeng |
2018-06-16 | Port the rest of the unittests to DGUnit and remove the CppUnit dependency. | Bent Bisballe Nyeng |
2018-06-16 | Experimentally port drumkitparsertest to DGUnit. | Bent Bisballe Nyeng |
2018-06-16 | Add DGUnit header only unit-test framework. | Bent Bisballe Nyeng |
2018-06-16 | Update plugingizmo: Add missing override keywords. | Bent Bisballe Nyeng |
2018-06-15 | Add BUGS file in root dir and also in the about tab. | André Nusser |
2018-06-15 | Not an issue but just for the sake of a good night's sleep. | André Nusser |
2018-06-14 | Set latency_max in milliseconds instead of samples. | Bent Bisballe Nyeng |
2018-06-11 | Remove -lCocoa and -OpenGL - they dosn't make any sense... Add -framework Ope... | Bent Bisballe Nyeng |
2018-06-11 | Possible fix for clang compilation of plugingui. | Bent Bisballe Nyeng |
2018-06-11 | Remove framework Cocoa linker arguments from compiler flags. | Bent Bisballe Nyeng |
2018-06-10 | bytesizeparser: fix multiple catch by value errors (gcc8) | Jonas Suhr Christensen |