Timo Westkämper

Results 38 issues of Timo Westkämper

Test with ardour

Available here https://github.com/lvtk/lvtk/blob/devel_1.2.x/lvtk/qt4ui.hpp

Improve tests by using BDD style tests instead of long main methods - [ ] Create minimal frame with facts, fact and assertThat - [x] Split dsp_tests.cpp into oscillator_tests, filter_tests,...

Source and target freq and q can be given and for those the coefficients are calculated. The values in between are linearly interpolated

feature

Add all sound off button to GUI

ui

add varargs invocation support

bug

turn ``` if (a == a1) return b1 else if (a == a2) return b2 else return x ``` into ``` a match { case a1 => b1 case a2...

http://code.google.com/p/javaparser/issues/detail?id=9&colspec=ID%20Type%20Status%20Stars%20Summary

fix Annotation usage issues

bug