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 -*- | |
""" | |
Show SMF's absolute tick and note event like LilyPond event-listener.ly. | |
https://gist.github.com/trueroad/04aeccd92122c6428a9442dd55dffc61 | |
Copyright (C) 2024 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
# | |
# LilyPond で生成した楽譜の符頭にバツ印やテキストを上書きしてみるテスト | |
# | |
# | |
# 動作環境 | |
# LilyPond 2.24.3 | |
# Python 3.9 | |
# python-cairo, pypdf | |
# Poppler |
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 -*- | |
""" | |
Show PDF link annots. | |
https://gist.github.com/trueroad/4810ab0845d86fb97510e4e3d3bbed13 | |
Copyright (C) 2024 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
// | |
// PC/SC test | |
// https://gist.github.com/trueroad/ad9c222a667d5091a118196301b938a0 | |
// | |
// Copyright (C) 2024 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 -*- | |
""" | |
Show SMF (Standard MIDI File) parameters. | |
https://gist.github.com/trueroad/aca02ee6b36f8aee0ac7bebbdde912fc | |
Copyright (C) 2024 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 -*- | |
""" | |
Show zipped sound_file_parameters. | |
https://gist.github.com/trueroad/ | |
Copyright (C) 2024 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 -*- | |
""" | |
Add date and week columns. | |
https://gist.github.com/trueroad/dcbbfd4fe0dbdde547a8733922b4e248 | |
Copyright (C) 2024 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 -*- | |
""" | |
Find groups of equivalent FLACs that are zipped. | |
https://gist.github.com/trueroad/e7c0852f2a5822df05bde9e5578743b7 | |
Copyright (C) 2024 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 -*- | |
""" | |
Check parameters of all zipped FLAC files as expected. | |
https://gist.github.com/trueroad/adc36da36aeb1217e7acf63d98c448a2 | |
Copyright (C) 2024 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 -*- | |
""" | |
Check parameters of all zipped WAV files as expected. | |
https://gist.github.com/trueroad/0534d90aacf7e6101f75a47f67af0035 | |
Copyright (C) 2024 Masamichi Hosoda. | |
All rights reserved. |
NewerOlder