static BWImage audio_clipFromLastEntryPoint(BWImage img) { Int entryPoint = last(audio_entryPoints_v1(img)); ret entryPoint == null ? img : clipBWImage(img, entryPoint, 0, img.getWidth()-entryPoint, img.getHeight()); }
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: | #1018811 | 
| Snippet name: | audio_clipFromLastEntryPoint | 
| Eternal ID of this version: | #1018811/1 | 
| Text MD5: | e36710f7ee936ea7804deab898fe47c1 | 
| Author: | stefan | 
| Category: | javax / audio analysis | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-10-13 21:07:58 | 
| Source code size: | 225 bytes / 4 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 643 / 676 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018856 - audio_clipFromLastEntryPointToExitPoint |