Matching Items (838)
Filtering by

Clear all filters

152204-Thumbnail Image.png
Description
This project sheds light on trombonist Andy Martin's improvisation and provides tools for further learning. A biographical sketch gives background on Martin, establishing him as a newer jazz master. Through the transcription and analysis of nine improvised solos, Martin's improvisational voice and vocabulary is deciphered and presented as a series

This project sheds light on trombonist Andy Martin's improvisation and provides tools for further learning. A biographical sketch gives background on Martin, establishing him as a newer jazz master. Through the transcription and analysis of nine improvised solos, Martin's improvisational voice and vocabulary is deciphered and presented as a series of seven thematic hooks. These patterns, rhythms, and gestures are described, analyzed, and presented as examples of how each is used in the solos. The hooks are also set as application exercises for learning jazz style and improvisation. These exercises demonstrate how to use Martin's hooks as a means for furthering one's own improvisation. A full method for successful transcription is also presented, along with the printed transcriptions and their accompanying information sheets.
ContributorsWilkinson, Michael Scott (Author) / Ericson, John (Thesis advisor) / Kocour, Michael (Committee member) / Solis, Theodore (Committee member) / Arizona State University (Publisher)
Created2013
151665-Thumbnail Image.png
Description
Jazz continues, into its second century, as one of the most important musics taught in public middle and high schools. Even so, research related to how students learn, especially in their earliest interactions with jazz culture, is limited. Weaving together interviews and observations of junior and senior high school jazz

Jazz continues, into its second century, as one of the most important musics taught in public middle and high schools. Even so, research related to how students learn, especially in their earliest interactions with jazz culture, is limited. Weaving together interviews and observations of junior and senior high school jazz players and teachers, private studio instructors, current university students majoring in jazz, and university and college jazz faculty, I developed a composite sketch of a secondary school student learning to play jazz. Using arts-based educational research methods, including the use of narrative inquiry and literary non-fiction, the status of current jazz education and the experiences by novice jazz learners is explored. What emerges is a complex story of students and teachers negotiating the landscape of jazz in and out of early twenty-first century public schools. Suggestions for enhancing jazz experiences for all stakeholders follow, focusing on access and the preparation of future jazz teachers.
ContributorsKelly, Keith B (Author) / Stauffer, Sandra (Thesis advisor) / Tobias, Evan (Committee member) / Kocour, Michael (Committee member) / Sullivan, Jill (Committee member) / Schmidt, Margaret (Committee member) / Arizona State University (Publisher)
Created2013
152290-Thumbnail Image.png
Description
Concerto for Piano and Chamber Orchestra was conceived in February of 2013, and conceptually it is my attempt to fuse personal expressions of jazz and classical music into one fully realized statement. It is a three movement work (fast, slow, fast) for 2 fl., 2 ob., 2 cl., bsn., 2

Concerto for Piano and Chamber Orchestra was conceived in February of 2013, and conceptually it is my attempt to fuse personal expressions of jazz and classical music into one fully realized statement. It is a three movement work (fast, slow, fast) for 2 fl., 2 ob., 2 cl., bsn., 2 hrn., 2 tpt., tbn., pno., perc., str. (6,4,2,2,1). The work is approximately 27 minutes in duration. The first movement of the Concerto is written in a fluid sonata form. A fugato begins where the second theme would normally appear, and the second theme does not fully appear until near the end of the solo piano section. The result is that the second theme when finally revealed is so reminiscent of the history of jazz and classical synthesis that it does not sound completely new, and in fact is a return of something that was heard before, but only hinted at in this piece. The second movement is a kind of deconstructive set of variations, with a specific theme and harmonic pattern implied throughout the movement. However, the full theme is not disclosed until the final variation. The variations are interrupted by moments of pure rhythmic music, containing harmony made up of major chords with an added fourth, defying resolution, and dissolving each time back into a new variation. The third movement is in rondo form, using rhythmic and harmonic influences from jazz. The percussion plays a substantial role in this movement, acting as a counterpoint to the piano part throughout. This movement and the piece concludes with an extended coda, inspired indirectly by the simple complexities of an improvisational piano solo, building in complexity as the concerto draws to a close.
ContributorsSneider, Elliot (Author) / Rogers, Rodney (Thesis advisor) / DeMars, James (Committee member) / Hackbarth, Glenn (Committee member) / Solis, Theodore (Committee member) / Arizona State University (Publisher)
Created2013
152993-Thumbnail Image.png
Description
The need for multi-core architectural trends was realized in the desktop computing domain fairly long back. This trend is also beginning to be seen in the deeply embedded systems such as automotive and avionics industry owing to ever increasing demands in terms of sheer computational bandwidth, responsiveness, reliability and power

