static L<File> audioRecordingsWithSingleClip() { new L<File> out; for (File f : allRecordingsWithMarkers()) { L<Float> markers = audioFileFloatMarkers(f); if (l(markers) <= 2) out.add(f); } ret out; }
Began life as a copy of #1018765
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018770 | 
| Snippet name: | audioRecordingsWithSingleClip | 
| Eternal ID of this version: | #1018770/2 | 
| Text MD5: | 4d061b6ecbaf3a7fde7508bf359309db | 
| Author: | stefan | 
| Category: | javax / audio | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-10-13 15:49:53 | 
| Source code size: | 230 bytes / 9 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 555 / 609 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |