{"id":14006748,"url":"https://github.com/krevis/MIDIApps","last_synced_at":"2025-07-24T00:32:01.352Z","repository":{"id":1147698,"uuid":"1030655","full_name":"krevis/MIDIApps","owner":"krevis","description":"MIDI apps for Mac OS X: MIDI Monitor and SysEx Librarian.","archived":false,"fork":false,"pushed_at":"2025-02-05T07:16:47.000Z","size":16817,"stargazers_count":731,"open_issues_count":54,"forks_count":112,"subscribers_count":66,"default_branch":"main","last_synced_at":"2025-02-05T08:24:09.968Z","etag":null,"topics":["cocoa","coremidi","coremidi-driver","midi","midi-monitor","objective-c","swift","sysex-librarian"],"latest_commit_sha":null,"homepage":"http://www.snoize.com/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krevis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-10-28T02:35:11.000Z","updated_at":"2025-02-05T07:16:52.000Z","dependencies_parsed_at":"2023-07-05T18:02:18.821Z","dependency_job_id":"1171ee8d-f592-4c7f-ac6c-385ba9f9f964","html_url":"https://github.com/krevis/MIDIApps","commit_stats":{"total_commits":1529,"total_committers":8,"mean_commits":191.125,"dds":0.03270111183780244,"last_synced_commit":"d63628eb6202f1208461f777fddaeac8854e52fb"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/krevis/MIDIApps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krevis%2FMIDIApps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krevis%2FMIDIApps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krevis%2FMIDIApps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krevis%2FMIDIApps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krevis","download_url":"https://codeload.github.com/krevis/MIDIApps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krevis%2FMIDIApps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266774745,"owners_count":23982246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cocoa","coremidi","coremidi-driver","midi","midi-monitor","objective-c","swift","sysex-librarian"],"created_at":"2024-08-10T10:01:37.007Z","updated_at":"2025-07-24T00:31:59.793Z","avatar_url":"https://github.com/krevis.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"## What is this? ##\n\n[MIDI Monitor](http://www.snoize.com/MIDIMonitor/) is a Mac OS X application for monitoring MIDI data as it goes in and out of the computer.\n\n[SysEx Librarian](http://www.snoize.com/SysExLibrarian/) is a Mac OS X application for sending and receiving MIDI system exclusive (aka sysex) messages.\n\nThis is the source code for the two applications. You do *not* need any of this if you just want to use the apps. You need the source if you want to play with the code, customize the application, or use parts of the code in your own project.\n\nThe source code is Open Source under the BSD license. See LICENSE for the legal details.\n\nThe project is currently intended to be used with an up-to-date Xcode version, like Xcode 15.0 (with the MacOS 14.0 SDK).  If you need to run it on an earlier Xcode, try checking out older revisions.\n\n## How to build ##\n\n1. `git submodule update --init --recursive` \n2. Open `MIDIApps.xcworkspace` with Xcode.\n3. Open `Configurations/Snoize-Signing.xcconfig` and change `DEVELOPMENT_TEAM` to the Team ID of your Apple Developer account. See the file for more details.\n4. In the \"Scheme\" popup menu in the toolbar, select either MIDI Monitor or SysEx Librarian.\n5. Build and run!\n\n\n## What's inside ##\n\nYour source tree should look like this:\n\n* Applications\n\t* MIDIMonitor\n\t* SysExLibrarian\n* Configurations\n* Frameworks\n\t* SnoizeMIDI\n\t* SnoizeMIDISpy\n* Third Party\n    * HexFiend\n* Updates\n\n### Applications/MIDIMonitor Applications/SysExLibrarian ###\n\nThe source for the two apps. The project files are MIDIMonitor.xcodeproj and SysExLibrarian.xcodeproj; open them with Xcode.\n\nBoth apps are Cocoa, and are written in Swift.\n\nThe apps rely on the other frameworks, described below.\n\n\n### Frameworks/SnoizeMIDI ###\n\nA framework containing code for dealing with CoreMIDI in a Cocoa app:\n\n* Finding MIDI devices, sources, and destinations\n* Creating \"streams\" of input and output data\n* Hooking them up to inputs and outputs\n* Parsing incoming MIDI data into separate messages\n\nThis framework is used by both apps. You can use it in your own apps as well.\n\n\n### Frameworks/SnoizeMIDISpy ###\n\nThis project builds two things: A CoreMIDI driver, and a framework.\n\nThe CoreMIDI driver can \"spy\" on the MIDI sent to any destination in the system by any app.  (See the MIDIDriverEnableMonitoring() function in CoreMIDIServer/MIDIDriver.h for more details.)  The driver can then pass the MIDI data to another application.\n\nThe framework is used by apps that want to spy. It manages the communication between the app and the driver, and provides the app with an easy way to install the CoreMIDI driver when necessary.\n\nThis code is currently only used by MIDI Monitor, but it could be useful in other contexts. MIDI Monitor contains some code to channel the \"spy\" MIDI data into the rest of the SnoizeMIDI stream system, so it acts just like any other MIDI source.\n\nThe driver is written in C++, and the framework is C and Objective-C. You should be able to easily use the code from an application.\n\n### Configurations ###\n\nContains .xcconfig files used to coordinate build settings across all the Xcode projects.\n\n### Third Party ###\n\nContains the git submodule for HexFiend, which we use to display hex dumps in various views.\n\nIf you don't see the HexFiend submodule, do `git submodule update --init --recursive`.\n\n### Updates ###\n\nContains the server-side files used to make app updates work (via Sparkle). You don't need to touch these. \n\nNote that the app targets use Sparkle as a package dependency via Swift Package Manager. Xcode should automatically get the package for you.\n\n## Questions? ##\n\nPlease contact Kurt Revis \u003ckrevis@snoize.com\u003e with any questions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrevis%2FMIDIApps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrevis%2FMIDIApps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrevis%2FMIDIApps/lists"}