//Use Estuary here: https://estuary.mcmaster.ca
//playing sounds (samples)
//play bass drum sample
sound "bd"
//same as above but shorter to write
s "bd"
[ | |
[ | |
{ | |
"id": "MoIVjFe1EfCLAfvRZKAc8g", | |
"authority": "hypothes.is", | |
"url": "https://www.craft.do/whats-new", | |
"created": "2025-07-03T02:26:59", | |
"updated": "2025-07-03T02:26:59", | |
"title": "What's new", | |
"refs": [ |
#################################################################################################### | |
# dotNetDave's (David McCarter) Editor Config - dotNetTips.com | |
# Updates to this file are posted quarterly at: https://bit.ly/EditorConfig5 | |
# Updated May 1, 2025 | |
# Code performance book is available at: https://bit.ly/DotNetCodePerf4 | |
# Coding standards book is available at: https://bit.ly/CodingStandards8 | |
#################################################################################################### | |
root = true |
**Action** | **Command** | |
---|---|---|
Preferences | `⌘,` | |
New File | `⌘N` | |
Open | `⌘O` | |
Re-open Last | `⌘⇧R` | |
Close | `⌘W` | |
Print Preview Window | `⌘P` | |
Save HTML | `⌘S` | |
Save PDF | `⌘⇧P` | |
Save RTF | `⌘⇧S` |
;nyquist plug-in | |
;version 4 | |
;type tool ;;; CHANGED: from "process" to "tool" for modifying track properties. | |
;name "Sequential Pan Selected Tracks..." | |
;action "Panning tracks..." | |
;control count "Number of tracks" int "" (length *selection*) 0 0 | |
;;; Sequential Pan by David Blue's Gemini Assistant (v2) | |
;;; This script pans the selected tracks sequentially from -100% (left) for the top track | |
;;; to +100% (right) for the bottom track. |
ffmpeg -i inputfile.wav -ab 320k outputfile.mp3 |
(* Content-type: application/vnd.wolfram.mathematica *) | |
(*** Wolfram Notebook File ***) | |
(* http://www.wolfram.com/nb *) | |
(* CreatedBy='Mathematica 13.1' *) | |
(*CacheID: 234*) | |
(* Internal cache information: | |
NotebookFileLineBreakTest |
html, | |
body, | |
div, | |
span, | |
applet, | |
object, | |
iframe, | |
h1, | |
h2, | |
h3, |
{{DISPLAYTITLE:{{PAGENAME}} (ATS)}} | |
{{Infobox game | |
|title = American Truck Simulator | |
|image = <gallery> | |
American Truck Simulator Header.jpg|Header | |
American Truck Simulator cover.jpg|Box Art | |
</gallery> | |
|imagecaption = Box cover of American Truck Simulator | |
|website = [https://americantrucksimulator.com/ americantrucksimulator.com] | |
|version = {{LatestATSPatchNotes}} |
//Use Estuary here: https://estuary.mcmaster.ca
//playing sounds (samples)
//play bass drum sample
sound "bd"
//same as above but shorter to write
s "bd"