“MusicPlayer.flushCancel()”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
第5行: 第5行:
 
<p style="color: #E87E05;font-size:135%">'''作用'''</p>
 
<p style="color: #E87E05;font-size:135%">'''作用'''</p>
 
此函数可清除AudioPro模块的缓存,播放MIDI等格式文件时必要执行(见example目录'''_05_m_Module_AudioPro'''下的示例:'''FilePlayer_Joystick'''或'''FilePlayer''')
 
此函数可清除AudioPro模块的缓存,播放MIDI等格式文件时必要执行(见example目录'''_05_m_Module_AudioPro'''下的示例:'''FilePlayer_Joystick'''或'''FilePlayer''')
 +
  
 
<p style="color: #E87E05;font-size:135%">'''参数'''</p>
 
<p style="color: #E87E05;font-size:135%">'''参数'''</p>
第20行: 第21行:
  
 
<p style="color: #E87E05;font-size:135%">'''其他'''</p>
 
<p style="color: #E87E05;font-size:135%">'''其他'''</p>
*'''[[AudioPro.setSpeed()|reset()]]'''
+
*'''[[musicPlayer.getMusicNum()|getMusicNum()]]'''
 +
*'''[[musicPlayer.getMusicName()|getMusicName()]]'''
 +
*'''[[musicPlayer.playMP3()|playMP3()]]'''
  
  
第26行: 第29行:
  
  
[[MCookie AudioPro Reference |返回MCookie AudioPro Reference页面]]
+
[[MCookie-AudioPro Reference |返回mCookie-AudioPro Reference页面]]

2017年12月14日 (四) 09:02的版本

AudioPro.flushCancel(val)


作用

此函数可清除AudioPro模块的缓存,播放MIDI等格式文件时必要执行(见example目录_05_m_Module_AudioPro下的示例:FilePlayer_JoystickFilePlayer


参数

val:post/pre/both/none可选,一般用both,详细作用见Datasheet的9.5.2


返回值


示例

见example目录_05_m_Module_AudioPro下的示例:FilePlayer_JoystickFilePlayer


其他



返回mCookie-AudioPro Reference页面