--- title: "MUSIprint" type: "article" slug: "musiprint" url: "http://localhost/article/musiprint/" markdown_url: "http://localhost/article/musiprint.md" published_at: "2025-02-28T16:13:28+00:00" modified_at: "2026-06-21T23:36:10+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This music utility will allow you to play music using the LPRINT (PRINT #3) command. A typical example of how this command is used is: LPRINT \"t10 o3 -c1 b+1 +a-2 p3\" The \"t\" stands for TEMPO, this can be between 0 (fast) and 50 (slow). The \"o\" stands for OCTAVE, this can be between…" category: - name: "Byte Power" slug: "byte-power" taxonomy: "category" url: "http://localhost/category/periodicals/byte-power/" post_tag: - name: "Best of Timex/Sinclair 2068 Articles and Documents" slug: "ts2068best" taxonomy: "post_tag" url: "http://localhost/tag/ts2068best/" - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "Full Text" slug: "fulltext" taxonomy: "post_tag" url: "http://localhost/tag/fulltext/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" publication_r: id: 38570 title: "Byte Power 1st Class Magazine" type: "periodical" url: "http://localhost/periodical/byte-power-1st-class/" authors_r: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" issues_articles: - id: 38579 title: "Byte Power Feb 1988" type: "issue" url: "http://localhost/issue/byte-power-9/" pubdate: "February 1988" related_articles: - id: 59212 title: "MUSIC DEMO" type: "article" url: "http://localhost/article/music-demo/" archive_link: false article_media: - id: 59211 title: "MUSIprint" type: "computer_media" url: "http://localhost/computer_media/musiprint/" - id: 59213 title: "MUSIC Demo" type: "computer_media" url: "http://localhost/computer_media/music-demo/" --- # MUSIprint This music utility will allow you to play music using the LPRINT (PRINT #3) command. A typical example of how this command is used is: LPRINT “t10 o3 -c1 b+1 +a-2 p3” The “t” stands for TEMPO, this can be between 0 (fast) and 50 (slow). The “o” stands for OCTAVE, this can be between 0 (low) and 6 (high). The “-” before a note will play 1 octave lower than set by “o”, and a “+” will play 1 octave higher. The “-” after a note means a flat (one half step lower) and a “+” means a sharp (one half step higher). The “p” stands for PAUSE (rest). The numbers after a note or pause are the duration, they can be between 1 and 16. If tempo=50 and duration=2 the note will be played for 1 second. If tempo=25 and duration=2 then it will be played for 1/2 a second. All notes, pauses or any other entries must be separated by a space. After loading the customizer, the first thing the computer asks you is to enter the address where to load the codes (540 bytes long). When the codes are loaded you will have 3 options: - A- DEMO/TEST, this will test the MC. - B- SAVE, this will allow you to save the customized MC to tape. - C- Quit, this will go to BASIC. To use MUSIprint in other program, load your customized MC and use LET L=USR XX (where XX is the address given by the customizer) to turn on utility. Loading name MUSIprint Program type Music utility Written by Eric Boisvert