aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
AgeCommit message (Collapse)AuthorFilesLines
2021-07-01Route log output to frontendcbdev1-3/+6
2021-06-30Add OSX CI target, fix OSX buildcbdev1-1/+1
2021-06-22Keep channel registry map in sync when updating identifiers (#76)cbdev1-5/+20
2020-05-03Strip Windows binaries, update semantics for _interval callbackcbdev1-0/+2
2020-05-01Implement wininput skeleton and mouse outputcbdev1-1/+1
2020-03-21Refactor global channel storecbdev1-28/+26
2020-03-16Hash-index event routing tablecbdev1-0/+2
2020-03-11Add codesmell statistics to CIcbdev1-2/+4
2020-03-09Update README and example configcbdev1-1/+1
2020-01-13Hide core-internal structurescbdev1-8/+1
2020-01-12Rework instance creationcbdev1-17/+4
2020-01-05Implement commandline config override (Fixes #26)cbdev1-24/+0
2020-01-04Add input_channel call to Lua backendcbdev1-1/+1
2019-12-20Route all backend debug logging through a macrocbdev1-3/+10
2019-12-14Fix minor bug in plugin path setupcbdev1-1/+1
2019-12-11Simplify plugin_stop APIcbdev1-1/+1
2019-12-11Simplify plugin_start APIcbdev1-1/+1
2019-12-10Implement rudimentary argument parsingcbdev1-0/+5
2019-12-05Add flags parameter to channel parser plugin API (Fixes #31)cbdev1-3/+12
2019-12-04Explicitly mark the backend init symbol visiblecbdev1-0/+10
2019-12-03Add error checking for shell callouts during buildcbdev1-0/+5
2019-11-07Makefile install target and packaging instructions (Fixes #28)cbdev1-1/+12
2019-09-04Use platform-independent specifiers for printf callscbdev1-0/+1
2019-08-07Fix export visibilities for GCCcbdev1-15/+8
2019-08-03Windows build compatiblitycbdev1-8/+30
2019-07-24Fix issues found by Coverity Scancbdev1-1/+1
2019-07-20Implement multi-channel mapping syntaxcbdev1-2/+51
2019-07-06Implement Lua backendcbdev1-0/+1
2019-03-19Documentation updatecbdev1-3/+4
2019-03-19Allow the fd set to be updated at translation time (Fixes #8)cbdev1-2/+0
2019-03-16Only start backends with active instancescbdev1-3/+6
2018-03-23Add partial support for building on OSXcbdev1-0/+2
2018-03-16Fix issues found by Coverity Scancbdev1-0/+1
2018-02-28Update ArtNet configuration syntax, add mm_timestamp APIcbdev1-0/+10
2017-11-12Clarify some documentation, add debugging macrocbdev1-10/+23
2017-06-21Improve documentation, allow event collection during event processingcbdev1-0/+49
2017-06-07Implement artnet start functioncbdev1-0/+1
2017-06-06Working MIDI translationcbdev1-1/+1
2017-06-06Implement MIDI backend event fetchingcbdev1-7/+20
2017-06-05MIDI backend start procedurecbdev1-1/+1
2017-06-05Core select loopcbdev1-0/+8
2017-06-04Implement channel mappingcbdev1-0/+41
2017-06-04Move instance allocator to backend object, introduce backend start functioncbdev1-2/+3
2017-06-04Add additional function prototypescbdev1-0/+2
2017-06-04Add readme, flesh out backendscbdev1-4/+4
2017-06-03Config parsercbdev1-5/+11
2017-06-01Sample config and basic headerscbdev1-0/+57