aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-03Basic UI skeletoncbdev1-1/+0
2021-07-01Route log output to frontendcbdev1-0/+11
2021-07-01Factor out explicit frontend APIcbdev1-413/+13
2021-06-26Update debug messagescbdev1-3/+3
2021-06-22Keep channel registry map in sync when updating identifiers (#76)cbdev1-2/+2
2021-06-21Repository cleanup, part 2cbdev1-3/+3
2020-10-10Update some commentscbdev1-3/+3
2020-07-25Output version information during normal startupcbdev1-0/+1
2020-04-26Disable stop-the-world windows error messagescbdev1-0/+3
2020-04-21Implement recursive configuration file parsing (Fixes #59)cbdev1-1/+1
2020-04-13Introduce core iteration limit to break deadlockscbdev1-2/+8
2020-03-17Output routing info to logcbdev1-0/+9
2020-03-17Fix registry apply bug, fix openpixelcontrol broadcastcbdev1-1/+1
2020-03-16Hash-index event routing tablecbdev1-66/+76
2020-03-15Fix build and CI exitscbdev1-4/+0
2020-03-10Fix Coverity CID 354930 & CID 354929cbdev1-2/+2
2020-03-10Restructure core loop, add check for zero-descriptor casecbdev1-76/+121
2020-03-08Print proper error messages from core select on Windowscbdev1-0/+11
2020-03-08Allow managed_fd implementation data to be updatedcbdev1-0/+1
2020-02-29Keep console alive when exiting as last process on Windowscbdev1-3/+18
2020-01-13Hide core-internal structurescbdev1-0/+7
2020-01-12Rework instance creationcbdev1-1/+1
2020-01-05Implement commandline config override (Fixes #26)cbdev1-3/+26
2019-12-18Fix evdev division by zerocbdev1-1/+1
2019-12-18Change --version output to stdoutSpacelord1-1/+1
2019-12-10Implement rudimentary argument parsingcbdev1-3/+24
2019-12-05Unify midi parsing/deparsing codecbdev1-1/+1
2019-12-03Add error checking for shell callouts during buildcbdev1-1/+1
2019-08-11Initial maweb backendcbdev1-0/+3
2019-08-07Fix export visibilities for GCCcbdev1-8/+8
2019-08-03Windows build compatiblitycbdev1-7/+32
2019-07-07Minor fixescbdev1-1/+1
2019-03-24Don't use GNU extensions for initializers...cbdev1-1/+2
2019-03-24Fix minor issues reported by Coverity Scancbdev1-1/+1
2019-03-20Fix signaled fd storage reallocationcbdev1-8/+7
2019-03-19Allow the fd set to be updated at translation time (Fixes #8)cbdev1-10/+30
2018-03-28Elaborate backend error messagecbdev1-1/+0
2018-03-25Clarify startup error messagecbdev1-1/+0
2018-02-28Update ArtNet configuration syntax, add mm_timestamp APIcbdev1-1/+20
2018-02-18Whitespace fixescbdev1-2/+2
2017-11-13Add debug messagescbdev1-0/+3
2017-06-21Improve documentation, allow event collection during event processingcbdev1-24/+50
2017-06-08Move to dynamically loading backendscbdev1-8/+5
2017-06-06Working MIDI translationcbdev1-3/+57
2017-06-06Implement MIDI backend event fetchingcbdev1-4/+33
2017-06-05Core select loopcbdev1-2/+104
2017-06-05Backend channel spec parsingcbdev1-0/+13
2017-06-04Implement channel mappingcbdev1-0/+43
2017-06-04Move instance allocator to backend object, introduce backend start functioncbdev1-62/+7
2017-06-04Add readme, flesh out backendscbdev1-1/+65