-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherica2.html
889 lines (808 loc) · 107 KB
/
erica2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta charset="UTF-8">
<title>Technology Use and Attitudes in Music Learning</title>
<link rel="" href="">
<!-- <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
<link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" />
<meta name="DC.title" lang="en" content="How Technology Is Helping The Live Music Industry Respond To Covid" />
<meta name="DC.creator" content="Whitney Jefferson" />
<meta name="DCTERMS.issued" scheme="DCTERMS.W3CDTF" content="2020-10" />
<meta name="DC.publisher" content="BMC Public Health" />
<meta name="DC.identifier" scheme="DCTERMS.URI" content="https://amt-lab.org/blog/2020/10/live-music-in-the-age-of-covid-introduction" />
<meta name="DC.format" scheme="DCTERMS.IMT" content="text/html" />
<meta name="DC.type" scheme="DCTERMS.DCMIType" content="Text" />
<meta name="DCTERMS.bibliographicCitation" content="" />
<meta name="keywords" content="Covid, Live Music, Music Industry, Technology"/> -->
<!--link Bootstrap icons-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!--link google icons-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--link favicon per loghetto -->
<link rel="icon" href="img/m.png" type="img/jpg"/>
<!--link font google-->
<link href="https://fonts.googleapis.com/css2?family=Tangerine&display=swap" rel="stylesheet">
<!--CSS of Bootstrap-->
<link rel="stylesheet" type="text/css" href="bootstrap-5.3.1-dist/css/bootstrap.min.css">
<!-- css link -->
</head>
<body>
<!-- Article -->
<div class="article">
<div class="generic-info">
<div class="title">
<h1 class="title-1">Technology Use and Attitudes in Music Learning</h1>
<!-- p class="subtitle">Identifying key messages</span> about the health effects of air pollution from fossil fuels</p> -->
</div>
<p class="author">By <span class="person" id="GW">George Waddell</span></p>
<p class="author">By <span class="person" id="AW">Aaron Williamon</span></p>
<p class="publication-date">31th May 2019</p>
<div id="decor1"></div>
<p class="publication-location">London, United Kingdom</p>
</div>
<div class="content">
<section id="Abstract">
<p><span class="label">Abstract</span>: While the expansion of technologies into the music education <span class="keyword" id="classroom">classroom</span> has been studied in great depth, there is a lack of published literature regarding the use of digital technologies by students <span class="keyword" id="learning">learning</span> in individual settings. Do <span class="keyword" id="musicians">musicians</span> take their technology use into the practice room and teaching studio, or does the traditional nature of the master-apprentice teaching model promote different attitudes among <span class="keyword" id="musicians">musicians</span> toward their use of technology in <span class="keyword" id="learning">learning</span> to perform? To investigate these issues, we developed the Technology Use and Attitudes in Music Learning Survey, which included adaptations of Davis's 1989 scales for Perceived Usefulness and Perceived Ease of Use of Technology. Data were collected from an international cohort of 338 amateur, student, and professional <span class="keyword" id="musicians">musicians</span> ranging widely in age, specialism, and musical experience. Results showed a generally positive attitude toward current and future technology use among <span class="keyword" id="musicians">musicians</span> and supported the Technology Acceptance Model (TAM), wherein technology use in music <span class="keyword" id="learning">learning</span> was predicted by perceived ease of use via perceived usefulness. <span class="keyword" id="musicians">musicians</span>' self-rated skills with smartphones, <span class="keyword" id="laptop">laptops</span>, and desktop computers were found to extend beyond traditional audio and video recording devices, and the majority of <span class="keyword" id="musicians">musicians</span> reported using classic music technologies (e.g., metronomes and tuners) on smartphones and tablets rather than bespoke devices. Despite this comfort with and access to new technology, availability reported within <span class="keyword" id="otot">one-to-one teaching</span> lessons was half of that within practice sessions, and while a large percentage of <span class="keyword" id="musicians">musicians</span> actively recorded their playing, these recordings were not frequently reviewed. Our results highlight opportunities for technology to take a greater role in improving music <span class="keyword" id="learning">learning</span> through enhanced student-teacher interaction and by facilitating self-regulated <span class="keyword" id="learning">learning</span>.</p>
</section>
<div id="decor2"></div>
<h2 class="title-2">Introduction</h2>
<p><span class="myFirstletter">T</span>he expansion of technology within society is a defining feature of the twenty-first century, revolutionizing how people work, learn, communicate, and spend their leisure time. This is particularly true in the domain of music, where technology has become a presence, if not a requirement, in musical creation, production, expression, dissemination, promotion, and consumption <a href="#b32">[32]</a>. Music education is no exception, seeing significant study and growth and building upon general trends of technology use in the modern <span class="keyword" id="classroom">classroom</span> (<a href="#b45">[45]</a>; <a href="#b57">[57]</a>). However, the attention given to understanding how and where technology is being used in music <span class="keyword" id="classroom">classroom</span> settings has not been applied to the same extent in <span class="keyword" id="otot">one-to-one teaching</span> environments. The master-apprentice model of instrumental teaching can give the impression of an environment resistant to technological innovation (<a href="#b09">[9]</a>; <a href="#b20">[20]</a>). The present study sought to address this gap by examining the use of and attitudes toward technology in the one-to-one <span class="keyword" id="learning">learning</span> and teaching of music performance.</p>
<p><span class="myFirstletter">T</span>he role of technology in the music <span class="keyword" id="classroom">classroom</span> has benefited from two decades of close attention. Early work examined the emerging use of and access to technological resources in the music <span class="keyword" id="classroom">classroom</span> (<a href="#b07">[7]</a>; <a href="#b42">[42]</a>; <a href="#b49">[49]</a>; <a href="#b51">[51]</a>), implications for <span class="keyword" id="teacher">teacher</span> training <a href="#b33">[33]</a> and potential applications for students with profound <span class="keyword" id="learning">learning</span> disabilities (Ellis, 1997). By 2000, inspections of 106 music classrooms found a high degree of technology use, emphasizing that good practice stemmed from a knowledge of how the technology functioned, ability to model use of the technology, and minimized time loss from setup (Mills and Murray, 2000). In the <span class="place" id="UK"><a href="https://en.wikipedia.org/wiki/United_Kingdom" target="_blank">United Kingdom</a></span>, a 2003 government report found that 24% of secondary <span class="keyword" id="teacher">teacher</span>s were making substantial use of technology in their classrooms, and 30% reported a positive effect on their teaching (DfES, 2005) The demonstrated benefits of these tools in the <span class="keyword" id="classroom">classroom</span> led to calls for technology-based professional development workshops <a href="#b05">[5]</a>, and <span class="keyword" id="teacher">teacher</span>s continued to develop strategies to incorporate the available tools at the time—recording, editing, playback, early web-based resources and videos—into their practices <a href="#b30">[30]</a> <a href="#b02">[2]</a>. An independent review by the Department for Education on music education recommended that further work was needed to develop a national plan to embrace technological innovation and ensure that <span class="keyword" id="teacher">teacher</span>s are kept up-to-date with new developments (Henley, 2011). This supports data from the European Commission (2013) which showed a substantial increase in numbers of computers and quality of broadband access in European schools from 2006 to 2012 and marginal growth in use, although fewer than half of <span class="keyword" id="teacher">teacher</span>s were making use of ICT in more than 25% of their classes. While updated statistics on technology use in the music <span class="keyword" id="classroom">classroom</span> have not been provided, more recent studies have found that technology use is on the rise and in a growing set of contexts <a href="#b45">[45]</a>; <a href="#b64">[64]</a>. <a href="#b29">[29]</a> surveyed the field, finding ten distinct roles technology took in the <span class="keyword" id="classroom">classroom</span>, ranging from improving performance skills to facilitating communication to increasing <span class="keyword" id="teacher">teacher</span>s' abilities to assess the success of their students and their own teaching strategies. While technology may remain underused in the <span class="keyword" id="classroom">classroom</span>, with the barriers including a lack of availability, technical competence, and institutional support (<a href="#b37">[37]</a>; <a href="#b17">[17]</a>;<a href="#b18">[18]</a>), its influence is growing.</p>
<p><span class="myFirstletter">T</span>he explosion of online music resources has also shaped the sphere of music <span class="keyword" id="learning">learning</span>, both in the <span class="keyword" id="classroom">classroom</span> and beyond. Millions of instructional music videos can be found via online portals such as YouTube, used not only by individuals in informal <span class="keyword" id="learning">learning</span> practices but being actively incorporated into educational frameworks (<a href="#b63">[63]</a>; <a href="#b54">[54]</a>). This accessibility may belie their utility, however. <span class="person" id="KetilThorgersen">Thorgersen</span> and <span class="person" id="OlleZandén">Zandén</span> (2014) asked nine beginner students aged 20–30 to learn to play new <span class="keyword" id="instrument">instrument</span>s solely through the instruction of online resources. The students focussed primarily on instructional videos and charts, generally avoiding tools allowing for commutation and expert feedback such as forums or assessment tools. While students have ever-greater access to information, there is a risk of them being overwhelmed by choice and distraction and lacking the framework that <span class="keyword" id="teacher">teacher</span>-led training and tailored support can provide.</p>
<p><span class="myFirstletter">L</span>ess has been published regarding the role of technology in <span class="keyword" id="oto">one-to-one teaching</span> settings and instrumental <span class="keyword" id="learning">learning</span>. Existing evidence tends to be anecdotal or out-of-date relative to the quickly changing world of technology, such as one question in a survey of 100 instrumental <span class="keyword" id="teacher">teacher</span>s by Barry and Mcarthur (1994) who found that the majority of instrumental music <span class="keyword" id="teacher">teacher</span>s did not use or encourage their students to use software-based music <span class="keyword" id="learning">learning</span> tools, although the technologies available would have been limited at the time. The use of <span class="keyword">distance <span class="keyword" id="learning">learning</span></span> via videoconferenced lessons is growing, with research finding that skills such as sight-reading can be taught effectively over the medium (<a href="#b44">[44]</a>) and that students and <span class="keyword" id="teacher">teacher</span>s are able to operate the equipment and make the most of the technical and physical limitations (<a href="#b38">[38]</a>). The use of audio and video recordings, both in creating and viewing them, is also common, although the degree to which each of these activities is done remains unclear. Experimental studies have demonstrated their potential as tools to improve self-assessment (<a href="#b35">[35]</a>; <a href="#b48">[48]</a>; <a href="#b10">[10]</a>; <a href="#b27">[27]</a>; <a href="#b53">[53]</a>). Volioti and Williamon (2017) examined the use of audio recordings among instrumental learners, finding that students reported greater use of them than professionals, particularly for elements including goal setting and developing an interpretive style. This supported earlier research that found only a small proportion of professional <span class="keyword" id="musicians">musicians</span> listened to the recordings of others as part of their practice <a href="#b24">[24]</a>. Lindström et al. (2003)<a href="#b39">[39]</a>, in a survey of attitudes toward the <span class="keyword" id="learning">learning</span> and teaching of musical expression, asked music students whether they felt modern techniques (such as computer programs) could be used to learn to play expressively and whether they would use them, as well as reactions on a scale from 0 (very negative) to 10 (very positive) to a hypothetical technology that could record and analyze audio features related to their performance and suggest possible changes to enhance their expressivity. Responses were generally negative, with 83% responding that modern techniques could not be used, with a mean positivity rating of only 3.6 (out of 10). Free comments showed that many students questioned technology's utility for contributing clarity and understanding to a topic as complex as musical expressivity.</p>
<p><span class="myFirstletter">C</span>onsidering the lack of published literature on <span class="keyword" id="musicians">musicians</span>' use of and attitudes toward music technology in instrumental <span class="keyword" id="learning">learning</span>, and the explosion of new technologies now available to them, this study examined (1) <span class="keyword" id="musicians">musicians</span>' skills with and attitudes toward technologies in their day-to-day lives, (2) how they engage with technology in the <span class="keyword" id="learning">learning</span> of musical <span class="keyword" id="instrument">instrument</span>s, (3) how attitudes as music learners differ from music <span class="keyword" id="teacher">teacher</span>s, and (4) <span class="keyword" id="musicians">musicians</span>' attitudes toward potential new technologies and what factors predict adoption of new tools. To investigate this, an exploratory survey study was designed and disseminated to an international cohort of <span class="keyword" id="musicians">musicians</span> varying in age, experience, and <span class="keyword" id="instrument">instrument</span> specialism.</p>
<h2 class="title-2">Materials and methods</h2>
<h3 class="title-3">Respondents</h3>
<p><span class="myFirstletter">T</span>he respondents were 338 <span class="keyword" id="musicians">musicians</span> (57% female) with a mean age of 29.7 years (SD = 11.9, range = 16–82). They had a mean experience of 16.8 years (SD = 10.7, range = 1–68 years), with representation from professional (29%), student (44%), and amateur (27%) groups and 94% having taken formal lessons on their primary <span class="keyword" id="instrument">instrument</span> for a mean 11.5 years (SD = 7.1, range = 1–50). The cohort was international, representing 43 countries across six continents, with a significant proportion being British (43%) and the next highest representation from the USA, Lithuania, Singapore, and Canada (5–6% each). The range of primary <span class="keyword" id="instrument">instrument</span>s included keyboard (36%), strings (including guitar and electric bass; 35%), and woodwind and brass (23%), with the remaining 6% comprising a mix of percussion, vocal, and other <span class="keyword" id="instrument">instrument</span>s. Three quarters (76%) of the cohort reported classical as their primary genre, with the remaining quarter comprising jazz, folk, pop, and other. The survey opened with an information sheet outlining the topic and purpose of the study and instructing respondents that, by beginning the survey, they were providing informed consent. Ethical approval for the study, including consenting procedures, was granted by the Conservatoires UK Research Ethics Committee following the guidelines of the British Psychological Society.</p>
<h3 class="title-3">Survey</h3>
<p><span class="myFirstletter">L</span>he Technology Use and Attitudes in Music <span class="keyword" id="learning">Learning</span> Survey was developed for this study. The complete survey is available as Supplementary Material. The first section focused on standard demographic descriptors including age, sex, primary <span class="keyword" id="instrument">instrument</span>, nationality, and musical experience. The second section elicited information on technology use in day-to-day life, including self-perceived skill in using a range of standard technologies (<span class="keyword" id="smarthphone">smartphones</span>, <span class="keyword" id="laptop">laptops</span>, desktop computers, tablets, smartwatches, televisions, audio and video recording equipment, audio playback equipment, and motion capture technologies), as well as the degree to which they seek out, enjoy using, and enjoy <span class="keyword" id="learning">learning</span> to use new technologies on 7-point scales from 1 (not at all) to 7 (very much). Respondents were also asked the degree to which they find day-to-day technologies easy to use and useful in an adaptation of Davis's (1989) scales for Perceived Usefulness and Perceived Ease of Use of Technology, which together predict actual use of technology. These factors form the foundation of the Technology Acceptance Model (TAM; see Figure 1; <a href="#b11">[11]</a>), which serves to predict attitudes toward, intention to use, and actual use of technology. The TAM has been replicated, adapted, and applied in numerous domains, including that of technology use in educational contexts (<a href="#b01">[1]</a>; <a href="#b60">[60]</a>; <a href="#b14">[14]</a>; <a href="#b40">[40]</a>; <a href="#b67">[67]</a>).</p>
<!-- inser figure -->
<figure>
<img src="img/img_learning/01.jpg">
<figcaption>FIGURE 1. The Technology Acceptance Model (TAM). Figure adapted from Davis (1989, p. 985). In the model, perceived ease of use and usefulness of technologies predict attitudes toward and intention to use technology, which in turn predicts actual system use.</figcaption>
</figure>
<p><span class="myFirstletter">T</span>he third section asked about technology access, use, and attitudes in <span class="keyword" id="learning">learning</span> one's primary <span class="keyword" id="instrument">instrument</span>, including whether the standard technologies listed above are available in their practice room and lesson space, whether the “classic” music technologies of metronomes, tuners, and audio/video recording devices are accessed via smartphone or on bespoke devices. They were then asked about drivers toward and barriers from incorporating technology into their music <span class="keyword" id="learning">learning</span> based on 7-point scales adapted from Gilbert (2015), how likely they are to use new technologies should they become available, and another adaption of the Davis (1989) scale of usefulness and ease of use in the context of music <span class="keyword" id="learning">learning</span>. The next questions investigated the degree to which <span class="keyword" id="musicians">musicians</span> use technology to develop seven skill categories (technical, musical, ensemble, practice, presentation, career, and life) adapted from existing work to profile <span class="keyword" id="musicians">musicians</span>' skills (<a href="#b20">[20]</a>) and including specific subskills (e.g., dynamics, rhythmic accuracy, tracking progress) for several of the categories. Closing this section, <span class="keyword" id="musicians">musicians</span> were asked the degree to which they engaged in technology-driven musical activates including documenting how practice is spent, having videoconferenced lessons, and recording and viewing recordings of their own and others' playing.</p>
<p><span class="myFirstletter">T</span>he final section examined attitudes toward future technologies, including the perceived potential utility of new technology to help with the same skill categories and subskills listed above, and responses to three hypothetical technologies proposed by the authors involving the use of audio, video, and motion capture technologies to be used alone in the practice room or in conjunction with a <span class="keyword" id="teacher">teacher</span>. A final section was presented for active music <span class="keyword" id="teacher">teacher</span>s only, briefly comparing their attitudes toward and use of technology in their roles as <span class="keyword" id="teacher">teacher</span>s to their roles as music learners and the degree to which they engaged in various technology-driven teaching activities including advertising, scheduling lessons, and tracking student progress. The survey also contained a section shown to violinists as part of a sister project, the results of which are not reported here and details of which are not included in the Supplementary Material.</p>
<h3 class="title-3">Procedure and Analyses</h3>
<p><span class="myFirstletter">T</span>he survey was distributed online via SurveyMonkey using social media channels and email lists, with assistance from a number of professional music organizations and educational institutions. The survey was designed to place general technology use early in the form, thus allowing for examination of the first area of focus (<span class="keyword" id="musicians">musicians</span>' general skill with music technology in their day-to-day lives) with a data set prior to dropouts. Of the 338 respondents, complete data sets were recorded for 207. For all analyses, missing data were excluded casewise and N values and degrees of freedom are reported accordingly throughout.</p>
<p><span class="myFirstletter">T</span>o examine differences within participants' use of and attitudes toward technology, repeated-measures ANOVAs were employed with relevant items included as independent variables and the responses to those items (via commensurable 7-point scales) as the dependant variables. In cases where a rank-ordering of responses within survey item (e.g., skill at using devices) was of interest, items were ordered from highest to lowest mean descriptive value before entry into a repeated-measures ANOVA with a planned repeated contrast comparing each item with the one following. Thus, the contrast could determine where significant differences in skill existed within the ordering, and where groups of items emerged within which no significant difference could be found and serving as a “tie” in the rank ordering. For example, if a five-item scale were ordered A-E, items A and B may form a tied group in which A was not significantly higher than B. However, B may be significantly higher than C, after which no significant differences remain, leaving group A-B significantly higher than group C-E. Where Mauchly's W indicated a violation of sphericity (p < 0.05) when running analyses of variance (ANOVAs), Greenhouse-Geisser corrections are reported.</p>
<p>An adapted form of the Technology Acceptance Model (<a href="#b11">[11]</a>; see Figure 1) was constructed and tested using partial least squares structural equation modeling (PLS-SEM; adapted model structure described below and in Figure 7) to examine predictors of perceived future technology use. The model was estimated using the software package SmartPLS (v. 3.2.7; <a href="#b46">[46]</a>), with a 500-sample bootstrapping procedure (bias-corrected and accelerated [BCa]) used to estimate significance levels.</p>
<div id="decor3"></div>
<h2 class="title-2">Results</h2>
<h3 class="title-3">Musicians' General Technology Use</h3>
<p><span class="keyword" id="musicians">Musicians</span> were asked the degree to which they were skilled at using a variety of technologies on 7-point scales. A repeated-measures ANOVA (with item as the independent variable and response as the dependent variable) with a repeated contrast was conducted to determine where significantly different groupings of skills occurred (as described above in “Procedure and Analyses”). The ANOVA revealed a significant main effect [F(6.02, 2028.68) = 429.10, p < 0.001, η2 = 0.56], with the contrast demonstrating five distinct groupings (see Table 1 and Figure 2). The highest skill confidence was found for <span class="keyword" id="laptop">laptops</span>, <span class="keyword" id="smarthphone">smartphones</span>, and desktop computers with no significant differences between them. This grouping was significantly higher than the television and tablet grouping, which was significantly higher than audio recording devices, itself significantly higher than the pairing of video recording devices and audio playback equipment. The lowest skills were reported for motion capture technologies and smartwatches with no significant differences between them but significantly lower than the video recording/audio playback grouping. Correlations between each of the skill categories and age were examined using Kendall's Tau. After applying a <span class="person" id="CarloEmilioBonferroni"><a href="https://en.wikipedia.org/wiki/Carlo_Emilio_Bonferroni" target="_blank">Bonferroni</a></span> correction for multiple comparisons, the only significant relationships found were positive correlations between age and skill with audio recording devices and audio playback devices (τ = 0.11, p < 0.005; τ = 0.13, p < 0.001, respectively) and a negative correlation between age and skill with smartwatches (τ = −0.13, p < 0.005), although all correlations were weak (< 0.2). To examine sex differences, a series of between-groups t-tests was conducted. With the <span class="person" id="CarloEmilioBonferroni"><a href="https://en.wikipedia.org/wiki/Carlo_Emilio_Bonferroni" target="_blank">Bonferroni</a></span> correction applied, significant small-effect differences were found for audio recording devices [women M = 4.00, SD = 1.97; men M = 4.76, SD = 1.95; t(336) = −3.51, p < 0.001, d = 0.38], video recording devices [women M = 3.70, SD = 1.96; men M = 4.41, SD = 1.94; t(336) = −3.32, p < 0.001, d = 0.36], and motion capture technologies [women M = 1.81, SD = 1.40; men M = 2.33, SD = 1.87; t(336) = −2.96, p < 0.005, d = 0.32], and a medium-effect difference found for audio playback devices [women M = 3.31, SD = 2.00; men M = 4.72, SD = 2.08; t(336) = −6.31, p < 0.001, d = 0.69], with men reporting higher figures in each case.</p>
<!-- table -->
<div class="table-responsive">
<table class="table table-hover">
<caption>TABLE 1. Mean self-reported skills in using technological devices.</caption>
<thead>
<tr>
<th scope="col">Skill with device</th>
<th scope="col">M(SD)</th>
<th scope="col">F(1,337)</th>
<th scope="col">p</th>
<th scope="col">n2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Laptop</td>
<td>6.08 (1.19)</td>
<td>1.34</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>Smartphone</td>
<td>6.02 (1.35)</td>
<td>3.72</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>Desktop</td>
<td>5.88 (1.41)</td>
<td>49.28</td>
<td><0.001</td>
<td>0.13</td>
</tr>
<tr>
<td>TV</td>
<td>5.24 (1.81)</td>
<td>0.01</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>Tablet</td>
<td>5.23 (1.80)</td>
<td>50.69</td>
<td><0.001</td>
<td>0.13</td>
</tr>
<tr>
<td>Audio recording</td>
<td>4.33 (1.99)</td>
<td>12.14</td>
<td><0.001</td>
<td>0.03</td>
</tr>
<tr>
<td>Video recording</td>
<td>4.01 (1.98)</td>
<td>0.59</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>Audio playback</td>
<td>3.92 (2.15)</td>
<td>257.56</td>
<td><0.001</td>
<td>0.43</td>
</tr>
<tr>
<td>MoCap</td>
<td>2.04 (1.64)</td>
<td>0.31</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>Smartwatch</td>
<td>1.98 (1.72)</td>
</tr>
</tbody>
</table>
</div>
<!-- figure -->
<figure>
<img src="img/img_learning/02.jpg">
<figcaption>FIGURE 2. Mean self-reported skills for using technological devices. Musicians reported the highest skills in using laptop and desktop computers and smartphones, and the lowest for smart watches, and motion capture technologies. Skills with audio and video recording devices, as well as audio playback, were close to the midpoint. Age and sex had a relatively small effect on these ratings. Error bars show 95% CI. 1 = not at all, 7 = very; ***p < 0.001, as determined using a repeated measures ANOVA and a repeated contrast.</figcaption>
</figure>
<p><span class="myFirstletter">O</span>n the same 7-point scale, <span class="keyword" id="musicians">musicians</span> were asked the degree to which they sought out new technologies (M = 4.41, SD = 1.72), enjoyed <span class="keyword" id="learning">learning</span> to use new technologies (M = 4.98, SD = 1.71), and enjoyed using new technologies (M = 5.08, SD = 1.61) in their day-to-day lives. Analyses using Kendall's Tau found no significant correlations with age, although <span class="person" id="CarloEmilioBonferroni"><a href="https://en.wikipedia.org/wiki/Carlo_Emilio_Bonferroni" target="_blank">Bonferroni</a></span>-corrected t-tests showed men reporting a significantly higher tendency to seek out technology [women M = 4.01, SD = 1.63; men M = 4.93, SD = 1.71; t(336) = −5.04, p < 0.001, d = 0.55], to enjoy <span class="keyword" id="learning">learning</span> it [women M = 4.64, SD = 1.75; men M = 5.41, SD = 1.57; t(336) = −4.19, p < 0.001, d = 0.46], and to enjoy using it [women M = 4.75, SD = 1.63; men M = 5.50, SD = 1.48; t(336) = −4.32, p < 0.001, d = 0.47], with descriptive differences of approximately one point on the 7-point scale. Finally, <span class="keyword" id="musicians">musicians</span> were asked the degree to which they found technology easy to use and useful in their day-to-day lives, using an adaption of Davis's (1989) scales. The six scales showed very high internal reliability (α > 0.90), with moderately high mean scores for the perceived usefulness (M = 5.72, SD = 0.97) and ease of use (M = 5.74, SD = 0.88) of their day-to-day technologies. No effects of age or sex were found.</p>
<h3 class="title-3">Use of Technology in Music Learning</h3>
<p><span class="keyword" id="musicians">Musicians</span> were asked whether they had access to a series of technologies in the spaces where they normally practice and receive lessons (see Table 2). <span class="keyword" id="smarthphone">Smartphones</span> showed the highest prevalence (75%), followed by <span class="keyword" id="laptop">laptops</span> (54%), tablets (38%), and audio recorders (36%). Across all technologies, approximately half of the <span class="keyword" id="musicians">musicians</span> had regular access to technologies in the lesson space vs. practice space.</p>
<!-- insert table-->
<div class="table-responsive">
<table class="table table-hover">
<caption>TABLE 2. Regular technology access in the practice and lesson space.</caption>
<thead>
<tr>
<th scope="col">Technology</th>
<th scope="col">Access in Practice Room</th>
<th scope="col">Access in Lesson Space</th>
</tr>
</thead>
<tbody>
<tr>
<td>Smartphone</td>
<td>225 (75%)</td>
<td>128 (40%)</td>
</tr>
<tr>
<td>Laptop</td>
<td>183 (54%)</td>
<td>56 (17%)</td>
</tr>
<tr>
<td>Tablet</td>
<td>128 (38%)</td>
<td>64 (19%)</td>
</tr>
<tr>
<td>Audio recorder</td>
<td>120 (36%)</td>
<td>62 (18%)</td>
</tr>
<tr>
<td>Audio playback</td>
<td>80 (24%)</td>
<td>41 (12%)</td>
</tr>
<tr>
<td>Desktop computer</td>
<td>74 (22%)</td>
<td>26 (8%)</td>
</tr>
<tr>
<td>Video recorder</td>
<td>59 (18%)</td>
<td>21 (6%)</td>
</tr>
<tr>
<td>Television (large screen)</td>
<td>59 (18%)</td>
<td>18 (5%)</td>
</tr>
<tr>
<td>Smartwatch</td>
<td>23 (7%)</td>
<td>8 (2%)</td>
</tr>
<tr>
<td>Motion capture</td>
<td>16 (5%)</td>
<td>2 (<1%)</td>
</tr>
</tbody>
</table>
</div>
<p><span class="myFirstletter">F</span>or four specific music technologies (metronomes, tuners, audio recorders, and video recorders) <span class="keyword" id="musicians">musicians</span> were asked whether they primarily use these functionalities on a separate device, on their phone, or not at all (see Table 3). For all four devices, the majority of technology use was on a smartphone as opposed to a stand-alone device.</p>
<!-- insert table -->
<div class="table-responsive">
<table class="table table-hover">
<caption>TABLE 3. Use of standard music technologies.</caption>
<thead>
<tr>
<th scope="col">Technology</th>
<th scope="col">n</th>
<th scope="col">Smartphone</th>
<th scope="col">Separate device</th>
<th scope="col">Neither</th>
</tr>
</thead>
<tbody>
<tr>
<td>Metronome</td>
<td>285</td>
<td>170 (60%)</td>
<td>98 (34%)</td>
<td>17 (6%)</td>
</tr>
<tr>
<td>Tuner</td>
<td>278</td>
<td>126 (45%)</td>
<td>91 (33%)</td>
<td>61 (22%)</td>
</tr>
<tr>
<td>Audio recorder</td>
<td>277</td>
<td>172 (62%)</td>
<td>84 (30%)</td>
<td>21 (8%)</td>
</tr>
<tr>
<td>Video recorder</td>
<td>269</td>
<td>167 (62%)</td>
<td>51 (19%)</td>
<td>51 (19%)</td>
</tr>
</tbody>
</table>
</div>
<p><span class="myFirstletter">T</span>he next two questions examined drivers of and barriers preventing adoption of technology use in <span class="keyword" id="learning">learning</span> musical <span class="keyword" id="instrument">instrument</span>s, adapting scales by Gilbert (2015). For each set, a repeated measures ANOVA was conducted (with item as the independent variable and response as the dependent variable) with the questions rank-ordered and followed by a repeated contrast. A significant main effect was found among drivers to technology [F(6.23, 4136.25) = 89.83, p < 0.001, η2 = 0.24] where the strongest drivers of technology use were that it is useful, available, helps accomplish goals, and is easy to use, while the weakest included whether it was inexpensive and if its use is required. For barriers to technology use, a significant main effect was again found [F(5.60, 1560.48) = 38.88, p < 0.001, η2 = 0.12], with the strongest barriers being the lack of requirement and too high a cost (see Table 4). Results also demonstrated that, when compared as combined means, overall responses to positive uses of technology (M = 4.55, SD = 1.26) were significantly higher than negative uses [M = 3.16, SD = 1.27; t(285) = 12.55, p < 0.001, d = 0.82] and these two values were not significantly correlated.</p>
<!-- insert table -->
<div class="table-responsive">
<table class="table table-hover">
<caption>TABLE 4. Drivers toward and barriers to using technology in music learning.</caption>
<thead>
<tr>
<th scope="col">Question</th>
<th scope="col">M (SD)</th>
<th scope="col">F(1, 285)</th>
<th scope="col">p</th>
<th scope="col">n2</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="5">I use tech because...</td>
</tr>
<tr>
<td>...it is useful</td>
<td>5.53 (1.47)</td>
<td>10.31</td>
<td><0.001</td>
<td>0.04</td>
</tr>
<tr>
<td>...it is available</td>
<td>5.27 (1.77)</td>
<td>7.86</td>
<td><0.005</td>
<td>0.03</td>
</tr>
<tr>
<td>...it helps reach goals</td>
<td>4.99 (1.73)</td>
<td>0.53</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>...it is easy to use</td>
<td>4.91 (1.60)</td>
<td>12.26</td>
<td><0.001</td>
<td>0.04</td>
</tr>
<tr>
<td>...I have knowledge</td>
<td>4.67 (1.76)</td>
<td>8.50</td>
<td><0.005</td>
<td>0.03</td>
</tr>
<tr>
<td>...I have support</td>
<td>4.37 (1.82)</td>
<td>0.35</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>...it saves me time</td>
<td>4.30 (2.03)</td>
<td>14.12</td>
<td><0.001</td>
<td>0.05</td>
</tr>
<tr>
<td>...it is inexpensive</td>
<td>3.81 (1.93)</td>
<td>29.06</td>
<td><0.001</td>
<td>0.10</td>
</tr>
<tr>
<td>...it is required</td>
<td>3.10 (1.96)</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="5">I don't use technology because...</td>
</tr>
<tr>
<td>...it is not required</td>
<td>4.22 (2.22)</td>
<td>19.93</td>
<td><0.001</td>
<td>0.07</td>
</tr>
<tr>
<td>...it is too expensive</td>
<td>3.55 (2.09)</td>
<td>0.01</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>...it is not available</td>
<td>3.53 (2.13)</td>
<td>7.55</td>
<td><0.01</td>
<td>0.03</td>
</tr>
<tr>
<td>...it is not useful</td>
<td>3.13 (1.96)</td>
<td>1.03</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>...there isn't enough time</td>
<td>2.98 (1.96)</td>
<td>0.63</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>...I don't know enough</td>
<td>2.88 (1.92)</td>
<td>28.23</td>
<td><0.001</td>
<td>0.09</td>
</tr>
<tr>
<td>...it is too difficult</td>
<td>2.50 (1.61)</td>
<td>0.01</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>...I don't have support</td>
<td>2.49 (1.69)</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<p><span class="myFirstletter">A</span>s employed for general technology use, Davis's (1989) scales were adapted for use of technology in <span class="keyword" id="learning">learning</span> musical <span class="keyword" id="instrument">instrument</span>s. The six-item scales again showed very high internal reliability (α > 0.90), with moderately high mean scores for the perceived usefulness (M = 5.35, SD = 1.20) and ease of use (M = 5.62, SD = 1.12) of their day-to-day technologies, comparable to the scores for general use reported above (usefulness M = 5.72, SD = 0.97; ease of use M = 5.74, SD = 0.88). To examine differences between attitudes toward general and music-<span class="keyword" id="learning">learning</span>-specific technology use, a 2-way repeated measures ANOVA was conducted with construct (usefulness vs. ease of use) and application (general use vs. music-<span class="keyword" id="learning">learning</span>-specific) as independent factors. A small significant main effect of construct was found [F(1, 249) = 6.95, p < 0.01, η2 = 0.03], in which ease of use received slightly higher ratings than usefulness across applications. A small significant main effect of application was also found [F(1, 249) = 15.43, p < 0.001, η2 = 0.06], in which ease of use and usefulness received slightly higher ratings in general technology use than in music-specific cases. Finally, a significant interaction was found [F(1, 249) = 11.17, p < 0.001, η2 = 0.04] in which the construct difference was larger, although still relatively minimal, in the music-<span class="keyword" id="learning">learning</span> application vs. general use: a mean difference of 0.27 points vs. 0.02, respectively. Thus, attitudes toward technology were relatively stable across general and music-<span class="keyword" id="learning">learning</span>-specific applications, with the perceived usefulness of technology falling slightly when <span class="keyword" id="learning">learning</span> musical <span class="keyword" id="instrument">instrument</span>s.</p>
<p><span class="keyword" id="musicians">Musicians</span> were then asked where they use technology in music <span class="keyword" id="learning">learning</span> on a 7-point scale from always to never across seven skill development categories: technical, musical, ensemble, practice, presentation, career, and life. A repeated measures ANOVA (with item as the independent variable and response as the dependent variable) showed a significant effect of skill [F(4.85, 1120.67) = 10.71, p < 0.001, η2 = 0.04], and a repeated contrast (with the items in reverse rank order) showed four significantly different groupings (see Table 5 and Figure 3). Career skills (e.g., networking, budgeting, advertising) showed the highest score, and was significantly higher than the pairing of musical and technical skills, which had no significant difference between them. This was significantly higher than the grouping of practice, ensemble, and life (e.g., mental and physical health, nutrition) skills. Presentation skills (i.e., stage presentation) scored the lowest, significantly lower than life skills.</p>
<!-- insert one table + one figure-->
<!-- table-->
<div class="table-responsive">
<table class="table table-hover">
<caption>TABLE 5. Self-reported use of technology to develop performance skills.</caption>
<thead>
<tr>
<th scope="col">Performance skill</th>
<th scope="col">M (SD)</th>
<th scope="col">F(1, 231)</th>
<th scope="col">p</th>
<th scope="col">n2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Career</td>
<td>4.16 (2.35)</td>
<td>6.78</td>
<td><0.01</td>
<td>0.03</td>
</tr>
<tr>
<td>Musical</td>
<td>3.70 (2.00)</td>
<td>0.03</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>Technical</td>
<td>3.68 (2.16)</td>
<td>3.95</td>
<td><0.05</td>
<td>0.02</td>
</tr>
<tr>
<td>Practice</td>
<td>3.43 (2.04)</td>
<td>0.07</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>Ensemble</td>
<td>3.39 (2.16)</td>
<td>0.21</td>
<td>NS</td>
<td>0.13</td>
</tr>
<tr>
<td>Life</td>
<td>3.32 (2.16)</td>
<td>4.56</td>
<td><0.05</td>
<td>0.03</td>
</tr>
<tr>
<td>Presentation</td>
<td>3.02 (2.14)</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<!-- image -->
<figure>
<img src="img/img_learning/03.jpg">
<figcaption>FIGURE 3. Self-reported use of technology to develop performance skills. Musicians reported the highest skills in career development, followed by developing musical and technical skills, then by practice, ensemble, and life skills, with presentation the lowest. Error bars show 95% CI. 1 = never, 7 = always; *p < 0.05, **p < 0.01, as determined by a repeated measures ANOVA using a repeated contrast.</figcaption>
</figure>
<p><span class="myFirstletter">T</span>he categories of musical, technical, and practice skills comprised a series of sub-skills. A repeated measures ANOVA was employed (with item as the independent variable and response as the dependent variable) with sub-skills included among the overall rankings followed a deviation contrast in which every skill subset was compared with the grand mean of all skills combined. As a deviation contrast does not compare the first- (or last-) entered variable, the overall practice skill score was placed in first position as it was the category closest to the mean score of the seven skill categories (i.e., 3.53). A significant main effect was found [F(13.51, 3121.44) = 26.73, p < 0.001, η2 = 0.10] and contrast results were sorted by descending effect size to determine the skills with the largest significant deviations (see Figure 4). The largest difference was the practice skill of avoiding injury, which had the overall lowest score [M = 1.89, SD = 1.74; F(1, 231) = 216.55, p < 0.001, η2 = 0.48]. This was followed by the musical skill of rhythmic accuracy, which showed the highest overall score [M = 4.42, SD = 1.99; F(1, 231) = 106.63, p < 0.001, η2 = 0.32]. Next were low scores among the technical skills for handling the <span class="keyword" id="instrument">instrument</span> [M = 2.22, SD = 2.04; F(1, 231) = 78.01, p < 0.001, η2 = 0.25] and posture [M = 2.37, SD = 1.91; F(1, 231) = 62.97, p < 0.001, η2 = 0.21]. The practice skill of reviewing feedback followed with a score below the midpoint [M = 2.56, SD = 2.17; F(1, 231) = 34.20, p < 0.001, η2 = 0.13], and the low score for the technical skill of timbre (M = 2.84, SD = 2.14) showed the smallest deviation effect to still reach statistical significance among the subskills [F(1, 231) = 8.14, p < 0.005, η2 = 0.03].</p>
<!-- insert figure -->
<figure>
<img src="img/img_learning/04.jpg">
<figcaption>FIGURE 4. Self-reported use of technology to develop performance skills, including subskills. The highest technology use was for the musical skill (blue) of rhythmic accuracy, and the lowest use was for the technical skills of handling the instrument, posture, and developing timbre, and the practice skills of avoiding injury and reviewing feedback. Error bars show 95% CI. 1 = never, 7 = always; **p < 0.01, ***p < 0.001, representing deviation from the overall midpoint as determined by a repeated measures ANOVA using a deviation contrast.</figcaption>
</figure>
<p><span class="myFirstletter">T</span>he next section examined the frequency with which the <span class="keyword" id="musicians">musicians</span> engage in technology-driven activities, namely keeping records of time spent practicing, having distance lessons over video, and various forms of performance recording and viewing (see Table 6). For documenting practice time, a Wilcoxon signed-rank test showed that significantly more documentation occurred without technology than with (i.e., handwritten notes; T = 3459.50, p < 0.05, r = 0.13; effect size r calculated following <span class="person" id="RobertRosenthal"><a href="https://en.wikipedia.org/wiki/Arthur_Rosenthal" target="_blank">Rosenthal</a></span>, 1991, showing a small effect), where 64% of <span class="keyword" id="musicians">musicians</span> did not ever engage with technology-driven notes and 6% did so on at least a daily basis, while for traditional means 60% never used them and 14% engaged at least daily. While there was of course some overlap between the two paradigms (i.e., many that reported never using one method did engage with the other), further examination of the data showed that 46% of <span class="keyword" id="musicians">musicians</span> reported never for documentation both with and without technology, and no more than 20% of <span class="keyword" id="musicians">musicians</span> reported keeping a daily record with either means. The technological activity with the least engagement was lessons over video, with only one fifth of <span class="keyword" id="musicians">musicians</span> engaging with the practice at least once per year and only 7% having such lessons at least weekly. Four types of audio/video recording activities were documented; recording and viewing recordings of both one's own and others' performances. Friedman's ANOVA, followed by pairwise comparisons (with effect sizes calculated via Wilcoxon signed-rank tests) was used to examine frequency differences. A significant main effect was found [χ2(232) = 165.07, p < 0.001], and pairwise tests showed that the <span class="keyword" id="musicians">musicians</span> recorded their own playing with relatively similar frequency (i.e., not significantly different) than the degree to which they viewed the recordings of others. However, they recorded themselves significantly more often than they viewed those same recordings (T = 612.50, p < 0.001, r = 0.30), the latter of which was done with more frequency than the degree to which they recorded others' playing (T = 3014.50, p < 0.001, r = 0.22).</p>
<!-- insert table -->
<div class="table-responsive">
<table class="table table-hover">
<caption>TABLE 6. Frequency of technology-driven musical activities.</caption>
<thead>
<tr>
<th scope="col">Activity</th>
<th scope="col">Never</th>
<th scope="col">Yearly</th>
<th scope="col">Monthly</th>
<th scope="col">Weekly (Once)</th>
<th scope="col">Weekly (>1)</th>
<th scope="col">Daily (Once)</th>
<th scope="col">Daily (>1)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Document time (with tech)</td>
<td>64%*</td>
<td>2%</td>
<td>10%</td>
<td>10%</td>
<td>9%</td>
<td>3%</td>
<td>3%</td>
</tr>
<tr>
<td>Document time (no tech)</td>
<td>60%*</td>
<td>3%</td>
<td>7%</td>
<td>10%</td>
<td>7%</td>
<td>12%</td>
<td>2%</td>
</tr>
<tr>
<td>Lessons over video</td>
<td>79%</td>
<td>7%</td>
<td>7%</td>
<td>4%</td>
<td>2%</td>
<td>1%</td>
<td>0%</td>
</tr>
<tr>
<td>Record own playing</td>
<td>7%</td>
<td>13%</td>
<td>34%</td>
<td>17%</td>
<td>20%</td>
<td>5%</td>
<td>3%</td>
</tr>
<tr>
<td>Review own recordings</td>
<td>20%</td>
<td>17%</td>
<td>28%</td>
<td>18%</td>
<td>10%</td>
<td>4%</td>
<td>3%</td>
</tr>
<tr>
<td>Record others' playing</td>
<td>26%</td>
<td>18%</td>
<td>20%</td>
<td>12%</td>
<td>10%</td>
<td>1%</td>
<td>1%</td>
</tr>
<tr>
<td>Review others' recordings</td>
<td>10%</td>
<td>8%</td>
<td>21%</td>
<td>22%</td>
<td>21%</td>
<td>11%</td>
<td>7%</td>
</tr>
</tbody>
</table>
</div>
<h3 class="title-3">Use of Technology in Music Teaching</h3>
<p><span class="myFirstletter">A</span> short section was completed by <span class="keyword" id="musicians">musicians</span> who reported themselves as active music <span class="keyword" id="teacher">teacher</span>s (n = 82), teaching a mean 20.88 students (SD = 27.53; Mdn = 11.50, IQR = 26) at the time of completing the survey. The first set of questions investigated how <span class="keyword" id="teacher">teacher</span>s' general attitudes toward and use of technology in their roles as <span class="keyword" id="teacher">teacher</span>s compared with their feelings as music learners (see Table 7). <span class="keyword" id="teacher">Teacher</span>s were generally more receptive to technology in their roles as <span class="keyword" id="teacher">teacher</span>s, being more likely to report increased use, willingness to try, usefulness of, and potential future usefulness of technology than to report decreased attitudes. The only reversal was that of time to try new technologies, where there was a tendency to report the same or less time as a <span class="keyword" id="teacher">teacher</span> than as a musician.</p>
<!-- insert table -->
<div class="table-responsive">
<table class="table table-hover">
<caption>TABLE 7. Comparison of technology attitudes as learner vs. teacher.</caption>
<thead>
<tr>
<th scope="col">Activity</th>
<th scope="col">Less as a teacher</th>
<th scope="col">Same</th>
<th scope="col">More as a teacher</th>
</tr>
</thead>
<tbody>
<tr>
<td>The amount of technology I use</td>
<td>27%</td>
<td>34%</td>
<td>39%</td>
</tr>
<tr>
<td>How willing I am to try new technologies</td>
<td>12%</td>
<td>57%</td>
<td>31%</td>
</tr>
<tr>
<td>The amount of time I have to try new technologies</td>
<td>34%</td>
<td>39%</td>
<td>26%</td>
</tr>
<tr>
<td>How useful technology is</td>
<td>12%</td>
<td>55%</td>
<td>33%</td>
</tr>
<tr>
<td>How useful I think technology could be</td>
<td>9%</td>
<td>56%</td>
<td>35%</td>
</tr>
</tbody>
</table>
</div>
<p><span class="myFirstletter">M</span>usic <span class="keyword" id="teacher">teacher</span>s were then asked the degree to which they used technology in a series of teaching-specific activities. A repeated measures ANOVA showed a significant effect of skill [F(3.74, 303.21) = 34.35, p < 0.001, η2 = 0.30], and a repeated contrast (with the items in reverse rank order) showed four significantly different groupings (see Table 8 and Figure 5). Scheduling lessons showed the highest score, which was significantly higher than advertising for new students. Advertising was in turn significantly higher than giving students feedback, which was grouped with organizing students' practice time and tracking students' progress without significant differences between them. The lowest, reported significantly less often than tracking progress, was tracking students' practice time.</p>
<!-- insert one table + one figure -->
<!--table-->
<div class="table-responsive">
<table class="table table-hover">
<caption>TABLE 8. Self-reported use of technology for music teaching activities.</caption>
<thead>
<tr>
<th scope="col">Teaching activity</th>
<th scope="col">M (SD)</th>
<th scope="col">F(1, 81)</th>
<th scope="col">p</th>
<th scope="col">n2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Schedule</td>
<td>5.07 (2.34)</td>
<td>12.41</td>
<td><0.001</td>
<td>0.13</td>
</tr>
<tr>
<td>Advertise</td>
<td>4.01 (2.49)</td>
<td>10.34</td>
<td><0.005</td>
<td>0.11</td>
</tr>
<tr>
<td>Give feedback</td>
<td>3.15 (2.29)</td>
<td>1.07</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>Organize practice time</td>
<td>2.93 (2.18)</td>
<td>0.17</td>
<td>NS</td>
<td>0.00</td>
</tr>
<tr>
<td>Track progress</td>
<td>2.84 (2.16)</td>
<td>18.05</td>
<td><0.001</td>
<td>0.18</td>
</tr>
<tr>
<td>Track time spent</td>
<td>2.10 (1.79)</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<!-- image -->
<figure>
<img src="img/img_learning/05.jpg">
<figcaption>FIGURE 5. Self-reported use of technology for music teaching activities. The highest technology use was for scheduling lessons and advertising, while the lowest were giving feedback, tracking progress, and organizing and tracking students' time spent practicing. Error bars show 95% CI. 1 = never, 7 = always; **p < 0.01, ***p < 0.001, as determined by a repeated measures ANOVA using a repeated contrast.</figcaption>
</figure>
<h3 class="title-3">Attitudes Toward and Predictors of Future Technology Use</h3>
<p><span class="myFirstletter">T</span>he questions on skills developed using current technologies were repeated with reference to the potential usefulness of future technologies in addressing the same seven categories (see Figure 6). A repeated measures ANOVA (with item as the independent variable and response as the dependent variable) showed a significant effect of skill [F(4.64, 974.60) = 10.30, p < 0.001, η2 = 0.05], and a repeated contrast (with the items in reverse rank order) showed a relatively even ranking of categories with career skills receiving the highest score (M = 5.36, SD = 2.05) as it did in current technology use, and showing the only significant difference between the next highest rank [F(1, 210) = 25.55, p < 0.001, η2 = 0.11] with no significant differences between the remaining six skill categories. In comparing future technology usefulness with current use, a 2-way repeated measures ANOVA with skill category and paradigm (current use vs. future usefulness) as factors was conducted. The main effect of skill category was repeated [F(4.49, 943.15) = 12.78, p < 0.001, η2 = 0.06], and a significant main effect was found for paradigm in which <span class="keyword" id="musicians">musicians</span> rated the potential usefulness of technology for each of the skill categories (combined M = 4.70, SD = 1.48) approximately one point higher than their current use [combined M = 3.53, SD = 1.48; F(1.00, 210.00) = 168.66, p < 0.001, η2 = 0.45]. The interaction was also significant [F(5.23, 1097.78) = 6.43, p < 0.001, η2 = 0.03], unsurprising due to the changing rank orders between the two paradigms.</p>
<!-- insert figure -->
<figure>
<img src="img/img_learning/06.jpg">
<figcaption>FIGURE 6. Perceived usefulness of future technologies for developing performers' skills. As with current technology use, musicians gave the highest scoring for career development skills. The remaining categories did not show significant differences between them. Error bars show 95% CI. 1 = not at all, 7 = very; ***p < 0.001 as measured by a repeated measures ANOVA using a repeated contrast.</figcaption>
</figure>
<p><span class="myFirstletter">A</span>n adapted form of the Technology Acceptance Model (<a href="#b11">[11]</a>; see Figure 1) was constructed and tested using PLS-SEM to examine predictors of perceived future technology use (see Figure 7). Five latent variables were included. The first two—(1) perceived ease of use and (2) usefulness of technologies for music <span class="keyword" id="learning">learning</span>—were used directly from the TAM using the six-component scales described above. To this was added two latent variables—(3) <span class="keyword" id="musicians">musicians</span>' current use of music technology and (4) perceived usefulness of potential future technologies to develop music-performance related skills—each aggregated from the seven skill categories as reported above. These were hypothesized to be predictive of the final item, (5) the degree to which <span class="keyword" id="musicians">musicians</span> intend to use future technologies, comprising a 7-point scale in which <span class="keyword" id="musicians">musicians</span> were asked whether they would use more technology for music <span class="keyword" id="learning">learning</span> were it available (see question 19 in the Supplementary Table) and three questions where <span class="keyword" id="musicians">musicians</span> were asked how likely they would be to use three hypothetical technologies devised by the authors to capture respondent's reactions to specific potential technologies in addition to the general hypothetical (see questions 25–27 in the Supplementary Table). Responses to these questions of hypothetical future use were moderately high (M = 4.70, SD = 1.93; M = 4.81, SD = 1.86; M = 4.36, SD = 2.01; M = 4.48, SD = 2.08, respectively), and a mixed repeated measures ANOVA with the four questions as a repeated factor and sex as a between groups factor (added to the model due to the finding, described above, of men reporting a higher tendency to seek out new technologies) showed no significant main effects of or interaction between the two factors. Figure 7 shows the construction of the model, to which <span class="keyword" id="musicians">musicians</span>' age and musical experience were added as direct predictors of the future use of technologies for music <span class="keyword" id="learning">learning</span>. Missing data were excluded casewise, leaving n = 207 for this analysis. While partial least squares structural equation modeling, unlike covariance-based SEM approaches, do not have available a global goodness of fit measure <a href="#b19">[19]</a>, the standardized root mean square residual (SRMR) was below the 0.08 cutoff considered to be a conservative indicator that the average magnitude of differences between the observed and model-implied correlation matrices was lower and indicative of good fit (Hu and Bentler, 1998). R2 values for each dependent variable were significant (p < 0.001), and significant path relationships (β) were demonstrated (see Figure 7). Perceived ease of use had a significant effect on perceived usefulness (β = 0.62, p < 0.001), accounting for 38% of variance (p < 0.001). As predictors of current use of technology, only usefulness showed a significant effect (β = 0.46, p < 0.001) with 21% of variance accounted for. The perceived usefulness of future technologies was significantly predicted with a small effect by usefulness of current technologies (β = 0.15, p < 0.05), although current technology use was a much stronger predictor (β = 0.56, p < 0.001) with a combined 41% of variance explained. Finally, intention to use future hypothetical technologies was tested with five predictors for a combined 35% of variance accounted for. The strongest significant predictor was the perceived potential usefulness of future music technologies (β = 0.32, p < 0.001), followed closely by perceived usefulness of current technologies (β = 0.31, p < 0.001). <span class="keyword" id="musicians">Musicians</span>' current technology use, age, and musical experience did not significantly predict their intention to use future technologies.</p>
<!-- insert figure -->
<figure>
<img src="img/img_learning/07.jpg">
<figcaption>FIGURE 7. Adapted Technology Acceptance Model for current and potential future use of technologies for music learning. The model was tested using partial least squares structural equation modeling (missing data excluded casewise, n = 207). Blue circles show latent variables and contain R2 values; green squares show directly measured variables and, when forming composite latent variables, are accompanied by alpha values (Cronbach's) in green. Path arrow thickness indicates relative weight and is accompanied by β values that represent standardized regression coefficients resulting from the Partial Least Squares analysis, demonstrating the relative weighting of each path on a scale from −1 to 1. Significance values of R2 and β were calculated using 500-sample bootstrapping (bias-corrected and accelerated; [BCa]). Current use of technology was predicted by perceived technology usefulness but not ease of use, which itself predicted usefulness. Future use of technology was predicted by perceived current and future music technology usefulness, but not by current technology use, age, or musical experience. TNCL, Technical; MUS, Musical; ENS, Ensemble; PRCT, Practice; PRES, Presentation; CAR, Career. *p < 0.05, ***p < 0.001.</figcaption>
</figure>
<h2 class="title-2">Discussion</h2>
<p><span class="myFirstletter">T</span>his research examined the use of and attitudes toward technology in <span class="keyword" id="musicians">musicians</span>' individual <span class="keyword" id="learning">learning</span> and teaching, investigating their current use of technology in day-to-day life and in their <span class="keyword" id="learning">learning</span>, as well as opinions toward future hypothetical technologies. Across the survey, <span class="keyword" id="musicians">musicians</span> were shown to be generally positive in their attitudes toward technology, active in their use, and optimistic regarding future possibilities, although notable deficits remain.</p>
<p><span class="myFirstletter">I</span>n their day-to-day lives, <span class="keyword" id="musicians">musicians</span> were most skilled at using <span class="keyword" id="smarthphone">smartphones</span>, <span class="keyword" id="laptop">laptops</span>, and desktop computers to a significantly greater degree than audio and video recording devices, and playback equipment. While this is perhaps not surprising due to the relatively recent surge of such technologies in the personal sphere, it signifies that <span class="keyword" id="musicians">musicians</span> are less confident with the audio and video recording devices that might be considered central to the practice of musical <span class="keyword" id="learning">learning</span> and training. Such a shift toward mobile devices and computers was also seen in the increased accessibility of these devices in the practice and lesson space compared with audio/video recording and playback equipment, as well as the fact that the majority of <span class="keyword" id="musicians">musicians</span> were found to be engaging with the “classic” music technologies of metronomes, tuners, and audio/video recording functions on their <span class="keyword" id="smarthphone">smartphones</span> as opposed to bespoke equipment. It is notable that significant differences in sex and age were not found for mobile devices and computers, suggesting the new universality of these devices that transcend stereotypical barriers. While the means reported suggested slightly higher increases in confidence with some of the lower-rated technologies (i.e., audio/video recording playback and motion capture), as well as a greater tendency to seek out and enjoy the search for new technologies, it may indicate that the established trend of men (and boys) showing greater confidence with music technologies (e.g., <a href="#b08">[8]</a>) is waning with the explosion of personal computing and <span class="keyword" id="smarthphone">smartphones</span> and the emergence of a new generation of digital learners (<a href="#b40">[40]</a>). The sex differences may also have resulted from an effect of stereotype threat, in which women may have been more likely to self-report lower engagement with technology resulting from cultural assumptions of women's relationship with STEM-related subjects (Stout et al., 2011). The musician's toolkit is evolving; pedagogues, <span class="keyword" id="teacher">teacher</span>s, institutions, and technology creators must work to keep up. That the accessibility of every technology here investigated halved when moving from the practice to the teaching space suggests that these tools have not yet found their place in one-to-one <span class="keyword" id="learning">learning</span> settings, mirroring the continued (but shrinking) underuse of technology in classrooms, particularly for formative assessment <a href="#b17">[17]</a> and <span class="keyword" id="distancelearning">distance learning</span> (<a href="#b38">[38]</a>). It was promising that music <span class="keyword" id="teacher">teacher</span>s in this study tended to report higher use of technology as <span class="keyword" id="teacher">teacher</span>s than as learners, although the majority of this activity was used outside of the lesson space, such as lesson scheduling and advertising.</p>
<p><span class="myFirstletter">R</span>egarding use of technology for music <span class="keyword" id="learning">learning</span>, <span class="keyword" id="musicians">musicians</span> were found to rate the drivers to new technology significantly higher than barriers preventing them from using it. The highest rated drivers included usefulness, availability, ability to accomplish goals, and ease of use. The lowest included whether the technologies were time saving, inexpensive, and required for use. The strongest barriers were whether it was not required, its expense, and its availability, with the lowest being knowledge of use, difficulty of use, and whether support was available. This somewhat contradicts findings within the general music education <span class="keyword" id="classroom">classroom</span>, where Gall (2013) found lack of availability, technical competence, and staff support to be the largest barriers to technology adoption, and Gilbert (2015) found it to be a lack of time, especially in difficulty to set-up. Further research should examine explicitly differences in attitudes between individual and classroom-based music <span class="keyword" id="learning">learning</span> paradigms. In examining which music-related skills are developing using these technologies, the highest skill category was for career development, including networking, budgeting, and advertising. The pronounced role of social media may in part account for this, as well as a wealth of online resources aimed at managing and maintaining a freelance career. The skill groups that followed—musical, technical, and practice-based—were marked by notable deviations of certain subskills. That the musical skill of rhythmic accuracy scored the highest in technology use is perhaps unsurprising due to the prevalence of metronomes. The low scores for the skills of <span class="keyword" id="instrument">instrument</span> handling, maintaining good posture, and avoiding injury all speak to the physical aspects of technology, an area that could see further growth soon due to the increasing development of optical and wearable sensors for music performance and corresponding experimental pedagogical applications (e.g., Ng et al., 2007; <a href="#b59">[59]</a>; <a href="#b34">[34]</a>; <a href="#b62">[62]</a>). The low score for the skill of good tone or timbre may also speak to the complexity of the construct and a lack of market-ready technologies to analyze and develop this skill, although new strides are being made in this area (<a href="#b28">[28]</a>; <a href="#b22">[22]</a>).</p>
<p><span class="myFirstletter">T</span>he lower score for the subskill of reviewing feedback highlights a gap in the use of technology to aid in self-directed <span class="keyword" id="learning">learning</span> and practice. As it provides tools that can be used to help plan, monitor, and review one's performance, technology has great potential to improve the efficacy of <span class="keyword" id="learning">learning</span> by harnessing the principles of deliberate practice through self-regulated <span class="keyword" id="learning">learning</span>, which calls for a cycle of explicit planning, deliberate execution, and thoughtful evaluation of one's practice that cycles back into preparing for the next practice session (<a href="#b68">[68]</a>; <a href="#b36">[36]</a>; <a href="#b17">[17]</a>; <a href="#b25">[25]</a>; <a href="#b22">[22]</a>). Unfortunately, these results suggest that significant gaps remain in this <span class="keyword" id="learning">learning</span> cycle among <span class="keyword" id="musicians">musicians</span>. Nearly half of <span class="keyword" id="musicians">musicians</span> reported not keeping any kind of record of their activities in the practice room, with or without technology-enhanced means, with fewer than a fifth of <span class="keyword" id="musicians">musicians</span> undertaking this daily. While approximately half of the sampled <span class="keyword" id="musicians">musicians</span> reported recording their own playing at least once weekly, these recordings were reviewed with significantly lower frequency. They also engaged with the recordings of others more than they did with their own, supporting previous research highlighting the important and varied role such activity can play in developing an interpretative style, particularly in the early stages of practice <a href="#b61">[61]</a>. While the act of making the recording alone may to some degree simulate the pressure of a performance situation, and thus trigger the physiological and psychological arousal that can accompany mock performances (<a href="#b22">[22]</a>), without reviewing the recordings <span class="keyword" id="musicians">musicians</span> do not experience the positive effects this can have on the act of self-assessment (<a href="#b53">[53]</a>).</p>
<p><span class="myFirstletter">T</span>he results from the structural equation modeling support Davis (1989); <a href="#b11">[11]</a> Davis et al. (1989) <a href="#b12">[12]</a> Technology Acceptance Model, where we found that current use of technology for music <span class="keyword" id="learning">learning</span> was predicted by perceived usefulness and ease of use. In this case, however, ease of use was not found to be a direct predictor of active technology use; instead, it was shown to predict the perceived usefulness of technology which then predicted use. This result replicates previous findings in educational video games (<a href="#b40">[40]</a>) and suggests that ease of use on its own is not enough to drive use in music <span class="keyword" id="learning">learning</span> situations. The technology must be perceived as being useful, although by being easier to use these tools may be giving users a greater chance to recognize and appreciate their utility. The TAM was not initially designed for speculation on hypothetical future use of technology, thus no hypotheses were drawn on the predictors of future intentions. In this case, current technology use, age, and musical experience had no predictive power on attitudes toward using future technologies, with the significant predictors being perceived current usefulness and hypothetical future usefulness. On the one hand, this is promising; there appear to be few barriers to technology uptake beyond making sure they fulfill a need for <span class="keyword" id="musicians">musicians</span>. On the other, behavioral intention often falls short of actual behavior, functioning more as a moderator than a direct predictor (<a href="#b03">[3]</a>; <a href="#b55">[55]</a>). The true test of attitudes toward future technologies will be how they are perceived and used when ultimately presented.</p>
<p><span class="myFirstletter">W</span>hile the study was able to reach an international cohort varying in age, experience, and nationality, generalizability of this study is limited by the nature of the convenience sampling used. In particular, participants had to engage with technology (i.e., emails, social media, internet browsers, etc.) in order to complete a survey on the use of technology. However, the near ubiquitous access to the internet and use of email in the target population minimizes the risk that major subgroups were excluded. Future research should expand on these findings by exploring deeper the reasons for and processes by which <span class="keyword" id="musicians">musicians</span> choose the technology they use and the innovative ways by which they are incorporating them into their pedagogy. This work could also examine the degree to which <span class="keyword" id="musicians">musicians</span> continue to use technology once it has been adapted, as continued satisfaction with technology and the potential negative effects of overhyped and under-delivered features have been shown to be powerful drivers of and barriers to continued technology engagement (Bhattacherjee and Premkumar, 2004).</p>
<div id="decor4"></div>
<h2 class="title-2">Conclusions</h2>
<p><span class="myFirstletter">T</span>he traditional models of <span class="keyword" id="learning">learning</span> music can give the impression of a rarefied culture resistant to change. The present study suggests that this is not the case. We found that technology use is being actively pursued and demanded by a population of <span class="keyword" id="musicians">musicians</span> with a high degree of technological aptitude, one that particularly favors mobile devices over bespoke equipment to record audio and video or to set metronomic time. Technology, in addition to its role as a tool to network and communicate, is being used to enhance the development of technical and musical skills. However, gaps remain in technology use, particularly for aspects relating to kinematics such as posture and the avoidance of injury. Music <span class="keyword" id="teacher">teacher</span>s are making use of technologies to communicate with and organize time with their students, though more research is required to reveal how technology is being employed within the teaching studio and what innovations may be possible therein. New technologies, through advanced and interactive systems of behavioral analysis and feedback, have the potential to enhance communication, efficiency, efficacy, and healthy practice in music <span class="keyword" id="learning">learning</span>. By understanding the challenges faced and attitudes held by <span class="keyword" id="musicians">musicians</span> that may be impeding the take-up of such systems, researchers and designers will be able to develop genuinely useful technologies for the next generation of performers, <span class="keyword" id="teacher">teacher</span>s will be able to enhance the feedback they can give in their classrooms and studios, and <span class="keyword" id="musicians">musicians</span> will be able to expand their toolkit to build the full range of skills required for their art and their careers.</p>
<!-- inizio references -->
<div id="FootWrapper" class="foot">
<section id="References">
<h2 class="title-2">References</h2>
<p class="biblioItem" id="b01"><span class="biblioMarker">1. </span>Adams, D. A., Nelson, R. R., and Todd, P. A. (<span class="dateTime">1992</span>). Perceived usefulness, ease of use, and usage of information technology: a replication. MIS Quart. 16, 227-247. doi: 10.2307/249577 </p>
<p class="biblioItem" id="b02"><span class="biblioMarker">2. </span>Anderson, A. J., and Ellis, A. ( <span class="dateTime">2017</span> ). Desktop video assisted music teaching and learning: new opportunities for design and delivery. Br. J. Educ. Technol. 36, 915-917. doi: 10.1111/j.1467-8535.2005.00496.x</p>
<p class="biblioItem" id="b03"><span class="biblioMarker">3. </span>Armitage, C. J., and Christian, J. (2003). From attitudes to behaviour: basic and applied research on the theory of planned behaviour. J. Curr. Psychol. 22, 187-195. doi: 10.1007/s12144-003-1015-5</p>
<p class="biblioItem" id="b04"><span class="biblioMarker">4. </span>Barry, N. H., and Mcarthur, V. (1994). Teaching practice strategies in the music studio: a survey of applied music teachers. Psychol. Music 22, 44-55. doi: 10.1177/0305735694221004</p>
<p class="biblioItem" id="b05"><span class="biblioMarker">5. </span>Bauer, W. I., Reese, S., and McAllister, P. A. (2003). Transforming music teaching via technology: the role of professional development. J. Res. Music Educ. 51, 289-301. doi: 10.2307/3345656</p>
<p class="biblioItem" id="b06"><span class="biblioMarker">6. </span>Bhattacherjee, A., and Premkumar, G. (2004). Understanding changes in belief and attitude toward information technology usage: a theoretical model and longitudinal test. MIS Quart. 34, 229-254. doi: 10.2307/25148634</p>
<p class="biblioItem" id="b07"><span class="biblioMarker">7. </span>Bray, D. (1997). CD ROM in music education. <span class="italic">Brit. J. Mus. Ed.</span> 14, 137. doi: <a href="https://doi.org/10.1017/S0265051700003582" class="doi">10.1017/S0265051700003582</a></p>
<p class="biblioItem" id="b08"><span class="biblioMarker">8. </span>Colley, A., Comber, C., and Hargreaves, D. (1997). IT and music education: what happens to boys and girls in coeducational and single sex schools. <span class="italic">Brit. J. Mus. Ed.</span> 14, 119. doi: <a href="https://doi.org/10.1017/S0265051700003569" class="doi">10.1017/S0265051700003569</a></p>
<p class="biblioItem" id="b09"><span class="biblioMarker">9. </span>Creech, A., and Gaunt, H. (2012). “The changing face of individual instrumental tuition: value, purpose, and potential,” in <span class="italic">The Oxford Handbook of Music Education, Vol. 1</span>, eds G. E. McPherson and G. F. Welch (Oxford: Oxford University Press), 694–711. doi: <a href="https://doi.org/10.1093/oxfordhb/9780199730810.013.0042" class="doi">10.1093/oxfordhb/9780199730810.013.0042</a></p>
<p class="biblioItem" id="b10"><span class="biblioMarker">10. </span>Daniel, R. (2001). Self-assessment in performance. <span class="italic">Br. J. Music Educ.</span> 18, 215–226. doi: <a href="https://doi.org/10.1017/S0265051701000316" class="doi">10.1017/S0265051701000316</a></p>
<p class="biblioItem" id="b11"><span class="biblioMarker">11. </span>Davis, F. D. (1989). Perceived usefulness, perceived ease of use, and user acceptance of information technology. <span class="italic">MIS Quart.</span> 1989, 319-340. doi: <a href="https://doi.org/10.2307/249008" class="doi">10.2307/249008</a></p>
<p class="biblioItem" id="b12"><span class="biblioMarker">12. </span>Davis, F. D., Bagozzi, R. P., and Warshaw, P. R. (1989). User acceptance of computer technology: a comparison of two theoretical models. <span class="italic">Manag. Sci.</span> 35, 982-1003. doi: <a href="https://doi.org/10.1287/mnsc.35.8.982" class="doi">10.1287/mnsc.35.8.982</a></p>
<p class="biblioItem" id="b13"><span class="biblioMarker">13. </span>DfES Department for Education and Skills. (2005). Support for Parents: The Best Start for Children. London: Stationery Office.</p>
<p class="biblioItem" id="b14"><span class="biblioMarker">14. </span>Edmunds, R., Thorpe, M., and Conole, G. (2012). Student attitudes towards and use of ICT in course study, work, and social activity: a technology acceptance model approach: exploring student perceptions of ICT in three contexts. <span class="italic">Br. J. Educ. Technol.</span> 43, 71–84. doi: <a href="https://doi.org/10.1111/j.1467-8535.2010.01142.x" class="doi">10.1111/j.1467-8535.2010.01142.x</a></p>
<p class="biblioItem" id="b15"><span class="biblioMarker">15. </span>Ellis, P. (1997). The Music of Sound: a new approach for children with severe and profound and multiple learning difficulties. <span class="italic">Brit. J. Mus. Ed.</span> 14, 173. doi: <a href="https://doi.org/10.1017/S0265051700003624" class="doi">10.1017/S0265051700003624</a></p>
<p class="biblioItem" id="b16"><span class="biblioMarker">16. </span>European Commission (2013). Survey of Schools: ICT in Education. Luxembourg: Publications Office of the European Union.</p>
<p class="biblioItem" id="b17"><span class="biblioMarker">17. </span>Fautley, M. (2013). The potential of audio and video for formative assessment purposes in music education in the lower secondary school in England: issues arising from a small-scale study of trainee music teachers. <span class="italic">J. Music Technol. Educ.</span> 6, 29–42. doi: <a href="https://doi.org/10.1386/jmte.6.1.29_1" class="doi">10.1386/jmte.6.1.29_1</a></p>
<p class="biblioItem" id="b18"><span class="biblioMarker">18. </span>Gall, M. (2013). Trainee teachers' perceptions: factors that constrain the use of music technology in teaching placements. <span class="italic">J. Music Technol. Educ.</span> 6, 5-27. doi: <a href="https://doi.org/10.1386/jmte.6.1.5_1" class="doi">10.1386/jmte.6.1.5_1</a></p>
<p class="biblioItem" id="b19"><span class="biblioMarker">19. </span>Garson, G. D. (2016). Partial Least Squares: Regression and Structural Equation Models. Statistical Associates Blue Book Series. Asheboro, NC: Statistical Associates Publishing.</p>
<p class="biblioItem" id="b20"><span class="biblioMarker">20. </span>Gaunt, H. (2017). “Apprenticeship and empowerment: the role of one-to-one lessons,” in Musicians in the Making: Pathways to Creative Performance, eds J. Rink, H. Gaunt, and A. Williamon (Oxford: Oxford University Press), 28-56.</p>
<p class="biblioItem" id="b21"><span class="biblioMarker">21. </span>Gilbert, A. D. (2015). An Exploration of the Use of and the Attitudes Toward Technology in First-Year Instrumental Music. (Unpublished PhD thesis), University of Nebraska.</p>
<p class="biblioItem" id="b22"><span class="biblioMarker">22. </span>Giraldo, S., Ramirez, R., Waddell, G., and Williamon, A. (2017). “A real-time feedback learning tool to visualize sound quality in violin performances,” in Proceedings of the 10th International Workshop on Machine Learning and Music, eds. R. Ramirez, D. Conklin, and J. M. Iñesta (Barcelona), 19–24.</p>
<p class="biblioItem" id="b23"><span class="biblioMarker">23. </span>Giraldo, S., Waddell, G., Nou, I., Ortega, A., Mayor, O., Perez, A., et al. (2019). Automatic assessment of tone quality in violin music performance. <span class="italic">Front. Psychol.</span> 10:334. doi: <a href="https://doi.org/10.3389/fpsyg.2019.00334" class="doi">10.3389/fpsyg.2019.00334</a></p>
<p class="biblioItem" id="b24"><span class="biblioMarker">24. </span>Hallam, S. (1995). Professional musicians' orientations to practice: implications for teaching. <span class="italic">Br. J. Music Educ.</span> 12, 3-19. doi: <a href="https://doi.org/10.1017/S0265051700002357" class="doi">10.1017/S0265051700002357</a></p>
<p class="biblioItem" id="b25"><span class="biblioMarker">25. </span>Hatfield, J. L., Halvari, H., and Lemyre, P.-N. (2016). Instrumental practice in the contemporary music academy: a three-phase cycle of Self-Regulated Learning in music students. <span class="italic">Music. Sci.</span> 2016, 316–337. doi: <a href="https://doi.org/10.1177/1029864916658342" class="doi">10.1177/1029864916658342</a></p>
<p class="biblioItem" id="b26"><span class="biblioMarker">26. </span>Henley, D. (2011). Music Education in England: A Review by Darren Henley for the Department for Education and the Department for Culture, Media and Sport. Available online at: <a href="https://www.gov.uk/government/publications/music-education-in-england-a-review-by-darren-henley-for-the-department-for-education-and-the-department-for-culture-media-and-sport" class="url">https://shorturl.at/fikM8</a></p>
<p class="biblioItem" id="b27"><span class="biblioMarker">27. </span>Hewitt, M. P. (2002). Self-evaluation tendencies of junior high instrumentalists. <span class="italic">J. Res. Music Educ.</span> 50, 215–226. doi: <a href="https://doi.org/10.2307/3345799" class="doi">10.2307/3345799</a></p>
<p class="biblioItem" id="b28"><span class="biblioMarker">28. </span>Himonides, E. (2009). Mapping a beautiful voice: theoretical considerations. <span class="italic">J. Music Technol. Educ.</span> 2, 25–54. doi: <a href="https://doi.org/10.1386/jmte.2.1.25/1" class="doi">10.1386/jmte.2.1.25/1</a></p>
<p class="biblioItem" id="b29"><span class="biblioMarker">29. </span>Himonides, E., and Purves, R. (2010). “The role of technology,” in Music Education in the 21st Century in the United Kingdom: Achievements, Analysis, and Aspirations, eds S. Hallam and A. Creech (London, Institute of Education), 123–140.</p>
<p class="biblioItem" id="b30"><span class="biblioMarker">30. </span>Ho, W. C. (2004). Use of information technology and music learning in the search for quality education. <span class="italic">Br. J. Educ. Technol.</span> 35, 57–67. doi: <a href="https://doi.org/10.1111/j.1467-8535.2004.00368.x" class="doi">10.1111/j.1467-8535.2004.00368.x</a></p>
<p class="biblioItem" id="b31"><span class="biblioMarker">31. </span>Hu, L.-T., and Bentler, P. M. (1998). Fit indices in covariance structure modeling: sensitivity to underparameterized model misspecification. <span class="italic">Psychol. Methods</span> 3:424. doi: <a href="https://doi.org/10.1037/1082-989X.3.4.424" class="doi">10.1037/1082-989X.3.4.424</a></p>
<p class="biblioItem" id="b32"><span class="biblioMarker">32. </span>Hugill, A. (2012). <span class="italic">The Digital Musician, 2nd Ed.</span> New York, NY: Routledge. doi: <a href="https://doi.org/10.4324/9780203111796" class="doi">10.4324/9780203111796</a></p>
<p class="biblioItem" id="b33"><span class="biblioMarker">33. </span>Hunt, A., and Kirk, R. (1997). Technology and music: incompatible subjects. <span class="italic">Brit. J. Mus. Ed.</span> 14:151. doi: <a href="https://doi.org/10.1017/S0265051700003600" class="doi">10.1017/S0265051700003600</a></p>
<p class="biblioItem" id="b34"><span class="biblioMarker">34. </span>Johnson, R. M., van der Linden, J., and Rogers, Y. (2010). “MusicJacket: the efficacy of real-time vibrotactile feedback for learning to play the violin,” in <span class="italic">CHI'10 Extended Abstracts on Human Factors in Computing Systems</span> (Atlanta: ACM), 3475–3480. doi: <a href="https://doi.org/10.1145/1753846.1754004" class="doi">10.1145/1753846.1754004</a></p>
<p class="biblioItem" id="b35"><span class="biblioMarker">35. </span>Johnston, H. (1993). The use of video self-assessment, peer-assessment, and instructor feedback in evaluating conducting skills in music student teachers. <span class="italic">Br. J. Music Educ.</span> 10:57. doi: <a href="https://doi.org/10.1017/S0265051700001431" class="doi">10.1017/S0265051700001431</a></p>
<p class="biblioItem" id="b36"><span class="biblioMarker">36. </span>Jørgensen, H. (2004). “Strategies for individual,” in <span class="italic">Musical Excellence: Strategies and Techniques to Enhance Performance</span>, ed A. Williamon (Oxford: Oxford University Press), 85–104. doi: <a href="https://doi.org/10.1093/acprof:oso/9780198525356.003.0005" class="doi">10.1093/acprof:oso/9780198525356.003.0005</a></p>
<p class="biblioItem" id="b37"><span class="biblioMarker">37. </span>Kenny, R. F., and McDaniel, R. (2011). The role teachers' expectations and value assessments of video games play in their adopting and integrating them into their classrooms: expectancy-value. <span class="italic">Br. J. Educ. Technol.</span> 42, 197–213. doi: <a href="https://doi.org/10.1111/j.1467-8535.2009.01007.x" class="doi">10.1111/j.1467-8535.2009.01007.x</a></p>
<p class="biblioItem" id="b38"><span class="biblioMarker">38. </span>Kruse, N. B., Harlos, S. C., Callahan, R. M., and Herring, M. L. (2013). Skype music lessons in the academy: intersections of music education, applied music and technology. <span class="italic">J. Music Technol. Educ.</span> 6, 43–60. doi: <a href="https://doi.org/10.1386/jmte.6.1.43_1" class="doi">10.1386/jmte.6.1.43_1</a></p>
<p class="biblioItem" id="b39"><span class="biblioMarker">39. </span>Lindström, E., Juslin, P. N., Bresin, R., and Williamon, A. (2003). “Expressivity comes from within your soul”: a questionnaire study of music students' perspectives on expressivity. <span class="italic">Res. Stud. Music Educ.</span> 20, 23–47. doi: <a href="https://doi.org/10.1177/1321103X030200010201" class="doi">10.1177/1321103X030200010201</a></p>
<p class="biblioItem" id="b40"><span class="biblioMarker">40. </span>Martí-Parreño, J., Sánchez-Mena, A., and Aldás-Manzano, J. (2016). “Teachers' intention to use educational video games: a technology acceptance model approach,” in <span class="italic">Proceedings of the 10th European Conference on Games Based Learning</span> (Reading, UK), 434–441.</p>
<p class="biblioItem" id="b41"><span class="biblioMarker">41. </span>Mills, J., and Murray, A. (2000). Music technology inspected: good teaching in key stage 3. <span class="italic">Br. J. Music Educ.</span> 17, 129–156. doi: <a href="https://doi.org/10.1017/S026505170000022X" class="doi">10.1017/S026505170000022X</a></p>
<p class="biblioItem" id="b42"><span class="biblioMarker">42. </span>Naughton, C. (1997). Music technology tools and the implications of socio-cognitive research. <span class="italic">Brit. J. Mus. Ed.</span> 14:111. doi: <a href="https://doi.org/10.1017/S0265051700003557" class="doi">10.1017/S0265051700003557</a></p>
<p class="biblioItem" id="b43"><span class="biblioMarker">43. </span>Ng, K. C., Weyde, T., Larkin, O., Neubarth, K., Koerselman, T., and Ong, B. (2007). “The 3D augmented mirror: a multimodal interface for learning and teaching string instruments,” in <span class="italic">ICMI '07 Proceedings of the 9th International Conference on Multimodal Interfaces</span> (New York, NY), 339–345. doi: <a href="https://doi.org/10.1145/1322192.1322252" class="doi">10.1145/1322192.1322252</a></p>
<p class="biblioItem" id="b44"><span class="biblioMarker">44. </span>Pike, P. D., and Shoemaker, K. (2013). The effect of <span class="keyword" id="distancelearning">distance learning</span> on acquisition of piano sight-reading skills. <span class="italic">J. Music Technol. Educ.</span> 6, 147–162. doi: <a href="https://doi.org/10.1386/jmte.6.2.147_1" class="doi">10.1386/jmte.6.2.147_1</a></p>
<p class="biblioItem" id="b45"><span class="biblioMarker">45. </span>Purves, R. (2012). “Technology and the educator,” in <span class="italic">The Oxford Handbook of Music Education, Vol. 2</span>, eds G.E. McPherson and G. F. Welch (Oxford: Oxford University Press), 457–475. doi: <a href="https://doi.org/10.1093/oxfordhb/9780199928019.013.0030" class="doi">10.1093/oxfordhb/9780199928019.013.0030</a></p>
<p class="biblioItem" id="b46"><span class="biblioMarker">46. </span>Ringle, C. M., Wende, S., and Becker, J.-M. (2015). “SmartPLS 3.” Boenningstedt: SmartPLS GmbH. Available online at: <a href="http://www.smartpls.com" class="url">http://www.smartpls.com</a></p>
<p class="biblioItem" id="b47"><span class="biblioMarker">47. </span>Ritchie, L., and Williamon, A. (2013). Measuring musical self-regulation: linking processes, skills, and beliefs. <span class="italic">J. Educ. Training Stud.</span> 1, 106–117. doi: <a href="https://doi.org/10.11114/jets.v1i1.81" class="doi">10.11114/jets.v1i1.81</a></p>
<p class="biblioItem" id="b48"><span class="biblioMarker">48. </span>Robinson, C. R. (1993). Singers' self-assessment of choral performance: next-day recollections versus concert tape evaluation. <span class="italic">Southeastern J. Music Educ.</span> 4, 224–233.</p>
<p class="biblioItem" id="b49"><span class="biblioMarker">49. </span>Rogers, K. (1997). Resourcing music technology in secondary schools. <span class="italic">Br. J. Music Educ.</span> 14:129. doi: <a href="https://doi.org/10.1017/S0265051700003570" class="doi">10.1017/S0265051700003570</a></p>
<p class="biblioItem" id="b50"><span class="biblioMarker">50. </span>Rosenthal, R. (1991). <span class="italic">Meta-Analytic Procedures for Social Research 2nd Ed.</span> Newbury Park, CA: Sage. doi: <a href="https://doi.org/10.4135/9781412984997" class="doi">10.4135/9781412984997</a></p>
<p class="biblioItem" id="b51"><span class="biblioMarker">51. </span>Salaman, W. (1997). Keyboards in schools. <span class="italic">Br. J. Music Educ.</span> 14, 143–149. doi: <a href="https://doi.org/10.1017/S0265051700003594" class="doi">10.1017/S0265051700003594</a></p>
<p class="biblioItem" id="b52"><span class="biblioMarker">52. </span>Sánchez, J., Salinas, A., Contreras, D., and Meyer, E. (2011). Does the new digital generation of learners exist? A qualitative study. <span class="italic">Br. J. Educ. Technol.</span> 42, 543–556. doi: <a href="https://doi.org/10.1111/j.1467-8535.2010.01069.x" class="doi">10.1111/j.1467-8535.2010.01069.x</a></p>
<p class="biblioItem" id="b53"><span class="biblioMarker">53. </span>Silveira, J. M., and Gavin, R. (2016). The effect of audio recording and playback on self-assessment among middle school instrumental music students. <span class="italic">Psychol. Music</span> 44, 880–892. doi: <a href="https://doi.org/10.1177/0305735615596375" class="doi">10.1177/0305735615596375</a></p>
<p class="biblioItem" id="b54"><span class="biblioMarker">54. </span>Smart, T., and Green, L. (2017). “Informal learning and musical performance,” in <span class="italic">Musicians in the Making: Pathways to Creative Performance</span>, eds J. Rink, H. Gaunt, and A. Williamon (Oxford: Oxford University Press), 108–125.</p>
<p class="biblioItem" id="b55"><span class="biblioMarker">55. </span>Sniehotta, F. F., Presseau, J., and Araújo-Soares, V. (2014). Time to retire the theory of planned behaviour. <span class="italic">Health Psychol. Rev.</span> 8, 1–7. doi: <a href="https://doi.org/10.1080/17437199.2013.869710" class="doi">10.1080/17437199.2013.869710</a></p>
<p class="biblioItem" id="b56"><span class="biblioMarker">56. </span>Stout, J. G., Dasgupta, N., Hunsinger, M., and McManus, M. A. (2011). STEMing the tide: using ingroup experts to inoculate women's self-concept in science, technology, engineering, and mathematics (STEM). <span class="italic">J. Pers. Soc. Psychol.</span> 100, 255–270. doi: <a href="https://doi.org/10.1037/a0021385" class="doi">10.1037/a0021385</a></p>
<p class="biblioItem" id="b57"><span class="biblioMarker">57. </span>Sweeney, T., West, D., Groessler, A., Haynie, A., Higgs, B. M., Macaulay, J., et al. (2017). Where's the transformation? Unlocking the potential of technology-enhanced assessment. <span class="italic">TLI</span> 5, 1–13. doi: <a href="https://doi.org/10.20343/5.1.5" class="doi">10.20343/5.1.5</a></p>
<p class="biblioItem" id="b58"><span class="biblioMarker">58. </span>Thorgersen, K., and Zandén, O. (2014). The internet as teacher. <span class="italic">J. Music Technol. Educ.</span> 7, 233–244. doi: <a href="https://doi.org/10.1386/jmte.7.2.233_1" class="doi">10.1386/jmte.7.2.233_1</a></p>
<p class="biblioItem" id="b59"><span class="biblioMarker">59. </span>Van der Linden, J., Schoonderwaldt, E., and Bird, J. (2009). “Towards a real-time system for teaching novices correct violin bowing technique,” in Proceedings of HAVE, the IEEE International Workshop on Haptic Audio Visual Environments and Games (Lecco). doi: <a href="https://doi.org/10.1109/HAVE.2009.5356123" class="doi">10.1109/HAVE.2009.5356123</a></p>
<p class="biblioItem" id="b60"><span class="biblioMarker">60. </span>Venkatesh, V., Morris, M. G., Davis, G. B., and Davis, F. D. (2003). User acceptance of information technology: toward a unified view. <span class="italic">MIS Quart.</span> 27, 425–478. doi: <a href="https://doi.org/10.2307/30036540" class="doi">10.2307/30036540</a></p>
<p class="biblioItem" id="b61"><span class="biblioMarker">61. </span>Volioti, G., and Williamon, A. (2017). Recordings as learning and practising resources for performance: exploring attitudes and behaviours of music students and professionals. <span class="italic">Music. Sci.</span> 21, 499–523. doi: <a href="https://doi.org/10.1177/1029864916674048" class="doi">10.1177/1029864916674048</a></p>
<p class="biblioItem" id="b62"><span class="biblioMarker">62. </span>Volpe, G., Kolykhalova, K., Volta, E., Ghisio, S., Waddell, G., Alborno, P., et al. (2017). “A multimodal corpus for technology enhanced learning of violin playing,” in Proceedings of the 12th Biannual Conference of the Italian SIGCHI Chapter, eds F. Paternò and L. D. Spano (New York, NY: ACM Publications). doi: <a href="https://doi.org/10.1145/3125571.3125588" class="doi">10.1145/3125571.3125588</a></p>
<p class="biblioItem" id="b63"><span class="biblioMarker">63. </span>Waldron, J. (2012). Conceptual frameworks, theoretical models and the role of YouTube: Investigating informal music learning and teaching in online music community. <span class="italic">J. Music Technol. Educ.</span> 4, 189–200. doi: <a href="https://doi.org/10.1386/jmte.4.2-3.189_1" class="doi">10.1386/jmte.4.2-3.189_1</a></p>
<p class="biblioItem" id="b64"><span class="biblioMarker">64. </span>Webster, P. R. (2012). Key research in music technology and music teaching and learning. <span class="italic">J. Music Technol. Educ.</span> 4, 115–130. doi: <a href="https://doi.org/10.1386/jmte.4.2-3.115_1" class="doi">10.1386/jmte.4.2-3.115_1</a></p>
<p class="biblioItem" id="b65"><span class="biblioMarker">65. </span>Williamon, A., Aufegger, L., and Eiholzer, H. (2014). Simulating and stimulating performance: introducing distributed simulation to enhance musical learning and performance. <span class="italic">Front. Psychol.</span> 5:25. doi: <a href="https://doi.org/10.3389/fpsyg.2014.00025" class="doi">10.3389/fpsyg.2014.00025</a></p>
<p class="biblioItem" id="b66"><span class="biblioMarker">66. </span>Williamon, A., Clark, T., and Küssner, M. (2017). “Learning in the spotlight: approaches to self-regulating and profiling performance,” in <span class="italic">Musicians in the Making: Pathways to Creative Performance</span>, eds J. Rink, H. Gaunt, and A. Williamon (Oxford University Press), 206–221.</p>
<p class="biblioItem" id="b67"><span class="biblioMarker">67. </span>Wu, B., and Chen, X. (2017). Continuance intention to use MOOCs: integrating the technology acceptance model (TAM) and task technology fit (TTF) model. <span class="italic">Comput. Hum. Behav.</span> 67, 221–232. doi: <a href="https://doi.org/10.1016/j.chb.2016.10.028" class="doi">10.1016/j.chb.2016.10.028</a></p>
<p class="biblioItem" id="b68"><span class="biblioMarker">68. </span>Zimmerman, B. J. (1990), Self-regulated learning and academic achievement: an overview, <span class="italic">Educ. Psychol.</span> 25, 3–17. doi: <a href="https://doi.org/10.1207/s15326985ep2501_2" class="doi">10.1207/s15326985ep2501_2</a></p>
<!-- fine references mie-->
</section>
</div>
</div>
</div>
</body>
</html>