Sysex77
Midi editor for the Yamaha Sy77/TG77/Sy99 FMSynth, made with Juce in C++
File Explorer
- 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
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
xattr
View Details ▼
xattr
Utility to work with extended filesystem attributes.
xattr -l {{file}}
List key:value extended attributes for a given file:
xattr -w {{attribute_key}} {{attribute_value}} {{file}}
Write an attribute for a given file:
xattr -d {{com.apple.quarantine}} {{file}}
Delete an attribute from a given file:
# Project Badges
-
Sysex77
