Hi,
we did something similar for illustrating microtuned scales with JOGL and a SK-88Pro. The paper describing it is at:
http://www.ieeexplore.ieee.org/Xplore/login.jsp?url=/iel5/4385040/4385041/04...
and the prototype at:
http://julovi.net/j/?page_id=355
best wishes,
Julian Villegas
Me pregunto de un modo pensativo
Que significa ser Colombiano?
No se le respondi. Es un acto de fe
JLB.
From: "pd-list-request@iem.at" pd-list-request@iem.at
To: pd-list@iem.at
Sent: Monday, April 13, 2009 8:48:46 AM
Subject: Pd-list Digest, Vol 49, Issue 69
Send Pd-list mailing list submissions to
pd-list@iem.at
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.puredata.info/listinfo/pd-list
or, via email, send a message with subject or body 'help' to
pd-list-request@iem.at
You can reach the person managing the list at
pd-list-owner@iem.at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-list digest..."
Today's Topics:
- Re: pyext on pd-extended 0.40.3-extended (patrick)
- simple rgb color organ (Derek Holzer)
- Re: simple rgb color organ (Claude Heiland-Allen)
- Re: simple rgb color organ (Derek Holzer)
- Re: simple rgb color organ (Derek Holzer)
- Re: [templater] = Templates for Pd (Luke Iannini)
Message: 1
Date: Sun, 12 Apr 2009 11:25:42 -0400
From: patrick puredata@11h11.com
Subject: Re: [PD] pyext on pd-extended 0.40.3-extended
To: Martin Dupras martindupras@gmail.com
Cc: PD List pd-list@iem.at
Message-ID: 49E207F6.3070005@11h11.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
are you using this version:
http://grrrr.org/ext/beta/macos/pd/
the difference between py and pyext:/
py/ loads Python modules and execute the functions therein;/
pyext/ uses Python classes to represent full-featured message objects.
sorry i'm not using mac os x, so i cannot test.
pat
Message: 2
Date: Sun, 12 Apr 2009 22:09:40 +0200
From: Derek Holzer derek@umatic.nl
Subject: [PD] simple rgb color organ
To: PD List pd-list@iem.at
Message-ID: 49E24A84.6060805@umatic.nl
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hey gang,
before I go reinventing somebody else's wheel... has anybody written
something that takes a (sound) frequency in Hz or MIDI note and outputs
the transposed color in RGB values? Along these lines:
F#44 = 737 nm(Infrared)
G 44 = 696 nm(Red)
G#44 = 657 nm(Red)
A 44 = 620 nm(Red-Orange)
A#44 = 585 nm(Yellow)
B 44 = 552 nm(Green)
C 45 = 521 nm(Green)
C#45 = 492 nm(Green-Blue)
D 45 = 464 nm(Blue)
D#45 = 438 nm(Violet)
E 45 = 414 nm(Violet)
F 45 = 390 nm(Ultraviolet)
Or even something that takes the light wavelength in nanometers and
gives separate RGB values? I'm working on a simple color organ for a
friend this week.
Danke + best!
D.
--
::: derek holzer :::
http://blog.myspace.com/macumbista :::
http://www.vimeo.com/macumbista :::
---Oblique Strategy # 174:
"Water"
------------------------------
Message: 3
Date: Sun, 12 Apr 2009 21:28:53 +0100
From: Claude Heiland-Allen
claudiusmaximus@goto10.org
Subject: Re: [PD] simple rgb color organ
To: Derek Holzer
derek@umatic.nl
Cc: PD List
pd-list@iem.at
Message-ID:
49E24F05.7050609@goto10.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Derek Holzer wrote:
> Hey gang,
>
> before I go reinventing somebody else's wheel... has anybody written
> something that takes a (sound) frequency in Hz or MIDI note and outputs
> the transposed color in RGB values? Along these lines:
>
> F#44 = 737 nm(Infrared)
> G 44 = 696 nm(Red)
> G#44 = 657 nm(Red)
> A 44 = 620 nm(Red-Orange)
> A#44 = 585 nm(Yellow)
> B 44 = 552 nm(Green)
> C 45 = 521 nm(Green)
> C#45 = 492 nm(Green-Blue)
> D 45 = 464 nm(Blue)
> D#45 = 438 nm(Violet)
> E 45 = 414 nm(Violet)
> F 45 = 390 nm(Ultraviolet)
>
> Or even something that takes the light wavelength in nanometers and
> gives separate RGB values? I'm working on a simple color organ for a
> friend this week.
http://www.fourmilab.ch/documents/specrend/
Have fun..
------------------------------
Message: 4
Date: Sun, 12 Apr 2009 22:39:22 +0200
From: Derek Holzer
derek@umatic.nl
Subject: Re: [PD] simple rgb color organ
To: Claude Heiland-Allen
claudiusmaximus@goto10.org
Cc: PD List
pd-list@iem.at
Message-ID:
49E2517A.5090700@umatic.nl
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I also found this:
http://www.mail-archive.com/use-revolution@lists.runrev.com/msg17390.html
Which seems much more useful for the task at hand. But not being much pf
a C programmer, it could take me some time converting it into a Pd
patch. I'll report back...
D.
Claude Heiland-Allen wrote:
> Derek Holzer wrote:
>> Hey gang,
>>
>> before I go reinventing somebody else's wheel... has anybody written
>> something that takes a (sound) frequency in Hz or MIDI note and
>> outputs the transposed color in RGB values? Along these lines:
>>
>> F#44 = 737 nm(Infrared)
>> G 44 = 696 nm(Red)
>> G#44 = 657 nm(Red)
>> A 44 = 620 nm(Red-Orange)
>> A#44 = 585 nm(Yellow)
>> B 44 = 552 nm(Green)
>> C 45 = 521 nm(Green)
>> C#45 = 492 nm(Green-Blue)
>> D 45 = 464 nm(Blue)
>> D#45 = 438 nm(Violet)
>> E 45 = 414 nm(Violet)
>> F 45 = 390 nm(Ultraviolet)
>>
>> Or even something that takes the light wavelength in nanometers and
>> gives separate RGB values? I'm working on a simple color organ for a
>> friend this week.
>
>
http://www.fourmilab.ch/documents/specrend/
>
> Have fun..
>
--
::: derek holzer :::
http://blog.myspace.com/macumbista :::
http://www.vimeo.com/macumbista :::
---Oblique Strategy # 29:
"Change nothing and continue with immaculate consistency"
------------------------------
Message: 5
Date: Mon, 13 Apr 2009 00:12:34 +0200
From: Derek Holzer
derek@umatic.nl
Subject: Re: [PD] simple rgb color organ
Cc: PD List
pd-list@iem.at
Message-ID:
49E26752.1060703@umatic.nl
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
Done! Results are attached, with GEM example help patch. Could also be
useful for controlling PWM dimmer for RGB lights or LEDs.
best!
D.
Derek Holzer wrote:
> I also found this:
>
>
http://www.mail-archive.com/use-revolution@lists.runrev.com/msg17390.html
>
> Which seems much more useful for the task at hand. But not being much pf
> a C programmer, it could take me some time converting it into a Pd
> patch. I'll report back...
>
> D.
>
> Claude Heiland-Allen wrote:
>> Derek Holzer wrote:
>>> Hey gang,
>>>
>>> before I go reinventing somebody else's wheel... has anybody written
>>> something that takes a (sound) frequency in Hz or MIDI note and
>>> outputs the transposed color in RGB values? Along these lines:
>>>
>>> F#44 = 737 nm(Infrared)
>>> G 44 = 696 nm(Red)
>>> G#44 = 657 nm(Red)
>>> A 44 = 620 nm(Red-Orange)
>>> A#44 = 585 nm(Yellow)
>>> B 44 = 552 nm(Green)
>>> C 45 = 521 nm(Green)
>>> C#45 = 492 nm(Green-Blue)
>>> D 45 = 464 nm(Blue)
>>> D#45 = 438 nm(Violet)
>>> E 45 = 414 nm(Violet)
>>> F 45 = 390 nm(Ultraviolet)
>>>
>>> Or even something that takes the light wavelength in nanometers and
>>> gives separate RGB values? I'm working on a simple color organ for a
>>> friend this week.
>>
>>
http://www.fourmilab.ch/documents/specrend/
>>
>> Have fun..
>>
>
--
::: derek holzer :::
http://blog.myspace.com/macumbista :::
http://www.vimeo.com/macumbista :::
---Oblique Strategy # 131:
"Question the heroic approach"