The need for multi-core architectural trends was realized in the desktop computing domain fairly long back. This trend is also beginning to be seen in the deeply embedded systems such as automotive and avionics industry owing to ever increasing demands in terms of sheer computational bandwidth, responsiveness, reliability and power consumption constraints. The adoption of such multi-core architectures in safety critical systems is often met with resistance owing to the overhead in migration of the existing stable code base to the new system setup, typically requiring extensive re-design. This also brings about the need for exhaustive testing and validation that goes hand in hand with such a migration, especially in safety critical real-time systems.

This project highlights the steps to develop an asymmetric multiprocessing variant of Micrium µC/OS-II real-time operating system suited for a multi-core system. This RTOS variant also supports multi-core synchronization, shared memory management and multi-core messaging queues.

Since such specialized embedded systems are usually developed by system designers focused more so on the functionality than on the coding standards, the adoption of automatic production code generation tools, such as SIMULINK's Embedded Coder, is increasingly becoming the industry norm. Such tools are capable of producing robust, industry compliant code with very little roll out time. This project documents the process of extending SIMULINK's automatic code generation tool for the AMP variant of µC/OS-II on Freescale's MPC5675K, dual-core Microcontroller Unit. This includes code generation from task based models and multi-rate models. Apart from this, it also de-scribes the development of additional software tools to allow semantically consistent communication between task on the same kernel and those across the kernels.
ContributorsBulusu, Girish Rao (Author) / Lee, Yann-Hang (Thesis advisor) / Fainekos, Georgios (Committee member) / Wu, Carole-Jean (Committee member) / Arizona State University (Publisher)
Created2014
153040-Thumbnail Image.png
Description
Android has been the dominant platform in which most of the mobile development is being done. By the end of the second quarter of 2014, 84.7 percent of the entire world mobile phones market share had been captured by Android. The Android library internally uses the modified Linux kernel as

Android has been the dominant platform in which most of the mobile development is being done. By the end of the second quarter of 2014, 84.7 percent of the entire world mobile phones market share had been captured by Android. The Android library internally uses the modified Linux kernel as the part of its stack. The I/O scheduler, is a part of the Linux kernel, responsible for scheduling data requests to the internal and the external memory devices that are attached to the mobile systems.

The usage of solid state drives in the Android tablet has also seen a rise owing to its speed of operation and mechanical stability. The I/O schedulers that exist in the present Linux kernel are not better suited for handling solid state drives in particular to exploit the inherent parallelism offered by the solid state drives. The Android provides information to the Linux kernel about the processes running in the foreground and background. Based on this information the kernel decides the process scheduling and the memory management, but no such information exists for the I/O scheduling. Research shows that the resource management could be done better if the operating system is aware of the characteristics of the requester. Thus, there is a need for a better I/O scheduler that could schedule I/O operations based on the application and also exploit the parallelism in the solid state drives. The scheduler proposed through this research does that. It contains two algorithms working in unison one focusing on the solid state drives and the other on the application awareness.

The Android application context aware scheduler has the features of increasing the responsiveness of the time sensitive applications and also increases the throughput by parallel scheduling of request in the solid state drive. The suggested scheduler is tested using standard benchmarks and real-time scenarios, the results convey that our scheduler outperforms the existing default completely fair queuing scheduler of the Android.
ContributorsSivasankaran, Jeevan Prasath (Author) / Lee, Yann Hang (Thesis advisor) / Wu, Carole-Jean (Committee member) / Shrivastava, Aviral (Committee member) / Arizona State University (Publisher)
Created2014
153284-Thumbnail Image.png
Description
This multiple-case study addresses the nature of the out-of-school musical engagements of four undergraduate students who were enrolled as jazz studies majors in a large school of music in the U.S. southwest. It concerns what they did musically when they were outside of school, why they did what they did,

