{"id":24385595,"url":"https://github.com/sizzlebop/midi-player","last_synced_at":"2026-04-24T17:04:40.997Z","repository":{"id":273051249,"uuid":"918559312","full_name":"sizzlebop/midi-player","owner":"sizzlebop","description":" A modern web-based audio player with a sleek, customizable interface and comprehensive playback controls. Features include real-time progress tracking, dynamic song selection, and extensive theme customization options including colors, gradients, and fonts. Built with vanilla JavaScript and designed to be lightweight and responsive, the player inc","archived":false,"fork":false,"pushed_at":"2025-01-18T09:12:54.000Z","size":1270,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T18:26:32.592Z","etag":null,"topics":["midi","midi-player","music","music-player","notion","widget","widgets"],"latest_commit_sha":null,"homepage":"https://pinkpixel.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sizzlebop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-18T08:45:30.000Z","updated_at":"2025-01-18T09:12:56.000Z","dependencies_parsed_at":"2025-01-18T10:33:18.099Z","dependency_job_id":null,"html_url":"https://github.com/sizzlebop/midi-player","commit_stats":null,"previous_names":["sizzlebop/midi-player"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sizzlebop/midi-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizzlebop%2Fmidi-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizzlebop%2Fmidi-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizzlebop%2Fmidi-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizzlebop%2Fmidi-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sizzlebop","download_url":"https://codeload.github.com/sizzlebop/midi-player/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sizzlebop%2Fmidi-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32232656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["midi","midi-player","music","music-player","notion","widget","widgets"],"created_at":"2025-01-19T11:19:34.093Z","updated_at":"2026-04-24T17:04:40.949Z","avatar_url":"https://github.com/sizzlebop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.svg\" alt=\"MIDI Player Logo\" width=\"150px\"/\u003e\n\u003c/div\u003e\n\n# MIDI Player\n\nA sophisticated web-based MIDI player implementation featuring a modern, customizable interface and robust playback capabilities. This player offers an intuitive user experience while providing extensive customization options for seamless integration into any web project.\n\n![MIDI Player Preview](https://res.cloudinary.com/di7ctlowx/image/upload/v1737190570/screenshot_lvib76.png)\n\n## Features\n\n### Core Functionality\n- Comprehensive MIDI file playback controls (play, pause, stop)\n- Real-time progress tracking with interactive progress bar\n- Dynamic song selection interface\n- Current time and duration display\n\n### Customization Options\n- Extensive theme customization:\n  - Configurable primary, secondary, and accent colors\n  - Optional gradient background with customizable color stops\n  - Wide selection of professional fonts\n  - Flexible text color adjustment\n- Responsive design ensuring optimal display across all devices\n- Customizable player dimensions and layout\n\n### Integration Capabilities\n- One-click embed code generation\n- Seamless integration with existing web projects\n- Lightweight implementation with minimal dependencies\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/midi-player.git\ncd midi-player\n```\n\n2. No additional installation steps required - the player runs directly in the browser.\n\n## Usage\n\n### Basic Implementation\n1. Open `index.html` in your web browser\n2. Use the song selector to choose a MIDI file\n3. Utilize the intuitive control interface for playback\n\n### Customization\n1. Access the customization panel to modify the player's appearance\n2. Adjust colors using the color pickers:\n   - Primary color: Sets the main theme\n   - Secondary color: Defines secondary elements\n   - Accent color: Highlights interactive elements\n   - Text color: Controls all text elements\n3. Enable and configure gradient backgrounds as desired\n4. Select from multiple professional font options\n\n### Embedding\n1. Customize the player to match your website's theme\n2. Click \"Get Embed Code\" to generate the implementation code\n3. Copy and paste the generated code into your website\n\n## Technical Requirements\n\n### Browser Support\n- Chrome 49+\n- Firefox 52+\n- Safari 11+\n- Edge 79+\n\n### Dependencies\n- MIDI.js (v1.12.0 or higher) - Handles MIDI file parsing and playback\n- Modern web browser with Web Audio API support\n\n## Contributing\n\nWe welcome contributions to the MIDI Player project. Please follow these steps:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- MIDI.js team for their excellent MIDI processing library\n- All contributors who have helped shape this project\n- The open-source community for continuous inspiration and support\n\n## Support\n\nFor support, feature requests, or bug reports, please open an issue in the GitHub repository. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsizzlebop%2Fmidi-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsizzlebop%2Fmidi-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsizzlebop%2Fmidi-player/lists"}