-rw-r--r-- | .gitattributes | 4L |
-rw-r--r-- | .github/workflows/cmake.yml | 47L |
-rw-r--r-- | .github/workflows/nightly.yml | 40L |
-rw-r--r-- | .github/workflows/release.yml | 60L |
-rw-r--r-- | .gitignore | 15L |
-rw-r--r-- | .gitmodules | 15L |
-rw-r--r-- | CMakeLists.txt | 74L |
-rw-r--r-- | CMakePresets.json | 194L |
-rw-r--r-- | LICENSE.md | 675L |
-rw-r--r-- | README.md | 67L |
-rw-r--r-- | azure-pipelines.yml | 19L |
-rw-r--r-- | base.cmake | 129L |
-rw-r--r-- | build_android.bat | 5L |
-rw-r--r-- | build_android_abi.bat | 11L |
-rwxr-xr-x | build_linux.sh | 15L |
-rwxr-xr-x | build_linux_console.sh | 12L |
-rwxr-xr-x | build_mac.sh | 4L |
-rw-r--r-- | build_win32.bat | 14L |
-rw-r--r-- | build_win64.bat | 14L |
-rw-r--r-- | build_win64_vs19.bat | 14L |
-rw-r--r-- | deploy/.gitignore | 4L |
-rw-r--r-- | deploy/linux/start_Impact__MS.sh | 1L |
-rw-r--r-- | deploy/linux/start_IndiArp_BC.sh | 1L |
-rw-r--r-- | deploy/win/start_Impact__MS.bat | 1L |
-rw-r--r-- | deploy/win/start_IndiArp_BC.bat | 2L |
-rw-r--r-- | doc/CMakeLists.txt | 3L |
-rw-r--r-- | doc/changelog.txt | 1152L |
-rw-r--r-- | doc/changelog_split/.gitignore | 1L |
-rw-r--r-- | doc/changelog_split/.keepme | 0B |
-rw-r--r-- | installer/nsis/pluginInstaller.nsi | 161L |
-rwxr-xr-x | linux_dependencies.sh | 3L |
-rw-r--r-- | scripts/Jenkinsfile | 229L |
-rw-r--r-- | scripts/JenkinsfileMulti | 101L |
-rw-r--r-- | scripts/deploy.cmake | 20L |
-rw-r--r-- | scripts/deployAll.cmake | 22L |
-rw-r--r-- | scripts/example.bat | 32L |
-rw-r--r-- | scripts/generate.cmake | 45L |
-rw-r--r-- | scripts/io.cmake | 7L |
-rw-r--r-- | scripts/pack.cmake | 25L |
-rw-r--r-- | scripts/rclone.cmake | 28L |
-rw-r--r-- | scripts/synths.cmake | 46L |
-rw-r--r-- | source/.clang-format | 39L |
-rw-r--r-- | source/.gitignore | 1L |
-rw-r--r-- | source/CMakeLists.txt | 133L |
m--------- | source/JUCE @ bf39bb3 | |
-rw-r--r-- | source/baseLib/CMakeLists.txt | 27L |
-rw-r--r-- | source/baseLib/binarystream.cpp | 24L |
-rw-r--r-- | source/baseLib/binarystream.h | 509L |
-rw-r--r-- | source/baseLib/commandline.cpp | 39L |
-rw-r--r-- | source/baseLib/commandline.h | 12L |
-rw-r--r-- | source/baseLib/configFile.cpp | 66L |
-rw-r--r-- | source/baseLib/configFile.h | 13L |
-rw-r--r-- | source/baseLib/event.cpp | 5L |
-rw-r--r-- | source/baseLib/event.h | 213L |
-rw-r--r-- | source/baseLib/filesystem.cpp | 414L |
-rw-r--r-- | source/baseLib/filesystem.h | 55L |
-rw-r--r-- | source/baseLib/hybridcontainer.h | 479L |
-rw-r--r-- | source/baseLib/md5.cpp | 148L |
-rw-r--r-- | source/baseLib/md5.h | 89L |
-rw-r--r-- | source/baseLib/propertyMap.cpp | 86L |
-rw-r--r-- | source/baseLib/propertyMap.h | 35L |
-rw-r--r-- | source/baseLib/semaphore.h | 37L |
-rw-r--r-- | source/bridge/CMakeLists.txt | 3L |
-rw-r--r-- | source/bridge/bridgeLib/CMakeLists.txt | 26L |
-rw-r--r-- | source/bridge/bridgeLib/audioBuffers.cpp | 70L |
-rw-r--r-- | source/bridge/bridgeLib/audioBuffers.h | 50L |
-rw-r--r-- | source/bridge/bridgeLib/command.cpp | 22L |
-rw-r--r-- | source/bridge/bridgeLib/command.h | 16L |
-rw-r--r-- | source/bridge/bridgeLib/commandReader.cpp | 57L |
-rw-r--r-- | source/bridge/bridgeLib/commandReader.h | 34L |
-rw-r--r-- | source/bridge/bridgeLib/commandStruct.cpp | 0B |
-rw-r--r-- | source/bridge/bridgeLib/commandStruct.h | 18L |
-rw-r--r-- | source/bridge/bridgeLib/commandWriter.cpp | 64L |
-rw-r--r-- | source/bridge/bridgeLib/commandWriter.h | 30L |
-rw-r--r-- | source/bridge/bridgeLib/commands.cpp | 187L |
-rw-r--r-- | source/bridge/bridgeLib/commands.h | 174L |
-rw-r--r-- | source/bridge/bridgeLib/error.cpp | 0B |
-rw-r--r-- | source/bridge/bridgeLib/error.h | 21L |
-rw-r--r-- | source/bridge/bridgeLib/pluginDesc.cpp | 9L |
-rw-r--r-- | source/bridge/bridgeLib/pluginDesc.h | 10L |
-rw-r--r-- | source/bridge/bridgeLib/tcpConnection.cpp | 218L |
-rw-r--r-- | source/bridge/bridgeLib/tcpConnection.h | 107L |
-rw-r--r-- | source/bridge/bridgeLib/types.h | 47L |
-rw-r--r-- | source/bridge/client/CMakeLists.txt | 24L |
-rw-r--r-- | source/bridge/client/deviceConnection.cpp | 239L |
-rw-r--r-- | source/bridge/client/deviceConnection.h | 64L |
-rw-r--r-- | source/bridge/client/export.cpp | 1L |
-rw-r--r-- | source/bridge/client/export.h | 24L |
-rw-r--r-- | source/bridge/client/plugin.h | 46L |
-rw-r--r-- | source/bridge/client/remoteDevice.cpp | 288L |
-rw-r--r-- | source/bridge/client/remoteDevice.h | 71L |
-rw-r--r-- | source/bridge/client/serverList.cpp | 53L |
-rw-r--r-- | source/bridge/client/serverList.h | 52L |
-rw-r--r-- | source/bridge/client/types.h | 1L |
-rw-r--r-- | source/bridge/client/udpClient.cpp | 70L |
-rw-r--r-- | source/bridge/client/udpClient.h | 27L |
-rw-r--r-- | source/bridge/server/CMakeLists.txt | 26L |
-rw-r--r-- | source/bridge/server/bridgeServer.cpp | 43L |
-rw-r--r-- | source/bridge/server/clientConnection.cpp | 290L |
-rw-r--r-- | source/bridge/server/clientConnection.h | 63L |
-rw-r--r-- | source/bridge/server/config.cpp | 43L |
-rw-r--r-- | source/bridge/server/config.h | 20L |
-rw-r--r-- | source/bridge/server/import.cpp | 160L |
-rw-r--r-- | source/bridge/server/import.h | 54L |
-rw-r--r-- | source/bridge/server/romPool.cpp | 72L |
-rw-r--r-- | source/bridge/server/romPool.h | 36L |
-rw-r--r-- | source/bridge/server/server.cpp | 113L |
-rw-r--r-- | source/bridge/server/server.h | 57L |
-rw-r--r-- | source/bridge/server/udpServer.cpp | 76L |
-rw-r--r-- | source/bridge/server/udpServer.h | 14L |
-rw-r--r-- | source/changelogGenerator/CMakeLists.txt | 25L |
-rw-r--r-- | source/changelogGenerator/changelogGenerator.cpp | 405L |
m--------- | source/clap-juce-extensions @ 55ec146 | |
m--------- | source/cpp-terminal @ a79a1a1 | |
m--------- | source/dsp56300 @ 05ae6bf | |
-rw-r--r-- | source/findvst2.cmake | 18L |
-rw-r--r-- | source/fst/LICENSE | 674L |
-rw-r--r-- | source/fst/README.md | 99L |
-rw-r--r-- | source/fst/docs/REVERSE_ENGINEERING.md | 4300L |
-rw-r--r-- | source/fst/docs/opcodes.org | 257L |
-rw-r--r-- | source/fst/docs/realworld.org | 514L |
-rw-r--r-- | source/fst/fst/aeffect.h | 3L |
-rw-r--r-- | source/fst/fst/aeffectx.h | 3L |
-rw-r--r-- | source/fst/fst/fst.h | 677L |
-rw-r--r-- | source/fst/pluginterfaces/vst2.x/aeffect.h | 3L |
-rw-r--r-- | source/fst/pluginterfaces/vst2.x/aeffectx.h | 3L |
-rw-r--r-- | source/fst/src/FstHost/FstHost.cpp | 565L |
-rw-r--r-- | source/fst/src/FstHost/Makefile | 16L |
-rw-r--r-- | source/fst/src/FstHost/Makefile.nt | 16L |
-rw-r--r-- | source/fst/src/FstPlugin/FstPlugin.cpp | 633L |
-rw-r--r-- | source/fst/src/FstPlugin/Makefile | 16L |
-rw-r--r-- | source/fst/src/FstProxy/FstProxy.cpp | 204L |
-rw-r--r-- | source/fst/src/FstProxy/Makefile | 16L |
-rw-r--r-- | source/fst/src/FstProxy/Makefile.nt | 16L |
-rw-r--r-- | source/fst/src/JstHost/JstHost.jucer | 41L |
-rw-r--r-- | source/fst/src/JstHost/Makefile | 5L |
-rw-r--r-- | source/fst/src/JstHost/Source/Main.cpp | 29L |
-rw-r--r-- | source/fst/src/JstPlugin/JstPlugin.jucer | 64L |
-rw-r--r-- | source/fst/src/JstPlugin/Makefile | 5L |
-rw-r--r-- | source/fst/src/JstPlugin/Source/PluginEditor.cpp | 42L |
-rw-r--r-- | source/fst/src/JstPlugin/Source/PluginEditor.h | 35L |
-rw-r--r-- | source/fst/src/JstPlugin/Source/PluginProcessor.cpp | 191L |
-rw-r--r-- | source/fst/src/JstPlugin/Source/PluginProcessor.h | 61L |
-rw-r--r-- | source/fst/src/Makefile | 9L |
-rw-r--r-- | source/fst/src/fst_utils.h | 781L |
-rw-r--r-- | source/fst/tests/Makefile | 26L |
-rw-r--r-- | source/fst/tests/c_test.c | 5L |
-rw-r--r-- | source/fst/tests/cxx_test.cpp | 10L |
-rw-r--r-- | source/fst/tests/makefile.msvc | 17L |
-rw-r--r-- | source/fst/tools/bin2typedump.py | 103L |
-rw-r--r-- | source/fst/tools/fstversion.sh | 29L |
-rw-r--r-- | source/fst/tools/hexdump2bin.py | 9L |
-rw-r--r-- | source/hardwareLib/CMakeLists.txt | 28L |
-rw-r--r-- | source/hardwareLib/am29f.cpp | 180L |
-rw-r--r-- | source/hardwareLib/am29f.h | 79L |
-rw-r--r-- | source/hardwareLib/dspBootCode.cpp | 70L |
-rw-r--r-- | source/hardwareLib/dspBootCode.h | 43L |
-rw-r--r-- | source/hardwareLib/haltDSP.cpp | 96L |
-rw-r--r-- | source/hardwareLib/haltDSP.h | 87L |
-rw-r--r-- | source/hardwareLib/i2c.cpp | 165L |
-rw-r--r-- | source/hardwareLib/i2c.h | 63L |
-rw-r--r-- | source/hardwareLib/i2cFlash.cpp | 112L |
-rw-r--r-- | source/hardwareLib/i2cFlash.h | 74L |
-rw-r--r-- | source/hardwareLib/lcd.cpp | 218L |
-rw-r--r-- | source/hardwareLib/lcd.h | 91L |
-rw-r--r-- | source/hardwareLib/lcdfonts.cpp | 2675L |
-rw-r--r-- | source/hardwareLib/lcdfonts.h | 8L |
-rw-r--r-- | source/hardwareLib/sciMidi.cpp | 126L |
-rw-r--r-- | source/hardwareLib/sciMidi.h | 59L |
-rw-r--r-- | source/hardwareLib/syncUCtoDSP.h | 99L |
-rw-r--r-- | source/juce.cmake | 349L |
-rw-r--r-- | source/jucePluginData/CMakeLists.txt | 11L |
-rw-r--r-- | source/jucePluginData/link.png | 13154B |
-rw-r--r-- | source/jucePluginData/link.psd | 58643B |
-rw-r--r-- | source/jucePluginData/lock.png | 8844B |
-rw-r--r-- | source/jucePluginData/lock.psd | 61907B |
-rw-r--r-- | source/jucePluginEditorLib/CMakeLists.txt | 64L |
-rw-r--r-- | source/jucePluginEditorLib/dragAndDropObject.cpp | 9L |
-rw-r--r-- | source/jucePluginEditorLib/dragAndDropObject.h | 21L |
-rw-r--r-- | source/jucePluginEditorLib/focusedParameter.cpp | 202L |
-rw-r--r-- | source/jucePluginEditorLib/focusedParameter.h | 69L |
-rw-r--r-- | source/jucePluginEditorLib/focusedParameterTooltip.cpp | 78L |
-rw-r--r-- | source/jucePluginEditorLib/focusedParameterTooltip.h | 29L |
-rw-r--r-- | source/jucePluginEditorLib/imagePool.cpp | 94L |
-rw-r--r-- | source/jucePluginEditorLib/imagePool.h | 39L |
-rw-r--r-- | source/jucePluginEditorLib/lcd.cpp | 189L |
-rw-r--r-- | source/jucePluginEditorLib/lcd.h | 45L |
-rw-r--r-- | source/jucePluginEditorLib/led.cpp | 49L |
-rw-r--r-- | source/jucePluginEditorLib/led.h | 35L |
-rw-r--r-- | source/jucePluginEditorLib/midiPorts.cpp | 162L |
-rw-r--r-- | source/jucePluginEditorLib/midiPorts.h | 50L |
-rw-r--r-- | source/jucePluginEditorLib/parameterOverlay.cpp | 185L |
-rw-r--r-- | source/jucePluginEditorLib/parameterOverlay.h | 56L |
-rw-r--r-- | source/jucePluginEditorLib/parameterOverlays.cpp | 75L |
-rw-r--r-- | source/jucePluginEditorLib/parameterOverlays.h | 50L |
-rw-r--r-- | source/jucePluginEditorLib/partbutton.cpp | 162L |
-rw-r--r-- | source/jucePluginEditorLib/partbutton.h | 62L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/datasourcetree.cpp | 10L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/datasourcetree.h | 12L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/datasourcetreeitem.cpp | 272L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/datasourcetreeitem.h | 45L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/defaultskin.h | 19L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/editable.cpp | 74L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/editable.h | 32L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/grid.cpp | 368L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/grid.h | 85L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/griditem.cpp | 39L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/griditem.h | 29L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/griditemcontainer.cpp | 141L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/griditemcontainer.h | 28L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/gridviewport.cpp | 38L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/gridviewport.h | 23L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/grouptreeitem.cpp | 459L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/grouptreeitem.h | 66L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/info.cpp | 221L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/info.h | 52L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/list.cpp | 96L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/list.h | 27L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/listitem.cpp | 207L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/listitem.h | 44L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/listmodel.cpp | 697L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/listmodel.h | 164L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/notagtreeitem.cpp | 17L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/notagtreeitem.h | 17L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/patchmanager.cpp | 1097L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/patchmanager.h | 186L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/resizerbar.cpp | 32L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/resizerbar.h | 20L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/roottreeitem.cpp | 8L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/roottreeitem.h | 21L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/savepatchdesc.cpp | 136L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/savepatchdesc.h | 51L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/search.cpp | 49L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/search.h | 27L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/searchlist.cpp | 24L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/searchlist.h | 22L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/searchtree.cpp | 15L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/searchtree.h | 19L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/state.cpp | 166L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/state.h | 67L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/status.cpp | 52L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/status.h | 23L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/tagstree.cpp | 31L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/tagstree.h | 20L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/tagtreeitem.cpp | 131L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/tagtreeitem.h | 36L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/tree.cpp | 216L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/tree.h | 53L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/treeitem.cpp | 309L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/treeitem.h | 109L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/types.cpp | 62L |
-rw-r--r-- | source/jucePluginEditorLib/patchmanager/types.h | 30L |
-rw-r--r-- | source/jucePluginEditorLib/pluginEditor.cpp | 710L |
-rw-r--r-- | source/jucePluginEditorLib/pluginEditor.h | 132L |
-rw-r--r-- | source/jucePluginEditorLib/pluginEditorState.cpp | 561L |
-rw-r--r-- | source/jucePluginEditorLib/pluginEditorState.h | 92L |
-rw-r--r-- | source/jucePluginEditorLib/pluginEditorWindow.cpp | 146L |
-rw-r--r-- | source/jucePluginEditorLib/pluginEditorWindow.h | 33L |
-rw-r--r-- | source/jucePluginEditorLib/pluginProcessor.cpp | 161L |
-rw-r--r-- | source/jucePluginEditorLib/pluginProcessor.h | 40L |
-rw-r--r-- | source/jucePluginEditorLib/skin.h | 23L |
-rw-r--r-- | source/jucePluginLib/.gitignore | 2L |
-rw-r--r-- | source/jucePluginLib/CMakeLists.txt | 77L |
-rw-r--r-- | source/jucePluginLib/bypassBuffer.cpp | 5L |
-rw-r--r-- | source/jucePluginLib/bypassBuffer.h | 54L |
-rw-r--r-- | source/jucePluginLib/clipboard.cpp | 226L |
-rw-r--r-- | source/jucePluginLib/clipboard.h | 45L |
-rw-r--r-- | source/jucePluginLib/controller.cpp | 622L |
-rw-r--r-- | source/jucePluginLib/controller.h | 183L |
-rw-r--r-- | source/jucePluginLib/controllermap.cpp | 38L |
-rw-r--r-- | source/jucePluginLib/controllermap.h | 24L |
-rw-r--r-- | source/jucePluginLib/createVersionDateTime.cmake | 4L |
-rw-r--r-- | source/jucePluginLib/dummydevice.cpp | 12L |
-rw-r--r-- | source/jucePluginLib/dummydevice.h | 30L |
-rw-r--r-- | source/jucePluginLib/filetype.cpp | 20L |
-rw-r--r-- | source/jucePluginLib/filetype.h | 35L |
-rw-r--r-- | source/jucePluginLib/midipacket.cpp | 413L |
-rw-r--r-- | source/jucePluginLib/midipacket.h | 127L |
-rw-r--r-- | source/jucePluginLib/midiports.cpp | 113L |
-rw-r--r-- | source/jucePluginLib/midiports.h | 57L |
-rw-r--r-- | source/jucePluginLib/parameter.cpp | 300L |
-rw-r--r-- | source/jucePluginLib/parameter.h | 139L |
-rw-r--r-- | source/jucePluginLib/parameterbinding.cpp | 475L |
-rw-r--r-- | source/jucePluginLib/parameterbinding.h | 99L |
-rw-r--r-- | source/jucePluginLib/parameterdescription.cpp | 16L |
-rw-r--r-- | source/jucePluginLib/parameterdescription.h | 53L |
-rw-r--r-- | source/jucePluginLib/parameterdescriptions.cpp | 835L |
-rw-r--r-- | source/jucePluginLib/parameterdescriptions.h | 77L |
-rw-r--r-- | source/jucePluginLib/parameterlink.cpp | 74L |
-rw-r--r-- | source/jucePluginLib/parameterlink.h | 30L |
-rw-r--r-- | source/jucePluginLib/parameterlinks.cpp | 184L |
-rw-r--r-- | source/jucePluginLib/parameterlinks.h | 62L |
-rw-r--r-- | source/jucePluginLib/parameterlistener.cpp | 21L |
-rw-r--r-- | source/jucePluginLib/parameterlistener.h | 25L |
-rw-r--r-- | source/jucePluginLib/parameterlocking.cpp | 134L |
-rw-r--r-- | source/jucePluginLib/parameterlocking.h | 37L |
-rw-r--r-- | source/jucePluginLib/parameterregion.cpp | 8L |
-rw-r--r-- | source/jucePluginLib/parameterregion.h | 29L |
-rw-r--r-- | source/jucePluginLib/parametervaluelist.cpp | 39L |
-rw-r--r-- | source/jucePluginLib/parametervaluelist.h | 27L |
-rw-r--r-- | source/jucePluginLib/patchdb/datasource.cpp | 262L |
-rw-r--r-- | source/jucePluginLib/patchdb/datasource.h | 149L |
-rw-r--r-- | source/jucePluginLib/patchdb/db.cpp | 2138L |
-rw-r--r-- | source/jucePluginLib/patchdb/db.h | 195L |
-rw-r--r-- | source/jucePluginLib/patchdb/jobqueue.cpp | 169L |
-rw-r--r-- | source/jucePluginLib/patchdb/jobqueue.h | 100L |
-rw-r--r-- | source/jucePluginLib/patchdb/patch.cpp | 189L |
-rw-r--r-- | source/jucePluginLib/patchdb/patch.h | 123L |
-rw-r--r-- | source/jucePluginLib/patchdb/patchdbtypes.cpp | 70L |
-rw-r--r-- | source/jucePluginLib/patchdb/patchdbtypes.h | 102L |
-rw-r--r-- | source/jucePluginLib/patchdb/patchhistory.cpp | 0B |
-rw-r--r-- | source/jucePluginLib/patchdb/patchhistory.h | 13L |
-rw-r--r-- | source/jucePluginLib/patchdb/patchmodifications.cpp | 132L |
-rw-r--r-- | source/jucePluginLib/patchdb/patchmodifications.h | 33L |
-rw-r--r-- | source/jucePluginLib/patchdb/search.cpp | 141L |
-rw-r--r-- | source/jucePluginLib/patchdb/search.h | 79L |
-rw-r--r-- | source/jucePluginLib/patchdb/serialization.cpp | 24L |
-rw-r--r-- | source/jucePluginLib/patchdb/serialization.h | 13L |
-rw-r--r-- | source/jucePluginLib/patchdb/tags.cpp | 291L |
-rw-r--r-- | source/jucePluginLib/patchdb/tags.h | 114L |
-rw-r--r-- | source/jucePluginLib/pluginVersion.cpp | 32L |
-rw-r--r-- | source/jucePluginLib/pluginVersion.h | 17L |
-rw-r--r-- | source/jucePluginLib/processor.cpp | 913L |
-rw-r--r-- | source/jucePluginLib/processor.h | 221L |
-rw-r--r-- | source/jucePluginLib/processorPropertiesInit.h | 27L |
-rw-r--r-- | source/jucePluginLib/softknob.cpp | 101L |
-rw-r--r-- | source/jucePluginLib/softknob.h | 49L |
-rw-r--r-- | source/jucePluginLib/tools.cpp | 28L |
-rw-r--r-- | source/jucePluginLib/tools.h | 14L |
-rw-r--r-- | source/jucePluginLib/types.h | 24L |
-rw-r--r-- | source/jucePluginLib/version.h.in | 4L |
-rw-r--r-- | source/jucePluginLib/versionDateTime.h.in | 4L |
-rw-r--r-- | source/juceUiLib/CMakeLists.txt | 39L |
-rw-r--r-- | source/juceUiLib/button.cpp | 1L |
-rw-r--r-- | source/juceUiLib/button.h | 104L |
-rw-r--r-- | source/juceUiLib/buttonStyle.cpp | 135L |
-rw-r--r-- | source/juceUiLib/buttonStyle.h | 30L |
-rw-r--r-- | source/juceUiLib/comboboxStyle.cpp | 30L |
-rw-r--r-- | source/juceUiLib/comboboxStyle.h | 18L |
-rw-r--r-- | source/juceUiLib/condition.cpp | 73L |
-rw-r--r-- | source/juceUiLib/condition.h | 66L |
-rw-r--r-- | source/juceUiLib/controllerlink.cpp | 82L |
-rw-r--r-- | source/juceUiLib/controllerlink.h | 44L |
-rw-r--r-- | source/juceUiLib/editor.cpp | 348L |
-rw-r--r-- | source/juceUiLib/editor.h | 139L |
-rw-r--r-- | source/juceUiLib/editorInterface.h | 20L |
-rw-r--r-- | source/juceUiLib/hyperlinkbuttonStyle.cpp | 15L |
-rw-r--r-- | source/juceUiLib/hyperlinkbuttonStyle.h | 19L |
-rw-r--r-- | source/juceUiLib/image.cpp | 5L |
-rw-r--r-- | source/juceUiLib/image.h | 10L |
-rw-r--r-- | source/juceUiLib/labelStyle.cpp | 19L |
-rw-r--r-- | source/juceUiLib/labelStyle.h | 16L |
-rw-r--r-- | source/juceUiLib/listBoxStyle.cpp | 11L |
-rw-r--r-- | source/juceUiLib/listBoxStyle.h | 15L |
-rw-r--r-- | source/juceUiLib/messageBox.cpp | 48L |
-rw-r--r-- | source/juceUiLib/messageBox.h | 34L |
-rw-r--r-- | source/juceUiLib/rotaryStyle.cpp | 78L |
-rw-r--r-- | source/juceUiLib/rotaryStyle.h | 30L |
-rw-r--r-- | source/juceUiLib/scrollbarStyle.cpp | 17L |
-rw-r--r-- | source/juceUiLib/scrollbarStyle.h | 14L |
-rw-r--r-- | source/juceUiLib/slider.cpp | 33L |
-rw-r--r-- | source/juceUiLib/slider.h | 11L |
-rw-r--r-- | source/juceUiLib/tabgroup.cpp | 49L |
-rw-r--r-- | source/juceUiLib/tabgroup.h | 44L |
-rw-r--r-- | source/juceUiLib/textEditorStyle.cpp | 20L |
-rw-r--r-- | source/juceUiLib/textEditorStyle.h | 16L |
-rw-r--r-- | source/juceUiLib/textbuttonStyle.cpp | 24L |
-rw-r--r-- | source/juceUiLib/textbuttonStyle.h | 18L |
-rw-r--r-- | source/juceUiLib/treeViewStyle.cpp | 23L |
-rw-r--r-- | source/juceUiLib/treeViewStyle.h | 21L |
-rw-r--r-- | source/juceUiLib/uiObject.cpp | 711L |
-rw-r--r-- | source/juceUiLib/uiObject.h | 120L |
-rw-r--r-- | source/juceUiLib/uiObjectStyle.cpp | 203L |
-rw-r--r-- | source/juceUiLib/uiObjectStyle.h | 81L |
-rw-r--r-- | source/libresample/.cproject | 252L |
-rw-r--r-- | source/libresample/.gitignore | 1L |
-rw-r--r-- | source/libresample/.project | 27L |
-rw-r--r-- | source/libresample/.settings/language.settings.xml | 48L |
-rw-r--r-- | source/libresample/CMakeLists.txt | 12L |
-rw-r--r-- | source/libresample/LICENSE-BSD.txt | 23L |
-rw-r--r-- | source/libresample/LICENSE-LGPL.txt | 463L |
-rw-r--r-- | source/libresample/Makefile.in | 58L |
-rw-r--r-- | source/libresample/README.md | 117L |
-rw-r--r-- | source/libresample/config.guess | 1554L |
-rw-r--r-- | source/libresample/config.sub | 1717L |
-rw-r--r-- | source/libresample/configure | 5070L |
-rw-r--r-- | source/libresample/configure.in | 79L |
-rw-r--r-- | source/libresample/include/libresample.h | 44L |
-rw-r--r-- | source/libresample/install-sh | 251L |
-rw-r--r-- | source/libresample/src/configtemplate.h | 7L |
-rw-r--r-- | source/libresample/src/filterkit.c | 215L |
-rw-r--r-- | source/libresample/src/filterkit.h | 28L |
-rw-r--r-- | source/libresample/src/resample.c | 347L |
-rw-r--r-- | source/libresample/src/resample_defs.h | 86L |
-rw-r--r-- | source/libresample/src/resamplesubs.c | 123L |
-rw-r--r-- | source/libresample/tests/compareresample.c | 183L |
-rw-r--r-- | source/libresample/tests/resample-sndfile.c | 213L |
-rw-r--r-- | source/libresample/tests/testresample.c | 182L |
-rw-r--r-- | source/libresample/win/libresample.vcproj | 776L |
-rw-r--r-- | source/macsetup.cmake | 11L |
-rwxr-xr-x | source/macsetup.command.in | 12L |
m--------- | source/mc68k @ f4d9564 | |
-rw-r--r-- | source/mqConsoleLib/CMakeLists.txt | 27L |
-rw-r--r-- | source/mqConsoleLib/audioOutput.cpp | 1L |
-rw-r--r-- | source/mqConsoleLib/audioOutput.h | 24L |
-rw-r--r-- | source/mqConsoleLib/audioOutputPA.cpp | 175L |
-rw-r--r-- | source/mqConsoleLib/audioOutputPA.h | 36L |
-rw-r--r-- | source/mqConsoleLib/audioOutputWAV.cpp | 64L |
-rw-r--r-- | source/mqConsoleLib/audioOutputWAV.h | 25L |
-rw-r--r-- | source/mqConsoleLib/device.cpp | 40L |
-rw-r--r-- | source/mqConsoleLib/device.h | 31L |
-rw-r--r-- | source/mqConsoleLib/midiDevice.cpp | 107L |
-rw-r--r-- | source/mqConsoleLib/midiDevice.h | 21L |
-rw-r--r-- | source/mqConsoleLib/midiInput.cpp | 128L |
-rw-r--r-- | source/mqConsoleLib/midiInput.h | 30L |
-rw-r--r-- | source/mqConsoleLib/midiOutput.cpp | 73L |
-rw-r--r-- | source/mqConsoleLib/midiOutput.h | 31L |
-rw-r--r-- | source/mqConsoleLib/mqGui.cpp | 336L |
-rw-r--r-- | source/mqConsoleLib/mqGui.h | 49L |
-rw-r--r-- | source/mqConsoleLib/mqGuiBase.cpp | 24L |
-rw-r--r-- | source/mqConsoleLib/mqGuiBase.h | 16L |
-rw-r--r-- | source/mqConsoleLib/mqKeyInput.cpp | 105L |
-rw-r--r-- | source/mqConsoleLib/mqKeyInput.h | 22L |
-rw-r--r-- | source/mqConsoleLib/mqSettingsGui.cpp | 298L |
-rw-r--r-- | source/mqConsoleLib/mqSettingsGui.h | 56L |
-rw-r--r-- | source/mqJucePlugin/.gitignore | 1L |
-rw-r--r-- | source/mqJucePlugin/CMakeLists.txt | 29L |
-rw-r--r-- | source/mqJucePlugin/PluginEditor.cpp | 85L |
-rw-r--r-- | source/mqJucePlugin/PluginEditor.h | 30L |
-rw-r--r-- | source/mqJucePlugin/PluginEditorState.cpp | 71L |
-rw-r--r-- | source/mqJucePlugin/PluginEditorState.h | 23L |
-rw-r--r-- | source/mqJucePlugin/PluginProcessor.cpp | 81L |
-rw-r--r-- | source/mqJucePlugin/PluginProcessor.h | 23L |
-rw-r--r-- | source/mqJucePlugin/mqController.cpp | 547L |
-rw-r--r-- | source/mqJucePlugin/mqController.h | 113L |
-rw-r--r-- | source/mqJucePlugin/mqEditor.cpp | 208L |
-rw-r--r-- | source/mqJucePlugin/mqEditor.h | 65L |
-rw-r--r-- | source/mqJucePlugin/mqFrontPanel.cpp | 229L |
-rw-r--r-- | source/mqJucePlugin/mqFrontPanel.h | 39L |
-rw-r--r-- | source/mqJucePlugin/mqLcd.cpp | 42L |
-rw-r--r-- | source/mqJucePlugin/mqLcd.h | 20L |
-rw-r--r-- | source/mqJucePlugin/mqLcdBase.cpp | 0B |
-rw-r--r-- | source/mqJucePlugin/mqLcdBase.h | 13L |
-rw-r--r-- | source/mqJucePlugin/mqLcdText.cpp | 31L |
-rw-r--r-- | source/mqJucePlugin/mqLcdText.h | 21L |
-rw-r--r-- | source/mqJucePlugin/mqPartButton.cpp | 22L |
-rw-r--r-- | source/mqJucePlugin/mqPartButton.h | 22L |
-rw-r--r-- | source/mqJucePlugin/mqPartSelect.cpp | 77L |
-rw-r--r-- | source/mqJucePlugin/mqPartSelect.h | 34L |
-rw-r--r-- | source/mqJucePlugin/mqPatchBrowser.cpp | 101L |
-rw-r--r-- | source/mqJucePlugin/mqPatchBrowser.h | 26L |
-rw-r--r-- | source/mqJucePlugin/mqPatchManager.cpp | 118L |
-rw-r--r-- | source/mqJucePlugin/mqPatchManager.h | 28L |
-rw-r--r-- | source/mqJucePlugin/parameterDescriptions_mq.json | 3156L |
-rw-r--r-- | source/mqJucePlugin/serverPlugin.cpp | 9L |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/Digital.ttf | 21540B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/assets.cmake | 34L |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/button.png | 21642B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/encoder_ranged.png | 1012200B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/encoder_ranged_red.png | 1375552B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx1Chorus.png | 21308B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx1FiveFX.png | 59526B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx1Flanger.png | 28213B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx1Overdrive.png | 23075B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx1Phaser.png | 37008B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx1Vocoder.png | 57880B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx251Delay.png | 48891B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx2Delay.png | 31907B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx2DelayClocked.png | 4652B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx2DelayNotClocked.png | 4650B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/fx2Reverb.png | 42936B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/lcdshadow.png | 1529B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/led.png | 17664B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/ledcircle_11.png | 275227B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/ledcircle_5.png | 80339B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/ledcircle_6.png | 105614B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/ledcircle_7.png | 136435B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/ledcircle_9.png | 200578B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/mqDefault.json | 13151L |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/mqDefaultBG.png | 4219136B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/pageDrum.png | 80537B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/pageFilters.png | 453032B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/pageFx.png | 233364B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/pageLfo.png | 485245B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/pageMulti.png | 207502B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/pageOsc.png | 525874B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/pagePatchBrowser.png | 91142B |
-rw-r--r-- | source/mqJucePlugin/skins/mqDefault/toggleWithLED.png | 17013B |
-rw-r--r-- | source/mqJucePlugin/skins/mqFrontPanel/Digital.ttf | 21540B |
-rw-r--r-- | source/mqJucePlugin/skins/mqFrontPanel/alphadial.png | 974401B |
-rw-r--r-- | source/mqJucePlugin/skins/mqFrontPanel/assets.cmake | 10L |
-rw-r--r-- | source/mqJucePlugin/skins/mqFrontPanel/bakedBG.png | 303650B |
-rw-r--r-- | source/mqJucePlugin/skins/mqFrontPanel/button.png | 21642B |
-rw-r--r-- | source/mqJucePlugin/skins/mqFrontPanel/encoder.png | 781871B |
-rw-r--r-- | source/mqJucePlugin/skins/mqFrontPanel/led.png | 17664B |
-rw-r--r-- | source/mqJucePlugin/skins/mqFrontPanel/mqFrontPanel.json | 967L |
-rw-r--r-- | source/mqLib/CMakeLists.txt | 53L |
-rw-r--r-- | source/mqLib/bin2h.cmake | 83L |
-rw-r--r-- | source/mqLib/buttons.cpp | 125L |
-rw-r--r-- | source/mqLib/buttons.h | 80L |
-rw-r--r-- | source/mqLib/device.cpp | 158L |
-rw-r--r-- | source/mqLib/device.h | 42L |
-rw-r--r-- | source/mqLib/lcd.cpp | 40L |
-rw-r--r-- | source/mqLib/lcd.h | 21L |
-rw-r--r-- | source/mqLib/leds.cpp | 74L |
-rw-r--r-- | source/mqLib/leds.h | 47L |
-rw-r--r-- | source/mqLib/microq.cpp | 249L |
-rw-r--r-- | source/mqLib/microq.h | 130L |
-rw-r--r-- | source/mqLib/mqbuildconfig.h | 16L |
-rw-r--r-- | source/mqLib/mqdsp.cpp | 212L |
-rw-r--r-- | source/mqLib/mqdsp.h | 84L |
-rw-r--r-- | source/mqLib/mqhardware.cpp | 368L |
-rw-r--r-- | source/mqLib/mqhardware.h | 83L |
-rw-r--r-- | source/mqLib/mqmc.cpp | 395L |
-rw-r--r-- | source/mqLib/mqmc.h | 88L |
-rw-r--r-- | source/mqLib/mqmiditypes.h | 237L |
-rw-r--r-- | source/mqLib/mqstate.cpp | 833L |
-rw-r--r-- | source/mqLib/mqstate.h | 236L |
-rw-r--r-- | source/mqLib/mqsysexremotecontrol.cpp | 171L |
-rw-r--r-- | source/mqLib/mqsysexremotecontrol.h | 35L |
-rw-r--r-- | source/mqLib/mqtypes.h | 45L |
-rw-r--r-- | source/mqLib/rom.cpp | 28L |
-rw-r--r-- | source/mqLib/rom.h | 23L |
-rw-r--r-- | source/mqLib/romloader.cpp | 26L |
-rw-r--r-- | source/mqLib/romloader.h | 12L |
-rw-r--r-- | source/mqPerformanceTest/CMakeLists.txt | 28L |
-rw-r--r-- | source/mqPerformanceTest/mqPerformanceTest.cpp | 163L |
-rw-r--r-- | source/mqTestConsole/CMakeLists.txt | 30L |
-rw-r--r-- | source/mqTestConsole/mqTestConsole.cpp | 255L |
-rw-r--r-- | source/mqVst2/.gitignore | 3L |
-rw-r--r-- | source/networkLib/CMakeLists.txt | 44L |
-rw-r--r-- | source/networkLib/exception.cpp | 5L |
-rw-r--r-- | source/networkLib/exception.h | 26L |
-rw-r--r-- | source/networkLib/logging.cpp | 41L |
-rw-r--r-- | source/networkLib/logging.h | 37L |
-rw-r--r-- | source/networkLib/networkThread.cpp | 40L |
-rw-r--r-- | source/networkLib/networkThread.h | 27L |
-rw-r--r-- | source/networkLib/stream.cpp | 0B |
-rw-r--r-- | source/networkLib/stream.h | 15L |
-rw-r--r-- | source/networkLib/tcpClient.cpp | 41L |
-rw-r--r-- | source/networkLib/tcpClient.h | 19L |
-rw-r--r-- | source/networkLib/tcpConnection.cpp | 33L |
-rw-r--r-- | source/networkLib/tcpConnection.h | 30L |
-rw-r--r-- | source/networkLib/tcpServer.cpp | 51L |
-rw-r--r-- | source/networkLib/tcpServer.h | 17L |
-rw-r--r-- | source/networkLib/tcpStream.cpp | 81L |
-rw-r--r-- | source/networkLib/tcpStream.h | 32L |
-rw-r--r-- | source/networkLib/udpClient.cpp | 132L |
-rw-r--r-- | source/networkLib/udpClient.h | 30L |
-rw-r--r-- | source/networkLib/udpServer.cpp | 54L |
-rw-r--r-- | source/networkLib/udpServer.h | 25L |
-rw-r--r-- | source/nord/CMakeLists.txt | 5L |
-rw-r--r-- | source/nord/n2x/CMakeLists.txt | 8L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/.gitignore | 1L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/CMakeLists.txt | 37L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xArp.cpp | 23L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xArp.h | 16L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xController.cpp | 491L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xController.h | 73L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xEditor.cpp | 258L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xEditor.h | 108L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xFileType.cpp | 6L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xFileType.h | 11L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xFocusedParameter.cpp | 20L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xFocusedParameter.h | 18L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xLcd.cpp | 171L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xLcd.h | 59L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xLfo.cpp | 44L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xLfo.h | 29L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xMasterVolume.cpp | 33L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xMasterVolume.h | 33L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xOctLed.cpp | 28L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xOctLed.h | 15L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xOutputMode.cpp | 78L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xOutputMode.h | 30L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xParameterDrivenLed.cpp | 59L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xParameterDrivenLed.h | 45L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPart.cpp | 22L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPart.h | 18L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPartLed.cpp | 33L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPartLed.h | 19L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xParts.cpp | 45L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xParts.h | 27L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPatchManager.cpp | 214L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPatchManager.h | 32L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPluginEditorState.cpp | 45L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPluginEditorState.h | 23L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPluginProcessor.cpp | 83L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xPluginProcessor.h | 22L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xSlider.cpp | 16L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xSlider.h | 24L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xVmMap.cpp | 189L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/n2xVmMap.h | 73L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/parameterDescriptions_n2x.json | 620L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/serverPlugin.cpp | 9L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/DSEG14Classic-BoldItalic.ttf | 29504B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/DSEG7Classic-BoldItalic.ttf | 23464B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/assets.cmake | 25L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/background.png | 166299B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_a.png | 4922B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_b.png | 4904B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_black.png | 4196B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_browser.png | 53871B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_c.png | 4828B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_d.png | 4863B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_main.png | 51603B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_perf.png | 47697B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_red.png | 19854B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_round.png | 8257B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/h_slider.png | 1592B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/knob_big.png | 1290882B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/knob_big_sens.png | 55171B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/n2xTrancy.json | 356L |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_1_main.png | 2796094B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_1_main_arpeggiator.png | 308714B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_1_main_lfo2.png | 303704B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_2_browser.png | 2624286B |
-rw-r--r-- | source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_3_perf.png | 2881655B |
-rw-r--r-- | source/nord/n2x/n2xLib/CMakeLists.txt | 37L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xdevice.cpp | 109L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xdevice.h | 39L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xdsp.cpp | 223L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xdsp.h | 77L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xflash.cpp | 25L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xflash.h | 17L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xfrontpanel.cpp | 245L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xfrontpanel.h | 99L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xhardware.cpp | 370L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xhardware.h | 100L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xhdi08.cpp | 5L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xhdi08.h | 66L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xmc.cpp | 325L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xmc.h | 61L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xmiditypes.h | 179L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xrom.cpp | 35L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xrom.h | 17L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xromdata.cpp | 41L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xromdata.h | 34L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xromloader.cpp | 20L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xromloader.h | 14L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xstate.cpp | 650L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xstate.h | 171L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xsync.cpp | 0B |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xsync.h | 16L |
-rw-r--r-- | source/nord/n2x/n2xLib/n2xtypes.h | 98L |
-rw-r--r-- | source/nord/n2x/n2xTestConsole/CMakeLists.txt | 15L |
-rw-r--r-- | source/nord/n2x/n2xTestConsole/n2xTestConsole.cpp | 77L |
-rw-r--r-- | source/osTIrusJucePlugin/.gitignore | 1L |
-rw-r--r-- | source/osTIrusJucePlugin/CMakeLists.txt | 21L |
-rw-r--r-- | source/osTIrusJucePlugin/OsTIrusEditorState.cpp | 7L |
-rw-r--r-- | source/osTIrusJucePlugin/OsTIrusEditorState.h | 9L |
-rw-r--r-- | source/osTIrusJucePlugin/OsTIrusProcessor.cpp | 54L |
-rw-r--r-- | source/osTIrusJucePlugin/OsTIrusProcessor.h | 12L |
-rw-r--r-- | source/osTIrusJucePlugin/parameterDescriptions_TI.json | 2694L |
-rw-r--r-- | source/osTIrusJucePlugin/serverPlugin.cpp | 9L |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/Digital.ttf | 21540B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/KoshgarianBold.ttf | 26848B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/VirusTI_Trancy.json | 1484L |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/assets.cmake | 168L |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/background.png | 4098519B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/background_channels_16.png | 119170B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/background_channels_4.png | 321206B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/background_channels_disable_16.png | 141607B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/background_channels_disable_4.png | 325903B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_1.png | 10193B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_1.png | 381B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_10.png | 1744B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_11.png | 500B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_12.png | 1274B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_13.png | 1384B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_14.png | 1278B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_15.png | 1255B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_16.png | 1755B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_17.png | 1202B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_18.png | 1970B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_19.png | 1733B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_2.png | 1182B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_20.png | 2313B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_21.png | 1286B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_22.png | 1853B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_23.png | 1936B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_24.png | 1906B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_25.png | 1862B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_26.png | 2332B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_27.png | 1790B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_28.png | 2512B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_29.png | 2316B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_3.png | 1195B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_30.png | 2368B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_31.png | 1425B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_32.png | 1918B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_4.png | 1168B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_5.png | 1089B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_6.png | 1538B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_7.png | 992B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_8.png | 1696B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_arp_9.png | 1617B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_1.png | 2049B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_10.png | 4646B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_11.png | 2401B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_12.png | 3675B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_13.png | 3837B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_14.png | 3847B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_15.png | 3607B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_16.png | 4483B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_2.png | 3491B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_3.png | 3681B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_4.png | 3451B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_5.png | 3412B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_6.png | 4183B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_7.png | 3253B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_8.png | 4501B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_channel_9.png | 4157B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_disable.png | 7041B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_disable_white.png | 9285B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_filter_ap1.png | 3235B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_filter_ap2.png | 4071B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_filter_ap3.png | 4181B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_filter_ap4.png | 4023B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_filter_bp.png | 3009B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_filter_bs.png | 3212B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_filter_hp.png | 2589B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_filter_lp.png | 2522B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_load.png | 8331B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_menu.png | 7833B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_mono_poly.png | 9113B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_multi.png | 10925B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_next.png | 4780B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_plus.png | 10392B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_prev.png | 4938B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_save.png | 8491B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_single.png | 13688B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/button_sub.png | 6257B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/demo/background.png | 3039228B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/demo/background.psd | 19977814B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/demo/background_donators.psd | 19992556B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/dummy.png | 188B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_par.png | 3905B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_routing_par.png | 13678B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_routing_ser4.png | 13745B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_routing_ser6.png | 13698B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_routing_split.png | 27775B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_ser4.png | 3062B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_ser6.png | 3146B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_split.png | 3813B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/knob_big_ring.png | 3817150B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/knob_mid.png | 1376095B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/knob_small.png | 395564B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/knob_small_ring.png | 1475483B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/led_on.png | 32912B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/logo.png | 16361B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/logo_light.png | 46681B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_arp.png | 10043B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_browser.png | 19288B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_common.png | 18183B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_filter.png | 12240B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_fx1.png | 9442B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_fx2.png | 10783B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_lfo.png | 9709B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_main.png | 11433B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_matrix.png | 15554B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_osc.png | 10852B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_10_common.png | 404754B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_1_easy_edit.png | 3236405B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_2_browser.png | 18648B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc.png | 324780B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_classic.png | 53168B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_common.png | 120928B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_common_hs.png | 123102B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_grain_complex.png | 65007B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_grain_simple.png | 53462B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_hypersaw.png | 53971B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_wave_pwm.png | 61723B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_wavetable.png | 51579B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_4_filter.png | 397958B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_4_filter_env_3.png | 81610B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_4_filter_env_4.png | 81644B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_4_filter_env_filter.png | 82600B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_5_lfo.png | 498860B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_6_matrix.png | 304636B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_7_arp.png | 231647B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_0.png | 38910B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_1.png | 55887B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_2.png | 52270B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_3.png | 45970B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_4.png | 46348B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_5.png | 53796B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_6.png | 53366B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_Equalizer.png | 87043B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_Input.png | 18209B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_Input_Off.png | 17591B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_Phaser.png | 74799B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_characters.png | 41164B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_characters_off.png | 35975B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_air_chorus.png | 65326B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_classic.png | 70555B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_hyper_chorus.png | 73232B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_off.png | 43428B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_rotary_speaker.png | 68098B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_vibrato.png | 68766B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_vintage.png | 72202B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_env_follower.png | 55525B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_env_follower_off.png | 42958B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_frequency_shift.png | 79945B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_off.png | 60308B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_pole_xfade.png | 86426B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_ringmodulator.png | 87011B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_vari_slopes.png | 83118B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_vowel_filter.png | 88137B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_classic.png | 123317B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape.png | 181061B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape_clocked.png | 186872B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_reverb.png | 120026B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_vocoder.png | 141099B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_vocoder_off.png | 114789B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/part_activity.png | 3382B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/slider_knob.png | 3938B |
-rw-r--r-- | source/osTIrusJucePlugin/skins/TrancyTI/snow.png | 1562B |
-rw-r--r-- | source/osirusJucePlugin/.gitignore | 1L |
-rw-r--r-- | source/osirusJucePlugin/CMakeLists.txt | 22L |
-rw-r--r-- | source/osirusJucePlugin/OsirusEditorState.cpp | 7L |
-rw-r--r-- | source/osirusJucePlugin/OsirusEditorState.h | 9L |
-rw-r--r-- | source/osirusJucePlugin/OsirusProcessor.cpp | 51L |
-rw-r--r-- | source/osirusJucePlugin/OsirusProcessor.h | 12L |
-rw-r--r-- | source/osirusJucePlugin/assets/bg_1377x800.png | 167837B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/GLOBAL_btn_arp_settings_141x26.png | 9339B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/GLOBAL_btn_effects_141x26.png | 8075B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/GLOBAL_btn_lfo_matrix_141x26.png | 8876B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/GLOBAL_btn_osc_filter_141x26.png | 8804B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/GLOBAL_btn_patch_browser_141x26.png | 8766B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/Handle_18x47.png | 3401B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/arphold_btn_28_22.png | 411B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/arphold_btn_36x36.png | 1257B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/env_pol_50x34.png | 3261B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/lfo_btn_23_19.png | 2788B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/link_horizon_36x12.png | 2468B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/link_vert_12x36.png | 2221B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/part_select_btn_36x36.png | 966B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/presets_btn_43_15.png | 2377B |
-rw-r--r-- | source/osirusJucePlugin/assets/buttons/sync2_54x25.png | 4441B |
-rw-r--r-- | source/osirusJucePlugin/assets/knobs/GenBlue_70x70_100.png | 137890B |
-rw-r--r-- | source/osirusJucePlugin/assets/knobs/GenRed_70x70_100.png | 112567B |
-rw-r--r-- | source/osirusJucePlugin/assets/knobs/Gen_70x70_100.png | 136264B |
-rw-r--r-- | source/osirusJucePlugin/assets/knobs/Gen_pol_70x70_100.png | 132440B |
-rw-r--r-- | source/osirusJucePlugin/assets/knobs/multi_18x18_100.png | 36549B |
-rw-r--r-- | source/osirusJucePlugin/assets/panels/bg_arp_1018x620.png | 209012B |
-rw-r--r-- | source/osirusJucePlugin/assets/panels/bg_fx_1018x620.png | 227217B |
-rw-r--r-- | source/osirusJucePlugin/assets/panels/bg_fxdelay_481x234.png | 35981B |
-rw-r--r-- | source/osirusJucePlugin/assets/panels/bg_fxreverb_481x234.png | 35160B |
-rw-r--r-- | source/osirusJucePlugin/assets/panels/bg_lfo_1018x620.png | 208945B |
-rw-r--r-- | source/osirusJucePlugin/assets/panels/bg_osc_1018x620.png | 229647B |
-rw-r--r-- | source/osirusJucePlugin/assets/panels/bg_presets_1018x620.png | 20262B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_1.png | 3414B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_2.png | 5963B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_3.png | 3607B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_4.png | 3126B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_down.png | 951B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_left.png | 1093B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_load_bank.png | 4172B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_main_1.png | 11813B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_main_2.png | 12612B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_main_3.png | 10021B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_main_4.png | 13432B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_main_5.png | 13718B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_menu.png | 3504B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_right.png | 1042B |
-rw-r--r-- | source/osirusJucePlugin/assets2/buttons/btn_save_preset.png | 4598B |
-rw-r--r-- | source/osirusJucePlugin/assets2/combobox/cmb_1.png | 1455B |
-rw-r--r-- | source/osirusJucePlugin/assets2/combobox/cmb_2.png | 1243B |
-rw-r--r-- | source/osirusJucePlugin/assets2/font/Digital | 21540B |
-rw-r--r-- | source/osirusJucePlugin/assets2/knobs/knob_1_128.png | 866774B |
-rw-r--r-- | source/osirusJucePlugin/assets2/knobs/knob_2_128.png | 539003B |
-rw-r--r-- | source/osirusJucePlugin/assets2/main_background.png | 4774607B |
-rw-r--r-- | source/osirusJucePlugin/assets2/main_background_marker_points.png | 4782672B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panel_1_marker_points.png | 563554B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panel_2_marker_points.png | 436502B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panel_3_marker_points.png | 463766B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panel_4_marker_points.png | 356269B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panel_5_marker_points.png | 29873B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panels/panel_1.png | 559060B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panels/panel_2.png | 442407B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panels/panel_3.png | 463609B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panels/panel_4.png | 353641B |
-rw-r--r-- | source/osirusJucePlugin/assets2/panels/panel_5.png | 30067B |
-rw-r--r-- | source/osirusJucePlugin/parameterDescriptions_C.json | 1562L |
-rw-r--r-- | source/osirusJucePlugin/serverPlugin.cpp | 9L |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/BEBASNEUE_BOLD-_1_.ttf | 54280B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/BEBASNEUE_REGULAR-_1_.ttf | 55072B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/Mult_36x36_x2i_blue.png | 97886B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/VirusC_Galaxpel.json | 5652L |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/arp-btn-306x83.png | 23793B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/arp-onoff-72x37.png | 5623B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/arp-select-104x72.png | 3727B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/arp_page_midiPorts.png | 871474B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/assets.cmake | 32L |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/btn2-52x36.png | 6490B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/chain-btn-36x62.png | 7018B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/chain-btn2-62x36.png | 6642B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/efcts-btn-306x83.png | 15722B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/env-pol-radio-btns-38x66.png | 4621B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/fx_page.png | 235342B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/fx_page_reverbOverlay.png | 47787B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/knob_2-104x104.png | 1676620B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/lfo-btn-306x83.png | 20306B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/lfo_page.png | 333534B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/load-push-btn-112x121.png | 7641B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/main_bg.png | 189287B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/mlt-btn49x260.png | 7889B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/osc-btn-306x83.png | 19176B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/osc_page-sub-fixed.png | 285225B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/preset-selected-light-74x68.png | 5977B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/presets-push-btn-118x121.png | 9230B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/save-push-btn-80x121.png | 7294B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/sngl-btn49x260.png | 9958B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/sync-38x38.png | 4605B |
-rw-r--r-- | source/osirusJucePlugin/skins/Galaxpel/toggle-btn-39x102.png | 9971B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/ARP_2034x1238_x2.png | 504687B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/ARP_282x52_x2.png | 25587B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/FX_2034x1238_x2_D.png | 486930B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/FX_282x52_x2.png | 22136B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/FX_reverbOverlay.png | 61347B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/GenPol_140x140_x2.png | 1219827B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/GenRed_140x140_x2.png | 1419373B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/Gen_140x140_x2.png | 1313353B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/LFO_2034x1238_x2.png | 476268B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/LFO_282x52_x2.png | 24232B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/Mult_36x36_x2i.png | 104623B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/OSC_2034x1238_x2.png | 531237B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/OSC_282x52_x2.png | 24400B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/Pres_2034x1238_x2.png | 44352B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/VC_x2_N.png | 448846B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/VirusC_Hoverland.json | 5861L |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/arp_72x37_X2.png | 3098B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/arpall_104x432_X2.png | 2924B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/assets.cmake | 29L |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/env_pol_100x68_x2.png | 4551B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/handle_72x94_x2.png | 6506B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/lfo_btn_46x76_x2.png | 4618B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/link_horizon_48x72_x2.png | 2953B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/link_vert_72x48_x2.png | 3055B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/multi_btn_select_72x72_x2.png | 1854B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/presest_btn_select_86x60_x2.png | 3378B |
-rw-r--r-- | source/osirusJucePlugin/skins/Hoverland/sync2_108x100_x2.png | 8269B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/Digital.ttf | 21540B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/VirusC_Trancy.json | 5511L |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/assets.cmake | 26L |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_1.png | 3414B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_2.png | 5963B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_3.png | 3607B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_4.png | 3126B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_left.png | 1093B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_main_1.png | 11813B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_main_2.png | 12612B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_main_3.png | 10021B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_main_4.png | 13432B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_main_5.png | 13718B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_menu.png | 3504B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_right.png | 1042B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/btn_save_preset.png | 4598B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/knob_1_128.png | 866774B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/knob_2_128.png | 539003B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/main_background.png | 4774607B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/panel_1.png | 559060B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/panel_2.png | 442407B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/panel_3.png | 463609B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/panel_4.png | 360983B |
-rw-r--r-- | source/osirusJucePlugin/skins/Trancy/panel_5.png | 30067B |
-rw-r--r-- | source/pluginTester/CMakeLists.txt | 47L |
-rw-r--r-- | source/pluginTester/fakeAudioDevice.cpp | 56L |
-rw-r--r-- | source/pluginTester/fakeAudioDevice.h | 88L |
-rw-r--r-- | source/pluginTester/logger.cpp | 16L |
-rw-r--r-- | source/pluginTester/logger.h | 14L |
-rw-r--r-- | source/pluginTester/pluginHost.cpp | 28L |
-rw-r--r-- | source/pluginTester/pluginHost.h | 24L |
-rw-r--r-- | source/pluginTester/pluginTester.cpp | 211L |
-rw-r--r-- | source/portaudio/.gitattributes | 43L |
-rw-r--r-- | source/portaudio/.gitignore | 42L |
-rw-r--r-- | source/portaudio/CMakeLists.txt | 410L |
-rw-r--r-- | source/portaudio/Doxyfile | 239L |
-rw-r--r-- | source/portaudio/Doxyfile.developer | 242L |
-rw-r--r-- | source/portaudio/LICENSE.txt | 81L |
-rw-r--r-- | source/portaudio/Makefile.in | 257L |
-rw-r--r-- | source/portaudio/README.configure.txt | 32L |
-rw-r--r-- | source/portaudio/README.txt | 98L |
-rw-r--r-- | source/portaudio/SConstruct | 197L |
-rw-r--r-- | source/portaudio/aclocal.m4 | 8776L |
-rw-r--r-- | source/portaudio/bindings/cpp/AUTHORS | 0B |
-rw-r--r-- | source/portaudio/bindings/cpp/COPYING | 31L |
-rw-r--r-- | source/portaudio/bindings/cpp/ChangeLog | 178L |
-rw-r--r-- | source/portaudio/bindings/cpp/INSTALL | 370L |
-rw-r--r-- | source/portaudio/bindings/cpp/Makefile.am | 7L |
-rw-r--r-- | source/portaudio/bindings/cpp/Makefile.in | 848L |
-rw-r--r-- | source/portaudio/bindings/cpp/NEWS | 0B |
-rw-r--r-- | source/portaudio/bindings/cpp/README | 0B |
-rw-r--r-- | source/portaudio/bindings/cpp/SConscript | 65L |
-rw-r--r-- | source/portaudio/bindings/cpp/aclocal.m4 | 9787L |
-rw-r--r-- | source/portaudio/bindings/cpp/bin/Makefile.am | 9L |
-rw-r--r-- | source/portaudio/bindings/cpp/bin/Makefile.in | 618L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/gnu/Makefile.in | 106L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/gnu/OUT_OF_DATE | 0B |
-rw-r--r-- | source/portaudio/bindings/cpp/build/gnu/aclocal.m4 | 57L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/gnu/config.guess | 1308L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/gnu/config.sub | 1505L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/gnu/configure | 4297L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/gnu/configure.ac | 214L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/gnu/install-sh | 251L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc6/devs_example.dsp | 248L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc6/devs_example.dsw | 44L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc6/sine_example.dsp | 252L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc6/sine_example.dsw | 44L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc6/static_library.dsp | 395L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc6/static_library.dsw | 29L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc7/OUT_OF_DATE | 0B |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc7_1/devs_example.sln | 30L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc7_1/devs_example.vcproj | 195L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc7_1/sine_example.sln | 30L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc7_1/sine_example.vcproj | 327L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc7_1/static_library.sln | 21L |
-rw-r--r-- | source/portaudio/bindings/cpp/build/vc7_1/static_library.vcproj | 218L |
-rw-r--r-- | source/portaudio/bindings/cpp/configure | 17918L |
-rw-r--r-- | source/portaudio/bindings/cpp/configure.ac | 54L |
-rw-r--r-- | source/portaudio/bindings/cpp/doc/Makefile.am | 5L |
-rw-r--r-- | source/portaudio/bindings/cpp/doc/Makefile.in | 432L |
-rw-r--r-- | source/portaudio/bindings/cpp/doc/README | 34L |
-rw-r--r-- | source/portaudio/bindings/cpp/doc/config.doxy | 211L |
-rw-r--r-- | source/portaudio/bindings/cpp/doc/config.doxy.linux | 210L |
-rw-r--r-- | source/portaudio/bindings/cpp/example/devs.cxx | 177L |
-rw-r--r-- | source/portaudio/bindings/cpp/example/sine.cxx | 137L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/Makefile.am | 22L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/Makefile.in | 571L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/AsioDeviceAdapter.hxx | 44L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/AutoSystem.hxx | 62L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/BlockingStream.hxx | 45L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/CFunCallbackStream.hxx | 49L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/CallbackInterface.hxx | 45L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/CallbackStream.hxx | 40L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/CppFunCallbackStream.hxx | 86L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/Device.hxx | 91L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/DirectionSpecificStreamParameters.hxx | 77L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/Exception.hxx | 108L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/HostApi.hxx | 76L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/InterfaceCallbackStream.hxx | 49L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/MemFunCallbackStream.hxx | 107L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/PortAudioCpp.hxx | 109L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/SampleDataFormat.hxx | 35L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/Stream.hxx | 82L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/StreamParameters.hxx | 77L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/System.hxx | 107L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/SystemDeviceIterator.hxx | 66L |
-rw-r--r-- | source/portaudio/bindings/cpp/include/portaudiocpp/SystemHostApiIterator.hxx | 61L |
-rw-r--r-- | source/portaudio/bindings/cpp/lib/Makefile.am | 26L |
-rw-r--r-- | source/portaudio/bindings/cpp/lib/Makefile.in | 789L |
-rw-r--r-- | source/portaudio/bindings/cpp/portaudiocpp.pc.in | 12L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/AsioDeviceAdapter.cxx | 83L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/BlockingStream.cxx | 100L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/CFunCallbackStream.cxx | 41L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/CallbackInterface.cxx | 25L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/CallbackStream.cxx | 20L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/CppFunCallbackStream.cxx | 81L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/Device.cxx | 168L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/DirectionSpecificStreamParameters.cxx | 163L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/Exception.cxx | 123L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/HostApi.cxx | 121L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/InterfaceCallbackStream.cxx | 45L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/MemFunCallbackStream.cxx | 4L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/Stream.cxx | 195L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/StreamParameters.cxx | 165L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/System.cxx | 308L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/SystemDeviceIterator.cxx | 60L |
-rw-r--r-- | source/portaudio/bindings/cpp/source/portaudiocpp/SystemHostApiIterator.cxx | 59L |
-rw-r--r-- | source/portaudio/bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.sln | 26L |
-rw-r--r-- | source/portaudio/bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.vcproj | 198L |
-rw-r--r-- | source/portaudio/bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.vcxproj | 174L |
-rw-r--r-- | source/portaudio/bindings/java/c/src/com_portaudio_BlockingStream.c | 352L |
-rw-r--r-- | source/portaudio/bindings/java/c/src/com_portaudio_BlockingStream.h | 130L |
-rw-r--r-- | source/portaudio/bindings/java/c/src/com_portaudio_PortAudio.c | 279L |
-rw-r--r-- | source/portaudio/bindings/java/c/src/com_portaudio_PortAudio.h | 183L |
-rw-r--r-- | source/portaudio/bindings/java/c/src/jpa_tools.c | 208L |
-rw-r--r-- | source/portaudio/bindings/java/c/src/jpa_tools.h | 62L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio.dox | 65L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/.classpath | 8L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/.project | 17L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/jtests/com/portaudio/PlaySine.java | 89L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/jtests/com/portaudio/TestBasic.java | 523L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/src/com/portaudio/BlockingStream.java | 208L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/src/com/portaudio/DeviceInfo.java | 65L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/src/com/portaudio/HostApiInfo.java | 61L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/src/com/portaudio/PortAudio.java | 261L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/src/com/portaudio/StreamInfo.java | 60L |
-rw-r--r-- | source/portaudio/bindings/java/jportaudio/src/com/portaudio/StreamParameters.java | 57L |
-rw-r--r-- | source/portaudio/bindings/java/scripts/make_header.bat | 4L |
-rw-r--r-- | source/portaudio/build/msvc/portaudio.def | 50L |
-rw-r--r-- | source/portaudio/build/msvc/portaudio.dsp | 269L |
-rw-r--r-- | source/portaudio/build/msvc/portaudio.dsw | 29L |
-rw-r--r-- | source/portaudio/build/msvc/portaudio.sln | 32L |
-rw-r--r-- | source/portaudio/build/msvc/portaudio.vcproj | 1932L |
-rw-r--r-- | source/portaudio/build/msvc/readme.txt | 112L |
-rw-r--r-- | source/portaudio/build/scons/SConscript_common | 30L |
-rw-r--r-- | source/portaudio/build/scons/SConscript_opts | 91L |
-rw-r--r-- | source/portaudio/clear_gitrevision.sh | 12L |
-rw-r--r-- | source/portaudio/cmake_support/FindASIOSDK.cmake | 41L |
-rw-r--r-- | source/portaudio/cmake_support/FindDXSDK.cmake | 59L |
-rw-r--r-- | source/portaudio/cmake_support/FindJack.cmake | 41L |
-rw-r--r-- | source/portaudio/cmake_support/options_cmake.h.in | 31L |
-rw-r--r-- | source/portaudio/cmake_support/portaudio-2.0.pc.in | 12L |
-rw-r--r-- | source/portaudio/cmake_support/template_portaudio.def | 53L |
-rw-r--r-- | source/portaudio/config.guess | 1558L |
-rw-r--r-- | source/portaudio/config.sub | 1791L |
-rw-r--r-- | source/portaudio/configure | 18827L |
-rw-r--r-- | source/portaudio/configure.in | 516L |
-rw-r--r-- | source/portaudio/depcomp | 791L |
-rw-r--r-- | source/portaudio/doc/src/api_overview.dox | 162L |
-rw-r--r-- | source/portaudio/doc/src/images/portaudio-external-architecture-diagram.png | 20386B |
-rw-r--r-- | source/portaudio/doc/src/license.dox | 38L |
-rw-r--r-- | source/portaudio/doc/src/mainpage.dox | 61L |
-rw-r--r-- | source/portaudio/doc/src/srcguide.dox | 55L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/blocking_read_write.dox | 68L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/compile_cmake.dox | 29L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/compile_linux.dox | 83L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/compile_mac_coreaudio.dox | 122L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/compile_windows.dox | 108L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/compile_windows_asio_msvc.dox | 97L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/compile_windows_mingw.dox | 53L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/exploring.dox | 15L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/initializing_portaudio.dox | 29L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/open_default_stream.dox | 48L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/querying_devices.dox | 111L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/start_stop_abort.dox | 35L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/terminating_portaudio.dox | 20L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/tutorial_start.dox | 58L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/utility_functions.dox | 69L |
-rw-r--r-- | source/portaudio/doc/src/tutorial/writing_a_callback.dox | 70L |
-rw-r--r-- | source/portaudio/doc/utils/checkfiledocs.py | 87L |
-rw-r--r-- | source/portaudio/examples/CMakeLists.txt | 41L |
-rw-r--r-- | source/portaudio/examples/pa_devs.c | 252L |
-rw-r--r-- | source/portaudio/examples/pa_fuzz.c | 183L |
-rw-r--r-- | source/portaudio/examples/paex_mono_asio_channel_select.c | 167L |
-rw-r--r-- | source/portaudio/examples/paex_ocean_shore.c | 533L |
-rw-r--r-- | source/portaudio/examples/paex_pink.c | 280L |
-rw-r--r-- | source/portaudio/examples/paex_read_write_wire.c | 205L |
-rw-r--r-- | source/portaudio/examples/paex_record.c | 354L |
-rw-r--r-- | source/portaudio/examples/paex_record_file.c | 458L |
-rw-r--r-- | source/portaudio/examples/paex_saw.c | 133L |
-rw-r--r-- | source/portaudio/examples/paex_sine.c | 175L |
-rw-r--r-- | source/portaudio/examples/paex_sine_c++.cpp | 275L |
-rw-r--r-- | source/portaudio/examples/paex_wmme_ac3.c | 221L |
-rw-r--r-- | source/portaudio/examples/paex_wmme_surround.c | 211L |
-rw-r--r-- | source/portaudio/examples/paex_write_sine.c | 166L |
-rw-r--r-- | source/portaudio/examples/paex_write_sine_nonint.c | 167L |
-rw-r--r-- | source/portaudio/fixdir.bat | 19L |
-rw-r--r-- | source/portaudio/fixfile.bat | 7L |
-rw-r--r-- | source/portaudio/include/pa_asio.h | 150L |
-rw-r--r-- | source/portaudio/include/pa_jack.h | 77L |
-rw-r--r-- | source/portaudio/include/pa_linux_alsa.h | 107L |
-rw-r--r-- | source/portaudio/include/pa_mac_core.h | 191L |
-rw-r--r-- | source/portaudio/include/pa_win_ds.h | 95L |
-rw-r--r-- | source/portaudio/include/pa_win_wasapi.h | 443L |
-rw-r--r-- | source/portaudio/include/pa_win_waveformat.h | 199L |
-rw-r--r-- | source/portaudio/include/pa_win_wdmks.h | 137L |
-rw-r--r-- | source/portaudio/include/pa_win_wmme.h | 185L |
-rw-r--r-- | source/portaudio/include/portaudio.h | 1225L |
-rw-r--r-- | source/portaudio/index.html | 105L |
-rw-r--r-- | source/portaudio/install-sh | 527L |
-rw-r--r-- | source/portaudio/ltmain.sh | 9661L |
-rw-r--r-- | source/portaudio/missing | 215L |
-rw-r--r-- | source/portaudio/pablio/README.txt | 49L |
-rw-r--r-- | source/portaudio/pablio/pablio.c | 314L |
-rw-r--r-- | source/portaudio/pablio/pablio.def | 35L |
-rw-r--r-- | source/portaudio/pablio/pablio.h | 116L |
-rw-r--r-- | source/portaudio/pablio/test_rw.c | 105L |
-rw-r--r-- | source/portaudio/pablio/test_rw_echo.c | 129L |
-rw-r--r-- | source/portaudio/pablio/test_w_saw.c | 114L |
-rw-r--r-- | source/portaudio/pablio/test_w_saw8.c | 112L |
-rw-r--r-- | source/portaudio/portaudio-2.0.pc.in | 12L |
-rw-r--r-- | source/portaudio/qa/loopback/README.txt | 92L |
-rw-r--r-- | source/portaudio/qa/loopback/src/audio_analyzer.c | 707L |
-rw-r--r-- | source/portaudio/qa/loopback/src/audio_analyzer.h | 187L |
-rw-r--r-- | source/portaudio/qa/loopback/src/biquad_filter.c | 122L |
-rw-r--r-- | source/portaudio/qa/loopback/src/biquad_filter.h | 38L |
-rw-r--r-- | source/portaudio/qa/loopback/src/paqa.c | 1601L |
-rw-r--r-- | source/portaudio/qa/loopback/src/paqa_tools.c | 171L |
-rw-r--r-- | source/portaudio/qa/loopback/src/paqa_tools.h | 52L |
-rw-r--r-- | source/portaudio/qa/loopback/src/qa_tools.h | 83L |
-rw-r--r-- | source/portaudio/qa/loopback/src/test_audio_analyzer.c | 718L |
-rw-r--r-- | source/portaudio/qa/loopback/src/test_audio_analyzer.h | 46L |
-rw-r--r-- | source/portaudio/qa/loopback/src/write_wav.c | 242L |
-rw-r--r-- | source/portaudio/qa/loopback/src/write_wav.h | 103L |
-rw-r--r-- | source/portaudio/qa/paqa_devs.c | 371L |
-rw-r--r-- | source/portaudio/qa/paqa_errs.c | 403L |
-rw-r--r-- | source/portaudio/qa/paqa_latency.c | 482L |
-rw-r--r-- | source/portaudio/src/SConscript | 220L |
-rw-r--r-- | source/portaudio/src/common/pa_allocation.c | 243L |
-rw-r--r-- | source/portaudio/src/common/pa_allocation.h | 104L |
-rw-r--r-- | source/portaudio/src/common/pa_converters.c | 1983L |
-rw-r--r-- | source/portaudio/src/common/pa_converters.h | 263L |
-rw-r--r-- | source/portaudio/src/common/pa_cpuload.c | 105L |
-rw-r--r-- | source/portaudio/src/common/pa_cpuload.h | 72L |
-rw-r--r-- | source/portaudio/src/common/pa_debugprint.c | 123L |
-rw-r--r-- | source/portaudio/src/common/pa_debugprint.h | 149L |
-rw-r--r-- | source/portaudio/src/common/pa_dither.c | 218L |
-rw-r--r-- | source/portaudio/src/common/pa_dither.h | 106L |
-rw-r--r-- | source/portaudio/src/common/pa_endianness.h | 145L |
-rw-r--r-- | source/portaudio/src/common/pa_front.c | 1811L |
-rw-r--r-- | source/portaudio/src/common/pa_gitrevision.h | 1L |
-rw-r--r-- | source/portaudio/src/common/pa_hostapi.h | 362L |
-rw-r--r-- | source/portaudio/src/common/pa_memorybarrier.h | 128L |
-rw-r--r-- | source/portaudio/src/common/pa_process.c | 1831L |
-rw-r--r-- | source/portaudio/src/common/pa_process.h | 754L |
-rw-r--r-- | source/portaudio/src/common/pa_ringbuffer.c | 237L |
-rw-r--r-- | source/portaudio/src/common/pa_ringbuffer.h | 236L |
-rw-r--r-- | source/portaudio/src/common/pa_stream.c | 150L |
-rw-r--r-- | source/portaudio/src/common/pa_stream.h | 205L |
-rw-r--r-- | source/portaudio/src/common/pa_trace.c | 238L |
-rw-r--r-- | source/portaudio/src/common/pa_trace.h | 117L |
-rw-r--r-- | source/portaudio/src/common/pa_types.h | 107L |
-rw-r--r-- | source/portaudio/src/common/pa_util.h | 159L |
-rw-r--r-- | source/portaudio/src/hostapi/alsa/pa_linux_alsa.c | 4639L |
-rw-r--r-- | source/portaudio/src/hostapi/asihpi/pa_linux_asihpi.c | 2893L |
-rw-r--r-- | source/portaudio/src/hostapi/asio/ASIO-README.txt | 147L |
-rw-r--r-- | source/portaudio/src/hostapi/asio/Callback_adaptation_.pdf | 50527B |
-rw-r--r-- | source/portaudio/src/hostapi/asio/Pa_ASIO.pdf | 50778B |
-rw-r--r-- | source/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp | 572L |
-rw-r--r-- | source/portaudio/src/hostapi/asio/iasiothiscallresolver.h | 197L |
-rw-r--r-- | source/portaudio/src/hostapi/asio/pa_asio.cpp | 4251L |
-rw-r--r-- | source/portaudio/src/hostapi/coreaudio/notes.txt | 196L |
-rw-r--r-- | source/portaudio/src/hostapi/coreaudio/pa_mac_core.c | 2836L |
-rw-r--r-- | source/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.c | 637L |
-rw-r--r-- | source/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.h | 134L |
-rw-r--r-- | source/portaudio/src/hostapi/coreaudio/pa_mac_core_internal.h | 194L |
-rw-r--r-- | source/portaudio/src/hostapi/coreaudio/pa_mac_core_old.c | 913L |
-rw-r--r-- | source/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c | 701L |
-rw-r--r-- | source/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.h | 218L |
-rw-r--r-- | source/portaudio/src/hostapi/dsound/pa_win_ds.c | 3268L |
-rw-r--r-- | source/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.c | 224L |
-rw-r--r-- | source/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.h | 106L |
-rw-r--r-- | source/portaudio/src/hostapi/jack/pa_jack.c | 1769L |
-rw-r--r-- | source/portaudio/src/hostapi/oss/low_latency_tip.txt | 3111B |
-rw-r--r-- | source/portaudio/src/hostapi/oss/pa_unix_oss.c | 2045L |
-rw-r--r-- | source/portaudio/src/hostapi/oss/recplay.c | 114L |
-rw-r--r-- | source/portaudio/src/hostapi/skeleton/README.txt | 1L |
-rw-r--r-- | source/portaudio/src/hostapi/skeleton/pa_hostapi_skeleton.c | 818L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/audioclient.h | 1177L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/devicetopology.h | 3275L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/endpointvolume.h | 620L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/functiondiscoverykeys.h | 255L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/ks.h | 3666L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/ksguid.h | 28L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/ksmedia.h | 4610L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/ksproxy.h | 639L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/ksuuids.h | 159L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/mmdeviceapi.h | 929L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/propkeydef.h | 26L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/propsys.h | 3605L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/rpcsal.h | 113L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/sal.h | 252L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/mingw-include/structuredquery.h | 2478L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/pa_win_wasapi.c | 5738L |
-rw-r--r-- | source/portaudio/src/hostapi/wasapi/readme.txt | 22L |
-rw-r--r-- | source/portaudio/src/hostapi/wdmks/pa_win_wdmks.c | 6791L |
-rw-r--r-- | source/portaudio/src/hostapi/wdmks/readme.txt | 85L |
-rw-r--r-- | source/portaudio/src/hostapi/wmme/pa_win_wmme.c | 4055L |
-rw-r--r-- | source/portaudio/src/os/unix/pa_unix_hostapis.c | 103L |
-rw-r--r-- | source/portaudio/src/os/unix/pa_unix_util.c | 710L |
-rw-r--r-- | source/portaudio/src/os/unix/pa_unix_util.h | 224L |
-rw-r--r-- | source/portaudio/src/os/win/pa_win_coinitialize.c | 148L |
-rw-r--r-- | source/portaudio/src/os/win/pa_win_coinitialize.h | 94L |
-rw-r--r-- | source/portaudio/src/os/win/pa_win_hostapis.c | 102L |
-rw-r--r-- | source/portaudio/src/os/win/pa_win_util.c | 160L |
-rw-r--r-- | source/portaudio/src/os/win/pa_win_waveformat.c | 162L |
-rw-r--r-- | source/portaudio/src/os/win/pa_win_wdmks_utils.c | 309L |
-rw-r--r-- | source/portaudio/src/os/win/pa_win_wdmks_utils.h | 65L |
-rw-r--r-- | source/portaudio/src/os/win/pa_x86_plain_converters.c | 1218L |
-rw-r--r-- | source/portaudio/src/os/win/pa_x86_plain_converters.h | 60L |
-rw-r--r-- | source/portaudio/test/CMakeLists.txt | 13L |
-rw-r--r-- | source/portaudio/test/README.txt | 52L |
-rw-r--r-- | source/portaudio/test/pa_minlat.c | 205L |
-rw-r--r-- | source/portaudio/test/patest1.c | 208L |
-rw-r--r-- | source/portaudio/test/patest_buffer.c | 206L |
-rw-r--r-- | source/portaudio/test/patest_callbackstop.c | 252L |
-rw-r--r-- | source/portaudio/test/patest_clip.c | 190L |
-rw-r--r-- | source/portaudio/test/patest_converters.c | 395L |
-rw-r--r-- | source/portaudio/test/patest_dither.c | 190L |
-rw-r--r-- | source/portaudio/test/patest_dsound_find_best_latency_params.c | 514L |
-rw-r--r-- | source/portaudio/test/patest_dsound_low_level_latency_params.c | 187L |
-rw-r--r-- | source/portaudio/test/patest_dsound_surround.c | 205L |
-rw-r--r-- | source/portaudio/test/patest_hang.c | 164L |
-rw-r--r-- | source/portaudio/test/patest_in_overflow.c | 236L |
-rw-r--r-- | source/portaudio/test/patest_jack_wasapi.c | 343L |
-rw-r--r-- | source/portaudio/test/patest_latency.c | 193L |
-rw-r--r-- | source/portaudio/test/patest_leftright.c | 185L |
-rw-r--r-- | source/portaudio/test/patest_longsine.c | 151L |
-rw-r--r-- | source/portaudio/test/patest_many.c | 210L |
-rw-r--r-- | source/portaudio/test/patest_maxsines.c | 216L |
-rw-r--r-- | source/portaudio/test/patest_mono.c | 156L |
-rw-r--r-- | source/portaudio/test/patest_multi_sine.c | 205L |
-rw-r--r-- | source/portaudio/test/patest_out_underflow.c | 251L |
-rw-r--r-- | source/portaudio/test/patest_prime.c | 234L |
-rw-r--r-- | source/portaudio/test/patest_read_record.c | 244L |
-rw-r--r-- | source/portaudio/test/patest_ringmix.c | 86L |
-rw-r--r-- | source/portaudio/test/patest_sine8.c | 216L |
-rw-r--r-- | source/portaudio/test/patest_sine_channelmaps.c | 190L |
-rw-r--r-- | source/portaudio/test/patest_sine_formats.c | 203L |
-rw-r--r-- | source/portaudio/test/patest_sine_srate.c | 182L |
-rw-r--r-- | source/portaudio/test/patest_sine_time.c | 219L |
-rw-r--r-- | source/portaudio/test/patest_start_stop.c | 174L |
-rw-r--r-- | source/portaudio/test/patest_stop.c | 324L |
-rw-r--r-- | source/portaudio/test/patest_stop_playout.c | 478L |
-rw-r--r-- | source/portaudio/test/patest_suggested_vs_streaminfo_latency.c | 269L |
-rw-r--r-- | source/portaudio/test/patest_suggested_vs_streaminfo_latency.py | 150L |
-rw-r--r-- | source/portaudio/test/patest_sync.c | 271L |
-rw-r--r-- | source/portaudio/test/patest_timing.c | 173L |
-rw-r--r-- | source/portaudio/test/patest_toomanysines.c | 200L |
-rw-r--r-- | source/portaudio/test/patest_two_rates.c | 178L |
-rw-r--r-- | source/portaudio/test/patest_underflow.c | 162L |
-rw-r--r-- | source/portaudio/test/patest_unplug.c | 243L |
-rw-r--r-- | source/portaudio/test/patest_wire.c | 331L |
-rw-r--r-- | source/portaudio/test/patest_wmme_find_best_latency_params.c | 518L |
-rw-r--r-- | source/portaudio/test/patest_wmme_low_level_latency_params.c | 192L |
-rw-r--r-- | source/portaudio/test/patest_write_stop.c | 165L |
-rw-r--r-- | source/portaudio/test/patest_write_stop_hang_illegal.c | 168L |
-rw-r--r-- | source/portaudio/testcvs/changeme.txt | 21L |
-rw-r--r-- | source/portaudio/testcvs/file1.txt | 9L |
-rw-r--r-- | source/portaudio/testcvs/file2.txt | 9L |
-rw-r--r-- | source/portaudio/update_gitrevision.sh | 17L |
-rw-r--r-- | source/portmidi/ALL_BUILD.vcproj | 128L |
-rw-r--r-- | source/portmidi/CHANGELOG.txt | 192L |
-rw-r--r-- | source/portmidi/CMakeLists.txt | 19L |
-rw-r--r-- | source/portmidi/Doxyfile | 1472L |
-rw-r--r-- | source/portmidi/README.txt | 84L |
-rw-r--r-- | source/portmidi/ZERO_CHECK.vcproj | 128L |
-rw-r--r-- | source/portmidi/license.txt | 40L |
-rw-r--r-- | source/portmidi/pm_cl/README_CL.txt | 104L |
-rw-r--r-- | source/portmidi/pm_cl/cffi-portmidi.lisp | 384L |
-rw-r--r-- | source/portmidi/pm_cl/test-no-cm.lisp | 112L |
-rw-r--r-- | source/portmidi/pm_common/CMakeLists.txt | 113L |
-rw-r--r-- | source/portmidi/pm_common/pminternal.h | 178L |
-rw-r--r-- | source/portmidi/pm_common/pmjni.vcproj | 161L |
-rw-r--r-- | source/portmidi/pm_common/pmutil.c | 284L |
-rw-r--r-- | source/portmidi/pm_common/pmutil.h | 127L |
-rw-r--r-- | source/portmidi/pm_common/portmidi-dynamic.vcproj | 179L |
-rw-r--r-- | source/portmidi/pm_common/portmidi-static.vcproj | 141L |
-rw-r--r-- | source/portmidi/pm_common/portmidi.c | 1137L |
-rw-r--r-- | source/portmidi/pm_common/portmidi.h | 654L |
-rw-r--r-- | source/portmidi/pm_csharp/README.txt | 20L |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/AssemblyInfo.cpp | 40L |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/ReadMe.txt | 31L |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/Stdafx.cpp | 5L |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/Stdafx.h | 7L |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/app.ico | 1078B |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/app.rc | 63L |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/pm_managed.cpp | 6L |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/pm_managed.h | 53L |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/pm_managed.vcproj | 260L |
-rw-r--r-- | source/portmidi/pm_csharp/pm_managed/resource.h | 3L |
-rw-r--r-- | source/portmidi/pm_dylib/CMakeLists.txt | 138L |
-rw-r--r-- | source/portmidi/pm_dylib/README.txt | 11L |
-rw-r--r-- | source/portmidi/pm_dylib/portmidi-dynamic.vcproj | 158L |
-rw-r--r-- | source/portmidi/pm_java/CMakeLists.txt | 47L |
-rw-r--r-- | source/portmidi/pm_java/JavaExe.exe | 131072B |
-rw-r--r-- | source/portmidi/pm_java/README.txt | 48L |
-rw-r--r-- | source/portmidi/pm_java/UpdateRsrcJavaExe.exe | 102400B |
-rw-r--r-- | source/portmidi/pm_java/jportmidi/JPortMidi.java | 539L |
-rw-r--r-- | source/portmidi/pm_java/jportmidi/JPortMidiApi.java | 117L |
-rw-r--r-- | source/portmidi/pm_java/jportmidi/JPortMidiException.java | 12L |
-rw-r--r-- | source/portmidi/pm_java/mac-make.sh | 26L |
-rw-r--r-- | source/portmidi/pm_java/make.bat | 47L |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults-setup-script.iss | 44L |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/PmDefaults.java | 11L |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/PmDefaultsFrame.java | 428L |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/README.txt | 21L |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/manifest.txt | 1L |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/pmdefaults | 1L |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/pmdefaults-icon.bmp | 17464B |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/pmdefaults-icon.gif | 6976B |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/pmdefaults-icon.png | 6986B |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/pmdefaults-icon.xcf | 19957B |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/pmdefaults-license.txt | 37L |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/pmdefaults.icns | 36751B |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/pmdefaults.ico | 99678B |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/portmusic_logo.png | 753B |
-rw-r--r-- | source/portmidi/pm_java/pmdefaults/readme-win32.txt | 11L |
-rw-r--r-- | source/portmidi/pm_java/pmjni/jportmidi_JportMidiApi.h | 293L |
-rw-r--r-- | source/portmidi/pm_java/pmjni/pmjni-VC8.vcproj | 225L |
-rw-r--r-- | source/portmidi/pm_java/pmjni/pmjni.c | 354L |
-rw-r--r-- | source/portmidi/pm_java/pmjni/pmjni.rc | 63L |
-rw-r--r-- | source/portmidi/pm_java/setup/pmdefaults-setup.exe | 485013B |
-rw-r--r-- | source/portmidi/pm_linux/README_LINUX.txt | 113L |
-rw-r--r-- | source/portmidi/pm_linux/finddefault.c | 96L |
-rw-r--r-- | source/portmidi/pm_linux/pmlinux.c | 75L |
-rw-r--r-- | source/portmidi/pm_linux/pmlinux.h | 5L |
-rw-r--r-- | source/portmidi/pm_linux/pmlinuxalsa.c | 779L |
-rw-r--r-- | source/portmidi/pm_linux/pmlinuxalsa.h | 6L |
-rw-r--r-- | source/portmidi/pm_mac/Makefile.osx | 129L |
-rw-r--r-- | source/portmidi/pm_mac/README_MAC.txt | 163L |
-rw-r--r-- | source/portmidi/pm_mac/finddefault.c | 57L |
-rw-r--r-- | source/portmidi/pm_mac/pm_mac.xcodeproj/project.pbxproj | 594L |
-rw-r--r-- | source/portmidi/pm_mac/pmdefaults/make/build.xml | 87L |
-rw-r--r-- | source/portmidi/pm_mac/pmdefaults/make/find-classrefs.sh | 31L |
-rw-r--r-- | source/portmidi/pm_mac/pmdefaults/resources/English.lproj/Credits.rtf | 14L |
-rw-r--r-- | source/portmidi/pm_mac/pmdefaults/resources/English.lproj/InfoPlist.strings | 220B |
-rw-r--r-- | source/portmidi/pm_mac/pmdefaults/resources/Info.plist | 40L |
-rw-r--r-- | source/portmidi/pm_mac/pmdefaults/resources/Manifest | 1L |
-rw-r--r-- | source/portmidi/pm_mac/pmmac.c | 59L |
-rw-r--r-- | source/portmidi/pm_mac/pmmac.h | 4L |
-rw-r--r-- | source/portmidi/pm_mac/pmmacosxcm.c | 1010L |
-rw-r--r-- | source/portmidi/pm_mac/pmmacosxcm.h | 6L |
-rw-r--r-- | source/portmidi/pm_mac/readbinaryplist.c | 1115L |
-rw-r--r-- | source/portmidi/pm_mac/readbinaryplist.h | 88L |
-rw-r--r-- | source/portmidi/pm_mingw/README-MINGW.txt | 11L |
-rw-r--r-- | source/portmidi/pm_mingw/eclipse/README.txt | 23L |
-rw-r--r-- | source/portmidi/pm_mingw/eclipse/dot-cproject | 710L |
-rw-r--r-- | source/portmidi/pm_mingw/eclipse/dot-project | 69L |
-rw-r--r-- | source/portmidi/pm_mingw/msys/README-MSYS.txt | 8L |
-rw-r--r-- | source/portmidi/pm_python/README_PYTHON.txt | 34L |
-rw-r--r-- | source/portmidi/pm_python/pyportmidi/__init__.py | 3L |
-rw-r--r-- | source/portmidi/pm_python/pyportmidi/_pyportmidi.c | 5663L |
-rw-r--r-- | source/portmidi/pm_python/pyportmidi/_pyportmidi.pyx | 537L |
-rw-r--r-- | source/portmidi/pm_python/pyportmidi/midi.py | 566L |
-rw-r--r-- | source/portmidi/pm_python/setup.py | 185L |
-rw-r--r-- | source/portmidi/pm_qt/README_QT.txt | 15L |
-rw-r--r-- | source/portmidi/pm_qt/portmidi.pro | 47L |
-rw-r--r-- | source/portmidi/pm_test/CMakeLists.txt | 26L |
-rw-r--r-- | source/portmidi/pm_test/latency.c | 290L |
-rw-r--r-- | source/portmidi/pm_test/latency.vcproj | 148L |
-rw-r--r-- | source/portmidi/pm_test/midiclock.c | 287L |
-rw-r--r-- | source/portmidi/pm_test/midiclock.vcproj | 148L |
-rw-r--r-- | source/portmidi/pm_test/midithread.c | 329L |
-rw-r--r-- | source/portmidi/pm_test/midithread.vcproj | 148L |
-rw-r--r-- | source/portmidi/pm_test/midithru.c | 366L |
-rw-r--r-- | source/portmidi/pm_test/midithru.vcproj | 148L |
-rw-r--r-- | source/portmidi/pm_test/mm.c | 572L |
-rw-r--r-- | source/portmidi/pm_test/mm.vcproj | 148L |
-rw-r--r-- | source/portmidi/pm_test/qtest.c | 174L |
-rw-r--r-- | source/portmidi/pm_test/qtest.vcproj | 148L |
-rw-r--r-- | source/portmidi/pm_test/sysex.c | 528L |
-rw-r--r-- | source/portmidi/pm_test/sysex.vcproj | 148L |
-rw-r--r-- | source/portmidi/pm_test/test.c | 489L |
-rw-r--r-- | source/portmidi/pm_test/test.vcproj | 148L |
-rw-r--r-- | source/portmidi/pm_test/txdata.syx | 257L |
-rw-r--r-- | source/portmidi/pm_win/README_WIN.txt | 341L |
-rw-r--r-- | source/portmidi/pm_win/clean_cmake.bat | 6L |
-rw-r--r-- | source/portmidi/pm_win/clean_up_vcproj.awk | 70L |
-rw-r--r-- | source/portmidi/pm_win/clean_up_vcproj.bat | 76L |
-rw-r--r-- | source/portmidi/pm_win/debugging_dlls.txt | 145L |
-rw-r--r-- | source/portmidi/pm_win/pmwin.c | 143L |
-rw-r--r-- | source/portmidi/pm_win/pmwinmm.c | 1464L |
-rw-r--r-- | source/portmidi/pm_win/pmwinmm.h | 5L |
-rw-r--r-- | source/portmidi/pm_win/static.cmake | 16L |
-rw-r--r-- | source/portmidi/portmidi.sln | 147L |
-rw-r--r-- | source/portmidi/portmidi_cdt.zip | 210271B |
-rw-r--r-- | source/portmidi/portmusic_logo.png | 753B |
-rw-r--r-- | source/portmidi/porttime/porttime-VC8.vcproj | 225L |
-rw-r--r-- | source/portmidi/porttime/porttime.c | 3L |
-rw-r--r-- | source/portmidi/porttime/porttime.dsp | 104L |
-rw-r--r-- | source/portmidi/porttime/porttime.h | 92L |
-rw-r--r-- | source/portmidi/porttime/porttime.vcproj | 184L |
-rw-r--r-- | source/portmidi/porttime/ptlinux.c | 138L |
-rw-r--r-- | source/portmidi/porttime/ptmacosx_cf.c | 140L |
-rw-r--r-- | source/portmidi/porttime/ptmacosx_mach.c | 131L |
-rw-r--r-- | source/portmidi/porttime/ptwinmm.c | 70L |
-rw-r--r-- | source/ptypes/CMakeLists.txt | 66L |
-rw-r--r-- | source/ptypes/pasync.cxx | 61L |
-rw-r--r-- | source/ptypes/pasync.h | 542L |
-rw-r--r-- | source/ptypes/patomic.cxx | 377L |
-rw-r--r-- | source/ptypes/pcomponent.cxx | 102L |
-rw-r--r-- | source/ptypes/pcset.cxx | 139L |
-rw-r--r-- | source/ptypes/pcsetdbg.cxx | 78L |
-rw-r--r-- | source/ptypes/pexcept.cxx | 35L |
-rw-r--r-- | source/ptypes/pfatal.cxx | 63L |
-rw-r--r-- | source/ptypes/pfdxstm.cxx | 162L |
-rw-r--r-- | source/ptypes/pinet.h | 400L |
-rw-r--r-- | source/ptypes/pinfile.cxx | 93L |
-rw-r--r-- | source/ptypes/pinfilter.cxx | 170L |
-rw-r--r-- | source/ptypes/pinmem.cxx | 104L |
-rw-r--r-- | source/ptypes/pinstm.cxx | 350L |
-rw-r--r-- | source/ptypes/pintee.cxx | 68L |
-rw-r--r-- | source/ptypes/piobase.cxx | 388L |
-rw-r--r-- | source/ptypes/pipbase.cxx | 421L |
-rw-r--r-- | source/ptypes/pipmsg.cxx | 203L |
-rw-r--r-- | source/ptypes/pipmsgsv.cxx | 140L |
-rw-r--r-- | source/ptypes/pipstm.cxx | 248L |
-rw-r--r-- | source/ptypes/pipstmsv.cxx | 101L |
-rw-r--r-- | source/ptypes/pipsvbase.cxx | 177L |
-rw-r--r-- | source/ptypes/pmd5.cxx | 517L |
-rw-r--r-- | source/ptypes/pmem.cxx | 86L |
-rw-r--r-- | source/ptypes/pmsgq.cxx | 282L |
-rw-r--r-- | source/ptypes/pmtxtable.cxx | 42L |
-rw-r--r-- | source/ptypes/pnpipe.cxx | 290L |
-rw-r--r-- | source/ptypes/pnpserver.cxx | 185L |
-rw-r--r-- | source/ptypes/pobjlist.cxx | 156L |
-rw-r--r-- | source/ptypes/poutfile.cxx | 111L |
-rw-r--r-- | source/ptypes/poutfilter.cxx | 77L |
-rw-r--r-- | source/ptypes/poutmem.cxx | 104L |
-rw-r--r-- | source/ptypes/poutstm.cxx | 215L |
-rw-r--r-- | source/ptypes/ppipe.cxx | 51L |
-rw-r--r-- | source/ptypes/ppodlist.cxx | 192L |
-rw-r--r-- | source/ptypes/pport.h | 189L |
-rw-r--r-- | source/ptypes/pputf.cxx | 287L |
-rw-r--r-- | source/ptypes/prwlock.cxx | 193L |
-rw-r--r-- | source/ptypes/psemaphore.cxx | 76L |
-rw-r--r-- | source/ptypes/pstdio.cxx | 155L |
-rw-r--r-- | source/ptypes/pstrcase.cxx | 73L |
-rw-r--r-- | source/ptypes/pstrconv.cxx | 147L |
-rw-r--r-- | source/ptypes/pstreams.h | 807L |
-rw-r--r-- | source/ptypes/pstring.cxx | 289L |
-rw-r--r-- | source/ptypes/pstrlist.cxx | 204L |
-rw-r--r-- | source/ptypes/pstrmanip.cxx | 281L |
-rw-r--r-- | source/ptypes/pstrtoi.cxx | 136L |
-rw-r--r-- | source/ptypes/pstrutils.cxx | 57L |
-rw-r--r-- | source/ptypes/ptextmap.cxx | 79L |
-rw-r--r-- | source/ptypes/pthread.cxx | 154L |
-rw-r--r-- | source/ptypes/ptime.cxx | 325L |
-rw-r--r-- | source/ptypes/ptime.h | 72L |
-rw-r--r-- | source/ptypes/ptimedsem.cxx | 130L |
-rw-r--r-- | source/ptypes/ptrigger.cxx | 101L |
-rw-r--r-- | source/ptypes/ptypes.h | 1159L |
-rw-r--r-- | source/ptypes/ptypes_test.cxx | 1622L |
-rw-r--r-- | source/ptypes/punit.cxx | 176L |
-rw-r--r-- | source/ptypes/punknown.cxx | 21L |
-rw-r--r-- | source/ptypes/pvariant.cxx | 641L |
-rw-r--r-- | source/ptypes/pversion.cxx | 15L |
-rw-r--r-- | source/runAuValidation.cmake | 39L |
-rw-r--r-- | source/skins.cmake | 17L |
-rw-r--r-- | source/skins.h.in | 6L |
-rw-r--r-- | source/synthLib/.gitignore | 1L |
-rw-r--r-- | source/synthLib/CMakeLists.txt | 54L |
-rw-r--r-- | source/synthLib/audioTypes.h | 16L |
-rw-r--r-- | source/synthLib/audiobuffer.cpp | 107L |
-rw-r--r-- | source/synthLib/audiobuffer.h | 45L |
-rw-r--r-- | source/synthLib/buildconfig.h.in | 3L |
-rw-r--r-- | source/synthLib/dac.cpp | 101L |
-rw-r--r-- | source/synthLib/dac.h | 105L |
-rw-r--r-- | source/synthLib/device.cpp | 115L |
-rw-r--r-- | source/synthLib/device.h | 106L |
-rw-r--r-- | source/synthLib/deviceException.cpp | 21L |
-rw-r--r-- | source/synthLib/deviceException.h | 20L |
-rw-r--r-- | source/synthLib/deviceTypes.h | 20L |
-rw-r--r-- | source/synthLib/dspMemoryPatch.cpp | 77L |
-rw-r--r-- | source/synthLib/dspMemoryPatch.h | 63L |
-rw-r--r-- | source/synthLib/lv2PresetExport.cpp | 231L |
-rw-r--r-- | source/synthLib/lv2PresetExport.h | 35L |
-rw-r--r-- | source/synthLib/midiBufferParser.cpp | 86L |
-rw-r--r-- | source/synthLib/midiBufferParser.h | 51L |
-rw-r--r-- | source/synthLib/midiClock.cpp | 91L |
-rw-r--r-- | source/synthLib/midiClock.h | 28L |
-rw-r--r-- | source/synthLib/midiToSysex.cpp | 318L |
-rw-r--r-- | source/synthLib/midiToSysex.h | 23L |
-rw-r--r-- | source/synthLib/midiTranslator.cpp | 107L |
-rw-r--r-- | source/synthLib/midiTranslator.h | 51L |
-rw-r--r-- | source/synthLib/midiTypes.h | 217L |
-rw-r--r-- | source/synthLib/os.cpp | 180L |
-rw-r--r-- | source/synthLib/os.h | 17L |
-rw-r--r-- | source/synthLib/plugin.cpp | 296L |
-rw-r--r-- | source/synthLib/plugin.h | 91L |
-rw-r--r-- | source/synthLib/resampler.cpp | 131L |
-rw-r--r-- | source/synthLib/resampler.h | 52L |
-rw-r--r-- | source/synthLib/resamplerInOut.cpp | 214L |
-rw-r--r-- | source/synthLib/resamplerInOut.h | 56L |
-rw-r--r-- | source/synthLib/romLoader.cpp | 45L |
-rw-r--r-- | source/synthLib/romLoader.h | 18L |
-rw-r--r-- | source/synthLib/sysexToMidi.cpp | 111L |
-rw-r--r-- | source/synthLib/sysexToMidi.h | 22L |
-rw-r--r-- | source/synthLib/vstpreset.cpp | 270L |
-rw-r--r-- | source/synthLib/vstpreset.h | 47L |
-rw-r--r-- | source/synthLib/wavReader.cpp | 174L |
-rw-r--r-- | source/synthLib/wavReader.h | 35L |
-rw-r--r-- | source/synthLib/wavTypes.h | 109L |
-rw-r--r-- | source/synthLib/wavWriter.cpp | 214L |
-rw-r--r-- | source/synthLib/wavWriter.h | 70L |
-rw-r--r-- | source/virusConsoleLib/CMakeLists.txt | 20L |
-rw-r--r-- | source/virusConsoleLib/audioProcessor.cpp | 91L |
-rw-r--r-- | source/virusConsoleLib/audioProcessor.h | 47L |
-rw-r--r-- | source/virusConsoleLib/consoleApp.cpp | 291L |
-rw-r--r-- | source/virusConsoleLib/consoleApp.h | 47L |
-rw-r--r-- | source/virusConsoleLib/esaiListener.cpp | 128L |
-rw-r--r-- | source/virusConsoleLib/esaiListener.h | 50L |
-rw-r--r-- | source/virusConsoleLib/esaiListenerToCallback.cpp | 12L |
-rw-r--r-- | source/virusConsoleLib/esaiListenerToCallback.h | 15L |
-rw-r--r-- | source/virusConsoleLib/esaiListenerToFile.cpp | 60L |
-rw-r--r-- | source/virusConsoleLib/esaiListenerToFile.h | 23L |
-rw-r--r-- | source/virusIntegrationTest/CMakeLists.txt | 20L |
-rw-r--r-- | source/virusIntegrationTest/integrationTest.cpp | 331L |
-rw-r--r-- | source/virusIntegrationTest/integrationTest.h | 38L |
-rw-r--r-- | source/virusIntegrationTest/runTest.cmake | 14L |
-rw-r--r-- | source/virusJucePlugin/.gitignore | 1L |
-rw-r--r-- | source/virusJucePlugin/ArpUserPattern.cpp | 118L |
-rw-r--r-- | source/virusJucePlugin/ArpUserPattern.h | 51L |
-rw-r--r-- | source/virusJucePlugin/CMakeLists.txt | 52L |
-rw-r--r-- | source/virusJucePlugin/ControllerLinks.cpp | 62L |
-rw-r--r-- | source/virusJucePlugin/ControllerLinks.h | 31L |
-rw-r--r-- | source/virusJucePlugin/FxPage.cpp | 30L |
-rw-r--r-- | source/virusJucePlugin/FxPage.h | 18L |
-rw-r--r-- | source/virusJucePlugin/Leds.cpp | 97L |
-rw-r--r-- | source/virusJucePlugin/Leds.h | 75L |
-rw-r--r-- | source/virusJucePlugin/ParameterNames.h | 11L |
-rw-r--r-- | source/virusJucePlugin/PartButton.cpp | 82L |
-rw-r--r-- | source/virusJucePlugin/PartButton.h | 24L |
-rw-r--r-- | source/virusJucePlugin/Parts.cpp | 222L |
-rw-r--r-- | source/virusJucePlugin/Parts.h | 69L |
-rw-r--r-- | source/virusJucePlugin/PatchManager.cpp | 454L |
-rw-r--r-- | source/virusJucePlugin/PatchManager.h | 41L |
-rw-r--r-- | source/virusJucePlugin/Tabs.cpp | 15L |
-rw-r--r-- | source/virusJucePlugin/Tabs.h | 20L |
-rw-r--r-- | source/virusJucePlugin/VirusController.cpp | 847L |
-rw-r--r-- | source/virusJucePlugin/VirusController.h | 189L |
-rw-r--r-- | source/virusJucePlugin/VirusEditor.cpp | 523L |
-rw-r--r-- | source/virusJucePlugin/VirusEditor.h | 114L |
-rw-r--r-- | source/virusJucePlugin/VirusEditorState.cpp | 125L |
-rw-r--r-- | source/virusJucePlugin/VirusEditorState.h | 19L |
-rw-r--r-- | source/virusJucePlugin/VirusProcessor.cpp | 221L |
-rw-r--r-- | source/virusJucePlugin/VirusProcessor.h | 83L |
-rw-r--r-- | source/virusLib/CMakeLists.txt | 40L |
-rw-r--r-- | source/virusLib/demoplayback.cpp | 331L |
-rw-r--r-- | source/virusLib/demoplayback.h | 64L |
-rw-r--r-- | source/virusLib/demoplaybackTI.cpp | 173L |
-rw-r--r-- | source/virusLib/demoplaybackTI.h | 37L |
-rw-r--r-- | source/virusLib/device.cpp | 639L |
-rw-r--r-- | source/virusLib/device.h | 79L |
-rw-r--r-- | source/virusLib/deviceModel.cpp | 20L |
-rw-r--r-- | source/virusLib/deviceModel.h | 30L |
-rw-r--r-- | source/virusLib/dspMemoryPatches.cpp | 19L |
-rw-r--r-- | source/virusLib/dspMemoryPatches.h | 14L |
-rw-r--r-- | source/virusLib/dspMultiTI.cpp | 201L |
-rw-r--r-- | source/virusLib/dspMultiTI.h | 58L |
-rw-r--r-- | source/virusLib/dspSingle.cpp | 179L |
-rw-r--r-- | source/virusLib/dspSingle.h | 83L |
-rw-r--r-- | source/virusLib/dspSingleSnow.cpp | 53L |
-rw-r--r-- | source/virusLib/dspSingleSnow.h | 15L |
-rw-r--r-- | source/virusLib/frontpanelState.cpp | 119L |
-rw-r--r-- | source/virusLib/frontpanelState.h | 49L |
-rw-r--r-- | source/virusLib/hdi08List.cpp | 37L |
-rw-r--r-- | source/virusLib/hdi08List.h | 37L |
-rw-r--r-- | source/virusLib/hdi08MidiQueue.cpp | 72L |
-rw-r--r-- | source/virusLib/hdi08MidiQueue.h | 51L |
-rw-r--r-- | source/virusLib/hdi08Queue.cpp | 103L |
-rw-r--r-- | source/virusLib/hdi08Queue.h | 58L |
-rw-r--r-- | source/virusLib/hdi08TxParser.cpp | 209L |
-rw-r--r-- | source/virusLib/hdi08TxParser.h | 74L |
-rw-r--r-- | source/virusLib/microcontroller.cpp | 1407L |
-rw-r--r-- | source/virusLib/microcontroller.h | 140L |
-rw-r--r-- | source/virusLib/microcontrollerTypes.cpp | 26L |
-rw-r--r-- | source/virusLib/microcontrollerTypes.h | 206L |
-rw-r--r-- | source/virusLib/midiFileToRomData.cpp | 167L |
-rw-r--r-- | source/virusLib/midiFileToRomData.h | 55L |
-rw-r--r-- | source/virusLib/romfile.cpp | 401L |
-rw-r--r-- | source/virusLib/romfile.h | 145L |
-rw-r--r-- | source/virusLib/romloader.cpp | 262L |
-rw-r--r-- | source/virusLib/romloader.h | 42L |
-rw-r--r-- | source/virusLib/unpacker.cpp | 195L |
-rw-r--r-- | source/virusLib/unpacker.h | 45L |
-rw-r--r-- | source/virusLib/utils.h | 55L |
-rw-r--r-- | source/virusTestConsole/CMakeLists.txt | 48L |
-rw-r--r-- | source/virusTestConsole/virusTestConsole.cpp | 88L |
-rw-r--r-- | source/vstsdk2.4.2/CMakeLists.txt | 12L |
-rw-r--r-- | source/wLib/CMakeLists.txt | 22L |
-rw-r--r-- | source/wLib/wDevice.cpp | 40L |
-rw-r--r-- | source/wLib/wDevice.h | 30L |
-rw-r--r-- | source/wLib/wDsp.cpp | 39L |
-rw-r--r-- | source/wLib/wDsp.h | 23L |
-rw-r--r-- | source/wLib/wHardware.cpp | 165L |
-rw-r--r-- | source/wLib/wHardware.h | 76L |
-rw-r--r-- | source/wLib/wMidiTypes.h | 23L |
-rw-r--r-- | source/wLib/wPlugin.cpp | 5L |
-rw-r--r-- | source/wLib/wPlugin.h | 9L |
-rw-r--r-- | source/wLib/wRom.cpp | 106L |
-rw-r--r-- | source/wLib/wRom.h | 39L |
-rw-r--r-- | source/wLib/wState.cpp | 5L |
-rw-r--r-- | source/wLib/wState.h | 41L |
-rw-r--r-- | source/xtJucePlugin/.gitignore | 1L |
-rw-r--r-- | source/xtJucePlugin/CMakeLists.txt | 56L |
-rw-r--r-- | source/xtJucePlugin/PluginEditorState.cpp | 77L |
-rw-r--r-- | source/xtJucePlugin/PluginEditorState.h | 25L |
-rw-r--r-- | source/xtJucePlugin/PluginProcessor.cpp | 84L |
-rw-r--r-- | source/xtJucePlugin/PluginProcessor.h | 23L |
-rw-r--r-- | source/xtJucePlugin/parameterDescriptions_xt.json | 2226L |
-rw-r--r-- | source/xtJucePlugin/serverPlugin.cpp | 9L |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/Digital.ttf | 21540B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/alphadial.png | 974401B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/assets.cmake | 33L |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/btWaveEditor.png | 4388B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/f1Type12.png | 4816B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/f1Type6.png | 3887B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/f1Type7.png | 5076B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/f1Type8.png | 4745B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/f1Type9.png | 5395B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/f1TypeUnused.png | 15792B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/fxAmpMod.png | 12295B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/fxAutoWahLP.png | 13932B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/fxChorus.png | 11198B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/fxDelay.png | 10780B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/fxFlanger2.png | 12340B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/fxModDelay.png | 10991B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/fxOff.png | 2813B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/fxOverdrive.png | 11876B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/led.png | 17664B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtDefault.json | 9034L |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtDefaultBG.png | 6682150B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtPageArp.png | 287684B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtPageMod.png | 403953B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtPageMulti.png | 364439B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtPageOsc.png | 454822B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtPagePatchManager.png | 143884B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtPageWave.png | 118081B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xt_encoder_ranged.png | 1129718B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xt_encoder_ranged_red.png | 1433965B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtknob.png | 17404B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtknob_minus.png | 7296B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtknob_plus.png | 8046B |
-rw-r--r-- | source/xtJucePlugin/skins/xtDefault/xtknob_small.png | 6615B |
-rw-r--r-- | source/xtJucePlugin/weControlTree.cpp | 37L |
-rw-r--r-- | source/xtJucePlugin/weControlTree.h | 26L |
-rw-r--r-- | source/xtJucePlugin/weControlTreeItem.cpp | 143L |
-rw-r--r-- | source/xtJucePlugin/weControlTreeItem.h | 40L |
-rw-r--r-- | source/xtJucePlugin/weData.cpp | 492L |
-rw-r--r-- | source/xtJucePlugin/weData.h | 89L |
-rw-r--r-- | source/xtJucePlugin/weGraph.cpp | 306L |
-rw-r--r-- | source/xtJucePlugin/weGraph.h | 94L |
-rw-r--r-- | source/xtJucePlugin/weGraphData.cpp | 139L |
-rw-r--r-- | source/xtJucePlugin/weGraphData.h | 48L |
-rw-r--r-- | source/xtJucePlugin/weGraphFreq.cpp | 31L |
-rw-r--r-- | source/xtJucePlugin/weGraphFreq.h | 22L |
-rw-r--r-- | source/xtJucePlugin/weGraphPhase.cpp | 35L |
-rw-r--r-- | source/xtJucePlugin/weGraphPhase.h | 19L |
-rw-r--r-- | source/xtJucePlugin/weGraphTime.cpp | 36L |
-rw-r--r-- | source/xtJucePlugin/weGraphTime.h | 19L |
-rw-r--r-- | source/xtJucePlugin/weTablesTree.cpp | 86L |
-rw-r--r-- | source/xtJucePlugin/weTablesTree.h | 28L |
-rw-r--r-- | source/xtJucePlugin/weTablesTreeItem.cpp | 175L |
-rw-r--r-- | source/xtJucePlugin/weTablesTreeItem.h | 42L |
-rw-r--r-- | source/xtJucePlugin/weTree.cpp | 52L |
-rw-r--r-- | source/xtJucePlugin/weTree.h | 24L |
-rw-r--r-- | source/xtJucePlugin/weTreeItem.cpp | 51L |
-rw-r--r-- | source/xtJucePlugin/weTreeItem.h | 33L |
-rw-r--r-- | source/xtJucePlugin/weTypes.h | 23L |
-rw-r--r-- | source/xtJucePlugin/weWaveCategoryTreeItem.cpp | 126L |
-rw-r--r-- | source/xtJucePlugin/weWaveCategoryTreeItem.h | 34L |
-rw-r--r-- | source/xtJucePlugin/weWaveDesc.cpp | 89L |
-rw-r--r-- | source/xtJucePlugin/weWaveDesc.h | 45L |
-rw-r--r-- | source/xtJucePlugin/weWaveTree.cpp | 36L |
-rw-r--r-- | source/xtJucePlugin/weWaveTree.h | 22L |
-rw-r--r-- | source/xtJucePlugin/weWaveTreeItem.cpp | 281L |
-rw-r--r-- | source/xtJucePlugin/weWaveTreeItem.h | 51L |
-rw-r--r-- | source/xtJucePlugin/weWaveform.cpp | 5L |
-rw-r--r-- | source/xtJucePlugin/weWaveform.h | 5L |
-rw-r--r-- | source/xtJucePlugin/xtArp.cpp | 93L |
-rw-r--r-- | source/xtJucePlugin/xtArp.h | 43L |
-rw-r--r-- | source/xtJucePlugin/xtController.cpp | 788L |
-rw-r--r-- | source/xtJucePlugin/xtController.h | 138L |
-rw-r--r-- | source/xtJucePlugin/xtEditor.cpp | 238L |
-rw-r--r-- | source/xtJucePlugin/xtEditor.h | 80L |
-rw-r--r-- | source/xtJucePlugin/xtFocusedParameter.cpp | 22L |
-rw-r--r-- | source/xtJucePlugin/xtFocusedParameter.h | 18L |
-rw-r--r-- | source/xtJucePlugin/xtFrontPanel.cpp | 93L |
-rw-r--r-- | source/xtJucePlugin/xtFrontPanel.h | 37L |
-rw-r--r-- | source/xtJucePlugin/xtLcd.cpp | 99L |
-rw-r--r-- | source/xtJucePlugin/xtLcd.h | 34L |
-rw-r--r-- | source/xtJucePlugin/xtPartButton.cpp | 32L |
-rw-r--r-- | source/xtJucePlugin/xtPartButton.h | 22L |
-rw-r--r-- | source/xtJucePlugin/xtPartName.cpp | 53L |
-rw-r--r-- | source/xtJucePlugin/xtPartName.h | 26L |
-rw-r--r-- | source/xtJucePlugin/xtParts.cpp | 67L |
-rw-r--r-- | source/xtJucePlugin/xtParts.h | 32L |
-rw-r--r-- | source/xtJucePlugin/xtPatchManager.cpp | 401L |
-rw-r--r-- | source/xtJucePlugin/xtPatchManager.h | 39L |
-rw-r--r-- | source/xtJucePlugin/xtWaveEditor.cpp | 691L |
-rw-r--r-- | source/xtJucePlugin/xtWaveEditor.h | 114L |
-rw-r--r-- | source/xtJucePlugin/xtWaveEditorStyle.cpp | 0B |
-rw-r--r-- | source/xtJucePlugin/xtWaveEditorStyle.h | 15L |
-rw-r--r-- | source/xtLib/CMakeLists.txt | 40L |
-rw-r--r-- | source/xtLib/xt.cpp | 182L |
-rw-r--r-- | source/xtLib/xt.h | 74L |
-rw-r--r-- | source/xtLib/xtButtons.cpp | 0B |
-rw-r--r-- | source/xtLib/xtButtons.h | 17L |
-rw-r--r-- | source/xtLib/xtDSP.cpp | 202L |
-rw-r--r-- | source/xtLib/xtDSP.h | 79L |
-rw-r--r-- | source/xtLib/xtDevice.cpp | 138L |
-rw-r--r-- | source/xtLib/xtDevice.h | 41L |
-rw-r--r-- | source/xtLib/xtFlash.cpp | 28L |
-rw-r--r-- | source/xtLib/xtFlash.h | 18L |
-rw-r--r-- | source/xtLib/xtHardware.cpp | 255L |
-rw-r--r-- | source/xtLib/xtHardware.h | 75L |
-rw-r--r-- | source/xtLib/xtId.cpp | 1L |
-rw-r--r-- | source/xtLib/xtId.h | 49L |
-rw-r--r-- | source/xtLib/xtLcd.cpp | 32L |
-rw-r--r-- | source/xtLib/xtLcd.h | 23L |
-rw-r--r-- | source/xtLib/xtLeds.cpp | 5L |
-rw-r--r-- | source/xtLib/xtLeds.h | 14L |
-rw-r--r-- | source/xtLib/xtMidi.cpp | 27L |
-rw-r--r-- | source/xtLib/xtMidi.h | 20L |
-rw-r--r-- | source/xtLib/xtMidiTypes.h | 285L |
-rw-r--r-- | source/xtLib/xtPic.cpp | 175L |
-rw-r--r-- | source/xtLib/xtPic.h | 42L |
-rw-r--r-- | source/xtLib/xtRom.cpp | 0B |
-rw-r--r-- | source/xtLib/xtRom.h | 30L |
-rw-r--r-- | source/xtLib/xtRomLoader.cpp | 240L |
-rw-r--r-- | source/xtLib/xtRomLoader.h | 52L |
-rw-r--r-- | source/xtLib/xtRomWaves.cpp | 90L |
-rw-r--r-- | source/xtLib/xtRomWaves.h | 26L |
-rw-r--r-- | source/xtLib/xtState.cpp | 1346L |
-rw-r--r-- | source/xtLib/xtState.h | 265L |
-rw-r--r-- | source/xtLib/xtSysexRemoteControl.cpp | 149L |
-rw-r--r-- | source/xtLib/xtSysexRemoteControl.h | 34L |
-rw-r--r-- | source/xtLib/xtTypes.h | 24L |
-rw-r--r-- | source/xtLib/xtUc.cpp | 246L |
-rw-r--r-- | source/xtLib/xtUc.h | 62L |
-rw-r--r-- | source/xtLib/xtWavePreview.cpp | 83L |
-rw-r--r-- | source/xtLib/xtWavePreview.h | 36L |
-rw-r--r-- | source/xtTestConsole/CMakeLists.txt | 15L |
-rw-r--r-- | source/xtTestConsole/xtTestConsole.cpp | 172L |
-rw-r--r-- | temp/cmake_win64/gearmulator.sln.DotSettings | 47L |
-rw-r--r-- | temp/cmake_win64/virusEmu.sln.DotSettings | 29L |
-rw-r--r-- | xcodeversion.cmake | 20L |