This multiple-case study addresses the nature of the out-of-school musical engagements of four undergraduate students who were enrolled as jazz studies majors in a large school of music in the U.S. southwest. It concerns what they did musically when they were outside of school, why they did what they did, what experiences they said they learned from, and how their out-of-school engagements related to their in-school curriculum. Research on jazz education, informal learning practices in music, and the in-school and out-of-school experiences of students informed this study. Data were generated through observation, interviews, video blogs (vlogs), and SMS text messages.

Analysis of data revealed that participants engaged with music when outside of school by practicing, teaching, gigging, recording, playing music with others, attending live musical performances, socializing with other musicians, listening, and engaging with non-jazz musical styles (aside from listening). They engaged with music because of: 1) the love of music, 2) the desire for musical excellence, 3) financial considerations, 4) the aspiration to affect others positively with music, and 5) the connection with other musicians. Participants indicated that they learned by practicing, listening to recordings, attending live performances, playing paid engagements, socializing, teaching, and reading. In-school and out-of-school experience and learning had substantial but not complete overlap.

The study implies that a balance between in-school and out-of-school musical experience may help undergraduate jazz studies students to maximize their overall musical learning. It also suggests that at least some jazz studies majors are fluent in a wide variety of music learning practices that make them versatile, flexible, and employable musicians. Further implications are provided for undergraduate jazz students as well as collegiate jazz educators, the music education profession, and schools of music. Additional implications concern future research and the characterization of jazz study in academia.
ContributorsLibman, Jeffrey B (Author) / Tobias, Evan (Thesis advisor) / Kocour, Michael (Committee member) / Schmidt, Margaret (Committee member) / Solis, Theodore (Committee member) / Stauffer, Sandra (Committee member) / Arizona State University (Publisher)
Created2014
Description
The study of artist transcriptions is an effective vehicle for assimilating the language and style of jazz. Pairing transcriptions with historical context provides further insight into the back story of the artists' life and method. Innovators are often the subject of published studies of this kind, but transcriptions of plunger-mute

The study of artist transcriptions is an effective vehicle for assimilating the language and style of jazz. Pairing transcriptions with historical context provides further insight into the back story of the artists' life and method. Innovators are often the subject of published studies of this kind, but transcriptions of plunger-mute master Al Grey have been overlooked. This document fills that void, combining historical context with thirteen transcriptions of Grey's trombone features and improvisations. Selection of transcribed materials was based on an examination of historically significant solos in Al Grey's fifty-five-year career. The results are a series of open-horn and plunger solos that showcase Grey's sound, technical brilliance, and wide range of dynamics and articulation. This collection includes performances from a mix of widely available and obscure recordings, the majority coming from engagements with the Count Basie Orchestra. Methods learned from the study of Al Grey's book Plunger Techniques were vital in the realization of his work. The digital transcription software Amazing Slow Downer by Roni Music aided in deciphering some of Grey's more complicated passages and, with octave displacement, helped bring previously inaudible moments to the foreground.
ContributorsHopkins, Charles E (Author) / Pilafian, Sam (Thesis advisor) / Stauffer, Sandra (Committee member) / Solís, Ted (Committee member) / Ericson, John (Committee member) / Kocour, Michael (Committee member) / Arizona State University (Publisher)
Created2011
149851-Thumbnail Image.png
Description
This research describes software based remote attestation schemes for obtaining the integrity of an executing user application and the Operating System (OS) text section of an untrusted client platform. A trusted external entity issues a challenge to the client platform. The challenge is executable code which the client must execute,

This research describes software based remote attestation schemes for obtaining the integrity of an executing user application and the Operating System (OS) text section of an untrusted client platform. A trusted external entity issues a challenge to the client platform. The challenge is executable code which the client must execute, and the code generates results which are sent to the external entity. These results provide the external entity an assurance as to whether the client application and the OS are in pristine condition. This work also presents a technique where it can be verified that the application which was attested, did not get replaced by a different application after completion of the attestation. The implementation of these three techniques was achieved entirely in software and is backward compatible with legacy machines on the Intel x86 architecture. This research also presents two approaches to incorporating software based "root of trust" using Virtual Machine Monitors (VMMs). The first approach determines the integrity of an executing Guest OS from the Host OS using Linux Kernel-based Virtual Machine (KVM) and qemu emulation software. The second approach implements a small VMM called MIvmm that can be utilized as a trusted codebase to build security applications such as those implemented in this research. MIvmm was conceptualized and implemented without using any existing codebase; its minimal size allows it to be trustworthy. Both the VMM approaches leverage processor support for virtualization in the Intel x86 architecture.
ContributorsSrinivasan, Raghunathan (Author) / Dasgupta, Partha (Thesis advisor) / Colbourn, Charles (Committee member) / Shrivastava, Aviral (Committee member) / Huang, Dijiang (Committee member) / Dewan, Prashant (Committee member) / Arizona State University (Publisher)
Created2011
150262-Thumbnail Image.png
Description
This study examines the experiences of participants enrolled in an online community college jazz history course. I surveyed the participants before the course began and observed them in the online space through the duration of the course. Six students also participated in interviews during and after the course. Coded data

