guitarr-tune.el 0.1
  Home FAQ Contact Sign in
gnu.emacs.sources only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.sources Profile…
 Up
guitarr-tune.el 0.1         


Author: Mathias Dahl
Date: Jan 12, 2008 13:00

Enjoy!

/Mathias

;;; guitarr-tune.el --- Tune your guitarr
;;
;; Copyright (C) 2008 Mathias Dahl
;;
;; Version: 0.1
;; Keywords: convenience, music
;; Author: Mathias Dahl gmail.com>

;; This file is NOT part of GNU Emacs.

;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.

;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
Show full article (3.65Kb)
7 Comments
Re: guitar-tune.el 0.1         


Author: Mathias Dahl
Date: Jan 12, 2008 13:28

Mathias Dahl gmail.com> writes:

How embarrassing, I misspelled "guitar". Have to blame it on the Swedish
:)

Here is a corrected version.

/Mathias

;;; guitar-tune.el --- Tune your guitar
;;
;; Copyright (C) 2008 Mathias Dahl
;;
;; Version: 0.1
;; Keywords: convenience, music
;; Author: Mathias Dahl gmail.com>

;; This file is NOT part of GNU Emacs.

;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
Show full article (3.77Kb)
no comments
Re: guitar-tune.el 0.1         


Author: Thien-Thi Nguyen
Date: Jan 12, 2008 14:02

() Mathias Dahl gmail.com>
() Sat, 12 Jan 2008 22:28:52 +0100

;; E1.wav http://www.box.net/shared/xgeh7yqskg
;; A2.wav http://www.box.net/shared/lvlcuyvkso
;; D3.wav http://www.box.net/shared/u7hg1tg8cg
;; G4.wav http://www.box.net/shared/yfzha20g8s
;; B5.wav http://www.box.net/shared/nlitky58gg
;; E6.wav http://www.box.net/shared/x12ksgj4sk

can these sound samples be synthesized directly by emacs?
single-frequency tone for 2.5sec. how hard can it be (in elisp)?
we have bindat.el and the CDDA standard, after all...

thi
no comments
Re: guitar-tune.el 0.1         


Author: Mathias Dahl
Date: Jan 13, 2008 00:28

Thien-Thi Nguyen gnuvola.org> writes:
> () Mathias Dahl gmail.com>
> () Sat, 12 Jan 2008 22:28:52 +0100
>
> ;; E1.wav http://www.box.net/shared/xgeh7yqskg
> ;; A2.wav http://www.box.net/shared/lvlcuyvkso
> ;; D3.wav http://www.box.net/shared/u7hg1tg8cg
> ;; G4.wav http://www.box.net/shared/yfzha20g8s
> ;; B5.wav http://www.box.net/shared/nlitky58gg
> ;; E6.wav http://www.box.net/shared/x12ksgj4sk
>
> can these sound samples be synthesized directly by emacs?
> single-frequency tone for 2.5sec. how hard can it be (in elisp)?
> we have bindat.el and the CDDA standard, after all...

I did not think of looking into that. I am sure you can use any tone of
the correct frequency to tune a guitar but as a complete beginner I
found it comfortable to hear all the qualities of the sound from the
guitar. I started yesterday, having borrowed a guitar from a friend and
the hack was just for convenience.
Show full article (1.25Kb)
no comments
Re: guitar-tune.el 0.1         


Author: Mathias Dahl
Date: Jan 13, 2008 00:34

Evans Winner timbral.net> writes:
> Just a couple of thoughts:
>
> Just for a tuning reference pitch one doesn't need any special
> timbre--one could even use the PC speaker beep, for instance.
>
> And is there any reason why it couldn't be extended slightly such that
> it can be used as a general tuning aide, rather than just for guitar?
> After all, there are only 12 pitch-classes in standard 12tet.

I don't know enough about sound and music and scales and stuff to even
understand what that last sentence meant :)
Show full article (1.14Kb)
no comments
Re: guitar-tune.el 0.1         


Author: Evans Winner
Date: Jan 13, 2008 00:55

Mathias Dahl gmail.com> writes:

Evans Winner timbral.net> writes:
>> After all, there are only 12 pitch-classes in standard 12tet.

I don't know enough about sound and music and scales and stuff to
even understand what that last sentence meant :)

Sorry. Basically it means that it ought to be fairly easy to make it of
more general use by allowing it to play any of the 12 named notes used
in the ``12-tone, equal-tempered'' scale used in Western music: A, A#,
B, C, C#, etc--as opposed to just the five used in normal guitar tuning
(E, A, D, G and B).

You mentioned a tracker application in Emacs. There is etracker[1]. Is
that what you are referring to? There is a youtube video of it in
action[2].
Show full article (1.37Kb)
no comments
Re: guitar-tune.el 0.1         


Date: Jan 13, 2008 01:14

On Sun, Jan 13 2008, Evans Winner wrote:
> Just a couple of thoughts: [...]

Please don't start such discussions
gnu.emacs.sources/gnu-emacs-sources (this newsgroup/list), which is
for posting *sources*. Better use gnu.emacs.help/help-gnu-emacs
instead.

Thanks, Reiner.

Followup-To: gnu.emacs.help
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
no comments
Re: guitar-tune.el 0.1         


Author: Mathias Dahl
Date: Jan 13, 2008 09:51

Evans Winner timbral.net> writes:
> Sorry. Basically it means that it ought to be fairly easy to make it of
> more general use by allowing it to play any of the 12 named notes used
> in the ``12-tone, equal-tempered'' scale used in Western music: A, A#,
> B, C, C#, etc--as opposed to just the five used in normal guitar tuning
> (E, A, D, G and B).

Ah, okay.
> You mentioned a tracker application in Emacs. There is etracker[1]. Is
> that what you are referring to? There is a youtube video of it in
> action[2].

Yup, that's it.
no comments