Luigi Castelli

Results 4 issues of Luigi Castelli

According to the Google Java Style Guide: 5.3 Camel case: defined, how would you camel case the following? **Prose form** "SMPTE H:M:S:F" I am not sure the guide lines take...

Would you be interested in making libltc const-correct? I think it's a pretty simple API so it shouldn't be too difficult to do. I think about a dozen of functions...

I have noticed that for every value except rise_time = 0, the filtering process introduces a small DC offset in the LTC square wave making the wave no longer being...

ltc_encoder_set_filter() sets the filter_const field to zero in case rise_time is filter_const should be set to 1.0 instead. That's the correct value for the filter constant when no filtering has...