Hello.
The already mentioned page
http://www.mathworks.com/access/helpdesk/help/toolbox/simulink/rn/simulink1…
says that Mathworks disabled the realtime control from Simulink.
That is, it looks like one cannot build a realtime synth
with Simulink. Could anyone confirm how the controls worked
earlier and now?
Has anyone found prior art for music software? I'm sure J.O. Smith's
writing in CMJ does not help "as is". And even then, the Labview/Reaktor
style front panel building prior art must be found. Some other
GUI system won't help.
While I don't know exact details of the patent, I think I have
found a way to circumvent the patent. I tried to contact Mathworks
but they don't have a contact method for non-customers. They would
have expertise and interest to examine what I have found.
Juhana
--
http://music.columbia.edu/mailman/listinfo/linux-graphics-dev
for developers of open source graphics software
Hello.
Nobody replied when somebody asked the 2004 meeting audio files.
The files are not anymore available at the original site.
I placed them to
ftp://ftp.funet.fi/pub/sci/audio/lad/
http://www.funet.fi/pub/sci/audio/lad/
If you pick up the small files. Then do this:
cat ladmeeting.a* > ladmeeting.tar.bz2
or
cat ladmeeting.a* | bzip2 -dc | tar xf -
Juhana
--
http://music.columbia.edu/mailman/listinfo/linux-graphics-dev
for developers of open source graphics software
Unfortunately Manuel Op de Coul, the author of Scala
(http://www.xs4all.nl/~huygensf/scala/), currently does not want to change his
non-commercial license ("perhaps in the future"). But he made this offer:
"However if someone makes a Debian package for it, I'll be happy to distribute
it."
Scala is written in Ada. If someone wants to help with building a Debian
package, please let him know.
Cheers,
Andreas
>Sutherland, W. R., On-Line Graphical Specification of Computer Procedures,
>M.I.T. Lincoln Lab., Tech. Report No. 405, Lexington, Mass. (May, 1966).
>
>It is available as Ph.D. at "http://theses.mit.edu".
>I downloaded it with wget as gif images through the "Overview of
>thumbnail pages" service. No need to buy it.
Wait! It disables the access if you use wget.
The thesis is at
ftp://ftp.funet.fi/pub/sci/audio/devel/dsp/
for your convenience.
Juhana
(apologies for cross-posting)
Please find below some important information about the
2005 International Computer Music conference...
Incase you hadn't already heard, calls for submissions
have been posted on the ICMC 2005 web site:
http://www.icmc2005.org
We have recently updated many of the calls so please check for
new information if you were planning a submission.
There are new calls for:
- Inspirational Ideas
- Demonstrations
- Panels
- Workshops
- Exhibitions
- Off-ICMC
We are also pleased to announce that a number of specialist
instrumental soloists are available for performance of combined
instrument and computer works. Please see the revised call for
music for further information:
http://www.icmc2005.org/index.php?selectedPage=76
If you want to keep up to date with ICMC 2005 developments
please subscribe to our mailing list:
http://www.icmc2005.org/index.php?selectedPage=64
Warm regards
The ICMC 2005 Team
------------------------------------------------------------
ICMC 2005 -- Free Sound
International Computer Music Conference
September 5-9, 2005. Barcelona, Spain
http://www.icmc2005.org/
------------------------------------------------------------
>From: Jens M Andreasen <jens.andreasen(a)chello.se>
>
>Me? No not litle me :) But let us see ... This stuff was formalized in
>India a few thousind years ago, so if we google for:
>
> google: raga intonation scale
>
>Then we get:
> Modes and Ragas: More Than just a Scale
> http://cnx.rice.edu/content/m11633/latest/
So why don't we all together write software similar to Scala?
What Scala does? How and for what musicians use it?
The topic sounds similar to Arabic Magams. I have listed some
of them from a book, but I'm not exactly sure how they are used.
I have improvised, though.
Juhana
--
http://music.columbia.edu/mailman/listinfo/linux-graphics-dev
for developers of open source graphics software
>From: Juhana Sadeharju <kouhia(a)nic.funet.fi>
>
>Sutherland must be of R. Sutherland 1966 something which is
>mentioned in the comp.lang.visual FAQ.
Sutherland, W. R., On-Line Graphical Specification of Computer Procedures,
M.I.T. Lincoln Lab., Tech. Report No. 405, Lexington, Mass. (May, 1966).
It is available as Ph.D. at "http://theses.mit.edu".
I downloaded it with wget as gif images through the "Overview of
thumbnail pages" service. No need to buy it.
Juhana
--
http://music.columbia.edu/mailman/listinfo/linux-graphics-dev
for developers of open source graphics software
Hi,
I've been thinking about building a simple MIDI router with Python
and ALSA. My main motivation is to (a) save, process, and write back
bulk data from my master keyboard, and (b) map control change events
from the keyboard to GUI events, but of course note events and such
should be handled as well.
Does anything like this exist? If not, does some part of it exist?
For instance, it would be extremely helpful to have a Python wrapper
for ALSA structs such as snd_seq_event_t. Any thoughts would be
appreciated.
Best,
Peter