20. Example01.pyの中身
●
部品の雛形を取り込む
●
部品を生成して接続する
●
音データを作成してファイルに出力する
Copyright (c) 2011 Ransui Iso, All rights reserved.
21. 部品の雛形を取り込む
●
モジュールからクラスをインポートする
from Components import Config
from Components import Config
from Components import SineWaveOscillator
from Components import SineWaveOscillator
from Components import Amplifeir
from Components import Amplifeir
from Components import Clock
from Components import Clock
from Components import Renderer
from Components import Renderer
from Components import WaveFileSink
from Components import WaveFileSink
WaveFile
Sin Amplifier Clock Renderer
Sink
クラスは部品そのものではないので注意
Copyright (c) 2011 Ransui Iso, All rights reserved.
27. 音から音楽へ
Copyright (c) 2011 Ransui Iso, All rights reserved.
28. 楽譜
●
音楽専用プログラミング言語そのもの
Copyright (c) 2011 Ransui Iso, All rights reserved.
29. Music Macro Language
●
楽譜をコードに置き換える
t120o4l4cdefedcrefgagfe4
t120o4l4cdefedcrefgagfe4
crcrcrcrl8ccddeeffl4edcr
crcrcrcrl8ccddeeffl4edcr
Copyright (c) 2011 Ransui Iso, All rights reserved.