Sysex77

(★ 22)

Midi editor for the Yamaha Sy77/TG77/Sy99 FMSynth, made with Juce in C++

File Explorer

  • .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

jsDelivr

jsDelivr 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 ▼

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 ▼

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 Sysex77
// repository documentation