| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseI have yet to setup an easy and private way to reach me...
Optimizing BLE MIDI with regards to timing
Through studies, work and private projects I've gathered experience in the following topics:
| Property | Experience |
|---|---|
| Language | |
| Software & Tools | |
| Hardware etc. | |
| Plattforms |
Powershell script for building and flashing several Development Kits, debugging and testing connected kits.
PowerShell
/** Convert incoming BLE-MIDI timestamp to localtime, or delay.
* Timestamp out is in microseconds.*/
static uint16_t convert_timestamp(uint16_t received_ts, uint16_t conn_interval, uint16_t time_of_rx) {
static uint16_t prev_received_ts;
static uint32_t prev_time_of_rx;
A development Tool for MIDI, using UART via USB
| Back | FazBrowse Home | New Git URL |