https://github.com/miyako/4d-plugin-system-beep
いろいろなビープ音を鳴らしたい
https://github.com/miyako/4d-plugin-system-beep
4d-plugin
Last synced: 10 months ago
JSON representation
いろいろなビープ音を鳴らしたい
- Host: GitHub
- URL: https://github.com/miyako/4d-plugin-system-beep
- Owner: miyako
- License: mit
- Created: 2022-03-10T03:32:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T08:10:23.000Z (over 4 years ago)
- Last Synced: 2025-02-26T04:18:00.074Z (over 1 year ago)
- Topics: 4d-plugin
- Language: C
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 4d-plugin-system-beep
いろいろなビープ音を鳴らしたい


[](LICENSE)

**注記**: v15-v17をサポートするため`manifest.json`は`Contents`に置かれています。
Windowsはビープ中のビープで再生中の音が打ち消されます。
macOSは非同期再生です。
```4d
SYSTEM BEEP(Beep SYSTEM)
```
### Windows
```4d
SYSTEM BEEP(Beep Windows ICONASTERISK)
SYSTEM BEEP(Beep Windows ICONERROR)
SYSTEM BEEP(Beep Windows ICONEXCLAMATION)
SYSTEM BEEP(Beep Windows ICONHAND)
SYSTEM BEEP(Beep Windows ICONINFORMATION)
SYSTEM BEEP(Beep Windows ICONQUESTION)
SYSTEM BEEP(Beep Windows ICONSTOP)
SYSTEM BEEP(Beep Windows ICONWARNING)
SYSTEM BEEP(Beep Windows OK)
```
source: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebeep
* Windows 10
|value|sound|
|:-|:-:|
|SYSTEM|ポローン(BEEP)|
|ICONASTERISK|ポローン|
|ICONERROR|ピロロン|
|ICONEXCLAMATION|ポローン|
|ICONHAND|ピロロン|
|ICONINFORMATION|ピロロン|
|ICONQUESTION|無音|
|ICONSTOP|ピロロン|
|ICONWARNING|ポローン|
|OK|ポローン|
### macOS
```4d
SYSTEM BEEP(Beep macOS Basso)
SYSTEM BEEP(Beep macOS Blow)
SYSTEM BEEP(Beep macOS Bottle)
SYSTEM BEEP(Beep macOS Frog)
SYSTEM BEEP(Beep macOS Funk)
SYSTEM BEEP(Beep macOS Glass)
SYSTEM BEEP(Beep macOS Hero)
SYSTEM BEEP(Beep macOS Morsei)
SYSTEM BEEP(Beep macOS Ping)
SYSTEM BEEP(Beep macOS Pop)
SYSTEM BEEP(Beep macOS Purr)
SYSTEM BEEP(Beep macOS Sosumi)
SYSTEM BEEP(Beep macOS Submarine)
SYSTEM BEEP(Beep macOS Tink)
```
c.f. https://developer.apple.com/documentation/appkit/nssound/1477318-soundnamed?language=objc