Infno Questionaire
I'd appreciate your time and effort in completing the following questionaire about Infno. I'm not expecting you to spend vast amounts of time on it, though of course I'm grateful for any responses you can give. There are 11 questions.
I'm generally curious about any responses, but I'll be finishing the paper before 20th January 2008, so responses are most critical in the first few weeks of Infno's release.
All data will be treated as anonymous. It will be used in the compiling of a research paper, but you will not be named; please do not identify yourself directly in this file. There are no right or wrong answers, please be as honest as you like, and of course you are under no obligation to complete the whole questionaire. Complete responses are more valuable to the research, but you can walk away at any point.
If you're happy to help, please send me the questionaire as an RTF attachment to an email, sent to: N.Collins@sussex.ac.uk
I will put the anonymous RTF files in a directory without any reference to the sender of the email.
About You
Here I'm just asking for general information on your musical and technological background as a guide to the cross section of people participating in this survey.
Q1 music background: (instrument(s) played and level of performance, number of years and nature of musical study)
Q2 music technology background: (music softwares commonly used, programming expertise, electronic music experience)
[note, some electronic music making is haptic, i.e. using joystick controllers, other alternative interfaces etc. Feel free to detail this under either category as long as you say how much practice you've put into those interfaces.]
About Infno
Q3 Please state how much you've used Infno already so I know at what point you're filling in the questionaire. Choose one of the following and delete the other:
Not tried it yet
Have spent this long with it: (give a time)
//////////////////GETTING READY TO TEST INFNO////////////////////////////
I include the code to run infno for the various tasks to help.
//please recompile/restart server before running this, to make sure you haven't set-up any alternative options
(
s.waitForBoot({
a=Infno.new; //set-up
});
)
//////////////////TASK 1////////////////////////////
//run this code multiple times; you don't have to wait for the end of each generated track to run it again
(
a.stop; //stop previous
a.play(\synthpop); //InfPop
)
Q4 How would you rate the musical output of the Infno program in synthpop mode? Fill in the following three parts to show your response.
a) score: (0-10, where 0= worst you've ever heard, 5 = average quality 10= best you've ever heard)
b) explanation of your decision:
c) How many times did you run the infno program in synthpop mode before responding:
Q5 How would you rate the variation of the Infno program between runs in synthpop mode? Fill in the following three parts to show your response.
a) score: (0-10, where 0= no difference, 5 = average variation 10= totally different every time)
b) explanation of your decision:
c) How many times did you run the infno program in synthpop mode before responding:
//////////////////TASK 2////////////////////////////
//run this code multiple times; you don't have to wait for the end of each generated track to run it again
(
a.stop; //stop previous
a.play(\techno);
)
Q6 How would you rate the musical output of the Infno program in techno mode? Fill in the following three parts to show your response.
a) score: (0-10, where 0= worst you've ever heard, 5 = average quality 10= best you've ever heard)
b) explanation of your decision:
c) How many times did you run the infno program in techno mode before responding:
Q7 How would you rate the variation of the Infno program between runs in techno mode? Fill in the following three parts to show your response.
a) score: (0-10, where 0= no difference, 5 = average variation 10= totally different every time)
b) explanation of your decision:
c) How many times did you run the infno program in techno mode before responding:
//////////////////GENERAL FEEDBACK////////////////////////////
Q8 Try out Infno as a general system at this point (you might try other help file examples [Infno], perhaps turning dynamicprogramming on). Any further comments now?
Q9 Have you seen any similar programs or devices? (What were they? How did they compare?)
Q10 Now that you've completed most of the questionaire, can you remember any of the tracks Infno played during this session (you might be able to play themes back mentally)? Any comments on memorability?
Q11 Is there anything more you'd like to add?
//////////////////MANY THANKS!!////////////////////////////