Sysex77
Midi editor for the Yamaha Sy77/TG77/Sy99 FMSynth, made with Juce in C++
파일 탐색기
- architecte.md
- midi-specialist.md
- sysex-specialist.md
- ui-specialist.md
- SKILL.md
- SKILL.md
- Sysex77
- Icon.icns
- RecentFilesMenuTemplate.nib
- Info.plist
- PkgInfo
- Sysex77
- Icon.icns
- RecentFilesMenuTemplate.nib
- Info.plist
- PkgInfo
- CodeResources
- Sysex77
- Icon.icns
- RecentFilesMenuTemplate.nib
- Info.plist
- PkgInfo
- AfmOsc-legacy.png
- AfmOsc.png
- editor.png
- librairie.png
- sysex77-legacy.png
- Sysex77_awm.png
- Txt.md
- AFM.png
- AppIcon.png
- Audio.png
- French.txt
- icon.afdesign
- icon.png
- Inter-OFL.txt
- InterRegular.ttf
- InterSemiBold.ttf
- OscAfm.png
- SY77 YAMAHA.png
- SY77_AllTheWeb.zip
- SY77Waves.xml
- SY99Waves.xml
- Sysex77.afdesign
- TableData.xml
- AfmLfo.h
- AfmVue.h
- AlgoDraw.h
- AlgoEditor.h
- AlgoModel.h
- AppSettings.h
- AWMVue.h
- BankReceiveProgress.h
- BankSendProgress.h
- BankTableModel.h
- CommonFilter.h
- Config.h
- Controller.h
- DumpDiffView.h
- Effects.h
- Element.h
- EnvelopeDraw.h
- Filter1.h
- Filter2.h
- FilterVue.h
- Librairie.h
- LibraryIndex.h
- LookAndFeel.h
- Main.cpp
- MidiDemo.h
- MidiObjects.h
- MidiSysex.h
- Operator.h
- Oscillator.h
- PanEg.h
- PanVue.h
- Pitch.h
- PitchEG.h
- SyParam.h
- SyParamTable.h
- SysexBus.h
- SysexUtils.h
- Tests.h
- ThemeBuilder.h
- Themes.h
- Updater.h
- Values.h
- ValueTrees.h
- Version.h
- Voice.h
- VoicesTableModel.h
- Volume.h
- WaveEg.h
- WaveVue.h
- gen_param_table.py
- reconcile_audit.py
- .gitattributes
- .gitignore
- build.bat
- BUILD.md
- build.sh
- CHANGELOG.md
- CMakeLists.txt
- Historique.rtf
- MAP.md
- README.md
- release.sh
- ROADMAP.md
- SY77_PARAMETERS.md
- Sysex77.jucer
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cmake
설명 보기 ▼
cmake
네이티브 빌드 시스템을 위한 빌드 설정 파일을 생성하는, 크로스 플랫폼 빌드 자동화 도구.
더 많은 정보: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>.
cmake {{path/to/project_directory}}
프로젝트 디렉터리의 `CMakeLists.txt`를 사용해 현재 디렉터리에 빌드 설정을 생성:
cmake --build {{path/to/build_directory}}
지정한 디렉터리의 빌드 설정을 사용해 빌드 산출물을 생성:
cmake --install {{path/to/build_directory}} --strip
빌드 산출물을 `/usr/local/`에 설치하고 디버그 심볼을 제거:
xattr
설명 보기 ▼
xattr
확장 파일 시스템 속성을 다루는 유틸리티.
더 많은 정보: <https://keith.github.io/xcode-man-pages/xattr.1.html>.
xattr -l {{file}}
주어진 파일의 key:value 확장 속성 나열:
xattr -w {{attribute_key}} {{attribute_value}} {{file}}
주어진 파일에 속성 작성:
xattr -d {{com.apple.quarantine}} {{file}}
주어진 파일에서 속성 삭제:
# 프로젝트 배지
-
Sysex77
// repository documentation
Was this content helpful?
(0 ratings)
