This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Build SMF (Standard MIDI File) from winrt_midi_in_timing. | |
https://gist.github.com/trueroad/74f3a5e6d73af6c3a6b294350b9253f6 | |
Copyright (C) 2022 Masamichi Hosoda. | |
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// WinRT MIDI IN Timing with C++/WinRT | |
// https://gist.github.com/trueroad/2ffa736d0b206973a80c99e177273795 | |
// | |
// Copyright (C) 2022 Masamichi Hosoda. | |
// All rights reserved. | |
// | |
// Redistribution and use in source and binary forms, with or without | |
// modification, are permitted provided that the following conditions | |
// are met: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// WinRT MIDI Transfer with C++/WinRT | |
// https://gist.github.com/trueroad/9c5317af5f212b2de7c7012e76b9e66b | |
// | |
// Copyright (C) 2022 Masamichi Hosoda. | |
// All rights reserved. | |
// | |
// Redistribution and use in source and binary forms, with or without | |
// modification, are permitted provided that the following conditions | |
// are met: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
WinRT MIDI Transfer with python winrt. | |
https://gist.github.com/trueroad/6beaf87280afb2b5e33b4838d73be6ed | |
Copyright (C) 2022 Masamichi Hosoda. | |
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
世界樹 7.5 でマルチパケット・システム・エクスクルーシブを | |
入力できるようにするパッチ | |
世界樹 7.5 では MIDI 1.0 規格書にある | |
マルチパケット・システム・エクスクルーシブの例が入力できません。 | |
本パッチにより入力できるようになります。 | |
以下詳細です。 | |
MIDI 1.0 規格書 PDF 版 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
BLE MIDI JSONL time converter (ns to ms). | |
https://gist.github.com/trueroad/2626654d4ca5d0c5bf44c32837dfc53a | |
Copyright (C) 2022 Masamichi Hosoda. | |
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Emulate BLE-MIDI Peripherals with python bless. | |
https://gist.github.com/trueroad/aa2507bf64c97f34aab324d8278b5686 | |
Copyright (C) 2022 Masamichi Hosoda. | |
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Recieve from BLE MIDI Peripherals with python bleak. | |
https://gist.github.com/trueroad/fdb0a450c1699d67fe02f4a31b44c895 | |
Copyright (C) 2022 Masamichi Hosoda. | |
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Scan BLE MIDI Peripherals with python bleak. | |
https://gist.github.com/trueroad/52b7c4c98eec5fdf0ff3f62d64ec17bd | |
Copyright (C) 2022 Masamichi Hosoda. | |
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Experiment native app like that uses get encrypted session CGI. | |
https://gist.github.com/trueroad/9d9002150ae871d25806db1ff495e424 | |
Copyright (C) 2022 Masamichi Hosoda. | |
All rights reserved. |