SFML/bindings/ruby/sfml-audio/audio
2010-12-04 19:26:05 +00:00
..
Listener.cpp Small changes in header files and also finished the SoundSource class. 2010-11-24 19:17:57 +00:00
Listener.hpp Started working on the SFML-Audio module. Thought I committed this previously but doesn't look like it. Anyway here it is. Completed at least Listener 2010-11-24 18:52:07 +00:00
main.cpp Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML. 2010-12-03 14:12:16 +00:00
main.hpp Small changes in header files and also finished the SoundSource class. 2010-11-24 19:17:57 +00:00
Music.cpp Changed resource classes initialize method to call often used methods if arguments are provided. 2010-12-04 19:26:05 +00:00
Music.hpp Finished the library. Got some bugs to sort out first but after that it's all done! 2010-11-25 17:36:29 +00:00
Sound.cpp Added rdoc comments to all audio classes. 2010-11-25 19:30:10 +00:00
Sound.hpp Finished SoundBuffer. Also adding files for SoundStream and Sound, not completed yet! 2010-11-24 21:08:40 +00:00
SoundBuffer.cpp Changed resource classes initialize method to call often used methods if arguments are provided. 2010-12-04 19:26:05 +00:00
SoundBuffer.hpp Finished SoundBuffer. Also adding files for SoundStream and Sound, not completed yet! 2010-11-24 21:08:40 +00:00
SoundBufferRecorder.cpp Added rdoc comments to all audio classes. 2010-11-25 19:30:10 +00:00
SoundBufferRecorder.hpp Added SoundBufferRecorder. 2010-11-25 15:12:33 +00:00
SoundRecorder.cpp Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML. 2010-12-03 14:12:16 +00:00
SoundRecorder.hpp Finished the SoundRecorder class. You can make instances from it but you'll have to implement the pure abstract method yourself in ruby code. 2010-11-25 10:55:08 +00:00
SoundSource.cpp Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values. 2010-12-03 19:47:41 +00:00
SoundSource.hpp Small changes in header files and also finished the SoundSource class. 2010-11-24 19:17:57 +00:00
SoundStream.cpp Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML. 2010-12-03 14:12:16 +00:00
SoundStream.hpp Finished SoundBuffer. Also adding files for SoundStream and Sound, not completed yet! 2010-11-24 21:08:40 +00:00