![]() |
hamigaki::audio::basic_square_wave_source —
矩形波を生成するSourceモデル
template<typename CharT = float> class basic_square_wave_source { public: // types typedef CharT char_type; typedef implementation defined category; // construct/copy/destruct basic_square_wave_source(long, CharT); // Boost.Iostreams implementation std::streamsize read(CharT*, std::streamsize); // queries long rate() const; CharT frequency() const; };
モデルとなるコンセプト:Source
製作著作 © 2006, 2007 Takeshi Mouri |