summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-14WIPcoreaudioBent Bisballe Nyeng
2019-04-12Listen ma' we play a sine wave\!Bent Bisballe Nyeng
2019-04-12Fix check for output engine.Bent Bisballe Nyeng
2019-04-12Add a lot of TODO comments. Assert that ui_name is not nullptr.Bent Bisballe Nyeng
2019-04-12Add coreaudio helper functions for iterating devices and readibng their names...Bent Bisballe Nyeng
2019-04-12Skeleton code for CoreAudio output module.Bent Bisballe Nyeng
2019-04-08Move midi note process to one common place in AudioInputEngineMidi::processNo...Bent Bisballe Nyeng
2019-04-08Add midi aftertouch choke for plugins.Bent Bisballe Nyeng
2019-04-06Avoid calling find on a map twice in midimap lookup.André Nusser
2019-03-17Add version number to config xml (version="1.0" only for now).Bent Bisballe Nyeng
2019-03-17Fix bad behaviour (and potential division by zero) if the fadelength is less ...Bent Bisballe Nyeng
2019-03-17Skip tab button when scroll on the tab widget if the tab button is invisible.Bent Bisballe Nyeng
2019-03-17A more general fix for resource loading when pointing to a directory.Bent Bisballe Nyeng
2019-03-17Implemented new directed choke feature.Bent Bisballe Nyeng
2019-03-06Fix crash if opening Resource with a directory instead of a file.Bent Bisballe Nyeng
2019-03-04Add word-break instead of naive character-break in TextEdit.André Nusser
2019-02-11Fix division by zero crash if drumkit without files is being loaded.Bent Bisballe Nyeng
2019-02-11Show/hide drumkit tab depending on if the current kit has a valid image attac...Bent Bisballe Nyeng
2019-02-03Increase tab-button width.Bent Bisballe Nyeng
2019-02-03Integrate clicky-kit with DOM to get click colours, image and image map from ...Bent Bisballe Nyeng
2019-02-03Add metadata support to xml parser and dom model. RE-add unit-tests for versi...Bent Bisballe Nyeng
2019-02-01Add 'Set default path' button in filebrowser.Bent Bisballe Nyeng
2019-02-01Fix configfile parsing of empty value lines and creation of missing configura...Bent Bisballe Nyeng
2019-01-27Fix double firering of scroll events.Bent Bisballe Nyeng
2019-01-27Re-instate instrument v1.0 support.Bent Bisballe Nyeng
2019-01-27Remove unused files.Bent Bisballe Nyeng
2018-11-24Make midnam threadsafe.Bent Bisballe Nyeng
2018-11-01Only call midnam update if midnam is actually supported by the host.Bent Bisballe Nyeng
2018-10-30Added dynamic midnam support.Bent Bisballe Nyeng
2018-10-20Fix broken disk stream size limit in plugin config.Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include fo...Bent Bisballe Nyeng
2018-09-16Default to version 1.0 if the version attribute is missing from the drumkit a...Bent Bisballe Nyeng
2018-08-19Move sample lookup retry count to Settings.Bent Bisballe Nyeng
2018-08-18Reset audition counter so it doesn't fire on the first run() call.Bent Bisballe Nyeng
2018-08-12Remove spurious character from windows makefile.Bent Bisballe Nyeng
2018-08-12Fix clang compilation error.Bent Bisballe Nyeng
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-12Rewrite MidiMapParser to use pugixml.Bent Bisballe Nyeng
2018-08-12Add unit-test for midimapparser.Bent Bisballe Nyeng
2018-08-12Rewrite ConfigParser to use pugixml.Bent Bisballe Nyeng
2018-08-12Add unit-test for configparser.Bent Bisballe Nyeng
2018-08-12Fix auditioning bug.André Nusser
2018-08-12Fix issues when having several visualizations.André Nusser
2018-08-12Add hovering to visualization.André Nusser
2018-08-12Add new Grid class. (which is header only due to template)André Nusser
2018-08-12Better structures.André Nusser
2018-08-12Add highlight of single instruments on hits.André Nusser
2018-08-12Remove debug include.André Nusser
2018-08-12Add instrument label and highlight of drums.André Nusser
2018-08-12Center drumkit image of drumkit tab.André Nusser