添加一些关于midi播放的项目

This commit is contained in:
terryLP
2025-03-24 14:30:56 +08:00
parent e31eb22077
commit 498b4ef13b
699 changed files with 186162 additions and 1 deletions
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="music-box-pc-linux" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/music-box-pc-linux" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/music-box-pc-linux" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add option="-D__LINUX_PULSE__" />
<Add option="-D__LINUX_ALSA__" />
<Add directory="../WaveTableSynthesizer" />
<Add directory="../rtaudio" />
<Add directory="../rtaudio/include" />
</Compiler>
<Linker>
<Add library="pthread" />
<Add library="asound" />
<Add library="pulse" />
<Add library="libpulse-simple" />
</Linker>
<Unit filename="../WaveTableSynthesizer/EnvelopeTable.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../WaveTableSynthesizer/EnvelopeTable.h" />
<Unit filename="../WaveTableSynthesizer/Player.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../WaveTableSynthesizer/Player.h" />
<Unit filename="../WaveTableSynthesizer/SynthCore.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../WaveTableSynthesizer/SynthCore.h" />
<Unit filename="../WaveTableSynthesizer/WaveTable.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../WaveTableSynthesizer/WaveTable_Celesta_C5.h" />
<Unit filename="../WaveTableSynthesizer/WaveTable_Celesta_C6.h" />
<Unit filename="../WaveTableSynthesizer/score.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../music-box-pc.cpp" />
<Unit filename="../rtaudio/RtAudio.cpp" />
<Extensions />
</Project>
</CodeBlocks_project_file>
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<FileVersion major="1" minor="0" />
<ActiveTarget name="Release" />
<File name="..\rtaudio\RtAudio.cpp" open="1" top="1" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="260892" topLine="7200" />
</Cursor>
</File>
<File name="..\WaveTableSynthesizer\SynthCore.c" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="765" topLine="7" />
</Cursor>
</File>
<File name="..\music-box-pc.cpp" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="229" topLine="8" />
</Cursor>
</File>
<File name="..\WaveTableSynthesizer\WaveTable_Celesta_C5.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="316" topLine="0" />
</Cursor>
</File>
<File name="..\WaveTableSynthesizer\WaveTable.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="196073" topLine="2755" />
</Cursor>
</File>
<File name="..\WaveTableSynthesizer\SynthCore.h" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="96" topLine="6" />
</Cursor>
</File>
</CodeBlocks_layout_file>