<br><br><div><span class="gmail_quote">On 3/7/07, <b class="gmail_sendername">Veli-Pekka Tätilä</b> &lt;<a href="mailto:vtatila@mail.student.oulu.fi">vtatila@mail.student.oulu.fi</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Kas and Spencer,<br>As I wanted to comment both of your replies at once, I&#39;m switching quoting<br>style in mid-thread, IF this new one is problematic, let me know in a reply<br>and I&#39;l&#39;ll change back. AT least it makes it clear with screen readers who
<br>is saying what without having to parse &quot;greater than&nbsp;&nbsp;x 3&quot; in my head,<br>&lt;smile&gt;. Feel free to snip heavily.</blockquote><div><br>Very good!<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>V: Ah I see, sounds good to me. A classic accessibility question, does that<br>panel UI have the concept of keyboard focus, tab order and the ability to<br>interact with the controls using the same hotkeys for knobs that Mac and
<br>WIndows use for sliders? THese are the most frequently overlooked points in<br>synth UI design, in terms of accessibility, and make life hard if your<br>primary input medium is keyboard and output comes via synthetic speech.
</blockquote><div><br>I agree. A while ago I started covering my desk and USB ports with gaming devices and so I tend to use the keyboard for those things a lot more since there is no more space for a separate mouse :-)<br>
<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">V: That&#39;s right, and also because sighted folks might like precise keyboard<br>
control from time to time. Precise adjustment of values, and the ability to<br>type in values using numbers or modal dialogs would rock. I&#39;ve seen a<br>zillion synth UIs in which I&#39;d like to type in an exact cutoff value and
<br>cannot, though I have 102 keys at my Disposal.</blockquote><div><br>Indeed. Envelopes in Ableton Live come to mind.<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>V: It&#39;s funny you mention this. I didn&#39;t think of live performance when I<br>looked into ChucK, although I imagine it could be of great value in that,<br>too. As I input virtually everything via MIDI in my music, and record it
<br>live in a seq, the live aspect of chucK wasn&#39;t my cup of tea, though.</blockquote><div><br>Well, livecoding aside ChucK can work as a live instrument exactly like you want it to work. It takes MIDI, HID and OSC so the sky is the limit.
<br><br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> What<br>I&#39;m looking for is a more accessible equivalent to Reaktor eventually, whose
<br>UI has been going down and down for years, in terms of accessibility. NAmely<br>the ability to patch modular synths together and process MIDI&nbsp;&nbsp;eventes<br>either in real time or off-lien in MIDi files like you would in Cakewalk
<br>application language. Another interest is as a simple testbench for audio<br>and MIDi mangling ideas comparable to VST but much easier and faster to work<br>with.</blockquote><div><br>I think it will suit this role very well. I found development in ChucK to be very fast. MIDI file in and export aren&#39;t here yet but that seems like a useful and obvious future inclusion.
<br><br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;ve noticed that graphical programming, as in Reaktor, has a limit after
<br>which it would be faster and more natural to express those ideas in code,<br>particularly if you have to use magnification and speech to begin with.<br>Laying out math formulae as a series of modules is one obvious example. And
<br>another is counting stuff. To count a 16-bit integer quantity in Reaktor, I<br>Would have to worry about the range of events and chain too binary counters<br>together to get the precision. Where as in ChucK I can say:
<br>0 =&gt; int myCounter; // And that&#39;s that.<br>++myCounter; // to increment, and modulo to wrap.</blockquote><div><br>Yes, indeed. I have no experience with Reaktor but I&#39;ve been with the Nord Modular sine the beginning, I personally found that being able to be very precise about the order in which things are computed is a huge benefit. That&#39;s not so easy to express in graphical systems. In programs like MAX it&#39;s implied in the layout but I&#39;d rather use the layout to express something about the structure of the program which might not be the same intuitively all the time.
<br><br>In Tassman I have at times run out of space on the screen in complicated patches.<br><br>[interface sonification]<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
V: I wonder if that&#39;s bene studied. As part of my Uni graduation stuff for<br>investigating issues of current screen readers from the user point of view,<br>which is just in its infancy, I&#39;ve read plenty of stuff on accessibility. I
<br>do know auditory icons have been researched.</blockquote><div><br>Yes, most obvious is things like Windows making a click sound when you click your mouse. However all serious DAW users turn that off for obvious reasons. I have never heard of interface sonification for musical effect in music programs beyond the metronome, Still, I&#39;m finding the idea intriguing. Right now I have a prototype that works like this. In my sequencer you can select a step that you might want to add a beat or note to (or remove one from, etc). I made it so that if the selected step comes up in the loop a click is heard in the main mix. Since that already depends on the sequencer itself it&#39;s inherently quantised and I picked a click that suits the other sounds. This is a big help in programing beats while not having any visual feedback and it blends with the rest quite naturally, in fact I found my self &quot;playing&quot; those clicks already. I&#39;m now thinking about ways to extend this and elaborate on it.
<br><br>I&#39;m open for ideas here or links to research. Beyond organ players insisting on key clicks I&#39;m drawing blanks with regard to interface sonification for music programs. For video games it&#39;s a different matter, games like Rez and Luminess use this sort of thing all over the place to great effect but neither of those would be so much fun if you can&#39;t see well. Space Channel5 (by the same designer as the other two) should be playable with bad vision. The Csound book has a interesting article on sonifying error messages in a way to indicate the sort of error or event that occurred, that&#39;s interesting too.
<br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>V: Quite nice, actually. But where do you store the sequences and in what
<br>kind of a format? The japanese music macro language (mML) would be<br>especially nice for expressing modulation and monophonic parts in<br>ASCIIbetical notes. I mean, I&#39;ve used it to compose mini tunes for the 8-bit
<br>Nintendo on the PC. I still lack an official spec, though I&#39;ve written a<br>simple MML parser for myself in Perl.</blockquote><div><br>Oh, they are just arrays. When loading the program these are empty; you have to play it to get something and it&#39;s recording or enjoying it while it&#39;s here because after you shut it down the music is gone forever. This is on purpose, actually, it&#39;s a conceptual thing. I&#39;ve been called crazy already &lt;grin&gt;. I can store and recall a few patterns while it runs so it&#39;s feasible to write little songs in it.
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>V: But what kind of params would you adjust via timing? tap tempo comes very
<br>naturally but I don&#39;t know about the rest. Of course, switching patterns<br>needs to be done in time, too.</blockquote><div><br>Nearly everything, actually. For example; I have a &quot;accent&quot; function. Say I&#39;m editing my leadline and I press the &quot;accent&quot; button that&#39;s on the Beatmania controller (a PlayStation one). The program will then wait for the next note of the lead line to come up and assign a accent to it. >From then on there&#39;ll be a accent there.
<br><br>Of course more then that is involved but it all works in real time and it&#39;s quite fast (which it obviously needs to be for live song writing).<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>[MIDI]<br>V: Lastly, some feedback about MIDI:<br>I mentioned MIDI processing as one potential use and find the current API a<br>bit raw.</blockquote><div><br>It is. There have been more comments on this and that too is on our wish list. ChucK is a lot like Christmas for small kids; huge wish lists. On the other hand there are free presents all round the year &lt;grin&gt;. Unless you are in Princeton, then it must be more like a experiment in stress management and sleep deprivation.
<br><br><br>Yours,<br>Kas.<br></div></div>