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 -*- | |
| """ | |
| Add date and week columns. | |
| https://gist.github.com/trueroad/dcbbfd4fe0dbdde547a8733922b4e248 | |
| Copyright (C) 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 -*- | |
| """ | |
| 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 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 -*- | |
| """ | |
| 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 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 -*- | |
| """ | |
| Check parameters of all zipped WAV files as expected. | |
| https://gist.github.com/trueroad/0534d90aacf7e6101f75a47f67af0035 | |
| Copyright (C) 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 -*- | |
| """ | |
| Find groups of equivalent SMFs. | |
| https://gist.github.com/trueroad/2b4214a3c033e90ee64f097a7dcccbc1 | |
| 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
| #!/usr/bin/env python3 | |
| """ | |
| Calc time used. | |
| https://gist.github.com/trueroad/bb4e2ac32c5006695249cb9d71488420 | |
| Copyright (C) 2023 Masamichi Hosoda. | |
| All rights reserved. | |
| Redistribution and use in source and binary forms, with or without |
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 | |
| """ | |
| Calc weekly totals from daily totals. | |
| https://gist.github.com/trueroad/a3558410135051bad254eb257d45cbd9 | |
| Copyright (C) 2023 Masamichi Hosoda. | |
| All rights reserved. | |
| Redistribution and use in source and binary forms, with or without |
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 | |
| """ | |
| Compare WAVs. | |
| https://gist.github.com/trueroad/eb14a5e3714f5f5c6671d74c3b86c079 | |
| Copyright (C) 2023 Masamichi Hosoda. | |
| All rights reserved. | |
| Redistribution and use in source and binary forms, with or without |
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 | |
| """ | |
| Fix corrupt WAV. | |
| https://gist.github.com/trueroad/99259cbd772d324299fad177e6dc5088 | |
| Copyright (C) 2023 Masamichi Hosoda. | |
| All rights reserved. | |
| Redistribution and use in source and binary forms, with or without |
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 Devices with python winrt. | |
| https://gist.github.com/trueroad/4185ae60bcd8cb038321f849e9053159 | |
| Copyright (C) 2023 Masamichi Hosoda. | |
| All rights reserved. |