New upstream version 0.15.1+ds1
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Wed, 4 Jul 2018 19:29:11 +0000 (21:29 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Wed, 4 Jul 2018 19:29:11 +0000 (21:29 +0200)
commit2c7d895753393a9cf67ab44505f697b420764720
treeaf8e92dedf8bdf089f641dca7a7fc1b041844bfe
parentad6b0dd3181f93cbfb98d538b887551f15141e92
New upstream version 0.15.1+ds1
103 files changed:
ChangeLog
Makefile.am
src/core/audioBuffer.cpp
src/core/audioBuffer.h
src/core/channel.cpp
src/core/channel.h
src/core/channelManager.cpp
src/core/channelManager.h
src/core/clock.cpp
src/core/clock.h
src/core/const.h
src/core/init.cpp
src/core/kernelAudio.cpp
src/core/kernelAudio.h
src/core/kernelMidi.cpp
src/core/kernelMidi.h
src/core/midiChannel.cpp
src/core/midiChannel.h
src/core/midiChannelProc.cpp [new file with mode: 0644]
src/core/midiChannelProc.h [new file with mode: 0644]
src/core/midiDispatcher.cpp
src/core/mixer.cpp
src/core/mixer.h
src/core/mixerHandler.cpp
src/core/mixerHandler.h
src/core/patch.cpp
src/core/patch.h
src/core/plugin.cpp
src/core/pluginHost.cpp
src/core/recorder.cpp
src/core/recorder.h
src/core/sampleChannel.cpp
src/core/sampleChannel.h
src/core/sampleChannelProc.cpp [new file with mode: 0644]
src/core/sampleChannelProc.h [new file with mode: 0644]
src/core/sampleChannelRec.cpp [new file with mode: 0644]
src/core/sampleChannelRec.h [new file with mode: 0644]
src/core/types.h [new file with mode: 0644]
src/core/wave.cpp
src/core/wave.h
src/core/waveFx.cpp
src/core/waveManager.cpp
src/core/waveManager.h
src/glue/channel.cpp
src/glue/channel.h
src/glue/io.cpp
src/glue/io.h
src/glue/main.cpp
src/glue/main.h
src/glue/plugin.cpp
src/glue/recorder.cpp
src/glue/sampleEditor.cpp
src/glue/sampleEditor.h
src/glue/storage.cpp
src/gui/dialogs/about.cpp [new file with mode: 0644]
src/gui/dialogs/about.h [new file with mode: 0644]
src/gui/dialogs/gd_about.cpp [deleted file]
src/gui/dialogs/gd_about.h [deleted file]
src/gui/dialogs/gd_actionEditor.cpp
src/gui/dialogs/midiIO/midiInputChannel.cpp
src/gui/dialogs/pluginList.cpp
src/gui/dialogs/pluginList.h
src/gui/dialogs/pluginWindowGUI.cpp
src/gui/dialogs/pluginWindowGUI.h
src/gui/dialogs/sampleEditor.cpp
src/gui/elems/actionEditor/action.cpp
src/gui/elems/actionEditor/actionEditor.cpp
src/gui/elems/actionEditor/envelopeEditor.cpp
src/gui/elems/actionEditor/muteEditor.cpp
src/gui/elems/actionEditor/pianoItem.cpp
src/gui/elems/actionEditor/pianoItemOrphaned.cpp
src/gui/elems/mainWindow/keyboard/channel.cpp
src/gui/elems/mainWindow/keyboard/channel.h
src/gui/elems/mainWindow/keyboard/channelMode.cpp
src/gui/elems/mainWindow/keyboard/channelStatus.cpp
src/gui/elems/mainWindow/keyboard/column.cpp
src/gui/elems/mainWindow/keyboard/column.h
src/gui/elems/mainWindow/keyboard/midiChannel.cpp
src/gui/elems/mainWindow/keyboard/sampleChannel.cpp
src/gui/elems/mainWindow/mainMenu.cpp
src/gui/elems/mainWindow/mainTimer.cpp
src/gui/elems/mainWindow/mainTimer.h
src/gui/elems/plugin/pluginElement.cpp [new file with mode: 0644]
src/gui/elems/plugin/pluginElement.h [new file with mode: 0644]
src/gui/elems/sampleEditor/waveTools.cpp
src/utils/deps.cpp [deleted file]
src/utils/deps.h [deleted file]
src/utils/gui.cpp
src/utils/ver.cpp [new file with mode: 0644]
src/utils/ver.h [new file with mode: 0644]
tests/audioBuffer.cpp
tests/conf.cpp
tests/main.cpp
tests/midiMapConf.cpp
tests/patch.cpp
tests/recorder.cpp
tests/sampleChannel.cpp [new file with mode: 0644]
tests/sampleChannelProc.cpp [new file with mode: 0644]
tests/sampleChannelRec.cpp [new file with mode: 0644]
tests/utils.cpp
tests/wave.cpp
tests/waveFx.cpp
tests/waveManager.cpp