summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-31Refactored class CHResamplerChristian Glöckner
2016-03-31Refactored class BeatMapperChristian Glöckner
2016-03-31made API of AudioCacheFile more consistentChristian Glöckner
2016-03-31made API of AudioCacheEventHandler's getters more consistentChristian Glöckner
2016-03-31made API of AudioCache's getters more consistentChristian Glöckner
2016-03-31refactored class ChannelMixerChristian Glöckner
2016-03-31refactored class ChannelChristian Glöckner
2016-03-31more consistent style of input engines' gettersChristian Glöckner
2016-03-31more consistent style of output engines' gettersChristian Glöckner
2016-03-31pass channels to output engine by const refChristian Glöckner
2016-03-31made input engine more const-correctChristian Glöckner
2016-03-31using const ref strings at output engineChristian Glöckner
2016-03-31using const ref strings at input engineChristian Glöckner
2016-03-31Fix mutex include issue.Bent Bisballe Nyeng
2016-03-31Fix compilation on windows.Bent Bisballe Nyeng
2016-03-31Workaround outdated compiler versionChristian Glöckner
2016-03-31Removed unused features and fixed testsChristian Glöckner
2016-03-31Fixed my dumb failChristian Glöckner
2016-03-31Added explicit cpy/mv assign operators to be sure about thread-safety of Grou...Christian Glöckner
2016-03-31Added thread-safety to implicit cpy/mv assign op for synced group settingsChristian Glöckner
2016-03-31Cleanup on Synced Settings HeaderChristian Glöckner
2016-03-31Added API for accessing structs in a thread-safe wayChristian Glöckner
2016-03-31Fixed API of class Atomic for PODChristian Glöckner
2016-03-29Use new Atomic class.Bent Bisballe Nyeng
2016-03-29atomic workaroundChristian Glöckner
2016-03-29Settings.Bent Bisballe Nyeng
2016-03-29Fix drumkit file by reference.Bent Bisballe Nyeng
2016-03-29More cleanup.Bent Bisballe Nyeng
2016-03-29Do the file related actions in SAXParser.André Nusser
2016-03-29Make attr a const ref.André Nusser
2016-03-29Fix horribly stupid bug.André Nusser
2016-03-29Parser refactoring.André Nusser
2016-03-29Use unordered_map instead of map in the parsers.André Nusser
2016-03-29Do the file related actions in SAXParser.André Nusser
2016-03-29Make attr a const ref.André Nusser
2016-03-29Parser refactoring.André Nusser
2016-03-29New Random class for convenient random number generation.André Nusser
2016-03-24Add missing dist files.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-03-22Introduced Settings structureChristian Glöckner
2016-03-22Fixed debug printChristian Glöckner
2016-03-22Modernized InputEngine::run()Christian Glöckner
2016-03-16Build cleanup and windows build add.Bent Bisballe Nyeng
2016-03-13Increase number of cache ids.Bent Bisballe Nyeng
2016-03-13Only open AudioCacheFile if needed.Bent Bisballe Nyeng
2016-03-13Fix wierd stuttering bug when one sample is done playing that interrupts exis...Bent Bisballe Nyeng
2016-03-12Only open file if we actually need to read from it.Bent Bisballe Nyeng
2016-02-14Change 'Pracro' to 'DrumGizmo' where necessary.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-02-09Fix two valgrind errors and mark three others with a TODO comment.André Nusser