https://github.com/moebiussurfing/ofxmidioutclock
Sends a MIDI clock to a MIDI port
https://github.com/moebiussurfing/ofxmidioutclock
openframeworks-addon
Last synced: 10 months ago
JSON representation
Sends a MIDI clock to a MIDI port
- Host: GitHub
- URL: https://github.com/moebiussurfing/ofxmidioutclock
- Owner: moebiussurfing
- Created: 2024-12-03T20:52:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-03T23:37:31.000Z (over 1 year ago)
- Last Synced: 2025-03-27T18:24:13.910Z (about 1 year ago)
- Topics: openframeworks-addon
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
**OpenFrameworks** addon to send **MIDI clock** to a **MIDI port**.

Requires [ofxMidi](https://github.com/danomatika/ofxMidi).
(The example requires **ofxGui**.)
Tested on **Windows 11** and **macOS M1** / **OF 0.12.0**.
## Features
Platform agnostic using C++ timers.
Based on the app example:
[TEST_MidiOutClock](https://github.com/moebiussurfing/TEST_MidiOutClock)
## TODO
- Bug/Fix: MIDI slave app requires ~10 seconds to pair target BPM.