summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-06Refactoring of AudioFile loading and message passing from engine to gui and v...Bent Bisballe Nyeng
2013-10-06Fix double compilation of hugin.Bent Bisballe Nyeng
2013-10-01Also clear name, description and channel information on clear().Bent Bisballe Nyeng
2013-10-01Use slightly smaller standard deviation.Bent Bisballe Nyeng
2013-10-01Make sure we redraw if GUI is changed by engine event.Bent Bisballe Nyeng
2013-10-01Reintroduce libpng and add libsamplerate.Bent Bisballe Nyeng
2013-10-01Make sure that the skipped messages are the old ones and not the new one.Bent Bisballe Nyeng
2013-09-27Optimise repaint events greatly improving GUI responsiveness.Bent Bisballe Nyeng
2013-09-20Use new samplerate feature in VST as well.Bent Bisballe Nyeng
2013-09-20New resample feature (greatly inspired by Cédric 'SxDx') based on libsamplerate.Bent Bisballe Nyeng
2013-09-20Remove non-working png hack.Bent Bisballe Nyeng
2013-09-15More png experiments...Bent Bisballe Nyeng
2013-09-15Add missing file. Add ZLIB check to configure.Bent Bisballe Nyeng
2013-09-15Use libpng from sourcetree instead of the one supplied by the OS.Bent Bisballe Nyeng
2013-09-15Include EXPERIMENTAL code in VST makefile.Bent Bisballe Nyeng
2013-09-15Fix compilation against new DrumGizmo interface.Bent Bisballe Nyeng
2013-09-15Drop use of asprintf (not supported on win32)Bent Bisballe Nyeng
2013-09-15Make destructor virtual.Bent Bisballe Nyeng
2013-09-15Fix spurious '}'Bent Bisballe Nyeng
2013-09-15New experimental sample selector (enable using --with-experimental argument o...Bent Bisballe Nyeng
2013-09-11Revert png static link hack (that didn't work as intended anyway...)Bent Bisballe Nyeng
2013-09-11Move class specification to header file.Bent Bisballe Nyeng
2013-07-25Patch from Yiannis Liverezas. Fix mulitple variables with the same name in ja...Bent Bisballe Nyeng
2013-06-29Move ConfigParser to its own file.Bent Bisballe Nyeng
2013-06-29Remove unused UI message.Bent Bisballe Nyeng
2013-06-29Add some more AudioFile protection (mutex/magic word)Bent Bisballe Nyeng
2013-06-29Add some more AudioFile protection (mutex/magic word)Bent Bisballe Nyeng
2013-06-29New inter-thread message system.Bent Bisballe Nyeng
2013-06-16Handling directories that can not be opened.Jonas Suhr Christensen
2013-05-27Missing SEP conversions.Bent Bisballe Nyeng
2013-05-27Fixed stray '(' in emacs style comment.Bent Bisballe Nyeng
2013-05-25Experimentally static link with libpng for lv2 plugin.Bent Bisballe Nyeng
2013-05-21Render scrollbar correctly if range is greater than maximum value.Bent Bisballe Nyeng
2013-05-21Don't leave checkbox in middle position on double click.Bent Bisballe Nyeng
2013-05-20Change 'map' paramater to 'midimap' for consistency.Bent Bisballe Nyeng
2013-05-20Make jackaudio output module work.Bent Bisballe Nyeng
2013-05-20Set activate to false on instatiation.Bent Bisballe Nyeng
2013-05-20Correct errornous error message.Bent Bisballe Nyeng
2013-05-20Add parameter error reporting. Added loop parameter, added omni track support...Bent Bisballe Nyeng
2013-05-20Centralise jackclient code for reuse among the jack client modules. Implement...Bent Bisballe Nyeng
2013-05-18Missing fileBent Bisballe Nyeng
2013-05-18Align input/output module helptext.Bent Bisballe Nyeng
2013-05-17Fix merge conflict.Bent Bisballe Nyeng
2013-05-17Fix deprecated INCLUDES variable in Makefile.am's. Add skeleton code for jack...Bent Bisballe Nyeng
2013-05-17Consistent naming of SSEFLAGS variable.Jonas Suhr Christensen
2013-05-17Enabling SSEFLAGS.Jonas Suhr Christensen
2013-05-17Disabling of sse and enabling sse with level.Jonas Suhr Christensen
2013-05-16Moved sse flags to SSEFLAGS variable.-
2013-05-16Only applying sse-flags in lv2.-
2013-05-16Fixed sse instruction only set if supported by cpu-