gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

ModeNameSize
-rw-r--r--.gitattributes4L
-rw-r--r--.github/workflows/cmake.yml47L
-rw-r--r--.github/workflows/nightly.yml40L
-rw-r--r--.github/workflows/release.yml60L
-rw-r--r--.gitignore15L
-rw-r--r--.gitmodules15L
-rw-r--r--CMakeLists.txt74L
-rw-r--r--CMakePresets.json194L
-rw-r--r--LICENSE.md675L
-rw-r--r--README.md67L
-rw-r--r--azure-pipelines.yml19L
-rw-r--r--base.cmake129L
-rw-r--r--build_android.bat5L
-rw-r--r--build_android_abi.bat11L
-rwxr-xr-xbuild_linux.sh15L
-rwxr-xr-xbuild_linux_console.sh12L
-rwxr-xr-xbuild_mac.sh4L
-rw-r--r--build_win32.bat14L
-rw-r--r--build_win64.bat14L
-rw-r--r--build_win64_vs19.bat14L
-rw-r--r--deploy/.gitignore4L
-rw-r--r--deploy/linux/start_Impact__MS.sh1L
-rw-r--r--deploy/linux/start_IndiArp_BC.sh1L
-rw-r--r--deploy/win/start_Impact__MS.bat1L
-rw-r--r--deploy/win/start_IndiArp_BC.bat2L
-rw-r--r--doc/CMakeLists.txt3L
-rw-r--r--doc/changelog.txt1152L
-rw-r--r--doc/changelog_split/.gitignore1L
-rw-r--r--doc/changelog_split/.keepme0B
-rw-r--r--installer/nsis/pluginInstaller.nsi161L
-rwxr-xr-xlinux_dependencies.sh3L
-rw-r--r--scripts/Jenkinsfile229L
-rw-r--r--scripts/JenkinsfileMulti101L
-rw-r--r--scripts/deploy.cmake20L
-rw-r--r--scripts/deployAll.cmake22L
-rw-r--r--scripts/example.bat32L
-rw-r--r--scripts/generate.cmake45L
-rw-r--r--scripts/io.cmake7L
-rw-r--r--scripts/pack.cmake25L
-rw-r--r--scripts/rclone.cmake28L
-rw-r--r--scripts/synths.cmake46L
-rw-r--r--source/.clang-format39L
-rw-r--r--source/.gitignore1L
-rw-r--r--source/CMakeLists.txt133L
m---------source/JUCE @ bf39bb3
-rw-r--r--source/baseLib/CMakeLists.txt27L
-rw-r--r--source/baseLib/binarystream.cpp24L
-rw-r--r--source/baseLib/binarystream.h509L
-rw-r--r--source/baseLib/commandline.cpp39L
-rw-r--r--source/baseLib/commandline.h12L
-rw-r--r--source/baseLib/configFile.cpp66L
-rw-r--r--source/baseLib/configFile.h13L
-rw-r--r--source/baseLib/event.cpp5L
-rw-r--r--source/baseLib/event.h213L
-rw-r--r--source/baseLib/filesystem.cpp414L
-rw-r--r--source/baseLib/filesystem.h55L
-rw-r--r--source/baseLib/hybridcontainer.h479L
-rw-r--r--source/baseLib/md5.cpp148L
-rw-r--r--source/baseLib/md5.h89L
-rw-r--r--source/baseLib/propertyMap.cpp86L
-rw-r--r--source/baseLib/propertyMap.h35L
-rw-r--r--source/baseLib/semaphore.h37L
-rw-r--r--source/bridge/CMakeLists.txt3L
-rw-r--r--source/bridge/bridgeLib/CMakeLists.txt26L
-rw-r--r--source/bridge/bridgeLib/audioBuffers.cpp70L
-rw-r--r--source/bridge/bridgeLib/audioBuffers.h50L
-rw-r--r--source/bridge/bridgeLib/command.cpp22L
-rw-r--r--source/bridge/bridgeLib/command.h16L
-rw-r--r--source/bridge/bridgeLib/commandReader.cpp57L
-rw-r--r--source/bridge/bridgeLib/commandReader.h34L
-rw-r--r--source/bridge/bridgeLib/commandStruct.cpp0B
-rw-r--r--source/bridge/bridgeLib/commandStruct.h18L
-rw-r--r--source/bridge/bridgeLib/commandWriter.cpp64L
-rw-r--r--source/bridge/bridgeLib/commandWriter.h30L
-rw-r--r--source/bridge/bridgeLib/commands.cpp187L
-rw-r--r--source/bridge/bridgeLib/commands.h174L
-rw-r--r--source/bridge/bridgeLib/error.cpp0B
-rw-r--r--source/bridge/bridgeLib/error.h21L
-rw-r--r--source/bridge/bridgeLib/pluginDesc.cpp9L
-rw-r--r--source/bridge/bridgeLib/pluginDesc.h10L
-rw-r--r--source/bridge/bridgeLib/tcpConnection.cpp218L
-rw-r--r--source/bridge/bridgeLib/tcpConnection.h107L
-rw-r--r--source/bridge/bridgeLib/types.h47L
-rw-r--r--source/bridge/client/CMakeLists.txt24L
-rw-r--r--source/bridge/client/deviceConnection.cpp239L
-rw-r--r--source/bridge/client/deviceConnection.h64L
-rw-r--r--source/bridge/client/export.cpp1L
-rw-r--r--source/bridge/client/export.h24L
-rw-r--r--source/bridge/client/plugin.h46L
-rw-r--r--source/bridge/client/remoteDevice.cpp288L
-rw-r--r--source/bridge/client/remoteDevice.h71L
-rw-r--r--source/bridge/client/serverList.cpp53L
-rw-r--r--source/bridge/client/serverList.h52L
-rw-r--r--source/bridge/client/types.h1L
-rw-r--r--source/bridge/client/udpClient.cpp70L
-rw-r--r--source/bridge/client/udpClient.h27L
-rw-r--r--source/bridge/server/CMakeLists.txt26L
-rw-r--r--source/bridge/server/bridgeServer.cpp43L
-rw-r--r--source/bridge/server/clientConnection.cpp290L
-rw-r--r--source/bridge/server/clientConnection.h63L
-rw-r--r--source/bridge/server/config.cpp43L
-rw-r--r--source/bridge/server/config.h20L
-rw-r--r--source/bridge/server/import.cpp160L
-rw-r--r--source/bridge/server/import.h54L
-rw-r--r--source/bridge/server/romPool.cpp72L
-rw-r--r--source/bridge/server/romPool.h36L
-rw-r--r--source/bridge/server/server.cpp113L
-rw-r--r--source/bridge/server/server.h57L
-rw-r--r--source/bridge/server/udpServer.cpp76L
-rw-r--r--source/bridge/server/udpServer.h14L
-rw-r--r--source/changelogGenerator/CMakeLists.txt25L
-rw-r--r--source/changelogGenerator/changelogGenerator.cpp405L
m---------source/clap-juce-extensions @ 55ec146
m---------source/cpp-terminal @ a79a1a1
m---------source/dsp56300 @ 05ae6bf
-rw-r--r--source/findvst2.cmake18L
-rw-r--r--source/fst/LICENSE674L
-rw-r--r--source/fst/README.md99L
-rw-r--r--source/fst/docs/REVERSE_ENGINEERING.md4300L
-rw-r--r--source/fst/docs/opcodes.org257L
-rw-r--r--source/fst/docs/realworld.org514L
-rw-r--r--source/fst/fst/aeffect.h3L
-rw-r--r--source/fst/fst/aeffectx.h3L
-rw-r--r--source/fst/fst/fst.h677L
-rw-r--r--source/fst/pluginterfaces/vst2.x/aeffect.h3L
-rw-r--r--source/fst/pluginterfaces/vst2.x/aeffectx.h3L
-rw-r--r--source/fst/src/FstHost/FstHost.cpp565L
-rw-r--r--source/fst/src/FstHost/Makefile16L
-rw-r--r--source/fst/src/FstHost/Makefile.nt16L
-rw-r--r--source/fst/src/FstPlugin/FstPlugin.cpp633L
-rw-r--r--source/fst/src/FstPlugin/Makefile16L
-rw-r--r--source/fst/src/FstProxy/FstProxy.cpp204L
-rw-r--r--source/fst/src/FstProxy/Makefile16L
-rw-r--r--source/fst/src/FstProxy/Makefile.nt16L
-rw-r--r--source/fst/src/JstHost/JstHost.jucer41L
-rw-r--r--source/fst/src/JstHost/Makefile5L
-rw-r--r--source/fst/src/JstHost/Source/Main.cpp29L
-rw-r--r--source/fst/src/JstPlugin/JstPlugin.jucer64L
-rw-r--r--source/fst/src/JstPlugin/Makefile5L
-rw-r--r--source/fst/src/JstPlugin/Source/PluginEditor.cpp42L
-rw-r--r--source/fst/src/JstPlugin/Source/PluginEditor.h35L
-rw-r--r--source/fst/src/JstPlugin/Source/PluginProcessor.cpp191L
-rw-r--r--source/fst/src/JstPlugin/Source/PluginProcessor.h61L
-rw-r--r--source/fst/src/Makefile9L
-rw-r--r--source/fst/src/fst_utils.h781L
-rw-r--r--source/fst/tests/Makefile26L
-rw-r--r--source/fst/tests/c_test.c5L
-rw-r--r--source/fst/tests/cxx_test.cpp10L
-rw-r--r--source/fst/tests/makefile.msvc17L
-rw-r--r--source/fst/tools/bin2typedump.py103L
-rw-r--r--source/fst/tools/fstversion.sh29L
-rw-r--r--source/fst/tools/hexdump2bin.py9L
-rw-r--r--source/hardwareLib/CMakeLists.txt28L
-rw-r--r--source/hardwareLib/am29f.cpp180L
-rw-r--r--source/hardwareLib/am29f.h79L
-rw-r--r--source/hardwareLib/dspBootCode.cpp70L
-rw-r--r--source/hardwareLib/dspBootCode.h43L
-rw-r--r--source/hardwareLib/haltDSP.cpp96L
-rw-r--r--source/hardwareLib/haltDSP.h87L
-rw-r--r--source/hardwareLib/i2c.cpp165L
-rw-r--r--source/hardwareLib/i2c.h63L
-rw-r--r--source/hardwareLib/i2cFlash.cpp112L
-rw-r--r--source/hardwareLib/i2cFlash.h74L
-rw-r--r--source/hardwareLib/lcd.cpp218L
-rw-r--r--source/hardwareLib/lcd.h91L
-rw-r--r--source/hardwareLib/lcdfonts.cpp2675L
-rw-r--r--source/hardwareLib/lcdfonts.h8L
-rw-r--r--source/hardwareLib/sciMidi.cpp126L
-rw-r--r--source/hardwareLib/sciMidi.h59L
-rw-r--r--source/hardwareLib/syncUCtoDSP.h99L
-rw-r--r--source/juce.cmake349L
-rw-r--r--source/jucePluginData/CMakeLists.txt11L
-rw-r--r--source/jucePluginData/link.png13154B
-rw-r--r--source/jucePluginData/link.psd58643B
-rw-r--r--source/jucePluginData/lock.png8844B
-rw-r--r--source/jucePluginData/lock.psd61907B
-rw-r--r--source/jucePluginEditorLib/CMakeLists.txt64L
-rw-r--r--source/jucePluginEditorLib/dragAndDropObject.cpp9L
-rw-r--r--source/jucePluginEditorLib/dragAndDropObject.h21L
-rw-r--r--source/jucePluginEditorLib/focusedParameter.cpp202L
-rw-r--r--source/jucePluginEditorLib/focusedParameter.h69L
-rw-r--r--source/jucePluginEditorLib/focusedParameterTooltip.cpp78L
-rw-r--r--source/jucePluginEditorLib/focusedParameterTooltip.h29L
-rw-r--r--source/jucePluginEditorLib/imagePool.cpp94L
-rw-r--r--source/jucePluginEditorLib/imagePool.h39L
-rw-r--r--source/jucePluginEditorLib/lcd.cpp189L
-rw-r--r--source/jucePluginEditorLib/lcd.h45L
-rw-r--r--source/jucePluginEditorLib/led.cpp49L
-rw-r--r--source/jucePluginEditorLib/led.h35L
-rw-r--r--source/jucePluginEditorLib/midiPorts.cpp162L
-rw-r--r--source/jucePluginEditorLib/midiPorts.h50L
-rw-r--r--source/jucePluginEditorLib/parameterOverlay.cpp185L
-rw-r--r--source/jucePluginEditorLib/parameterOverlay.h56L
-rw-r--r--source/jucePluginEditorLib/parameterOverlays.cpp75L
-rw-r--r--source/jucePluginEditorLib/parameterOverlays.h50L
-rw-r--r--source/jucePluginEditorLib/partbutton.cpp162L
-rw-r--r--source/jucePluginEditorLib/partbutton.h62L
-rw-r--r--source/jucePluginEditorLib/patchmanager/datasourcetree.cpp10L
-rw-r--r--source/jucePluginEditorLib/patchmanager/datasourcetree.h12L
-rw-r--r--source/jucePluginEditorLib/patchmanager/datasourcetreeitem.cpp272L
-rw-r--r--source/jucePluginEditorLib/patchmanager/datasourcetreeitem.h45L
-rw-r--r--source/jucePluginEditorLib/patchmanager/defaultskin.h19L
-rw-r--r--source/jucePluginEditorLib/patchmanager/editable.cpp74L
-rw-r--r--source/jucePluginEditorLib/patchmanager/editable.h32L
-rw-r--r--source/jucePluginEditorLib/patchmanager/grid.cpp368L
-rw-r--r--source/jucePluginEditorLib/patchmanager/grid.h85L
-rw-r--r--source/jucePluginEditorLib/patchmanager/griditem.cpp39L
-rw-r--r--source/jucePluginEditorLib/patchmanager/griditem.h29L
-rw-r--r--source/jucePluginEditorLib/patchmanager/griditemcontainer.cpp141L
-rw-r--r--source/jucePluginEditorLib/patchmanager/griditemcontainer.h28L
-rw-r--r--source/jucePluginEditorLib/patchmanager/gridviewport.cpp38L
-rw-r--r--source/jucePluginEditorLib/patchmanager/gridviewport.h23L
-rw-r--r--source/jucePluginEditorLib/patchmanager/grouptreeitem.cpp459L
-rw-r--r--source/jucePluginEditorLib/patchmanager/grouptreeitem.h66L
-rw-r--r--source/jucePluginEditorLib/patchmanager/info.cpp221L
-rw-r--r--source/jucePluginEditorLib/patchmanager/info.h52L
-rw-r--r--source/jucePluginEditorLib/patchmanager/list.cpp96L
-rw-r--r--source/jucePluginEditorLib/patchmanager/list.h27L
-rw-r--r--source/jucePluginEditorLib/patchmanager/listitem.cpp207L
-rw-r--r--source/jucePluginEditorLib/patchmanager/listitem.h44L
-rw-r--r--source/jucePluginEditorLib/patchmanager/listmodel.cpp697L
-rw-r--r--source/jucePluginEditorLib/patchmanager/listmodel.h164L
-rw-r--r--source/jucePluginEditorLib/patchmanager/notagtreeitem.cpp17L
-rw-r--r--source/jucePluginEditorLib/patchmanager/notagtreeitem.h17L
-rw-r--r--source/jucePluginEditorLib/patchmanager/patchmanager.cpp1097L
-rw-r--r--source/jucePluginEditorLib/patchmanager/patchmanager.h186L
-rw-r--r--source/jucePluginEditorLib/patchmanager/resizerbar.cpp32L
-rw-r--r--source/jucePluginEditorLib/patchmanager/resizerbar.h20L
-rw-r--r--source/jucePluginEditorLib/patchmanager/roottreeitem.cpp8L
-rw-r--r--source/jucePluginEditorLib/patchmanager/roottreeitem.h21L
-rw-r--r--source/jucePluginEditorLib/patchmanager/savepatchdesc.cpp136L
-rw-r--r--source/jucePluginEditorLib/patchmanager/savepatchdesc.h51L
-rw-r--r--source/jucePluginEditorLib/patchmanager/search.cpp49L
-rw-r--r--source/jucePluginEditorLib/patchmanager/search.h27L
-rw-r--r--source/jucePluginEditorLib/patchmanager/searchlist.cpp24L
-rw-r--r--source/jucePluginEditorLib/patchmanager/searchlist.h22L
-rw-r--r--source/jucePluginEditorLib/patchmanager/searchtree.cpp15L
-rw-r--r--source/jucePluginEditorLib/patchmanager/searchtree.h19L
-rw-r--r--source/jucePluginEditorLib/patchmanager/state.cpp166L
-rw-r--r--source/jucePluginEditorLib/patchmanager/state.h67L
-rw-r--r--source/jucePluginEditorLib/patchmanager/status.cpp52L
-rw-r--r--source/jucePluginEditorLib/patchmanager/status.h23L
-rw-r--r--source/jucePluginEditorLib/patchmanager/tagstree.cpp31L
-rw-r--r--source/jucePluginEditorLib/patchmanager/tagstree.h20L
-rw-r--r--source/jucePluginEditorLib/patchmanager/tagtreeitem.cpp131L
-rw-r--r--source/jucePluginEditorLib/patchmanager/tagtreeitem.h36L
-rw-r--r--source/jucePluginEditorLib/patchmanager/tree.cpp216L
-rw-r--r--source/jucePluginEditorLib/patchmanager/tree.h53L
-rw-r--r--source/jucePluginEditorLib/patchmanager/treeitem.cpp309L
-rw-r--r--source/jucePluginEditorLib/patchmanager/treeitem.h109L
-rw-r--r--source/jucePluginEditorLib/patchmanager/types.cpp62L
-rw-r--r--source/jucePluginEditorLib/patchmanager/types.h30L
-rw-r--r--source/jucePluginEditorLib/pluginEditor.cpp710L
-rw-r--r--source/jucePluginEditorLib/pluginEditor.h132L
-rw-r--r--source/jucePluginEditorLib/pluginEditorState.cpp561L
-rw-r--r--source/jucePluginEditorLib/pluginEditorState.h92L
-rw-r--r--source/jucePluginEditorLib/pluginEditorWindow.cpp146L
-rw-r--r--source/jucePluginEditorLib/pluginEditorWindow.h33L
-rw-r--r--source/jucePluginEditorLib/pluginProcessor.cpp161L
-rw-r--r--source/jucePluginEditorLib/pluginProcessor.h40L
-rw-r--r--source/jucePluginEditorLib/skin.h23L
-rw-r--r--source/jucePluginLib/.gitignore2L
-rw-r--r--source/jucePluginLib/CMakeLists.txt77L
-rw-r--r--source/jucePluginLib/bypassBuffer.cpp5L
-rw-r--r--source/jucePluginLib/bypassBuffer.h54L
-rw-r--r--source/jucePluginLib/clipboard.cpp226L
-rw-r--r--source/jucePluginLib/clipboard.h45L
-rw-r--r--source/jucePluginLib/controller.cpp622L
-rw-r--r--source/jucePluginLib/controller.h183L
-rw-r--r--source/jucePluginLib/controllermap.cpp38L
-rw-r--r--source/jucePluginLib/controllermap.h24L
-rw-r--r--source/jucePluginLib/createVersionDateTime.cmake4L
-rw-r--r--source/jucePluginLib/dummydevice.cpp12L
-rw-r--r--source/jucePluginLib/dummydevice.h30L
-rw-r--r--source/jucePluginLib/filetype.cpp20L
-rw-r--r--source/jucePluginLib/filetype.h35L
-rw-r--r--source/jucePluginLib/midipacket.cpp413L
-rw-r--r--source/jucePluginLib/midipacket.h127L
-rw-r--r--source/jucePluginLib/midiports.cpp113L
-rw-r--r--source/jucePluginLib/midiports.h57L
-rw-r--r--source/jucePluginLib/parameter.cpp300L
-rw-r--r--source/jucePluginLib/parameter.h139L
-rw-r--r--source/jucePluginLib/parameterbinding.cpp475L
-rw-r--r--source/jucePluginLib/parameterbinding.h99L
-rw-r--r--source/jucePluginLib/parameterdescription.cpp16L
-rw-r--r--source/jucePluginLib/parameterdescription.h53L
-rw-r--r--source/jucePluginLib/parameterdescriptions.cpp835L
-rw-r--r--source/jucePluginLib/parameterdescriptions.h77L
-rw-r--r--source/jucePluginLib/parameterlink.cpp74L
-rw-r--r--source/jucePluginLib/parameterlink.h30L
-rw-r--r--source/jucePluginLib/parameterlinks.cpp184L
-rw-r--r--source/jucePluginLib/parameterlinks.h62L
-rw-r--r--source/jucePluginLib/parameterlistener.cpp21L
-rw-r--r--source/jucePluginLib/parameterlistener.h25L
-rw-r--r--source/jucePluginLib/parameterlocking.cpp134L
-rw-r--r--source/jucePluginLib/parameterlocking.h37L
-rw-r--r--source/jucePluginLib/parameterregion.cpp8L
-rw-r--r--source/jucePluginLib/parameterregion.h29L
-rw-r--r--source/jucePluginLib/parametervaluelist.cpp39L
-rw-r--r--source/jucePluginLib/parametervaluelist.h27L
-rw-r--r--source/jucePluginLib/patchdb/datasource.cpp262L
-rw-r--r--source/jucePluginLib/patchdb/datasource.h149L
-rw-r--r--source/jucePluginLib/patchdb/db.cpp2138L
-rw-r--r--source/jucePluginLib/patchdb/db.h195L
-rw-r--r--source/jucePluginLib/patchdb/jobqueue.cpp169L
-rw-r--r--source/jucePluginLib/patchdb/jobqueue.h100L
-rw-r--r--source/jucePluginLib/patchdb/patch.cpp189L
-rw-r--r--source/jucePluginLib/patchdb/patch.h123L
-rw-r--r--source/jucePluginLib/patchdb/patchdbtypes.cpp70L
-rw-r--r--source/jucePluginLib/patchdb/patchdbtypes.h102L
-rw-r--r--source/jucePluginLib/patchdb/patchhistory.cpp0B
-rw-r--r--source/jucePluginLib/patchdb/patchhistory.h13L
-rw-r--r--source/jucePluginLib/patchdb/patchmodifications.cpp132L
-rw-r--r--source/jucePluginLib/patchdb/patchmodifications.h33L
-rw-r--r--source/jucePluginLib/patchdb/search.cpp141L
-rw-r--r--source/jucePluginLib/patchdb/search.h79L
-rw-r--r--source/jucePluginLib/patchdb/serialization.cpp24L
-rw-r--r--source/jucePluginLib/patchdb/serialization.h13L
-rw-r--r--source/jucePluginLib/patchdb/tags.cpp291L
-rw-r--r--source/jucePluginLib/patchdb/tags.h114L
-rw-r--r--source/jucePluginLib/pluginVersion.cpp32L
-rw-r--r--source/jucePluginLib/pluginVersion.h17L
-rw-r--r--source/jucePluginLib/processor.cpp913L
-rw-r--r--source/jucePluginLib/processor.h221L
-rw-r--r--source/jucePluginLib/processorPropertiesInit.h27L
-rw-r--r--source/jucePluginLib/softknob.cpp101L
-rw-r--r--source/jucePluginLib/softknob.h49L
-rw-r--r--source/jucePluginLib/tools.cpp28L
-rw-r--r--source/jucePluginLib/tools.h14L
-rw-r--r--source/jucePluginLib/types.h24L
-rw-r--r--source/jucePluginLib/version.h.in4L
-rw-r--r--source/jucePluginLib/versionDateTime.h.in4L
-rw-r--r--source/juceUiLib/CMakeLists.txt39L
-rw-r--r--source/juceUiLib/button.cpp1L
-rw-r--r--source/juceUiLib/button.h104L
-rw-r--r--source/juceUiLib/buttonStyle.cpp135L
-rw-r--r--source/juceUiLib/buttonStyle.h30L
-rw-r--r--source/juceUiLib/comboboxStyle.cpp30L
-rw-r--r--source/juceUiLib/comboboxStyle.h18L
-rw-r--r--source/juceUiLib/condition.cpp73L
-rw-r--r--source/juceUiLib/condition.h66L
-rw-r--r--source/juceUiLib/controllerlink.cpp82L
-rw-r--r--source/juceUiLib/controllerlink.h44L
-rw-r--r--source/juceUiLib/editor.cpp348L
-rw-r--r--source/juceUiLib/editor.h139L
-rw-r--r--source/juceUiLib/editorInterface.h20L
-rw-r--r--source/juceUiLib/hyperlinkbuttonStyle.cpp15L
-rw-r--r--source/juceUiLib/hyperlinkbuttonStyle.h19L
-rw-r--r--source/juceUiLib/image.cpp5L
-rw-r--r--source/juceUiLib/image.h10L
-rw-r--r--source/juceUiLib/labelStyle.cpp19L
-rw-r--r--source/juceUiLib/labelStyle.h16L
-rw-r--r--source/juceUiLib/listBoxStyle.cpp11L
-rw-r--r--source/juceUiLib/listBoxStyle.h15L
-rw-r--r--source/juceUiLib/messageBox.cpp48L
-rw-r--r--source/juceUiLib/messageBox.h34L
-rw-r--r--source/juceUiLib/rotaryStyle.cpp78L
-rw-r--r--source/juceUiLib/rotaryStyle.h30L
-rw-r--r--source/juceUiLib/scrollbarStyle.cpp17L
-rw-r--r--source/juceUiLib/scrollbarStyle.h14L
-rw-r--r--source/juceUiLib/slider.cpp33L
-rw-r--r--source/juceUiLib/slider.h11L
-rw-r--r--source/juceUiLib/tabgroup.cpp49L
-rw-r--r--source/juceUiLib/tabgroup.h44L
-rw-r--r--source/juceUiLib/textEditorStyle.cpp20L
-rw-r--r--source/juceUiLib/textEditorStyle.h16L
-rw-r--r--source/juceUiLib/textbuttonStyle.cpp24L
-rw-r--r--source/juceUiLib/textbuttonStyle.h18L
-rw-r--r--source/juceUiLib/treeViewStyle.cpp23L
-rw-r--r--source/juceUiLib/treeViewStyle.h21L
-rw-r--r--source/juceUiLib/uiObject.cpp711L
-rw-r--r--source/juceUiLib/uiObject.h120L
-rw-r--r--source/juceUiLib/uiObjectStyle.cpp203L
-rw-r--r--source/juceUiLib/uiObjectStyle.h81L
-rw-r--r--source/libresample/.cproject252L
-rw-r--r--source/libresample/.gitignore1L
-rw-r--r--source/libresample/.project27L
-rw-r--r--source/libresample/.settings/language.settings.xml48L
-rw-r--r--source/libresample/CMakeLists.txt12L
-rw-r--r--source/libresample/LICENSE-BSD.txt23L
-rw-r--r--source/libresample/LICENSE-LGPL.txt463L
-rw-r--r--source/libresample/Makefile.in58L
-rw-r--r--source/libresample/README.md117L
-rw-r--r--source/libresample/config.guess1554L
-rw-r--r--source/libresample/config.sub1717L
-rw-r--r--source/libresample/configure5070L
-rw-r--r--source/libresample/configure.in79L
-rw-r--r--source/libresample/include/libresample.h44L
-rw-r--r--source/libresample/install-sh251L
-rw-r--r--source/libresample/src/configtemplate.h7L
-rw-r--r--source/libresample/src/filterkit.c215L
-rw-r--r--source/libresample/src/filterkit.h28L
-rw-r--r--source/libresample/src/resample.c347L
-rw-r--r--source/libresample/src/resample_defs.h86L
-rw-r--r--source/libresample/src/resamplesubs.c123L
-rw-r--r--source/libresample/tests/compareresample.c183L
-rw-r--r--source/libresample/tests/resample-sndfile.c213L
-rw-r--r--source/libresample/tests/testresample.c182L
-rw-r--r--source/libresample/win/libresample.vcproj776L
-rw-r--r--source/macsetup.cmake11L
-rwxr-xr-xsource/macsetup.command.in12L
m---------source/mc68k @ f4d9564
-rw-r--r--source/mqConsoleLib/CMakeLists.txt27L
-rw-r--r--source/mqConsoleLib/audioOutput.cpp1L
-rw-r--r--source/mqConsoleLib/audioOutput.h24L
-rw-r--r--source/mqConsoleLib/audioOutputPA.cpp175L
-rw-r--r--source/mqConsoleLib/audioOutputPA.h36L
-rw-r--r--source/mqConsoleLib/audioOutputWAV.cpp64L
-rw-r--r--source/mqConsoleLib/audioOutputWAV.h25L
-rw-r--r--source/mqConsoleLib/device.cpp40L
-rw-r--r--source/mqConsoleLib/device.h31L
-rw-r--r--source/mqConsoleLib/midiDevice.cpp107L
-rw-r--r--source/mqConsoleLib/midiDevice.h21L
-rw-r--r--source/mqConsoleLib/midiInput.cpp128L
-rw-r--r--source/mqConsoleLib/midiInput.h30L
-rw-r--r--source/mqConsoleLib/midiOutput.cpp73L
-rw-r--r--source/mqConsoleLib/midiOutput.h31L
-rw-r--r--source/mqConsoleLib/mqGui.cpp336L
-rw-r--r--source/mqConsoleLib/mqGui.h49L
-rw-r--r--source/mqConsoleLib/mqGuiBase.cpp24L
-rw-r--r--source/mqConsoleLib/mqGuiBase.h16L
-rw-r--r--source/mqConsoleLib/mqKeyInput.cpp105L
-rw-r--r--source/mqConsoleLib/mqKeyInput.h22L
-rw-r--r--source/mqConsoleLib/mqSettingsGui.cpp298L
-rw-r--r--source/mqConsoleLib/mqSettingsGui.h56L
-rw-r--r--source/mqJucePlugin/.gitignore1L
-rw-r--r--source/mqJucePlugin/CMakeLists.txt29L
-rw-r--r--source/mqJucePlugin/PluginEditor.cpp85L
-rw-r--r--source/mqJucePlugin/PluginEditor.h30L
-rw-r--r--source/mqJucePlugin/PluginEditorState.cpp71L
-rw-r--r--source/mqJucePlugin/PluginEditorState.h23L
-rw-r--r--source/mqJucePlugin/PluginProcessor.cpp81L
-rw-r--r--source/mqJucePlugin/PluginProcessor.h23L
-rw-r--r--source/mqJucePlugin/mqController.cpp547L
-rw-r--r--source/mqJucePlugin/mqController.h113L
-rw-r--r--source/mqJucePlugin/mqEditor.cpp208L
-rw-r--r--source/mqJucePlugin/mqEditor.h65L
-rw-r--r--source/mqJucePlugin/mqFrontPanel.cpp229L
-rw-r--r--source/mqJucePlugin/mqFrontPanel.h39L
-rw-r--r--source/mqJucePlugin/mqLcd.cpp42L
-rw-r--r--source/mqJucePlugin/mqLcd.h20L
-rw-r--r--source/mqJucePlugin/mqLcdBase.cpp0B
-rw-r--r--source/mqJucePlugin/mqLcdBase.h13L
-rw-r--r--source/mqJucePlugin/mqLcdText.cpp31L
-rw-r--r--source/mqJucePlugin/mqLcdText.h21L
-rw-r--r--source/mqJucePlugin/mqPartButton.cpp22L
-rw-r--r--source/mqJucePlugin/mqPartButton.h22L
-rw-r--r--source/mqJucePlugin/mqPartSelect.cpp77L
-rw-r--r--source/mqJucePlugin/mqPartSelect.h34L
-rw-r--r--source/mqJucePlugin/mqPatchBrowser.cpp101L
-rw-r--r--source/mqJucePlugin/mqPatchBrowser.h26L
-rw-r--r--source/mqJucePlugin/mqPatchManager.cpp118L
-rw-r--r--source/mqJucePlugin/mqPatchManager.h28L
-rw-r--r--source/mqJucePlugin/parameterDescriptions_mq.json3156L
-rw-r--r--source/mqJucePlugin/serverPlugin.cpp9L
-rw-r--r--source/mqJucePlugin/skins/mqDefault/Digital.ttf21540B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/assets.cmake34L
-rw-r--r--source/mqJucePlugin/skins/mqDefault/button.png21642B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/encoder_ranged.png1012200B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/encoder_ranged_red.png1375552B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx1Chorus.png21308B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx1FiveFX.png59526B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx1Flanger.png28213B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx1Overdrive.png23075B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx1Phaser.png37008B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx1Vocoder.png57880B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx251Delay.png48891B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx2Delay.png31907B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx2DelayClocked.png4652B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx2DelayNotClocked.png4650B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/fx2Reverb.png42936B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/lcdshadow.png1529B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/led.png17664B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/ledcircle_11.png275227B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/ledcircle_5.png80339B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/ledcircle_6.png105614B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/ledcircle_7.png136435B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/ledcircle_9.png200578B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/mqDefault.json13151L
-rw-r--r--source/mqJucePlugin/skins/mqDefault/mqDefaultBG.png4219136B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/pageDrum.png80537B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/pageFilters.png453032B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/pageFx.png233364B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/pageLfo.png485245B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/pageMulti.png207502B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/pageOsc.png525874B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/pagePatchBrowser.png91142B
-rw-r--r--source/mqJucePlugin/skins/mqDefault/toggleWithLED.png17013B
-rw-r--r--source/mqJucePlugin/skins/mqFrontPanel/Digital.ttf21540B
-rw-r--r--source/mqJucePlugin/skins/mqFrontPanel/alphadial.png974401B
-rw-r--r--source/mqJucePlugin/skins/mqFrontPanel/assets.cmake10L
-rw-r--r--source/mqJucePlugin/skins/mqFrontPanel/bakedBG.png303650B
-rw-r--r--source/mqJucePlugin/skins/mqFrontPanel/button.png21642B
-rw-r--r--source/mqJucePlugin/skins/mqFrontPanel/encoder.png781871B
-rw-r--r--source/mqJucePlugin/skins/mqFrontPanel/led.png17664B
-rw-r--r--source/mqJucePlugin/skins/mqFrontPanel/mqFrontPanel.json967L
-rw-r--r--source/mqLib/CMakeLists.txt53L
-rw-r--r--source/mqLib/bin2h.cmake83L
-rw-r--r--source/mqLib/buttons.cpp125L
-rw-r--r--source/mqLib/buttons.h80L
-rw-r--r--source/mqLib/device.cpp158L
-rw-r--r--source/mqLib/device.h42L
-rw-r--r--source/mqLib/lcd.cpp40L
-rw-r--r--source/mqLib/lcd.h21L
-rw-r--r--source/mqLib/leds.cpp74L
-rw-r--r--source/mqLib/leds.h47L
-rw-r--r--source/mqLib/microq.cpp249L
-rw-r--r--source/mqLib/microq.h130L
-rw-r--r--source/mqLib/mqbuildconfig.h16L
-rw-r--r--source/mqLib/mqdsp.cpp212L
-rw-r--r--source/mqLib/mqdsp.h84L
-rw-r--r--source/mqLib/mqhardware.cpp368L
-rw-r--r--source/mqLib/mqhardware.h83L
-rw-r--r--source/mqLib/mqmc.cpp395L
-rw-r--r--source/mqLib/mqmc.h88L
-rw-r--r--source/mqLib/mqmiditypes.h237L
-rw-r--r--source/mqLib/mqstate.cpp833L
-rw-r--r--source/mqLib/mqstate.h236L
-rw-r--r--source/mqLib/mqsysexremotecontrol.cpp171L
-rw-r--r--source/mqLib/mqsysexremotecontrol.h35L
-rw-r--r--source/mqLib/mqtypes.h45L
-rw-r--r--source/mqLib/rom.cpp28L
-rw-r--r--source/mqLib/rom.h23L
-rw-r--r--source/mqLib/romloader.cpp26L
-rw-r--r--source/mqLib/romloader.h12L
-rw-r--r--source/mqPerformanceTest/CMakeLists.txt28L
-rw-r--r--source/mqPerformanceTest/mqPerformanceTest.cpp163L
-rw-r--r--source/mqTestConsole/CMakeLists.txt30L
-rw-r--r--source/mqTestConsole/mqTestConsole.cpp255L
-rw-r--r--source/mqVst2/.gitignore3L
-rw-r--r--source/networkLib/CMakeLists.txt44L
-rw-r--r--source/networkLib/exception.cpp5L
-rw-r--r--source/networkLib/exception.h26L
-rw-r--r--source/networkLib/logging.cpp41L
-rw-r--r--source/networkLib/logging.h37L
-rw-r--r--source/networkLib/networkThread.cpp40L
-rw-r--r--source/networkLib/networkThread.h27L
-rw-r--r--source/networkLib/stream.cpp0B
-rw-r--r--source/networkLib/stream.h15L
-rw-r--r--source/networkLib/tcpClient.cpp41L
-rw-r--r--source/networkLib/tcpClient.h19L
-rw-r--r--source/networkLib/tcpConnection.cpp33L
-rw-r--r--source/networkLib/tcpConnection.h30L
-rw-r--r--source/networkLib/tcpServer.cpp51L
-rw-r--r--source/networkLib/tcpServer.h17L
-rw-r--r--source/networkLib/tcpStream.cpp81L
-rw-r--r--source/networkLib/tcpStream.h32L
-rw-r--r--source/networkLib/udpClient.cpp132L
-rw-r--r--source/networkLib/udpClient.h30L
-rw-r--r--source/networkLib/udpServer.cpp54L
-rw-r--r--source/networkLib/udpServer.h25L
-rw-r--r--source/nord/CMakeLists.txt5L
-rw-r--r--source/nord/n2x/CMakeLists.txt8L
-rw-r--r--source/nord/n2x/n2xJucePlugin/.gitignore1L
-rw-r--r--source/nord/n2x/n2xJucePlugin/CMakeLists.txt37L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xArp.cpp23L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xArp.h16L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xController.cpp491L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xController.h73L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xEditor.cpp258L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xEditor.h108L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xFileType.cpp6L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xFileType.h11L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xFocusedParameter.cpp20L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xFocusedParameter.h18L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xLcd.cpp171L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xLcd.h59L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xLfo.cpp44L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xLfo.h29L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xMasterVolume.cpp33L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xMasterVolume.h33L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xOctLed.cpp28L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xOctLed.h15L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xOutputMode.cpp78L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xOutputMode.h30L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xParameterDrivenLed.cpp59L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xParameterDrivenLed.h45L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPart.cpp22L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPart.h18L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPartLed.cpp33L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPartLed.h19L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xParts.cpp45L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xParts.h27L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPatchManager.cpp214L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPatchManager.h32L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPluginEditorState.cpp45L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPluginEditorState.h23L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPluginProcessor.cpp83L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xPluginProcessor.h22L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xSlider.cpp16L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xSlider.h24L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xVmMap.cpp189L
-rw-r--r--source/nord/n2x/n2xJucePlugin/n2xVmMap.h73L
-rw-r--r--source/nord/n2x/n2xJucePlugin/parameterDescriptions_n2x.json620L
-rw-r--r--source/nord/n2x/n2xJucePlugin/serverPlugin.cpp9L
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/DSEG14Classic-BoldItalic.ttf29504B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/DSEG7Classic-BoldItalic.ttf23464B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/assets.cmake25L
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/background.png166299B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_a.png4922B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_b.png4904B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_black.png4196B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_browser.png53871B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_c.png4828B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_d.png4863B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_main.png51603B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_perf.png47697B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_red.png19854B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/button_round.png8257B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/h_slider.png1592B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/knob_big.png1290882B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/knob_big_sens.png55171B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/n2xTrancy.json356L
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_1_main.png2796094B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_1_main_arpeggiator.png308714B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_1_main_lfo2.png303704B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_2_browser.png2624286B
-rw-r--r--source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/panel_3_perf.png2881655B
-rw-r--r--source/nord/n2x/n2xLib/CMakeLists.txt37L
-rw-r--r--source/nord/n2x/n2xLib/n2xdevice.cpp109L
-rw-r--r--source/nord/n2x/n2xLib/n2xdevice.h39L
-rw-r--r--source/nord/n2x/n2xLib/n2xdsp.cpp223L
-rw-r--r--source/nord/n2x/n2xLib/n2xdsp.h77L
-rw-r--r--source/nord/n2x/n2xLib/n2xflash.cpp25L
-rw-r--r--source/nord/n2x/n2xLib/n2xflash.h17L
-rw-r--r--source/nord/n2x/n2xLib/n2xfrontpanel.cpp245L
-rw-r--r--source/nord/n2x/n2xLib/n2xfrontpanel.h99L
-rw-r--r--source/nord/n2x/n2xLib/n2xhardware.cpp370L
-rw-r--r--source/nord/n2x/n2xLib/n2xhardware.h100L
-rw-r--r--source/nord/n2x/n2xLib/n2xhdi08.cpp5L
-rw-r--r--source/nord/n2x/n2xLib/n2xhdi08.h66L
-rw-r--r--source/nord/n2x/n2xLib/n2xmc.cpp325L
-rw-r--r--source/nord/n2x/n2xLib/n2xmc.h61L
-rw-r--r--source/nord/n2x/n2xLib/n2xmiditypes.h179L
-rw-r--r--source/nord/n2x/n2xLib/n2xrom.cpp35L
-rw-r--r--source/nord/n2x/n2xLib/n2xrom.h17L
-rw-r--r--source/nord/n2x/n2xLib/n2xromdata.cpp41L
-rw-r--r--source/nord/n2x/n2xLib/n2xromdata.h34L
-rw-r--r--source/nord/n2x/n2xLib/n2xromloader.cpp20L
-rw-r--r--source/nord/n2x/n2xLib/n2xromloader.h14L
-rw-r--r--source/nord/n2x/n2xLib/n2xstate.cpp650L
-rw-r--r--source/nord/n2x/n2xLib/n2xstate.h171L
-rw-r--r--source/nord/n2x/n2xLib/n2xsync.cpp0B
-rw-r--r--source/nord/n2x/n2xLib/n2xsync.h16L
-rw-r--r--source/nord/n2x/n2xLib/n2xtypes.h98L
-rw-r--r--source/nord/n2x/n2xTestConsole/CMakeLists.txt15L
-rw-r--r--source/nord/n2x/n2xTestConsole/n2xTestConsole.cpp77L
-rw-r--r--source/osTIrusJucePlugin/.gitignore1L
-rw-r--r--source/osTIrusJucePlugin/CMakeLists.txt21L
-rw-r--r--source/osTIrusJucePlugin/OsTIrusEditorState.cpp7L
-rw-r--r--source/osTIrusJucePlugin/OsTIrusEditorState.h9L
-rw-r--r--source/osTIrusJucePlugin/OsTIrusProcessor.cpp54L
-rw-r--r--source/osTIrusJucePlugin/OsTIrusProcessor.h12L
-rw-r--r--source/osTIrusJucePlugin/parameterDescriptions_TI.json2694L
-rw-r--r--source/osTIrusJucePlugin/serverPlugin.cpp9L
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/Digital.ttf21540B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/KoshgarianBold.ttf26848B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/VirusTI_Trancy.json1484L
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/assets.cmake168L
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/background.png4098519B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/background_channels_16.png119170B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/background_channels_4.png321206B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/background_channels_disable_16.png141607B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/background_channels_disable_4.png325903B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_1.png10193B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_1.png381B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_10.png1744B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_11.png500B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_12.png1274B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_13.png1384B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_14.png1278B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_15.png1255B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_16.png1755B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_17.png1202B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_18.png1970B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_19.png1733B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_2.png1182B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_20.png2313B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_21.png1286B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_22.png1853B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_23.png1936B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_24.png1906B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_25.png1862B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_26.png2332B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_27.png1790B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_28.png2512B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_29.png2316B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_3.png1195B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_30.png2368B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_31.png1425B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_32.png1918B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_4.png1168B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_5.png1089B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_6.png1538B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_7.png992B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_8.png1696B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_arp_9.png1617B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_1.png2049B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_10.png4646B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_11.png2401B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_12.png3675B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_13.png3837B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_14.png3847B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_15.png3607B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_16.png4483B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_2.png3491B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_3.png3681B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_4.png3451B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_5.png3412B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_6.png4183B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_7.png3253B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_8.png4501B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_channel_9.png4157B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_disable.png7041B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_disable_white.png9285B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_filter_ap1.png3235B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_filter_ap2.png4071B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_filter_ap3.png4181B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_filter_ap4.png4023B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_filter_bp.png3009B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_filter_bs.png3212B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_filter_hp.png2589B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_filter_lp.png2522B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_load.png8331B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_menu.png7833B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_mono_poly.png9113B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_multi.png10925B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_next.png4780B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_plus.png10392B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_prev.png4938B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_save.png8491B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_single.png13688B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/button_sub.png6257B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/demo/background.png3039228B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/demo/background.psd19977814B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/demo/background_donators.psd19992556B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/dummy.png188B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_par.png3905B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_routing_par.png13678B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_routing_ser4.png13745B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_routing_ser6.png13698B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_routing_split.png27775B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_ser4.png3062B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_ser6.png3146B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/filter_mode_split.png3813B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/knob_big_ring.png3817150B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/knob_mid.png1376095B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/knob_small.png395564B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/knob_small_ring.png1475483B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/led_on.png32912B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/logo.png16361B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/logo_light.png46681B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_arp.png10043B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_browser.png19288B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_common.png18183B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_filter.png12240B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_fx1.png9442B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_fx2.png10783B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_lfo.png9709B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_main.png11433B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_matrix.png15554B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/mainbutton_osc.png10852B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_10_common.png404754B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_1_easy_edit.png3236405B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_2_browser.png18648B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc.png324780B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_classic.png53168B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_common.png120928B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_common_hs.png123102B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_grain_complex.png65007B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_grain_simple.png53462B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_hypersaw.png53971B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_wave_pwm.png61723B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_3_osc_wavetable.png51579B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_4_filter.png397958B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_4_filter_env_3.png81610B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_4_filter_env_4.png81644B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_4_filter_env_filter.png82600B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_5_lfo.png498860B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_6_matrix.png304636B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_7_arp.png231647B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_0.png38910B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_1.png55887B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_2.png52270B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_3.png45970B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_4.png46348B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_5.png53796B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_6.png53366B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_Equalizer.png87043B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_Input.png18209B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_Input_Off.png17591B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_Phaser.png74799B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_characters.png41164B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_characters_off.png35975B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_air_chorus.png65326B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_classic.png70555B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_hyper_chorus.png73232B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_off.png43428B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_rotary_speaker.png68098B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_vibrato.png68766B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_chorus_vintage.png72202B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_env_follower.png55525B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_env_follower_off.png42958B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_frequency_shift.png79945B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_off.png60308B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_pole_xfade.png86426B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_ringmodulator.png87011B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_vari_slopes.png83118B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_8_fx1_filterbank_vowel_filter.png88137B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_classic.png123317B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape.png181061B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape_clocked.png186872B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_reverb.png120026B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_vocoder.png141099B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_vocoder_off.png114789B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/part_activity.png3382B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/slider_knob.png3938B
-rw-r--r--source/osTIrusJucePlugin/skins/TrancyTI/snow.png1562B
-rw-r--r--source/osirusJucePlugin/.gitignore1L
-rw-r--r--source/osirusJucePlugin/CMakeLists.txt22L
-rw-r--r--source/osirusJucePlugin/OsirusEditorState.cpp7L
-rw-r--r--source/osirusJucePlugin/OsirusEditorState.h9L
-rw-r--r--source/osirusJucePlugin/OsirusProcessor.cpp51L
-rw-r--r--source/osirusJucePlugin/OsirusProcessor.h12L
-rw-r--r--source/osirusJucePlugin/assets/bg_1377x800.png167837B
-rw-r--r--source/osirusJucePlugin/assets/buttons/GLOBAL_btn_arp_settings_141x26.png9339B
-rw-r--r--source/osirusJucePlugin/assets/buttons/GLOBAL_btn_effects_141x26.png8075B
-rw-r--r--source/osirusJucePlugin/assets/buttons/GLOBAL_btn_lfo_matrix_141x26.png8876B
-rw-r--r--source/osirusJucePlugin/assets/buttons/GLOBAL_btn_osc_filter_141x26.png8804B
-rw-r--r--source/osirusJucePlugin/assets/buttons/GLOBAL_btn_patch_browser_141x26.png8766B
-rw-r--r--source/osirusJucePlugin/assets/buttons/Handle_18x47.png3401B
-rw-r--r--source/osirusJucePlugin/assets/buttons/arphold_btn_28_22.png411B
-rw-r--r--source/osirusJucePlugin/assets/buttons/arphold_btn_36x36.png1257B
-rw-r--r--source/osirusJucePlugin/assets/buttons/env_pol_50x34.png3261B
-rw-r--r--source/osirusJucePlugin/assets/buttons/lfo_btn_23_19.png2788B
-rw-r--r--source/osirusJucePlugin/assets/buttons/link_horizon_36x12.png2468B
-rw-r--r--source/osirusJucePlugin/assets/buttons/link_vert_12x36.png2221B
-rw-r--r--source/osirusJucePlugin/assets/buttons/part_select_btn_36x36.png966B
-rw-r--r--source/osirusJucePlugin/assets/buttons/presets_btn_43_15.png2377B
-rw-r--r--source/osirusJucePlugin/assets/buttons/sync2_54x25.png4441B
-rw-r--r--source/osirusJucePlugin/assets/knobs/GenBlue_70x70_100.png137890B
-rw-r--r--source/osirusJucePlugin/assets/knobs/GenRed_70x70_100.png112567B
-rw-r--r--source/osirusJucePlugin/assets/knobs/Gen_70x70_100.png136264B
-rw-r--r--source/osirusJucePlugin/assets/knobs/Gen_pol_70x70_100.png132440B
-rw-r--r--source/osirusJucePlugin/assets/knobs/multi_18x18_100.png36549B
-rw-r--r--source/osirusJucePlugin/assets/panels/bg_arp_1018x620.png209012B
-rw-r--r--source/osirusJucePlugin/assets/panels/bg_fx_1018x620.png227217B
-rw-r--r--source/osirusJucePlugin/assets/panels/bg_fxdelay_481x234.png35981B
-rw-r--r--source/osirusJucePlugin/assets/panels/bg_fxreverb_481x234.png35160B
-rw-r--r--source/osirusJucePlugin/assets/panels/bg_lfo_1018x620.png208945B
-rw-r--r--source/osirusJucePlugin/assets/panels/bg_osc_1018x620.png229647B
-rw-r--r--source/osirusJucePlugin/assets/panels/bg_presets_1018x620.png20262B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_1.png3414B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_2.png5963B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_3.png3607B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_4.png3126B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_down.png951B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_left.png1093B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_load_bank.png4172B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_main_1.png11813B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_main_2.png12612B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_main_3.png10021B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_main_4.png13432B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_main_5.png13718B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_menu.png3504B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_right.png1042B
-rw-r--r--source/osirusJucePlugin/assets2/buttons/btn_save_preset.png4598B
-rw-r--r--source/osirusJucePlugin/assets2/combobox/cmb_1.png1455B
-rw-r--r--source/osirusJucePlugin/assets2/combobox/cmb_2.png1243B
-rw-r--r--source/osirusJucePlugin/assets2/font/Digital21540B
-rw-r--r--source/osirusJucePlugin/assets2/knobs/knob_1_128.png866774B
-rw-r--r--source/osirusJucePlugin/assets2/knobs/knob_2_128.png539003B
-rw-r--r--source/osirusJucePlugin/assets2/main_background.png4774607B
-rw-r--r--source/osirusJucePlugin/assets2/main_background_marker_points.png4782672B
-rw-r--r--source/osirusJucePlugin/assets2/panel_1_marker_points.png563554B
-rw-r--r--source/osirusJucePlugin/assets2/panel_2_marker_points.png436502B
-rw-r--r--source/osirusJucePlugin/assets2/panel_3_marker_points.png463766B
-rw-r--r--source/osirusJucePlugin/assets2/panel_4_marker_points.png356269B
-rw-r--r--source/osirusJucePlugin/assets2/panel_5_marker_points.png29873B
-rw-r--r--source/osirusJucePlugin/assets2/panels/panel_1.png559060B
-rw-r--r--source/osirusJucePlugin/assets2/panels/panel_2.png442407B
-rw-r--r--source/osirusJucePlugin/assets2/panels/panel_3.png463609B
-rw-r--r--source/osirusJucePlugin/assets2/panels/panel_4.png353641B
-rw-r--r--source/osirusJucePlugin/assets2/panels/panel_5.png30067B
-rw-r--r--source/osirusJucePlugin/parameterDescriptions_C.json1562L
-rw-r--r--source/osirusJucePlugin/serverPlugin.cpp9L
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/BEBASNEUE_BOLD-_1_.ttf54280B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/BEBASNEUE_REGULAR-_1_.ttf55072B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/Mult_36x36_x2i_blue.png97886B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/VirusC_Galaxpel.json5652L
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/arp-btn-306x83.png23793B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/arp-onoff-72x37.png5623B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/arp-select-104x72.png3727B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/arp_page_midiPorts.png871474B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/assets.cmake32L
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/btn2-52x36.png6490B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/chain-btn-36x62.png7018B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/chain-btn2-62x36.png6642B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/efcts-btn-306x83.png15722B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/env-pol-radio-btns-38x66.png4621B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/fx_page.png235342B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/fx_page_reverbOverlay.png47787B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/knob_2-104x104.png1676620B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/lfo-btn-306x83.png20306B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/lfo_page.png333534B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/load-push-btn-112x121.png7641B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/main_bg.png189287B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/mlt-btn49x260.png7889B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/osc-btn-306x83.png19176B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/osc_page-sub-fixed.png285225B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/preset-selected-light-74x68.png5977B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/presets-push-btn-118x121.png9230B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/save-push-btn-80x121.png7294B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/sngl-btn49x260.png9958B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/sync-38x38.png4605B
-rw-r--r--source/osirusJucePlugin/skins/Galaxpel/toggle-btn-39x102.png9971B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/ARP_2034x1238_x2.png504687B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/ARP_282x52_x2.png25587B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/FX_2034x1238_x2_D.png486930B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/FX_282x52_x2.png22136B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/FX_reverbOverlay.png61347B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/GenPol_140x140_x2.png1219827B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/GenRed_140x140_x2.png1419373B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/Gen_140x140_x2.png1313353B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/LFO_2034x1238_x2.png476268B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/LFO_282x52_x2.png24232B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/Mult_36x36_x2i.png104623B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/OSC_2034x1238_x2.png531237B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/OSC_282x52_x2.png24400B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/Pres_2034x1238_x2.png44352B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/VC_x2_N.png448846B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/VirusC_Hoverland.json5861L
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/arp_72x37_X2.png3098B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/arpall_104x432_X2.png2924B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/assets.cmake29L
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/env_pol_100x68_x2.png4551B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/handle_72x94_x2.png6506B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/lfo_btn_46x76_x2.png4618B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/link_horizon_48x72_x2.png2953B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/link_vert_72x48_x2.png3055B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/multi_btn_select_72x72_x2.png1854B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/presest_btn_select_86x60_x2.png3378B
-rw-r--r--source/osirusJucePlugin/skins/Hoverland/sync2_108x100_x2.png8269B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/Digital.ttf21540B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/VirusC_Trancy.json5511L
-rw-r--r--source/osirusJucePlugin/skins/Trancy/assets.cmake26L
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_1.png3414B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_2.png5963B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_3.png3607B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_4.png3126B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_left.png1093B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_main_1.png11813B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_main_2.png12612B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_main_3.png10021B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_main_4.png13432B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_main_5.png13718B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_menu.png3504B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_right.png1042B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/btn_save_preset.png4598B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/knob_1_128.png866774B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/knob_2_128.png539003B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/main_background.png4774607B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/panel_1.png559060B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/panel_2.png442407B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/panel_3.png463609B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/panel_4.png360983B
-rw-r--r--source/osirusJucePlugin/skins/Trancy/panel_5.png30067B
-rw-r--r--source/pluginTester/CMakeLists.txt47L
-rw-r--r--source/pluginTester/fakeAudioDevice.cpp56L
-rw-r--r--source/pluginTester/fakeAudioDevice.h88L
-rw-r--r--source/pluginTester/logger.cpp16L
-rw-r--r--source/pluginTester/logger.h14L
-rw-r--r--source/pluginTester/pluginHost.cpp28L
-rw-r--r--source/pluginTester/pluginHost.h24L
-rw-r--r--source/pluginTester/pluginTester.cpp211L
-rw-r--r--source/portaudio/.gitattributes43L
-rw-r--r--source/portaudio/.gitignore42L
-rw-r--r--source/portaudio/CMakeLists.txt410L
-rw-r--r--source/portaudio/Doxyfile239L
-rw-r--r--source/portaudio/Doxyfile.developer242L
-rw-r--r--source/portaudio/LICENSE.txt81L
-rw-r--r--source/portaudio/Makefile.in257L
-rw-r--r--source/portaudio/README.configure.txt32L
-rw-r--r--source/portaudio/README.txt98L
-rw-r--r--source/portaudio/SConstruct197L
-rw-r--r--source/portaudio/aclocal.m48776L
-rw-r--r--source/portaudio/bindings/cpp/AUTHORS0B
-rw-r--r--source/portaudio/bindings/cpp/COPYING31L
-rw-r--r--source/portaudio/bindings/cpp/ChangeLog178L
-rw-r--r--source/portaudio/bindings/cpp/INSTALL370L
-rw-r--r--source/portaudio/bindings/cpp/Makefile.am7L
-rw-r--r--source/portaudio/bindings/cpp/Makefile.in848L
-rw-r--r--source/portaudio/bindings/cpp/NEWS0B
-rw-r--r--source/portaudio/bindings/cpp/README0B
-rw-r--r--source/portaudio/bindings/cpp/SConscript65L
-rw-r--r--source/portaudio/bindings/cpp/aclocal.m49787L
-rw-r--r--source/portaudio/bindings/cpp/bin/Makefile.am9L
-rw-r--r--source/portaudio/bindings/cpp/bin/Makefile.in618L
-rw-r--r--source/portaudio/bindings/cpp/build/gnu/Makefile.in106L
-rw-r--r--source/portaudio/bindings/cpp/build/gnu/OUT_OF_DATE0B
-rw-r--r--source/portaudio/bindings/cpp/build/gnu/aclocal.m457L
-rw-r--r--source/portaudio/bindings/cpp/build/gnu/config.guess1308L
-rw-r--r--source/portaudio/bindings/cpp/build/gnu/config.sub1505L
-rw-r--r--source/portaudio/bindings/cpp/build/gnu/configure4297L
-rw-r--r--source/portaudio/bindings/cpp/build/gnu/configure.ac214L
-rw-r--r--source/portaudio/bindings/cpp/build/gnu/install-sh251L
-rw-r--r--source/portaudio/bindings/cpp/build/vc6/devs_example.dsp248L
-rw-r--r--source/portaudio/bindings/cpp/build/vc6/devs_example.dsw44L
-rw-r--r--source/portaudio/bindings/cpp/build/vc6/sine_example.dsp252L
-rw-r--r--source/portaudio/bindings/cpp/build/vc6/sine_example.dsw44L
-rw-r--r--source/portaudio/bindings/cpp/build/vc6/static_library.dsp395L
-rw-r--r--source/portaudio/bindings/cpp/build/vc6/static_library.dsw29L
-rw-r--r--source/portaudio/bindings/cpp/build/vc7/OUT_OF_DATE0B
-rw-r--r--source/portaudio/bindings/cpp/build/vc7_1/devs_example.sln30L
-rw-r--r--source/portaudio/bindings/cpp/build/vc7_1/devs_example.vcproj195L
-rw-r--r--source/portaudio/bindings/cpp/build/vc7_1/sine_example.sln30L
-rw-r--r--source/portaudio/bindings/cpp/build/vc7_1/sine_example.vcproj327L
-rw-r--r--source/portaudio/bindings/cpp/build/vc7_1/static_library.sln21L
-rw-r--r--source/portaudio/bindings/cpp/build/vc7_1/static_library.vcproj218L
-rw-r--r--source/portaudio/bindings/cpp/configure17918L
-rw-r--r--source/portaudio/bindings/cpp/configure.ac54L
-rw-r--r--source/portaudio/bindings/cpp/doc/Makefile.am5L
-rw-r--r--source/portaudio/bindings/cpp/doc/Makefile.in432L
-rw-r--r--source/portaudio/bindings/cpp/doc/README34L
-rw-r--r--source/portaudio/bindings/cpp/doc/config.doxy211L
-rw-r--r--source/portaudio/bindings/cpp/doc/config.doxy.linux210L
-rw-r--r--source/portaudio/bindings/cpp/example/devs.cxx177L
-rw-r--r--source/portaudio/bindings/cpp/example/sine.cxx137L
-rw-r--r--source/portaudio/bindings/cpp/include/Makefile.am22L
-rw-r--r--source/portaudio/bindings/cpp/include/Makefile.in571L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/AsioDeviceAdapter.hxx44L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/AutoSystem.hxx62L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/BlockingStream.hxx45L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/CFunCallbackStream.hxx49L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/CallbackInterface.hxx45L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/CallbackStream.hxx40L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/CppFunCallbackStream.hxx86L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/Device.hxx91L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/DirectionSpecificStreamParameters.hxx77L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/Exception.hxx108L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/HostApi.hxx76L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/InterfaceCallbackStream.hxx49L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/MemFunCallbackStream.hxx107L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/PortAudioCpp.hxx109L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/SampleDataFormat.hxx35L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/Stream.hxx82L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/StreamParameters.hxx77L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/System.hxx107L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/SystemDeviceIterator.hxx66L
-rw-r--r--source/portaudio/bindings/cpp/include/portaudiocpp/SystemHostApiIterator.hxx61L
-rw-r--r--source/portaudio/bindings/cpp/lib/Makefile.am26L
-rw-r--r--source/portaudio/bindings/cpp/lib/Makefile.in789L
-rw-r--r--source/portaudio/bindings/cpp/portaudiocpp.pc.in12L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/AsioDeviceAdapter.cxx83L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/BlockingStream.cxx100L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/CFunCallbackStream.cxx41L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/CallbackInterface.cxx25L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/CallbackStream.cxx20L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/CppFunCallbackStream.cxx81L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/Device.cxx168L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/DirectionSpecificStreamParameters.cxx163L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/Exception.cxx123L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/HostApi.cxx121L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/InterfaceCallbackStream.cxx45L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/MemFunCallbackStream.cxx4L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/Stream.cxx195L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/StreamParameters.cxx165L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/System.cxx308L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/SystemDeviceIterator.cxx60L
-rw-r--r--source/portaudio/bindings/cpp/source/portaudiocpp/SystemHostApiIterator.cxx59L
-rw-r--r--source/portaudio/bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.sln26L
-rw-r--r--source/portaudio/bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.vcproj198L
-rw-r--r--source/portaudio/bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.vcxproj174L
-rw-r--r--source/portaudio/bindings/java/c/src/com_portaudio_BlockingStream.c352L
-rw-r--r--source/portaudio/bindings/java/c/src/com_portaudio_BlockingStream.h130L
-rw-r--r--source/portaudio/bindings/java/c/src/com_portaudio_PortAudio.c279L
-rw-r--r--source/portaudio/bindings/java/c/src/com_portaudio_PortAudio.h183L
-rw-r--r--source/portaudio/bindings/java/c/src/jpa_tools.c208L
-rw-r--r--source/portaudio/bindings/java/c/src/jpa_tools.h62L
-rw-r--r--source/portaudio/bindings/java/jportaudio.dox65L
-rw-r--r--source/portaudio/bindings/java/jportaudio/.classpath8L
-rw-r--r--source/portaudio/bindings/java/jportaudio/.project17L
-rw-r--r--source/portaudio/bindings/java/jportaudio/jtests/com/portaudio/PlaySine.java89L
-rw-r--r--source/portaudio/bindings/java/jportaudio/jtests/com/portaudio/TestBasic.java523L
-rw-r--r--source/portaudio/bindings/java/jportaudio/src/com/portaudio/BlockingStream.java208L
-rw-r--r--source/portaudio/bindings/java/jportaudio/src/com/portaudio/DeviceInfo.java65L
-rw-r--r--source/portaudio/bindings/java/jportaudio/src/com/portaudio/HostApiInfo.java61L
-rw-r--r--source/portaudio/bindings/java/jportaudio/src/com/portaudio/PortAudio.java261L
-rw-r--r--source/portaudio/bindings/java/jportaudio/src/com/portaudio/StreamInfo.java60L
-rw-r--r--source/portaudio/bindings/java/jportaudio/src/com/portaudio/StreamParameters.java57L
-rw-r--r--source/portaudio/bindings/java/scripts/make_header.bat4L
-rw-r--r--source/portaudio/build/msvc/portaudio.def50L
-rw-r--r--source/portaudio/build/msvc/portaudio.dsp269L
-rw-r--r--source/portaudio/build/msvc/portaudio.dsw29L
-rw-r--r--source/portaudio/build/msvc/portaudio.sln32L
-rw-r--r--source/portaudio/build/msvc/portaudio.vcproj1932L
-rw-r--r--source/portaudio/build/msvc/readme.txt112L
-rw-r--r--source/portaudio/build/scons/SConscript_common30L
-rw-r--r--source/portaudio/build/scons/SConscript_opts91L
-rw-r--r--source/portaudio/clear_gitrevision.sh12L
-rw-r--r--source/portaudio/cmake_support/FindASIOSDK.cmake41L
-rw-r--r--source/portaudio/cmake_support/FindDXSDK.cmake59L
-rw-r--r--source/portaudio/cmake_support/FindJack.cmake41L
-rw-r--r--source/portaudio/cmake_support/options_cmake.h.in31L
-rw-r--r--source/portaudio/cmake_support/portaudio-2.0.pc.in12L
-rw-r--r--source/portaudio/cmake_support/template_portaudio.def53L
-rw-r--r--source/portaudio/config.guess1558L
-rw-r--r--source/portaudio/config.sub1791L
-rw-r--r--source/portaudio/configure18827L
-rw-r--r--source/portaudio/configure.in516L
-rw-r--r--source/portaudio/depcomp791L
-rw-r--r--source/portaudio/doc/src/api_overview.dox162L
-rw-r--r--source/portaudio/doc/src/images/portaudio-external-architecture-diagram.png20386B
-rw-r--r--source/portaudio/doc/src/license.dox38L
-rw-r--r--source/portaudio/doc/src/mainpage.dox61L
-rw-r--r--source/portaudio/doc/src/srcguide.dox55L
-rw-r--r--source/portaudio/doc/src/tutorial/blocking_read_write.dox68L
-rw-r--r--source/portaudio/doc/src/tutorial/compile_cmake.dox29L
-rw-r--r--source/portaudio/doc/src/tutorial/compile_linux.dox83L
-rw-r--r--source/portaudio/doc/src/tutorial/compile_mac_coreaudio.dox122L
-rw-r--r--source/portaudio/doc/src/tutorial/compile_windows.dox108L
-rw-r--r--source/portaudio/doc/src/tutorial/compile_windows_asio_msvc.dox97L
-rw-r--r--source/portaudio/doc/src/tutorial/compile_windows_mingw.dox53L
-rw-r--r--source/portaudio/doc/src/tutorial/exploring.dox15L
-rw-r--r--source/portaudio/doc/src/tutorial/initializing_portaudio.dox29L
-rw-r--r--source/portaudio/doc/src/tutorial/open_default_stream.dox48L
-rw-r--r--source/portaudio/doc/src/tutorial/querying_devices.dox111L
-rw-r--r--source/portaudio/doc/src/tutorial/start_stop_abort.dox35L
-rw-r--r--source/portaudio/doc/src/tutorial/terminating_portaudio.dox20L
-rw-r--r--source/portaudio/doc/src/tutorial/tutorial_start.dox58L
-rw-r--r--source/portaudio/doc/src/tutorial/utility_functions.dox69L
-rw-r--r--source/portaudio/doc/src/tutorial/writing_a_callback.dox70L
-rw-r--r--source/portaudio/doc/utils/checkfiledocs.py87L
-rw-r--r--source/portaudio/examples/CMakeLists.txt41L
-rw-r--r--source/portaudio/examples/pa_devs.c252L
-rw-r--r--source/portaudio/examples/pa_fuzz.c183L
-rw-r--r--source/portaudio/examples/paex_mono_asio_channel_select.c167L
-rw-r--r--source/portaudio/examples/paex_ocean_shore.c533L
-rw-r--r--source/portaudio/examples/paex_pink.c280L
-rw-r--r--source/portaudio/examples/paex_read_write_wire.c205L
-rw-r--r--source/portaudio/examples/paex_record.c354L
-rw-r--r--source/portaudio/examples/paex_record_file.c458L
-rw-r--r--source/portaudio/examples/paex_saw.c133L
-rw-r--r--source/portaudio/examples/paex_sine.c175L
-rw-r--r--source/portaudio/examples/paex_sine_c++.cpp275L
-rw-r--r--source/portaudio/examples/paex_wmme_ac3.c221L
-rw-r--r--source/portaudio/examples/paex_wmme_surround.c211L
-rw-r--r--source/portaudio/examples/paex_write_sine.c166L
-rw-r--r--source/portaudio/examples/paex_write_sine_nonint.c167L
-rw-r--r--source/portaudio/fixdir.bat19L
-rw-r--r--source/portaudio/fixfile.bat7L
-rw-r--r--source/portaudio/include/pa_asio.h150L
-rw-r--r--source/portaudio/include/pa_jack.h77L
-rw-r--r--source/portaudio/include/pa_linux_alsa.h107L
-rw-r--r--source/portaudio/include/pa_mac_core.h191L
-rw-r--r--source/portaudio/include/pa_win_ds.h95L
-rw-r--r--source/portaudio/include/pa_win_wasapi.h443L
-rw-r--r--source/portaudio/include/pa_win_waveformat.h199L
-rw-r--r--source/portaudio/include/pa_win_wdmks.h137L
-rw-r--r--source/portaudio/include/pa_win_wmme.h185L
-rw-r--r--source/portaudio/include/portaudio.h1225L
-rw-r--r--source/portaudio/index.html105L
-rw-r--r--source/portaudio/install-sh527L
-rw-r--r--source/portaudio/ltmain.sh9661L
-rw-r--r--source/portaudio/missing215L
-rw-r--r--source/portaudio/pablio/README.txt49L
-rw-r--r--source/portaudio/pablio/pablio.c314L
-rw-r--r--source/portaudio/pablio/pablio.def35L
-rw-r--r--source/portaudio/pablio/pablio.h116L
-rw-r--r--source/portaudio/pablio/test_rw.c105L
-rw-r--r--source/portaudio/pablio/test_rw_echo.c129L
-rw-r--r--source/portaudio/pablio/test_w_saw.c114L
-rw-r--r--source/portaudio/pablio/test_w_saw8.c112L
-rw-r--r--source/portaudio/portaudio-2.0.pc.in12L
-rw-r--r--source/portaudio/qa/loopback/README.txt92L
-rw-r--r--source/portaudio/qa/loopback/src/audio_analyzer.c707L
-rw-r--r--source/portaudio/qa/loopback/src/audio_analyzer.h187L
-rw-r--r--source/portaudio/qa/loopback/src/biquad_filter.c122L
-rw-r--r--source/portaudio/qa/loopback/src/biquad_filter.h38L
-rw-r--r--source/portaudio/qa/loopback/src/paqa.c1601L
-rw-r--r--source/portaudio/qa/loopback/src/paqa_tools.c171L
-rw-r--r--source/portaudio/qa/loopback/src/paqa_tools.h52L
-rw-r--r--source/portaudio/qa/loopback/src/qa_tools.h83L
-rw-r--r--source/portaudio/qa/loopback/src/test_audio_analyzer.c718L
-rw-r--r--source/portaudio/qa/loopback/src/test_audio_analyzer.h46L
-rw-r--r--source/portaudio/qa/loopback/src/write_wav.c242L
-rw-r--r--source/portaudio/qa/loopback/src/write_wav.h103L
-rw-r--r--source/portaudio/qa/paqa_devs.c371L
-rw-r--r--source/portaudio/qa/paqa_errs.c403L
-rw-r--r--source/portaudio/qa/paqa_latency.c482L
-rw-r--r--source/portaudio/src/SConscript220L
-rw-r--r--source/portaudio/src/common/pa_allocation.c243L
-rw-r--r--source/portaudio/src/common/pa_allocation.h104L
-rw-r--r--source/portaudio/src/common/pa_converters.c1983L
-rw-r--r--source/portaudio/src/common/pa_converters.h263L
-rw-r--r--source/portaudio/src/common/pa_cpuload.c105L
-rw-r--r--source/portaudio/src/common/pa_cpuload.h72L
-rw-r--r--source/portaudio/src/common/pa_debugprint.c123L
-rw-r--r--source/portaudio/src/common/pa_debugprint.h149L
-rw-r--r--source/portaudio/src/common/pa_dither.c218L
-rw-r--r--source/portaudio/src/common/pa_dither.h106L
-rw-r--r--source/portaudio/src/common/pa_endianness.h145L
-rw-r--r--source/portaudio/src/common/pa_front.c1811L
-rw-r--r--source/portaudio/src/common/pa_gitrevision.h1L
-rw-r--r--source/portaudio/src/common/pa_hostapi.h362L
-rw-r--r--source/portaudio/src/common/pa_memorybarrier.h128L
-rw-r--r--source/portaudio/src/common/pa_process.c1831L
-rw-r--r--source/portaudio/src/common/pa_process.h754L
-rw-r--r--source/portaudio/src/common/pa_ringbuffer.c237L
-rw-r--r--source/portaudio/src/common/pa_ringbuffer.h236L
-rw-r--r--source/portaudio/src/common/pa_stream.c150L
-rw-r--r--source/portaudio/src/common/pa_stream.h205L
-rw-r--r--source/portaudio/src/common/pa_trace.c238L
-rw-r--r--source/portaudio/src/common/pa_trace.h117L
-rw-r--r--source/portaudio/src/common/pa_types.h107L
-rw-r--r--source/portaudio/src/common/pa_util.h159L
-rw-r--r--source/portaudio/src/hostapi/alsa/pa_linux_alsa.c4639L
-rw-r--r--source/portaudio/src/hostapi/asihpi/pa_linux_asihpi.c2893L
-rw-r--r--source/portaudio/src/hostapi/asio/ASIO-README.txt147L
-rw-r--r--source/portaudio/src/hostapi/asio/Callback_adaptation_.pdf50527B
-rw-r--r--source/portaudio/src/hostapi/asio/Pa_ASIO.pdf50778B
-rw-r--r--source/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp572L
-rw-r--r--source/portaudio/src/hostapi/asio/iasiothiscallresolver.h197L
-rw-r--r--source/portaudio/src/hostapi/asio/pa_asio.cpp4251L
-rw-r--r--source/portaudio/src/hostapi/coreaudio/notes.txt196L
-rw-r--r--source/portaudio/src/hostapi/coreaudio/pa_mac_core.c2836L
-rw-r--r--source/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.c637L
-rw-r--r--source/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.h134L
-rw-r--r--source/portaudio/src/hostapi/coreaudio/pa_mac_core_internal.h194L
-rw-r--r--source/portaudio/src/hostapi/coreaudio/pa_mac_core_old.c913L
-rw-r--r--source/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c701L
-rw-r--r--source/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.h218L
-rw-r--r--source/portaudio/src/hostapi/dsound/pa_win_ds.c3268L
-rw-r--r--source/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.c224L
-rw-r--r--source/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.h106L
-rw-r--r--source/portaudio/src/hostapi/jack/pa_jack.c1769L
-rw-r--r--source/portaudio/src/hostapi/oss/low_latency_tip.txt3111B
-rw-r--r--source/portaudio/src/hostapi/oss/pa_unix_oss.c2045L
-rw-r--r--source/portaudio/src/hostapi/oss/recplay.c114L
-rw-r--r--source/portaudio/src/hostapi/skeleton/README.txt1L
-rw-r--r--source/portaudio/src/hostapi/skeleton/pa_hostapi_skeleton.c818L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/audioclient.h1177L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/devicetopology.h3275L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/endpointvolume.h620L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/functiondiscoverykeys.h255L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/ks.h3666L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/ksguid.h28L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/ksmedia.h4610L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/ksproxy.h639L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/ksuuids.h159L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/mmdeviceapi.h929L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/propkeydef.h26L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/propsys.h3605L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/rpcsal.h113L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/sal.h252L
-rw-r--r--source/portaudio/src/hostapi/wasapi/mingw-include/structuredquery.h2478L
-rw-r--r--source/portaudio/src/hostapi/wasapi/pa_win_wasapi.c5738L
-rw-r--r--source/portaudio/src/hostapi/wasapi/readme.txt22L
-rw-r--r--source/portaudio/src/hostapi/wdmks/pa_win_wdmks.c6791L
-rw-r--r--source/portaudio/src/hostapi/wdmks/readme.txt85L
-rw-r--r--source/portaudio/src/hostapi/wmme/pa_win_wmme.c4055L
-rw-r--r--source/portaudio/src/os/unix/pa_unix_hostapis.c103L
-rw-r--r--source/portaudio/src/os/unix/pa_unix_util.c710L
-rw-r--r--source/portaudio/src/os/unix/pa_unix_util.h224L
-rw-r--r--source/portaudio/src/os/win/pa_win_coinitialize.c148L
-rw-r--r--source/portaudio/src/os/win/pa_win_coinitialize.h94L
-rw-r--r--source/portaudio/src/os/win/pa_win_hostapis.c102L
-rw-r--r--source/portaudio/src/os/win/pa_win_util.c160L
-rw-r--r--source/portaudio/src/os/win/pa_win_waveformat.c162L
-rw-r--r--source/portaudio/src/os/win/pa_win_wdmks_utils.c309L
-rw-r--r--source/portaudio/src/os/win/pa_win_wdmks_utils.h65L
-rw-r--r--source/portaudio/src/os/win/pa_x86_plain_converters.c1218L
-rw-r--r--source/portaudio/src/os/win/pa_x86_plain_converters.h60L
-rw-r--r--source/portaudio/test/CMakeLists.txt13L
-rw-r--r--source/portaudio/test/README.txt52L
-rw-r--r--source/portaudio/test/pa_minlat.c205L
-rw-r--r--source/portaudio/test/patest1.c208L
-rw-r--r--source/portaudio/test/patest_buffer.c206L
-rw-r--r--source/portaudio/test/patest_callbackstop.c252L
-rw-r--r--source/portaudio/test/patest_clip.c190L
-rw-r--r--source/portaudio/test/patest_converters.c395L
-rw-r--r--source/portaudio/test/patest_dither.c190L
-rw-r--r--source/portaudio/test/patest_dsound_find_best_latency_params.c514L
-rw-r--r--source/portaudio/test/patest_dsound_low_level_latency_params.c187L
-rw-r--r--source/portaudio/test/patest_dsound_surround.c205L
-rw-r--r--source/portaudio/test/patest_hang.c164L
-rw-r--r--source/portaudio/test/patest_in_overflow.c236L
-rw-r--r--source/portaudio/test/patest_jack_wasapi.c343L
-rw-r--r--source/portaudio/test/patest_latency.c193L
-rw-r--r--source/portaudio/test/patest_leftright.c185L
-rw-r--r--source/portaudio/test/patest_longsine.c151L
-rw-r--r--source/portaudio/test/patest_many.c210L
-rw-r--r--source/portaudio/test/patest_maxsines.c216L
-rw-r--r--source/portaudio/test/patest_mono.c156L
-rw-r--r--source/portaudio/test/patest_multi_sine.c205L
-rw-r--r--source/portaudio/test/patest_out_underflow.c251L
-rw-r--r--source/portaudio/test/patest_prime.c234L
-rw-r--r--source/portaudio/test/patest_read_record.c244L
-rw-r--r--source/portaudio/test/patest_ringmix.c86L
-rw-r--r--source/portaudio/test/patest_sine8.c216L
-rw-r--r--source/portaudio/test/patest_sine_channelmaps.c190L
-rw-r--r--source/portaudio/test/patest_sine_formats.c203L
-rw-r--r--source/portaudio/test/patest_sine_srate.c182L
-rw-r--r--source/portaudio/test/patest_sine_time.c219L
-rw-r--r--source/portaudio/test/patest_start_stop.c174L
-rw-r--r--source/portaudio/test/patest_stop.c324L
-rw-r--r--source/portaudio/test/patest_stop_playout.c478L
-rw-r--r--source/portaudio/test/patest_suggested_vs_streaminfo_latency.c269L
-rw-r--r--source/portaudio/test/patest_suggested_vs_streaminfo_latency.py150L
-rw-r--r--source/portaudio/test/patest_sync.c271L
-rw-r--r--source/portaudio/test/patest_timing.c173L
-rw-r--r--source/portaudio/test/patest_toomanysines.c200L
-rw-r--r--source/portaudio/test/patest_two_rates.c178L
-rw-r--r--source/portaudio/test/patest_underflow.c162L
-rw-r--r--source/portaudio/test/patest_unplug.c243L
-rw-r--r--source/portaudio/test/patest_wire.c331L
-rw-r--r--source/portaudio/test/patest_wmme_find_best_latency_params.c518L
-rw-r--r--source/portaudio/test/patest_wmme_low_level_latency_params.c192L
-rw-r--r--source/portaudio/test/patest_write_stop.c165L
-rw-r--r--source/portaudio/test/patest_write_stop_hang_illegal.c168L
-rw-r--r--source/portaudio/testcvs/changeme.txt21L
-rw-r--r--source/portaudio/testcvs/file1.txt9L
-rw-r--r--source/portaudio/testcvs/file2.txt9L
-rw-r--r--source/portaudio/update_gitrevision.sh17L
-rw-r--r--source/portmidi/ALL_BUILD.vcproj128L
-rw-r--r--source/portmidi/CHANGELOG.txt192L
-rw-r--r--source/portmidi/CMakeLists.txt19L
-rw-r--r--source/portmidi/Doxyfile1472L
-rw-r--r--source/portmidi/README.txt84L
-rw-r--r--source/portmidi/ZERO_CHECK.vcproj128L
-rw-r--r--source/portmidi/license.txt40L
-rw-r--r--source/portmidi/pm_cl/README_CL.txt104L
-rw-r--r--source/portmidi/pm_cl/cffi-portmidi.lisp384L
-rw-r--r--source/portmidi/pm_cl/test-no-cm.lisp112L
-rw-r--r--source/portmidi/pm_common/CMakeLists.txt113L
-rw-r--r--source/portmidi/pm_common/pminternal.h178L
-rw-r--r--source/portmidi/pm_common/pmjni.vcproj161L
-rw-r--r--source/portmidi/pm_common/pmutil.c284L
-rw-r--r--source/portmidi/pm_common/pmutil.h127L
-rw-r--r--source/portmidi/pm_common/portmidi-dynamic.vcproj179L
-rw-r--r--source/portmidi/pm_common/portmidi-static.vcproj141L
-rw-r--r--source/portmidi/pm_common/portmidi.c1137L
-rw-r--r--source/portmidi/pm_common/portmidi.h654L
-rw-r--r--source/portmidi/pm_csharp/README.txt20L
-rw-r--r--source/portmidi/pm_csharp/pm_managed/AssemblyInfo.cpp40L
-rw-r--r--source/portmidi/pm_csharp/pm_managed/ReadMe.txt31L
-rw-r--r--source/portmidi/pm_csharp/pm_managed/Stdafx.cpp5L
-rw-r--r--source/portmidi/pm_csharp/pm_managed/Stdafx.h7L
-rw-r--r--source/portmidi/pm_csharp/pm_managed/app.ico1078B
-rw-r--r--source/portmidi/pm_csharp/pm_managed/app.rc63L
-rw-r--r--source/portmidi/pm_csharp/pm_managed/pm_managed.cpp6L
-rw-r--r--source/portmidi/pm_csharp/pm_managed/pm_managed.h53L
-rw-r--r--source/portmidi/pm_csharp/pm_managed/pm_managed.vcproj260L
-rw-r--r--source/portmidi/pm_csharp/pm_managed/resource.h3L
-rw-r--r--source/portmidi/pm_dylib/CMakeLists.txt138L
-rw-r--r--source/portmidi/pm_dylib/README.txt11L
-rw-r--r--source/portmidi/pm_dylib/portmidi-dynamic.vcproj158L
-rw-r--r--source/portmidi/pm_java/CMakeLists.txt47L
-rw-r--r--source/portmidi/pm_java/JavaExe.exe131072B
-rw-r--r--source/portmidi/pm_java/README.txt48L
-rw-r--r--source/portmidi/pm_java/UpdateRsrcJavaExe.exe102400B
-rw-r--r--source/portmidi/pm_java/jportmidi/JPortMidi.java539L
-rw-r--r--source/portmidi/pm_java/jportmidi/JPortMidiApi.java117L
-rw-r--r--source/portmidi/pm_java/jportmidi/JPortMidiException.java12L
-rw-r--r--source/portmidi/pm_java/mac-make.sh26L
-rw-r--r--source/portmidi/pm_java/make.bat47L
-rw-r--r--source/portmidi/pm_java/pmdefaults-setup-script.iss44L
-rw-r--r--source/portmidi/pm_java/pmdefaults/PmDefaults.java11L
-rw-r--r--source/portmidi/pm_java/pmdefaults/PmDefaultsFrame.java428L
-rw-r--r--source/portmidi/pm_java/pmdefaults/README.txt21L
-rw-r--r--source/portmidi/pm_java/pmdefaults/manifest.txt1L
-rw-r--r--source/portmidi/pm_java/pmdefaults/pmdefaults1L
-rw-r--r--source/portmidi/pm_java/pmdefaults/pmdefaults-icon.bmp17464B
-rw-r--r--source/portmidi/pm_java/pmdefaults/pmdefaults-icon.gif6976B
-rw-r--r--source/portmidi/pm_java/pmdefaults/pmdefaults-icon.png6986B
-rw-r--r--source/portmidi/pm_java/pmdefaults/pmdefaults-icon.xcf19957B
-rw-r--r--source/portmidi/pm_java/pmdefaults/pmdefaults-license.txt37L
-rw-r--r--source/portmidi/pm_java/pmdefaults/pmdefaults.icns36751B
-rw-r--r--source/portmidi/pm_java/pmdefaults/pmdefaults.ico99678B
-rw-r--r--source/portmidi/pm_java/pmdefaults/portmusic_logo.png753B
-rw-r--r--source/portmidi/pm_java/pmdefaults/readme-win32.txt11L
-rw-r--r--source/portmidi/pm_java/pmjni/jportmidi_JportMidiApi.h293L
-rw-r--r--source/portmidi/pm_java/pmjni/pmjni-VC8.vcproj225L
-rw-r--r--source/portmidi/pm_java/pmjni/pmjni.c354L
-rw-r--r--source/portmidi/pm_java/pmjni/pmjni.rc63L
-rw-r--r--source/portmidi/pm_java/setup/pmdefaults-setup.exe485013B
-rw-r--r--source/portmidi/pm_linux/README_LINUX.txt113L
-rw-r--r--source/portmidi/pm_linux/finddefault.c96L
-rw-r--r--source/portmidi/pm_linux/pmlinux.c75L
-rw-r--r--source/portmidi/pm_linux/pmlinux.h5L
-rw-r--r--source/portmidi/pm_linux/pmlinuxalsa.c779L
-rw-r--r--source/portmidi/pm_linux/pmlinuxalsa.h6L
-rw-r--r--source/portmidi/pm_mac/Makefile.osx129L
-rw-r--r--source/portmidi/pm_mac/README_MAC.txt163L
-rw-r--r--source/portmidi/pm_mac/finddefault.c57L
-rw-r--r--source/portmidi/pm_mac/pm_mac.xcodeproj/project.pbxproj594L
-rw-r--r--source/portmidi/pm_mac/pmdefaults/make/build.xml87L
-rw-r--r--source/portmidi/pm_mac/pmdefaults/make/find-classrefs.sh31L
-rw-r--r--source/portmidi/pm_mac/pmdefaults/resources/English.lproj/Credits.rtf14L
-rw-r--r--source/portmidi/pm_mac/pmdefaults/resources/English.lproj/InfoPlist.strings220B
-rw-r--r--source/portmidi/pm_mac/pmdefaults/resources/Info.plist40L
-rw-r--r--source/portmidi/pm_mac/pmdefaults/resources/Manifest1L
-rw-r--r--source/portmidi/pm_mac/pmmac.c59L
-rw-r--r--source/portmidi/pm_mac/pmmac.h4L
-rw-r--r--source/portmidi/pm_mac/pmmacosxcm.c1010L
-rw-r--r--source/portmidi/pm_mac/pmmacosxcm.h6L
-rw-r--r--source/portmidi/pm_mac/readbinaryplist.c1115L
-rw-r--r--source/portmidi/pm_mac/readbinaryplist.h88L
-rw-r--r--source/portmidi/pm_mingw/README-MINGW.txt11L
-rw-r--r--source/portmidi/pm_mingw/eclipse/README.txt23L
-rw-r--r--source/portmidi/pm_mingw/eclipse/dot-cproject710L
-rw-r--r--source/portmidi/pm_mingw/eclipse/dot-project69L
-rw-r--r--source/portmidi/pm_mingw/msys/README-MSYS.txt8L
-rw-r--r--source/portmidi/pm_python/README_PYTHON.txt34L
-rw-r--r--source/portmidi/pm_python/pyportmidi/__init__.py3L
-rw-r--r--source/portmidi/pm_python/pyportmidi/_pyportmidi.c5663L
-rw-r--r--source/portmidi/pm_python/pyportmidi/_pyportmidi.pyx537L
-rw-r--r--source/portmidi/pm_python/pyportmidi/midi.py566L
-rw-r--r--source/portmidi/pm_python/setup.py185L
-rw-r--r--source/portmidi/pm_qt/README_QT.txt15L
-rw-r--r--source/portmidi/pm_qt/portmidi.pro47L
-rw-r--r--source/portmidi/pm_test/CMakeLists.txt26L
-rw-r--r--source/portmidi/pm_test/latency.c290L
-rw-r--r--source/portmidi/pm_test/latency.vcproj148L
-rw-r--r--source/portmidi/pm_test/midiclock.c287L
-rw-r--r--source/portmidi/pm_test/midiclock.vcproj148L
-rw-r--r--source/portmidi/pm_test/midithread.c329L
-rw-r--r--source/portmidi/pm_test/midithread.vcproj148L
-rw-r--r--source/portmidi/pm_test/midithru.c366L
-rw-r--r--source/portmidi/pm_test/midithru.vcproj148L
-rw-r--r--source/portmidi/pm_test/mm.c572L
-rw-r--r--source/portmidi/pm_test/mm.vcproj148L
-rw-r--r--source/portmidi/pm_test/qtest.c174L
-rw-r--r--source/portmidi/pm_test/qtest.vcproj148L
-rw-r--r--source/portmidi/pm_test/sysex.c528L
-rw-r--r--source/portmidi/pm_test/sysex.vcproj148L
-rw-r--r--source/portmidi/pm_test/test.c489L
-rw-r--r--source/portmidi/pm_test/test.vcproj148L
-rw-r--r--source/portmidi/pm_test/txdata.syx257L
-rw-r--r--source/portmidi/pm_win/README_WIN.txt341L
-rw-r--r--source/portmidi/pm_win/clean_cmake.bat6L
-rw-r--r--source/portmidi/pm_win/clean_up_vcproj.awk70L
-rw-r--r--source/portmidi/pm_win/clean_up_vcproj.bat76L
-rw-r--r--source/portmidi/pm_win/debugging_dlls.txt145L
-rw-r--r--source/portmidi/pm_win/pmwin.c143L
-rw-r--r--source/portmidi/pm_win/pmwinmm.c1464L
-rw-r--r--source/portmidi/pm_win/pmwinmm.h5L
-rw-r--r--source/portmidi/pm_win/static.cmake16L
-rw-r--r--source/portmidi/portmidi.sln147L
-rw-r--r--source/portmidi/portmidi_cdt.zip210271B
-rw-r--r--source/portmidi/portmusic_logo.png753B
-rw-r--r--source/portmidi/porttime/porttime-VC8.vcproj225L
-rw-r--r--source/portmidi/porttime/porttime.c3L
-rw-r--r--source/portmidi/porttime/porttime.dsp104L
-rw-r--r--source/portmidi/porttime/porttime.h92L
-rw-r--r--source/portmidi/porttime/porttime.vcproj184L
-rw-r--r--source/portmidi/porttime/ptlinux.c138L
-rw-r--r--source/portmidi/porttime/ptmacosx_cf.c140L
-rw-r--r--source/portmidi/porttime/ptmacosx_mach.c131L
-rw-r--r--source/portmidi/porttime/ptwinmm.c70L
-rw-r--r--source/ptypes/CMakeLists.txt66L
-rw-r--r--source/ptypes/pasync.cxx61L
-rw-r--r--source/ptypes/pasync.h542L
-rw-r--r--source/ptypes/patomic.cxx377L
-rw-r--r--source/ptypes/pcomponent.cxx102L
-rw-r--r--source/ptypes/pcset.cxx139L
-rw-r--r--source/ptypes/pcsetdbg.cxx78L
-rw-r--r--source/ptypes/pexcept.cxx35L
-rw-r--r--source/ptypes/pfatal.cxx63L
-rw-r--r--source/ptypes/pfdxstm.cxx162L
-rw-r--r--source/ptypes/pinet.h400L
-rw-r--r--source/ptypes/pinfile.cxx93L
-rw-r--r--source/ptypes/pinfilter.cxx170L
-rw-r--r--source/ptypes/pinmem.cxx104L
-rw-r--r--source/ptypes/pinstm.cxx350L
-rw-r--r--source/ptypes/pintee.cxx68L
-rw-r--r--source/ptypes/piobase.cxx388L
-rw-r--r--source/ptypes/pipbase.cxx421L
-rw-r--r--source/ptypes/pipmsg.cxx203L
-rw-r--r--source/ptypes/pipmsgsv.cxx140L
-rw-r--r--source/ptypes/pipstm.cxx248L
-rw-r--r--source/ptypes/pipstmsv.cxx101L
-rw-r--r--source/ptypes/pipsvbase.cxx177L
-rw-r--r--source/ptypes/pmd5.cxx517L
-rw-r--r--source/ptypes/pmem.cxx86L
-rw-r--r--source/ptypes/pmsgq.cxx282L
-rw-r--r--source/ptypes/pmtxtable.cxx42L
-rw-r--r--source/ptypes/pnpipe.cxx290L
-rw-r--r--source/ptypes/pnpserver.cxx185L
-rw-r--r--source/ptypes/pobjlist.cxx156L
-rw-r--r--source/ptypes/poutfile.cxx111L
-rw-r--r--source/ptypes/poutfilter.cxx77L
-rw-r--r--source/ptypes/poutmem.cxx104L
-rw-r--r--source/ptypes/poutstm.cxx215L
-rw-r--r--source/ptypes/ppipe.cxx51L
-rw-r--r--source/ptypes/ppodlist.cxx192L
-rw-r--r--source/ptypes/pport.h189L
-rw-r--r--source/ptypes/pputf.cxx287L
-rw-r--r--source/ptypes/prwlock.cxx193L
-rw-r--r--source/ptypes/psemaphore.cxx76L
-rw-r--r--source/ptypes/pstdio.cxx155L
-rw-r--r--source/ptypes/pstrcase.cxx73L
-rw-r--r--source/ptypes/pstrconv.cxx147L
-rw-r--r--source/ptypes/pstreams.h807L
-rw-r--r--source/ptypes/pstring.cxx289L
-rw-r--r--source/ptypes/pstrlist.cxx204L
-rw-r--r--source/ptypes/pstrmanip.cxx281L
-rw-r--r--source/ptypes/pstrtoi.cxx136L
-rw-r--r--source/ptypes/pstrutils.cxx57L
-rw-r--r--source/ptypes/ptextmap.cxx79L
-rw-r--r--source/ptypes/pthread.cxx154L
-rw-r--r--source/ptypes/ptime.cxx325L
-rw-r--r--source/ptypes/ptime.h72L
-rw-r--r--source/ptypes/ptimedsem.cxx130L
-rw-r--r--source/ptypes/ptrigger.cxx101L
-rw-r--r--source/ptypes/ptypes.h1159L
-rw-r--r--source/ptypes/ptypes_test.cxx1622L
-rw-r--r--source/ptypes/punit.cxx176L
-rw-r--r--source/ptypes/punknown.cxx21L
-rw-r--r--source/ptypes/pvariant.cxx641L
-rw-r--r--source/ptypes/pversion.cxx15L
-rw-r--r--source/runAuValidation.cmake39L
-rw-r--r--source/skins.cmake17L
-rw-r--r--source/skins.h.in6L
-rw-r--r--source/synthLib/.gitignore1L
-rw-r--r--source/synthLib/CMakeLists.txt54L
-rw-r--r--source/synthLib/audioTypes.h16L
-rw-r--r--source/synthLib/audiobuffer.cpp107L
-rw-r--r--source/synthLib/audiobuffer.h45L
-rw-r--r--source/synthLib/buildconfig.h.in3L
-rw-r--r--source/synthLib/dac.cpp101L
-rw-r--r--source/synthLib/dac.h105L
-rw-r--r--source/synthLib/device.cpp115L
-rw-r--r--source/synthLib/device.h106L
-rw-r--r--source/synthLib/deviceException.cpp21L
-rw-r--r--source/synthLib/deviceException.h20L
-rw-r--r--source/synthLib/deviceTypes.h20L
-rw-r--r--source/synthLib/dspMemoryPatch.cpp77L
-rw-r--r--source/synthLib/dspMemoryPatch.h63L
-rw-r--r--source/synthLib/lv2PresetExport.cpp231L
-rw-r--r--source/synthLib/lv2PresetExport.h35L
-rw-r--r--source/synthLib/midiBufferParser.cpp86L
-rw-r--r--source/synthLib/midiBufferParser.h51L
-rw-r--r--source/synthLib/midiClock.cpp91L
-rw-r--r--source/synthLib/midiClock.h28L
-rw-r--r--source/synthLib/midiToSysex.cpp318L
-rw-r--r--source/synthLib/midiToSysex.h23L
-rw-r--r--source/synthLib/midiTranslator.cpp107L
-rw-r--r--source/synthLib/midiTranslator.h51L
-rw-r--r--source/synthLib/midiTypes.h217L
-rw-r--r--source/synthLib/os.cpp180L
-rw-r--r--source/synthLib/os.h17L
-rw-r--r--source/synthLib/plugin.cpp296L
-rw-r--r--source/synthLib/plugin.h91L
-rw-r--r--source/synthLib/resampler.cpp131L
-rw-r--r--source/synthLib/resampler.h52L
-rw-r--r--source/synthLib/resamplerInOut.cpp214L
-rw-r--r--source/synthLib/resamplerInOut.h56L
-rw-r--r--source/synthLib/romLoader.cpp45L
-rw-r--r--source/synthLib/romLoader.h18L
-rw-r--r--source/synthLib/sysexToMidi.cpp111L
-rw-r--r--source/synthLib/sysexToMidi.h22L
-rw-r--r--source/synthLib/vstpreset.cpp270L
-rw-r--r--source/synthLib/vstpreset.h47L
-rw-r--r--source/synthLib/wavReader.cpp174L
-rw-r--r--source/synthLib/wavReader.h35L
-rw-r--r--source/synthLib/wavTypes.h109L
-rw-r--r--source/synthLib/wavWriter.cpp214L
-rw-r--r--source/synthLib/wavWriter.h70L
-rw-r--r--source/virusConsoleLib/CMakeLists.txt20L
-rw-r--r--source/virusConsoleLib/audioProcessor.cpp91L
-rw-r--r--source/virusConsoleLib/audioProcessor.h47L
-rw-r--r--source/virusConsoleLib/consoleApp.cpp291L
-rw-r--r--source/virusConsoleLib/consoleApp.h47L
-rw-r--r--source/virusConsoleLib/esaiListener.cpp128L
-rw-r--r--source/virusConsoleLib/esaiListener.h50L
-rw-r--r--source/virusConsoleLib/esaiListenerToCallback.cpp12L
-rw-r--r--source/virusConsoleLib/esaiListenerToCallback.h15L
-rw-r--r--source/virusConsoleLib/esaiListenerToFile.cpp60L
-rw-r--r--source/virusConsoleLib/esaiListenerToFile.h23L
-rw-r--r--source/virusIntegrationTest/CMakeLists.txt20L
-rw-r--r--source/virusIntegrationTest/integrationTest.cpp331L
-rw-r--r--source/virusIntegrationTest/integrationTest.h38L
-rw-r--r--source/virusIntegrationTest/runTest.cmake14L
-rw-r--r--source/virusJucePlugin/.gitignore1L
-rw-r--r--source/virusJucePlugin/ArpUserPattern.cpp118L
-rw-r--r--source/virusJucePlugin/ArpUserPattern.h51L
-rw-r--r--source/virusJucePlugin/CMakeLists.txt52L
-rw-r--r--source/virusJucePlugin/ControllerLinks.cpp62L
-rw-r--r--source/virusJucePlugin/ControllerLinks.h31L
-rw-r--r--source/virusJucePlugin/FxPage.cpp30L
-rw-r--r--source/virusJucePlugin/FxPage.h18L
-rw-r--r--source/virusJucePlugin/Leds.cpp97L
-rw-r--r--source/virusJucePlugin/Leds.h75L
-rw-r--r--source/virusJucePlugin/ParameterNames.h11L
-rw-r--r--source/virusJucePlugin/PartButton.cpp82L
-rw-r--r--source/virusJucePlugin/PartButton.h24L
-rw-r--r--source/virusJucePlugin/Parts.cpp222L
-rw-r--r--source/virusJucePlugin/Parts.h69L
-rw-r--r--source/virusJucePlugin/PatchManager.cpp454L
-rw-r--r--source/virusJucePlugin/PatchManager.h41L
-rw-r--r--source/virusJucePlugin/Tabs.cpp15L
-rw-r--r--source/virusJucePlugin/Tabs.h20L
-rw-r--r--source/virusJucePlugin/VirusController.cpp847L
-rw-r--r--source/virusJucePlugin/VirusController.h189L
-rw-r--r--source/virusJucePlugin/VirusEditor.cpp523L
-rw-r--r--source/virusJucePlugin/VirusEditor.h114L
-rw-r--r--source/virusJucePlugin/VirusEditorState.cpp125L
-rw-r--r--source/virusJucePlugin/VirusEditorState.h19L
-rw-r--r--source/virusJucePlugin/VirusProcessor.cpp221L
-rw-r--r--source/virusJucePlugin/VirusProcessor.h83L
-rw-r--r--source/virusLib/CMakeLists.txt40L
-rw-r--r--source/virusLib/demoplayback.cpp331L
-rw-r--r--source/virusLib/demoplayback.h64L
-rw-r--r--source/virusLib/demoplaybackTI.cpp173L
-rw-r--r--source/virusLib/demoplaybackTI.h37L
-rw-r--r--source/virusLib/device.cpp639L
-rw-r--r--source/virusLib/device.h79L
-rw-r--r--source/virusLib/deviceModel.cpp20L
-rw-r--r--source/virusLib/deviceModel.h30L
-rw-r--r--source/virusLib/dspMemoryPatches.cpp19L
-rw-r--r--source/virusLib/dspMemoryPatches.h14L
-rw-r--r--source/virusLib/dspMultiTI.cpp201L
-rw-r--r--source/virusLib/dspMultiTI.h58L
-rw-r--r--source/virusLib/dspSingle.cpp179L
-rw-r--r--source/virusLib/dspSingle.h83L
-rw-r--r--source/virusLib/dspSingleSnow.cpp53L
-rw-r--r--source/virusLib/dspSingleSnow.h15L
-rw-r--r--source/virusLib/frontpanelState.cpp119L
-rw-r--r--source/virusLib/frontpanelState.h49L
-rw-r--r--source/virusLib/hdi08List.cpp37L
-rw-r--r--source/virusLib/hdi08List.h37L
-rw-r--r--source/virusLib/hdi08MidiQueue.cpp72L
-rw-r--r--source/virusLib/hdi08MidiQueue.h51L
-rw-r--r--source/virusLib/hdi08Queue.cpp103L
-rw-r--r--source/virusLib/hdi08Queue.h58L
-rw-r--r--source/virusLib/hdi08TxParser.cpp209L
-rw-r--r--source/virusLib/hdi08TxParser.h74L
-rw-r--r--source/virusLib/microcontroller.cpp1407L
-rw-r--r--source/virusLib/microcontroller.h140L
-rw-r--r--source/virusLib/microcontrollerTypes.cpp26L
-rw-r--r--source/virusLib/microcontrollerTypes.h206L
-rw-r--r--source/virusLib/midiFileToRomData.cpp167L
-rw-r--r--source/virusLib/midiFileToRomData.h55L
-rw-r--r--source/virusLib/romfile.cpp401L
-rw-r--r--source/virusLib/romfile.h145L
-rw-r--r--source/virusLib/romloader.cpp262L
-rw-r--r--source/virusLib/romloader.h42L
-rw-r--r--source/virusLib/unpacker.cpp195L
-rw-r--r--source/virusLib/unpacker.h45L
-rw-r--r--source/virusLib/utils.h55L
-rw-r--r--source/virusTestConsole/CMakeLists.txt48L
-rw-r--r--source/virusTestConsole/virusTestConsole.cpp88L
-rw-r--r--source/vstsdk2.4.2/CMakeLists.txt12L
-rw-r--r--source/wLib/CMakeLists.txt22L
-rw-r--r--source/wLib/wDevice.cpp40L
-rw-r--r--source/wLib/wDevice.h30L
-rw-r--r--source/wLib/wDsp.cpp39L
-rw-r--r--source/wLib/wDsp.h23L
-rw-r--r--source/wLib/wHardware.cpp165L
-rw-r--r--source/wLib/wHardware.h76L
-rw-r--r--source/wLib/wMidiTypes.h23L
-rw-r--r--source/wLib/wPlugin.cpp5L
-rw-r--r--source/wLib/wPlugin.h9L
-rw-r--r--source/wLib/wRom.cpp106L
-rw-r--r--source/wLib/wRom.h39L
-rw-r--r--source/wLib/wState.cpp5L
-rw-r--r--source/wLib/wState.h41L
-rw-r--r--source/xtJucePlugin/.gitignore1L
-rw-r--r--source/xtJucePlugin/CMakeLists.txt56L
-rw-r--r--source/xtJucePlugin/PluginEditorState.cpp77L
-rw-r--r--source/xtJucePlugin/PluginEditorState.h25L
-rw-r--r--source/xtJucePlugin/PluginProcessor.cpp84L
-rw-r--r--source/xtJucePlugin/PluginProcessor.h23L
-rw-r--r--source/xtJucePlugin/parameterDescriptions_xt.json2226L
-rw-r--r--source/xtJucePlugin/serverPlugin.cpp9L
-rw-r--r--source/xtJucePlugin/skins/xtDefault/Digital.ttf21540B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/alphadial.png974401B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/assets.cmake33L
-rw-r--r--source/xtJucePlugin/skins/xtDefault/btWaveEditor.png4388B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/f1Type12.png4816B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/f1Type6.png3887B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/f1Type7.png5076B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/f1Type8.png4745B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/f1Type9.png5395B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/f1TypeUnused.png15792B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/fxAmpMod.png12295B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/fxAutoWahLP.png13932B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/fxChorus.png11198B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/fxDelay.png10780B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/fxFlanger2.png12340B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/fxModDelay.png10991B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/fxOff.png2813B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/fxOverdrive.png11876B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/led.png17664B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtDefault.json9034L
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtDefaultBG.png6682150B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtPageArp.png287684B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtPageMod.png403953B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtPageMulti.png364439B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtPageOsc.png454822B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtPagePatchManager.png143884B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtPageWave.png118081B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xt_encoder_ranged.png1129718B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xt_encoder_ranged_red.png1433965B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtknob.png17404B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtknob_minus.png7296B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtknob_plus.png8046B
-rw-r--r--source/xtJucePlugin/skins/xtDefault/xtknob_small.png6615B
-rw-r--r--source/xtJucePlugin/weControlTree.cpp37L
-rw-r--r--source/xtJucePlugin/weControlTree.h26L
-rw-r--r--source/xtJucePlugin/weControlTreeItem.cpp143L
-rw-r--r--source/xtJucePlugin/weControlTreeItem.h40L
-rw-r--r--source/xtJucePlugin/weData.cpp492L
-rw-r--r--source/xtJucePlugin/weData.h89L
-rw-r--r--source/xtJucePlugin/weGraph.cpp306L
-rw-r--r--source/xtJucePlugin/weGraph.h94L
-rw-r--r--source/xtJucePlugin/weGraphData.cpp139L
-rw-r--r--source/xtJucePlugin/weGraphData.h48L
-rw-r--r--source/xtJucePlugin/weGraphFreq.cpp31L
-rw-r--r--source/xtJucePlugin/weGraphFreq.h22L
-rw-r--r--source/xtJucePlugin/weGraphPhase.cpp35L
-rw-r--r--source/xtJucePlugin/weGraphPhase.h19L
-rw-r--r--source/xtJucePlugin/weGraphTime.cpp36L
-rw-r--r--source/xtJucePlugin/weGraphTime.h19L
-rw-r--r--source/xtJucePlugin/weTablesTree.cpp86L
-rw-r--r--source/xtJucePlugin/weTablesTree.h28L
-rw-r--r--source/xtJucePlugin/weTablesTreeItem.cpp175L
-rw-r--r--source/xtJucePlugin/weTablesTreeItem.h42L
-rw-r--r--source/xtJucePlugin/weTree.cpp52L
-rw-r--r--source/xtJucePlugin/weTree.h24L
-rw-r--r--source/xtJucePlugin/weTreeItem.cpp51L
-rw-r--r--source/xtJucePlugin/weTreeItem.h33L
-rw-r--r--source/xtJucePlugin/weTypes.h23L
-rw-r--r--source/xtJucePlugin/weWaveCategoryTreeItem.cpp126L
-rw-r--r--source/xtJucePlugin/weWaveCategoryTreeItem.h34L
-rw-r--r--source/xtJucePlugin/weWaveDesc.cpp89L
-rw-r--r--source/xtJucePlugin/weWaveDesc.h45L
-rw-r--r--source/xtJucePlugin/weWaveTree.cpp36L
-rw-r--r--source/xtJucePlugin/weWaveTree.h22L
-rw-r--r--source/xtJucePlugin/weWaveTreeItem.cpp281L
-rw-r--r--source/xtJucePlugin/weWaveTreeItem.h51L
-rw-r--r--source/xtJucePlugin/weWaveform.cpp5L
-rw-r--r--source/xtJucePlugin/weWaveform.h5L
-rw-r--r--source/xtJucePlugin/xtArp.cpp93L
-rw-r--r--source/xtJucePlugin/xtArp.h43L
-rw-r--r--source/xtJucePlugin/xtController.cpp788L
-rw-r--r--source/xtJucePlugin/xtController.h138L
-rw-r--r--source/xtJucePlugin/xtEditor.cpp238L
-rw-r--r--source/xtJucePlugin/xtEditor.h80L
-rw-r--r--source/xtJucePlugin/xtFocusedParameter.cpp22L
-rw-r--r--source/xtJucePlugin/xtFocusedParameter.h18L
-rw-r--r--source/xtJucePlugin/xtFrontPanel.cpp93L
-rw-r--r--source/xtJucePlugin/xtFrontPanel.h37L
-rw-r--r--source/xtJucePlugin/xtLcd.cpp99L
-rw-r--r--source/xtJucePlugin/xtLcd.h34L
-rw-r--r--source/xtJucePlugin/xtPartButton.cpp32L
-rw-r--r--source/xtJucePlugin/xtPartButton.h22L
-rw-r--r--source/xtJucePlugin/xtPartName.cpp53L
-rw-r--r--source/xtJucePlugin/xtPartName.h26L
-rw-r--r--source/xtJucePlugin/xtParts.cpp67L
-rw-r--r--source/xtJucePlugin/xtParts.h32L
-rw-r--r--source/xtJucePlugin/xtPatchManager.cpp401L
-rw-r--r--source/xtJucePlugin/xtPatchManager.h39L
-rw-r--r--source/xtJucePlugin/xtWaveEditor.cpp691L
-rw-r--r--source/xtJucePlugin/xtWaveEditor.h114L
-rw-r--r--source/xtJucePlugin/xtWaveEditorStyle.cpp0B
-rw-r--r--source/xtJucePlugin/xtWaveEditorStyle.h15L
-rw-r--r--source/xtLib/CMakeLists.txt40L
-rw-r--r--source/xtLib/xt.cpp182L
-rw-r--r--source/xtLib/xt.h74L
-rw-r--r--source/xtLib/xtButtons.cpp0B
-rw-r--r--source/xtLib/xtButtons.h17L
-rw-r--r--source/xtLib/xtDSP.cpp202L
-rw-r--r--source/xtLib/xtDSP.h79L
-rw-r--r--source/xtLib/xtDevice.cpp138L
-rw-r--r--source/xtLib/xtDevice.h41L
-rw-r--r--source/xtLib/xtFlash.cpp28L
-rw-r--r--source/xtLib/xtFlash.h18L
-rw-r--r--source/xtLib/xtHardware.cpp255L
-rw-r--r--source/xtLib/xtHardware.h75L
-rw-r--r--source/xtLib/xtId.cpp1L
-rw-r--r--source/xtLib/xtId.h49L
-rw-r--r--source/xtLib/xtLcd.cpp32L
-rw-r--r--source/xtLib/xtLcd.h23L
-rw-r--r--source/xtLib/xtLeds.cpp5L
-rw-r--r--source/xtLib/xtLeds.h14L
-rw-r--r--source/xtLib/xtMidi.cpp27L
-rw-r--r--source/xtLib/xtMidi.h20L
-rw-r--r--source/xtLib/xtMidiTypes.h285L
-rw-r--r--source/xtLib/xtPic.cpp175L
-rw-r--r--source/xtLib/xtPic.h42L
-rw-r--r--source/xtLib/xtRom.cpp0B
-rw-r--r--source/xtLib/xtRom.h30L
-rw-r--r--source/xtLib/xtRomLoader.cpp240L
-rw-r--r--source/xtLib/xtRomLoader.h52L
-rw-r--r--source/xtLib/xtRomWaves.cpp90L
-rw-r--r--source/xtLib/xtRomWaves.h26L
-rw-r--r--source/xtLib/xtState.cpp1346L
-rw-r--r--source/xtLib/xtState.h265L
-rw-r--r--source/xtLib/xtSysexRemoteControl.cpp149L
-rw-r--r--source/xtLib/xtSysexRemoteControl.h34L
-rw-r--r--source/xtLib/xtTypes.h24L
-rw-r--r--source/xtLib/xtUc.cpp246L
-rw-r--r--source/xtLib/xtUc.h62L
-rw-r--r--source/xtLib/xtWavePreview.cpp83L
-rw-r--r--source/xtLib/xtWavePreview.h36L
-rw-r--r--source/xtTestConsole/CMakeLists.txt15L
-rw-r--r--source/xtTestConsole/xtTestConsole.cpp172L
-rw-r--r--temp/cmake_win64/gearmulator.sln.DotSettings47L
-rw-r--r--temp/cmake_win64/virusEmu.sln.DotSettings29L
-rw-r--r--xcodeversion.cmake20L