summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord
Unidiff
Diffstat (limited to 'noncore/multimedia/powerchord') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/powerchord/README21
-rw-r--r--noncore/multimedia/powerchord/config.in6
-rw-r--r--noncore/multimedia/powerchord/opie-powerchord.control2
3 files changed, 21 insertions, 8 deletions
diff --git a/noncore/multimedia/powerchord/README b/noncore/multimedia/powerchord/README
index b617f73..1649654 100644
--- a/noncore/multimedia/powerchord/README
+++ b/noncore/multimedia/powerchord/README
@@ -1,11 +1,14 @@
1This tarball is a collection of the sources of Powerchord as a work in progress. It is provided to fulfil the conditions of the GPL. 1This tarball is a collection of the sources of Powerchord as a work in progress. It is provided to
2fulfil the conditions of the GPL.
2 3
3-Cam 15 Apr 2002 camilo@mesias.co.uk 4-Cam 15 Apr 2002 camilo@mesias.co.uk
4 5
5 6
6These files are the ones I used to make the release 0.0.7 of Powerchord. 7These files are the ones I used to make the release 0.0.7 of Powerchord.
7 8
8Originally I had intended to release under the GPL, then under pressure of time I wanted to release as closed-source freeware, to be relicensed at a later date. For simplicity though, I have opted to provide this crude tarball and release from the start under the GPL. 9Originally I had intended to release under the GPL, then under pressure of time I wanted to release
10as closed-source freeware, to be relicensed at a later date. For simplicity though, I have opted to
11provide this crude tarball and release from the start under the GPL.
9 12
10Some of the source files do not contain the proper copyright notice yet. 13Some of the source files do not contain the proper copyright notice yet.
11 14
@@ -28,10 +31,20 @@ Some of the source files do not contain the proper copyright notice yet.
28 31
29The make system is not foolproof. 32The make system is not foolproof.
30 33
31Under pressure of time I abandoned using designer and carefully hacked code into auto-generated files. I plan to go back to designer and learn how to insert these bits of code in a way that is in harmony with the original Trolltech example make files. 34Under pressure of time I abandoned using designer and carefully hacked code into auto-generated files.
35I plan to go back to designer and learn how to insert these bits of code in a way that is in harmony
36with the original Trolltech example make files.
32 37
33Credits. 38Credits.
34This is all my own work, with the exception that some of it is derived from the Trolltech example code. The chord algorithm was originally written in Javascript by Jim Cranwell and is used with his permission. Some of the code dates back to the original version of Powerchord that I wrote for the Agenda VR3. That was my first Agenda app and was in turn related to the code for the Agenda Power Meter application. Some of the original Agenda (fltk) include directives remain in the code, commented out... The name derives from the use of the Agenda Power application as a starting point. Power + Chord = Powerchord. Credit to a number of web resources on computing music, especially the first one I read that talked about the 12th root of 2! Credit finally to 4Front Technologies, their document 'Open Sound System - A Programmers' Guide' was most useful. This is my first use of OSS. 39This is all my own work, with the exception that some of it is derived from the Trolltech example code.
40The chord algorithm was originally written in Javascript by Jim Cranwell and is used with his permission.
41Some of the code dates back to the original version of Powerchord that I wrote for the Agenda VR3.
42That was my first Agenda app and was in turn related to the code for the Agenda Power Meter application.
43Some of the original Agenda (fltk) include directives remain in the code, commented out...
44The name derives from the use of the Agenda Power application as a starting point.
45Power + Chord = Powerchord. Credit to a number of web resources on computing music, especially the
46first one I read that talked about the 12th root of 2! Credit finally to 4Front Technologies,
47their document 'Open Sound System - A Programmers' Guide' was most useful. This is my first use of OSS.
35 48
36Here is a breakdown of the essential parts of this archive: 49Here is a breakdown of the essential parts of this archive:
37 50
diff --git a/noncore/multimedia/powerchord/config.in b/noncore/multimedia/powerchord/config.in
index c41844c..ab1512b 100644
--- a/noncore/multimedia/powerchord/config.in
+++ b/noncore/multimedia/powerchord/config.in
@@ -1,7 +1,7 @@
1 config POWERCHORD 1 config POWERCHORD
2 boolean "opie-powerchord (guitar chord generator and tuning)" 2 boolean "opie-powerchord (guitar chord generator and tuning)"
3 default "n" 3 default "n"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBOPIE2CORE 4 depends ( LIBQPE || LIBQPE-X11 )
5 comment "opie-powerchord needs a libqpe, libopie and libopie2core" 5 comment "opie-powerchord needs a libqpe"
6 depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBOPIE2CORE) 6 depends !(( LIBQPE || LIBQPE-X11 ) )
7 7
diff --git a/noncore/multimedia/powerchord/opie-powerchord.control b/noncore/multimedia/powerchord/opie-powerchord.control
index 9303b70..13aff53 100644
--- a/noncore/multimedia/powerchord/opie-powerchord.control
+++ b/noncore/multimedia/powerchord/opie-powerchord.control
@@ -1,7 +1,7 @@
1Files: bin/powerchord apps/Applications/powerchord.desktop pics/powerchord share/powerchord 1Files: bin/powerchord apps/Applications/powerchord.desktop pics/powerchord share/powerchord
2Priority: optional 2Priority: optional
3Section: opie/multimedia 3Section: opie/multimedia
4Maintainer: Camilo Mesias <camilo@mesias.co.uk> 4Maintainer: Camilo Mesias <camilo@mesias.co.uk>, ljp <lpotter@trolltech.com>
5Architecture: arm 5Architecture: arm
6Version: 0.0.8 6Version: 0.0.8
7Depends: task-opie-minimal 7Depends: task-opie-minimal