リファレンス 144 ドキュメント 7 サンプル 48
analyze 15 arduino 5 Artlet2D 11 basic 58 cbcom 2 comobj 20 d3module 29 demo 2 dotfw 11 game 34 gpmodule 2 hgimg3 43 hgimg4 38 HIDaspx 2 hsp3dish 29 hsp3imp 1 hsp3utf 4 hspcl 11 hspcv 5 hspd2d 4 hspda 7 hspdb 3 hspext 18 hspinet 17 hspprint 2 hspsock 5 hspsw 4 hsptv 4 hsptvapp 2 hspusbio 1 hspvoicevox 2 iron 46 misc 24 mmaudio 4 module 9 mucom88 6 new34 10 new35 16 new36 10 new37 3 obaq 17 pronama2d 6 pronama3d 5 sprite 20 SQLele 3 ssaver 1 tamane 10 win32_gen2 5

mucom88

Path : sample\mucom88
test_compile.hsp
#include "hspmucom.as" mucominit hwnd onexit *byebye fname="sampl2.muc" コンパイルするMMLファイル sname="sampl2.mub" 出力される音楽ファイル コンパイルする mucomreset MUCOM_RESET_COMPILE mucomcomp fname,sname res=stat mucomres buf mes buf if res=1 { mes "Error" stop }
sample\mucom88\test_compile.hsp - 2019/07/14
test_editor.hsp
#include "hspmucom.as" mucominit hwnd onexit *byebye sdim buf,$10000 sdim cmdbuf,$10000 notesel buf noteload "sampl2.muc" mucomreset 0 mucomres cmdbuf font msgothic,14 objmode objmode_usecolor+objmode_usefont objcolor 240,240,240 color 20,20,20
sample\mucom88\test_editor.hsp - 2019/07/14
test_gettag.hsp
#include "hspmucom.as" sysfont 17 mucominit hwnd onexit *byebye fname="sampl1.mub" mucomreset MUCOM_RESET_PLAYER mucomload fname mucomtag t_title,"title" if t_title="" : t_title="NO TITLE" mucomtag t_author,"author" mucomtag t_composer,"composer"
sample\mucom88\test_gettag.hsp - 2019/07/14
test_mml.hsp
#include "hspmucom.as" mucominit hwnd onexit *byebye MMLを登録する mml="A C96 t190 @93o4l8v15 cdefgab>c1 " mucomreset MUCOM_RESET_COMPILE mucommml mml if stat { エラーが出たら表示 mucomres buf mesbox buf,640,200,0 stop } エラーがなければ再生 mucomreset MUCOM_RESET_PLAYER
sample\mucom88\test_mml.hsp - 2019/09/03
test_play.hsp
#include "hspmucom.as" mucominit hwnd onexit *byebye mucomreset 0 mucomload "sampl1.mub",0 mucomload "sampl3.mub",1 mucomres buf mesbox buf,640,200,0:id_buf=stat button "PLAY1",*m_play button "PLAY2",*m_play2 button "STOP",*m_stop stop *m_play
sample\mucom88\test_play.hsp - 2019/07/14
test_status.hsp
#include "hspmucom.as" mucominit hwnd onexit *byebye wx=ginfo_sx:wy=ginfo_sy fname="sampl2.muc" コンパイルするMMLファイル sname="mmlbin" 出力される音楽ファイル コンパイルする mucomreset MUCOM_RESET_COMPILE mucomcomp fname,sname res=stat mucomres buf if res=1 { mes buf stop }
sample\mucom88\test_status.hsp - 2019/07/14