|
|
@@ -9,3 +9,17 @@ Description: Debian Jr. sound
|
|
|
Depends: audacious, bplay, cdtool, pianobooster, vorbis-tools
|
|
|
|
|
|
Depends: gcompris
|
|
|
+
|
|
|
+Depends: bloopsaphone
|
|
|
+Why: This should also go into programming
|
|
|
+Homepage: https://github.com/mental/bloopsaphone
|
|
|
+License: Expat
|
|
|
+Pkg-Description: library for writing chiptune-style songs in C or Ruby
|
|
|
+ This is a small c library for sending chiptunes through PortAudio.
|
|
|
+ .
|
|
|
+ The ideals of bloopsaphone are:
|
|
|
+ * Asynchronous, plays in background and raises an event upon finish
|
|
|
+ * Small, a small toy library
|
|
|
+ * Custom notation, a slight variation of RTTTL
|
|
|
+ * Serialize sounds, including a file format for easy passing of instruments
|
|
|
+ between Ruby and C.
|