<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/midi, branch 0.6.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/midi?h=0.6.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/midi?h=0.6.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-01-16T04:12:26Z</updated>
<entry>
<title>correct return value of midid_xfer_cb</title>
<updated>2020-01-16T04:12:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-01-16T04:12:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=05fd02194e40d5ea5bef1cef512ae0ce2bdde48a'/>
<id>urn:sha1:05fd02194e40d5ea5bef1cef512ae0ce2bdde48a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize line endings</title>
<updated>2020-01-15T19:47:43Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2020-01-15T04:30:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=25c1bea782e69e8d365e8b61e12d888611d2f6f7'/>
<id>urn:sha1:25c1bea782e69e8d365e8b61e12d888611d2f6f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement multiple interfaces support</title>
<updated>2019-12-28T20:27:32Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2019-12-23T00:18:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ff0e7d2bed64592c16e73e83cead8d76eda66f36'/>
<id>urn:sha1:ff0e7d2bed64592c16e73e83cead8d76eda66f36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix #229</title>
<updated>2019-11-27T05:34:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-11-27T05:34:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fe1eadf177ec42914ce156704c6d2a6d85371945'/>
<id>urn:sha1:fe1eadf177ec42914ce156704c6d2a6d85371945</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add -Wextra for more warnings to example</title>
<updated>2019-09-26T17:15:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-09-26T17:15:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6183dbd0ceefdbff42d30e6691fa9948a695e9af'/>
<id>urn:sha1:6183dbd0ceefdbff42d30e6691fa9948a695e9af</id>
<content type='text'>
non-stack warning (probably mcu driver) should be suppressed in the
board.mk
</content>
</entry>
<entry>
<title>Merge pull request #99 from jepler/issue98-midi-program-change</title>
<updated>2019-08-16T06:34:42Z</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-16T06:34:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=00c440cb26fbea7fd367623454d8b67855f1372f'/>
<id>urn:sha1:00c440cb26fbea7fd367623454d8b67855f1372f</id>
<content type='text'>
midi_device: Send message classes C and D as 2 bytes</content>
</entry>
<entry>
<title>midi_device: Send message classes C and D as 2 bytes</title>
<updated>2019-08-15T00:15:29Z</updated>
<author>
<name>jepler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-08-15T00:15:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=96d96a94b887bc1b648a175c28b377dba76a9068'/>
<id>urn:sha1:96d96a94b887bc1b648a175c28b377dba76a9068</id>
<content type='text'>
.. sending these as two 1-byte messages with CIN of 0xF is
misinterpreted by OSes including Windows 10 and (reportedly)
Mac.

Testing performed: Ran the reproducer script, which sends Program
Change (0xCx) messages.  I did not check with Change Pressure (0xDx)
messages, but expect the same thing.

Closes: #98
</content>
</entry>
<entry>
<title>update vendor device similar to cdc read/write</title>
<updated>2019-07-24T16:07:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-24T16:07:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2a543c0e79b882b054d87f89ee8cf8e83b44e22e'/>
<id>urn:sha1:2a543c0e79b882b054d87f89ee8cf8e83b44e22e</id>
<content type='text'>
maybe refactor later
</content>
</entry>
<entry>
<title>rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_request_cb/complete_cb</title>
<updated>2019-07-24T02:45:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-24T02:45:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c63f2b30cbad128d5b46820965f0734be9879cb1'/>
<id>urn:sha1:c63f2b30cbad128d5b46820965f0734be9879cb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more house keeping</title>
<updated>2019-07-19T13:20:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-19T13:20:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=33de35504abf27801286b1f3760862d3909e2ae6'/>
<id>urn:sha1:33de35504abf27801286b1f3760862d3909e2ae6</id>
<content type='text'>
</content>
</entry>
</feed>
