Libraryless. Click here for Pure Java version (2979L/19K).
sS dm_ai_listAudioSourcesWithoutMonitors() { Cl l = cast dm_requireAndCall("#1020375/ListAudioSources", 'list); l = filter(l, x -> !containsPhrase(getString description(x), "Monitor of")); ret ai_thereAre("audio source", map(l, x -> appendBracketed(getString description(x), "index " + get index(x))); }
Began life as a copy of #1027076
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027079 |
| Snippet name: | dm_ai_listAudioSourcesWithoutMonitors |
| Eternal ID of this version: | #1027079/1 |
| Text MD5: | 319e9b960ae370a20365a0696e3c4a2d |
| Transpilation MD5: | a752aee518070641ee831c87e908630e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-17 13:55:08 |
| Source code size: | 318 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 407 / 496 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |