Thomas White
Thomas White
@malnvenshorn thanks. how long till 0.6.0 is released? just wondering if it is worth updating or should i just wait?
ok i will just copy the changes you made in that commit to my local version
not sure how i missed that. it is basically what i am after. unfortunately once i have done this project i will be sharing it with some friends so i...
for multiple callbacks that is already an issue with the midi callbacks and the solution to that is just an if statement in the call back. as for what to...
> You would have to poll all inputs either way, either in your main code or in the library. I assumed you are already polling all inputs in the library....
that would suit my needs pretty well.
> ```c++ > class CustomCCPot : public MIDIOutputElement { > AH::FilteredAnalog filteredAnalog; > MIDIAddress address; > > public: > CustomCCPot(pin_t analogPin, MIDIAddress address) > : filteredAnalog(analogPin), address(address) {} > >...
i am also having the same problem, it looks like it is somethign to do with the way timeswitch and the suncalc library and the naitive JA date objects handle...
also for debugging it would help a lot to know how it is meant to handle having sunrise/sunset and a time with a diffrent timezone. if you have 2 time...
hi, i actualy did test the nighly when i got to the check box but forgot to go back to change the version in the issue just downloaded version 2.0.0-rc8-nightly-20220713...