This file contains hidden or 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 -*- | |
| """ | |
| Test program for librosa CQT algorithm. | |
| https://gist.github.com/trueroad/c5861963278d97bd73e032f5afaad987 | |
| Copyright (C) 2023 Masamichi Hosoda. | |
| All rights reserved. |
This file contains hidden or 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
| // | |
| // Experimental PDF Font Embedder without Ghostscript | |
| // https://gist.github.com/trueroad/e14ff8ca64f6765391071c0ca6f60a34 | |
| // | |
| // Copyright (C) 2023 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 hidden or 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 -*- | |
| """ | |
| Frequency component vectors and SMF. | |
| https://gist.github.com/trueroad/216cb39902bccd776d8e9da670460fa3 | |
| Copyright (C) 2022-2024 Masamichi Hosoda. | |
| All rights reserved. |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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. |