--- title: "TS2068 Sound Effects Program" type: "article" slug: "ts2068-sound-effects-program" url: "http://localhost/article/ts2068-sound-effects-program/" markdown_url: "http://localhost/article/ts2068-sound-effects-program.md" published_at: "2026-03-14T12:47:18+00:00" modified_at: "2026-03-14T12:47:18+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "BASIC program for the TS2068 using the SOUND command to produce five sound effects: machine gun fire (FOR loop with decreasing pitch), five clunks (repeated SOUND with PAUSE 350), a screaming bomb (rising pitch loop), a short roar, and a series of pings. Uses PRINT AT to display effect names." category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Doug Harter" slug: "doug-harter" taxonomy: "indiv" url: "http://localhost/indiv/doug-harter/" genre: - name: "Sound" slug: "sound" taxonomy: "genre" url: "http://localhost/type/sound/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Doug Harter" slug: "doug-harter" taxonomy: "indiv" url: "http://localhost/indiv/doug-harter/" volume: "3" issue: "4" issues_articles: - id: 38819 title: "Timelinez v3 n4/5" type: "issue" url: "http://localhost/issue/timelinez-v3-n4-5/" pages: "1" pubdate: "April/May 1985" archive_link: false --- # TS2068 Sound Effects Program BASIC program for the TS2068 using the SOUND command to produce five sound effects: machine gun fire (FOR loop with decreasing pitch), five clunks (repeated SOUND with PAUSE 350), a screaming bomb (rising pitch loop), a short roar, and a series of pings. Uses PRINT AT to display effect names.