summaryrefslogtreecommitdiff
path: root/dgedit
AgeCommit message (Expand)Author
2014-05-02Added remove all files action to filelist.Jonas Suhr Christensen
2014-05-02Saving path to last loaded raw files.Jonas Suhr Christensen
2014-05-02Fixed peak reporting. Use fabs() not abs() when working with double!Jonas Suhr Christensen
2014-04-27Write version number in instrument file.Bent Bisballe Nyeng
2014-04-27Changed standard values for attack and falloff to 300Lars Bisballe Jensen
2014-04-27Disable presets and revert to using QSetting default for mainwindow position,...Jonas Suhr Christensen
2014-04-27Volume fader improvement.Jonas Suhr Christensen
2014-04-25Sort samples by power before export.Bent Bisballe Nyeng
2014-04-22Make player play preview samples when 'generate' tab is active.Bent Bisballe Nyeng
2014-04-22Fix off-by-one error in xml export code.Bent Bisballe Nyeng
2014-04-21Fix fadeout. Fix export crashbug.Bent Bisballe Nyeng
2014-04-21Fix buffer over/underflowBent Bisballe Nyeng
2014-04-20Rework sliders in 'generate' tab. Add 'hold' slider.Bent Bisballe Nyeng
2014-04-20Make samplesorter colours the same as selections in canvas.Bent Bisballe Nyeng
2014-04-20Fix fade-in.Bent Bisballe Nyeng
2014-04-20Make samplesorter colours the same as selections in canvas.Bent Bisballe Nyeng
2014-04-18Make initial slider positions reflected in the preview.Bent Bisballe Nyeng
2014-04-18Removed printf.Jonas Suhr Christensen
2014-04-18Increase 'hold' value in auto detection.Bent Bisballe Nyeng
2014-04-18New player model (again).Bent Bisballe Nyeng
2014-04-18Fix brain-o in zero crossing search algorithm.Bent Bisballe Nyeng
2014-04-17Merge branch 'master' of http://git.drumgizmo.org/drumgizmoBent Bisballe Nyeng
2014-04-17Added selection editor.Bent Bisballe Nyeng
2014-04-17Added values to signals.Jonas Suhr Christensen
2014-04-17Slight fixup of progress values.Bent Bisballe Nyeng
2014-04-17Make threshold slider generate new selections while moving. Add progressbar t...Bent Bisballe Nyeng
2014-04-16Show energy circles in preview mode.Bent Bisballe Nyeng
2014-04-16Reinstate volume fader.Bent Bisballe Nyeng
2014-04-16New tabbed workflow with 'auto' preview functionality.Bent Bisballe Nyeng
2014-04-15Fix missing initialisation of ao_sample_format struct. Start thread in constr...Bent Bisballe Nyeng
2014-04-15Remove unused code.Bent Bisballe Nyeng
2014-04-15Make Player thread behave nicely on shutdown.Bent Bisballe Nyeng
2014-04-15Make Player thread behave nicely on shutdown.Bent Bisballe Nyeng
2014-04-15Merge branch 'master' of http://git.drumgizmo.org/drumgizmoBent Bisballe Nyeng
2014-04-15Move libao initialisation code to audio thread.Bent Bisballe Nyeng
2014-04-15Added dummy QSlider.Jonas Suhr Christensen
2014-04-15Added volumefader.{cc,h}.Jonas Suhr Christensen
2014-04-15Added volume fader stub.Jonas Suhr Christensen
2014-04-15Make CanvasToolListen work again with offsets using the mouse. Clean up Playe...Bent Bisballe Nyeng
2014-04-15Added updatePeakDB. Fixed setGainDB (it was reverse).Bent Bisballe Nyeng
2014-04-15Missing change for new player.Bent Bisballe Nyeng
2014-04-15Player interface changes. Player moved to MainWindow for easier component sha...Bent Bisballe Nyeng
2014-04-15New selections model.Bent Bisballe Nyeng
2014-04-15Remove debug output.Bent Bisballe Nyeng
2014-04-12Fix missing parent argument to heap allocated QIntValidators.Bent Bisballe Nyeng
2014-04-09Added initial values to lineedit showing values of sliders.Jonas Suhr Christensen
2014-04-06Added lineedits that show the value of sliders. Non editable at the moment an...Lars Bisballe Jensen
2014-04-06Added presets for most common types of drums. Values not adjusted yet just co...Lars Bisballe Jensen
2014-04-03Using config.ini to store QSettings rather than system + saving/reloading exp...Jonas Suhr Christensen
2014-04-03Including unistd.h fixing call to unknown function usleep().Jonas Suhr Christensen