Skip to content

Commit

Permalink
Merge pull request #22 from Wasted-Audio/heavy-v0.10.0
Browse files Browse the repository at this point in the history
update hvcc
  • Loading branch information
timothyschoen authored Dec 14, 2023
2 parents c115338 + 5292cc9 commit e12addc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvcc
Submodule hvcc updated 84 files
+1 −1 .bumpversion.cfg
+3 −0 .github/FUNDING.yml
+2 −2 .github/workflows/build.yml
+18 −1 CHANGELOG.md
+30 −19 README.md
+1 −1 docs/01.introduction.md
+15 −0 docs/02.getting_started.md
+55 −3 docs/03.gen.daisy.md
+96 −135 docs/03.gen.wwise.md
+1 −0 docs/09.supported_vanilla_objects.md
+0 −1 docs/10.unsupported_vanilla_objects.md
+ docs/img/docs_wwise_overview.png
+0 −0 hvcc/generators/buildjson/__init__.py
+0 −85 hvcc/generators/buildjson/buildjson.py
+32 −9 hvcc/generators/c2daisy/c2daisy.py
+88 −21 hvcc/generators/c2daisy/templates/HeavyDaisy.cpp
+4 −0 hvcc/generators/c2dpf/templates/HeavyDPF.hpp
+12 −20 hvcc/generators/c2dpf/templates/HeavyDPF_MIDI_Output.cpp
+2 −2 hvcc/generators/c2dpf/templates/HeavyDPF_PortGroups.cpp
+18 −8 hvcc/generators/c2dpf/templates/HeavyDPF_UI.cpp
+1 −24 hvcc/generators/c2owl/c2owl.py
+0 −12 hvcc/generators/c2unity/c2unity.py
+50 −129 hvcc/generators/c2wwise/c2wwise.py
+0 −0 hvcc/generators/c2wwise/templates/Includes/libnyquist/AudioDecoder.h
+0 −0 hvcc/generators/c2wwise/templates/Includes/libnyquist/Common.h
+0 −0 hvcc/generators/c2wwise/templates/Includes/libnyquist/Dither.h
+0 −0 hvcc/generators/c2wwise/templates/Includes/libnyquist/IMA4Util.h
+0 −0 hvcc/generators/c2wwise/templates/Includes/libnyquist/ModplugDecoder.h
+0 −0 hvcc/generators/c2wwise/templates/Includes/libnyquist/PostProcess.h
+0 −0 hvcc/generators/c2wwise/templates/Includes/libnyquist/RiffUtils.h
+0 −0 hvcc/generators/c2wwise/templates/Includes/libnyquist/WavDecoder.h
+0 −0 hvcc/generators/c2wwise/templates/Includes/libnyquist/WavEncoder.h
+73 −0 hvcc/generators/c2wwise/templates/PremakePlugin.lua
+296 −0 hvcc/generators/c2wwise/templates/SoundEnginePlugin/{{name}}{{plugin_type}}.cpp
+65 −0 hvcc/generators/c2wwise/templates/SoundEnginePlugin/{{name}}{{plugin_type}}.h
+8 −0 hvcc/generators/c2wwise/templates/SoundEnginePlugin/{{name}}{{plugin_type}}Factory.h
+82 −0 hvcc/generators/c2wwise/templates/SoundEnginePlugin/{{name}}{{plugin_type}}Params.cpp
+38 −0 hvcc/generators/c2wwise/templates/SoundEnginePlugin/{{name}}{{plugin_type}}Params.h
+9 −0 hvcc/generators/c2wwise/templates/SoundEnginePlugin/{{name}}{{plugin_type}}Shared.cpp
+0 −0 hvcc/generators/c2wwise/templates/WwisePlugin/Win32/stdafx.h
+191 −0 hvcc/generators/c2wwise/templates/WwisePlugin/Win32/{{name}}PluginGUI.cpp
+29 −0 hvcc/generators/c2wwise/templates/WwisePlugin/Win32/{{name}}PluginGUI.h
+0 −0 hvcc/generators/c2wwise/templates/WwisePlugin/libnyquist/AudioDecoder.cpp
+0 −0 hvcc/generators/c2wwise/templates/WwisePlugin/libnyquist/Common.cpp
+0 −0 hvcc/generators/c2wwise/templates/WwisePlugin/libnyquist/RiffUtils.cpp
+0 −0 hvcc/generators/c2wwise/templates/WwisePlugin/libnyquist/WavDecoder.cpp
+0 −0 hvcc/generators/c2wwise/templates/WwisePlugin/libnyquist/WavEncoder.cpp
+0 −0 hvcc/generators/c2wwise/templates/WwisePlugin/resource.h
+3 −0 hvcc/generators/c2wwise/templates/WwisePlugin/{{name}}.def
+6 −6 hvcc/generators/c2wwise/templates/WwisePlugin/{{name}}.rc
+2 −2 hvcc/generators/c2wwise/templates/WwisePlugin/{{name}}.xml
+89 −0 hvcc/generators/c2wwise/templates/WwisePlugin/{{name}}Plugin.cpp
+38 −0 hvcc/generators/c2wwise/templates/WwisePlugin/{{name}}Plugin.h
+25 −0 hvcc/generators/c2wwise/templates/bundle_template.json
+0 −52 hvcc/generators/c2wwise/templates/linux/Makefile
+0 −300 hvcc/generators/c2wwise/templates/source/authoring/Hv_{{name}}_WwiseAuthoringPlugin.cpp
+0 −6 hvcc/generators/c2wwise/templates/source/authoring/Hv_{{name}}_WwiseAuthoringPlugin.def
+0 −82 hvcc/generators/c2wwise/templates/source/authoring/Hv_{{name}}_WwiseAuthoringPlugin.h
+0 −34 hvcc/generators/c2wwise/templates/source/authoring/Hv_{{name}}_WwiseAuthoringPluginApp.cpp
+0 −22 hvcc/generators/c2wwise/templates/source/authoring/Hv_{{name}}_WwiseAuthoringPluginApp.h
+0 −77 hvcc/generators/c2wwise/templates/source/engine/Hv_{{name}}_WwisePluginEngineParams.cpp
+0 −83 hvcc/generators/c2wwise/templates/source/engine/Hv_{{name}}_WwisePluginEngineParams.h
+0 −247 hvcc/generators/c2wwise/templates/source/engine/Hv_{{name}}_Wwise{{type}}PluginEngine.cpp
+0 −65 hvcc/generators/c2wwise/templates/source/engine/Hv_{{name}}_Wwise{{type}}PluginEngine.h
+0 −15 hvcc/generators/c2wwise/templates/source/include/Hv_{{name}}_WwisePluginIDs.h
+0 −13 hvcc/generators/c2wwise/templates/source/include/Hv_{{name}}_Wwise{{type}}PluginFactory.h
+0 −13 hvcc/generators/c2wwise/templates/source/runtime/Hv_{{name}}_WwisePluginRegister.cpp
+0 −469 hvcc/generators/c2wwise/templates/vs2015/Hv_{{name}}_Wwise{{type}}AuthPlugin.vcxproj
+0 −299 hvcc/generators/c2wwise/templates/vs2015/Hv_{{name}}_Wwise{{type}}Engine.vcxproj
+0 −68 hvcc/generators/c2wwise/templates/vs2015/Hv_{{name}}_Wwise{{type}}Plugin.sln
+0 −435 hvcc/generators/c2wwise/templates/vs2015/Hv_{{name}}_Wwise{{type}}RuntimePlugin.vcxproj
+0 −28 hvcc/generators/c2wwise/templates/xcode/Info.plist
+0 −617 hvcc/generators/c2wwise/templates/xcode/Plugin.xcodeproj/project.pbxproj
+0 −1 hvcc/generators/c2wwise/templates/xcode/wwise.xcconfig
+12 −0 hvcc/generators/c2wwise/templates/{{name}}Config.h
+8 −8 hvcc/generators/ir2c/static/HvMath.h
+3 −0 hvcc/generators/ir2c/static/HvSignalTabwrite.c
+2 −0 hvcc/generators/ir2c/static/HvUtils.h
+3 −0 hvcc/generators/ir2c/templates/Heavy_NAME.cpp
+9 −0 hvcc/interpreters/pd2hv/libs/pd/bang~.pd
+45 −35 hvcc/interpreters/pd2hv/libs/pd/delwrite~.pd
+5 −5 setup.cfg
+1 −1 tests/src/midifile
+2 −2 tox.ini

0 comments on commit e12addc

Please sign in to comment.