This study examines the experiences of participants enrolled in an online community college jazz history course. I surveyed the participants before the course began and observed them in the online space through the duration of the course. Six students also participated in interviews during and after the course. Coded data from the interviews, surveys, and recorded discussion posts and journal entries provided evidence about the nature of interaction and engagement in learning in an online environment. I looked for evidence either supporting or detracting from a democratic online learning environment, concentrating on the categories of student engagement, freedom of expression, and accessibility. The data suggested that the participants' behaviors in and abilities to navigate the online class were influenced by their pre-existing native media habits. Participants' reasons for enrolling in the online course, which included convenience and schedule flexibility, informed their actions and behaviors in the class. Analysis revealed that perceived positive student engagement did not contribute to a democratic learning environment but rather to an easy, convenient experience in the online class. Finally, the data indicated that participants' behaviors in their future lives would not be affected by the online class in that their learning experiences were not potent enough to alter or inform their behavior in society. As online classes gain popularity, the ability of these classes to provide meaningful learning experiences must be questioned. Students in this online jazz history class presented, at times, a façade of participation and community building but demonstrated a lack of sincerity and interest in the course. The learning environment supported accessibility and freedom of expression to an extent, but students' engagement with their peers was limited. Overall, this study found a need for more research into the quality of online classes as learning platforms that support democracy, student-to-student interaction, and community building.
ContributorsHunter, Robert W. (Author) / Stauffer, Sandra L (Thesis advisor) / Tobias, Evan (Thesis advisor) / Bush, Jeffrey (Committee member) / Kocour, Michael (Committee member) / Pilafian, Sam (Committee member) / Arizona State University (Publisher)
Created2011
150863-Thumbnail Image.png
Description
The solo repertoire from the Light Music Era serves as an important link between the Classical and Jazz soloist traditions. These characteristics are best highlighted through an analysis of three solo transcriptions: Felix Arndt's Nola as performed by Al Gallodoro, Rudy Wiedoeft's Valse Vanité, as performed by Freddy Gardener, and

The solo repertoire from the Light Music Era serves as an important link between the Classical and Jazz soloist traditions. These characteristics are best highlighted through an analysis of three solo transcriptions: Felix Arndt's Nola as performed by Al Gallodoro, Rudy Wiedoeft's Valse Vanité, as performed by Freddy Gardener, and Jimmy Dorsey's Oodles of Noodles, as performed by Al Gallodoro. The transcriptions, done by the author, are taken from primary source recordings, and the ensuing analysis serves to show the saxophone soloists of the Light Music Era as an amalgamation of classical and jazz saxophone. Many of the works performed during the Light Music Era are extant only in recorded form. Even so, these performances possess great historical significance within the context of the state of the saxophone as an important solo instrument in the wider musical landscape. The saxophone solos from the Light Music Era distinguish themselves through the use of formal development and embellishment of standard "song forms" (such as ABA, and AABA), and the use of improvisational techniques that are common to early Jazz; however, the analysis shows that the improvisational techniques were distinctly different than a Jazz solo improvisation in nature. Although it has many characteristics in common with both "Classical Music" (this is used as a generic term to refer to the music of the Western European common practice period that is not Pop music or Jazz) and Jazz, the original research shows that the saxophone solo music from the Light Music Era is a distinctly original genre due to the amalgamation of seemingly disparate elements.
ContributorsPuccio, Dan (Author) / Mcallister, Timothy P (Thesis advisor) / Feisst, Sabine (Committee member) / Kocour, Michael (Committee member) / Pilafian, J. Samuel (Committee member) / Spring, Robert (Committee member) / Arizona State University (Publisher)
Created2012