节拍器_TICK-main
.
├── TICK-main
│ ├── Installer
│ │ ├── Factory
│ │ │ ├── Berlin.tickpreset
│ │ │ ├── California.tickpreset
│ │ │ ├── Hamburg.tickpreset
│ │ │ ├── Hip Hop.tickpreset
│ │ │ ├── More Cow.tickpreset
│ │ │ ├── Rellingen.tickpreset
│ │ │ ├── Tick Tock.tickpreset
│ │ │ └── Woodblock.tickpreset
│ │ ├── TICK.pkgproj
│ │ ├── make_linux_installer.py
│ │ ├── patch_installer_ver.py
│ │ ├── restart_au_registrar.sh
│ │ └── tick_installer.iss
│ ├── JUCE
│ ├── JUX
│ ├── LICENSE.md
│ ├── Media
│ │ ├── Font
│ │ │ ├── KlokanTechNotoSans-Bold.ttf
│ │ │ ├── KlokanTechNotoSans-Italic.ttf
│ │ │ ├── KlokanTechNotoSans-Regular.ttf
│ │ │ ├── KlokanTechNotoSansCJK-Bold.otf
│ │ │ └── KlokanTechNotoSansCJK-Regular.otf
│ │ ├── Logo
│ │ │ ├── Tick AI file.ai
│ │ │ ├── tick_icon.png
│ │ │ ├── tick_icon.svg
│ │ │ ├── tick_icon_iOS.png
│ │ │ ├── tick_icon_macOS.png
│ │ │ ├── tick_icon_with_text.svg
│ │ │ ├── tick_logo.svg
│ │ │ └── tick_text.svg
│ │ ├── about_text.txt
│ │ ├── arrow_back_ios-24px.svg
│ │ ├── background.png
│ │ ├── check_circle-24px.svg
│ │ ├── create_new_folder-24px.svg
│ │ ├── delete-24px.svg
│ │ ├── edit-24px.svg
│ │ ├── edit-icon.svg
│ │ ├── expand_less-24px.svg
│ │ ├── expand_more-24px.svg
│ │ ├── fad-filter-lowpass.svg
│ │ ├── folder_open-24px.svg
│ │ ├── ios_share_black_24dp.svg
│ │ ├── lock_clock-24px.svg
│ │ ├── metro_tick_icon.svg
│ │ ├── more_horiz-24px.svg
│ │ ├── more_vert-24px.svg
│ │ ├── play-button.svg
│ │ ├── sample-icon.svg
│ │ ├── save_alt-24px.svg
│ │ ├── settings_black_24dp.svg
│ │ ├── stop-button.svg
│ │ └── unfold_more_black_24dp.svg
│ ├── README.md
│ ├── Source
│ │ ├── PluginEditor.cpp
│ │ ├── PluginEditor.h
│ │ ├── PluginProcessor.cpp
│ │ ├── PluginProcessor.h
│ │ ├── Standalone.cpp
│ │ ├── components
│ │ │ ├── AboutView.h
│ │ │ ├── DialogComponent.cpp
│ │ │ ├── DialogComponent.h
│ │ │ ├── EditBeatView.cpp
│ │ │ ├── EditBeatView.h
│ │ │ ├── LookAndFeel.cpp
│ │ │ ├── LookAndFeel.h
│ │ │ ├── ManageSamplesView.cpp
│ │ │ ├── ManageSamplesView.h
│ │ │ ├── PerformView.cpp
│ │ │ ├── PerformView.h
│ │ │ ├── PresetsView.cpp
│ │ │ ├── PresetsView.h
│ │ │ ├── TopBar.cpp
│ │ │ ├── TopBar.h
│ │ │ ├── TransportBar.cpp
│ │ │ └── TransportBar.h
│ │ ├── config.h
│ │ ├── model
│ │ │ ├── AbletonLink.h
│ │ │ ├── AbletonLink.mm
│ │ │ ├── JuceState.h
│ │ │ ├── TapModel.cpp
│ │ │ ├── TapModel.h
│ │ │ ├── TickModel.cpp
│ │ │ └── TickModel.h
│ │ └── utils
│ │ ├── SamplesPaint.cpp
│ │ ├── SamplesPaint.h
│ │ ├── TickSplash.cpp
│ │ ├── TickSplash.h
│ │ ├── UtilityFunctions.cpp
│ │ ├── UtilityFunctions.h
│ │ ├── UtilityFunctions.mm
│ │ ├── git_version.cpp
│ │ └── git_version.h
│ ├── TICK.jucer
│ ├── build_linux.sh
│ ├── build_mac.sh
│ ├── build_projucer.bat
│ ├── build_projucer.sh
│ ├── build_projucer_linux.sh
│ ├── build_win.bat
│ ├── factory_default.preset
│ ├── factory_samples.zip
│ ├── get_git_rev.py
│ ├── libsamplerate
│ ├── run_ver_patch.bat
│ └── run_ver_patch.sh
└── 节拍器_TICK-main.zip
13 directories, 103 files
评论