Age | Commit message (Expand) | Author |
2016-05-27 | Instrument holds AudioFile via unique_ptr | Christian Glöckner |
2016-05-26 | Instrument Vector using UniquePtr | Christian Glöckner |
2016-05-22 | Explicitly stop the loader thread to ensure we don't delete the DrumGizmo::dr... | Bent Bisballe Nyeng |
2016-05-14 | Make all components use the same Random instance and add seed method on DrumG... | Bent Bisballe Nyeng |
2016-05-08 | Revert accidentally enabled disk caching. | Bent Bisballe Nyeng |
2016-05-08 | Make Resamplers container class. | Bent Bisballe Nyeng |
2016-05-08 | The last loader thread stuff. | Bent Bisballe Nyeng |
2016-04-16 | Some DrumKitLoader refactoring. | Bent Bisballe Nyeng |
2016-04-13 | New Semaphore method wait with timeout. | Bent Bisballe Nyeng |
2016-04-08 | Refactoring to finally get rid of MessageHandler/Receiver in favor of the new... | Bent Bisballe Nyeng |
2016-03-31 | Settings. | Bent Bisballe Nyeng |
2016-03-22 | Change license to LGPLv3. | André Nusser |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser |
2016-01-31 | Fix indentation error. | André Nusser |
2016-01-31 | Make it more clear how to enable diskstreaming | Bent Bisballe Nyeng |
2016-01-28 | Style fixes | Bent Bisballe Nyeng |
2016-01-28 | Preload the entire file. Don't mess with the CHUNKSIZE... | Bent Bisballe Nyeng |
2016-01-28 | Added debug | Bent Bisballe Nyeng |
2016-01-27 | Make it possible to destroy the DrumkitLoader without setting a frame size. | Bent Bisballe Nyeng |
2016-01-27 | Add debug. | Bent Bisballe Nyeng |
2016-01-23 | Add minimal preload buffer size (1024 samples). | Bent Bisballe Nyeng |
2016-01-20 | Split CacheManager into several AudioCache classes and refactored the lot of ... | Bent Bisballe Nyeng |
2016-01-20 | Added framesize control mechanism to the engine, and made us of it in the cac... | Bent Bisballe Nyeng |
2016-01-20 | Added run sempahore (wait until thread actually started). Fixed localpos bug.... | Bent Bisballe Nyeng |
2013-12-01 | Fix floting point exception. Fix AudioFile deletion prior to string evalutation. | Bent Bisballe Nyeng |
2013-11-28 | Fix 64bit compile warning. | Bent Bisballe Nyeng |
2013-10-12 | Don't send a message to the GUI on /each/ file that has been loaded. Decimati... | Bent Bisballe Nyeng |
2013-10-06 | Refactoring of AudioFile loading and message passing from engine to gui and v... | Bent Bisballe Nyeng |
2013-06-29 | New inter-thread message system. | Bent Bisballe Nyeng |
2013-05-16 | Change printf's to DEBUG. | Bent Bisballe Nyeng |
2013-05-09 | Lazy load of audio. Unloads when there's nothing else to do. | - |
2013-04-25 | Fix crash on 'load drumkit' while another drumkit is already loading. | Bent Bisballe Nyeng |
2013-04-25 | Fixed crash on plugin-unload while drumkit load is in progress. | Bent Bisballe Nyeng |
2013-04-19 | More pointer sanity checks | Bent Bisballe Nyeng |
2013-04-07 | Fixed crashbug on drumkit reload. | Bent Bisballe Nyeng |
2013-04-04 | New message system. New common midi input class. Some compiler warning fixes.... | Bent Bisballe Nyeng |
2013-03-30 | Make debug-sleep code work on win32 as well as linux. | Bent Bisballe Nyeng |
2013-03-22 | Added Engine->Messageing system. Implemented LoadStatus Message. Added Progre... | Bent Bisballe Nyeng |
2013-01-26 | Background loader for audio files. | Bent Bisballe Nyeng |