Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1018674 // dm_removeSoundSource

JavaX fragment (include)

sbool dm_removeSoundSource(VF1<double[]> source) {
  fO out = dm_audioOutputModule();
  if (out == null) ret false with print("Audio Output module not found");
  call(dm_getModule(out), 'removeSource, source);
  true;
}

Author comment

Began life as a copy of #1016709

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: #1018674
Snippet name: dm_removeSoundSource
Eternal ID of this version: #1018674/1
Text MD5: 5c4b990c2e07b117b2c99e528c3f6a46
Author: stefan
Category: javax / audio
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-09 01:29:52
Source code size: 224 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 271 / 305
Referenced in: [show references]