Constellation: A Tool for Creative Dialog Between Audience and Composer

Size: px
Start display at page:

Download "Constellation: A Tool for Creative Dialog Between Audience and Composer"

Transcription

1 Constellation: A Tool for Creative Dialog Between Audience and Composer Akito van Troyer MIT Media Lab akito@media.mit.edu Abstract. Constellation is an online environment for music score making designed to intuitively explore and asynchronously co-create a music piece by drawing constellations of lines that change the arrangement of musical materials composed by Tod Machover for A Toronto Symphony. This web environment, comprised of hundreds of colorful graphical dots that represent fragments of a single piece of recorded music, explores a number of challenges in designing musical participatory experience. The design empowers participants to be musically expressive by encouraging them to communicate, co-create, and co-explore. The interface also addresses a unique challenge in making the scoring process intuitive by the use of real-time explorative concatenative synthesis so that the participants do not need to learn about or be skilled at music-scoring. The musical scores created by the website visitors were eventually used by Tod Machover to compose the final version of A Toronto Symphony. Keywords: Music, Composition, Compositional dialog, Collaboration, Symphony, HTML5, Co-creation, Concatenative Synthesis 1 Constellation in the context of A Toronto Symphony A Toronto Symphony is a symphonic work commissioned by the Toronto Symphony Orchestra that premiered in March The work explored a new musical ecology to create a true creative and collaborative environment between experts and amateurs in the making of the final piece of music. Furthermore, we invited the entire city of Toronto to create a new symphony. The final piece of music was composed through a series of infrastructures built for people in Toronto to participate in, including a variety of web-based music composition applications, a social media framework, and on-site community-building activities (e.g. workshops, school activities, and city explorations) to bring together an unprecedented number of people from diverse backgrounds. This process established a new model for creating complex collaborations between experts and non-experts in composing a piece of music. A Toronto Symphony envisioned that a much more fluent communications between people listening to music and people making music could happen in this way. Constellation, along with other web applications, was created as a part of A Toronto Symphony to invite anybody who wanted to collaborate and participate in creating a piece of music from scratch.

2 2 Akito van Troyer Constellation aimed to creatively engage audience members to become part of the compositional process. This web environment then helped incorporate their creative activities into the final live concert performance for A Toronto Symphony. Website visitors, who did not need to have specialized musical training, used a visual interface that consisted of hundreds of colorful graphical dots that represent fragments of a single piece of recorded music to choose which musical materials to work with and to arrange and modify the musical materials by clicking and dragging on top of the interactive visual score (see Fig. 1 top). The visitors were asked to create constellations of lines connecting sounds which in turn became their musical score (see Fig. 1 bottom left). Musical scores created by the visitors could be shared among other people through a score gallery so that visitors could listen to their composition and to remix each others work. Fig. 1. Top: The interface of Constellation that visitors see first when they access the website. Bottom left: The same interface with constellations of lines. Bottom right: The same interface with a different dot orientation. 2 Goals and Challenges In designing Constellation, we explored how an online music score-making environment can facilitate dialog between an audience and a composer to the point that they could both contribute to creating a final piece of music. For this musical dialog to happen, we envisioned that the score-making environment ought to encourage participants to be expressive and encourage them to communicate, co-create, and co-explore. Similar visions can be observed in many of the

3 Constellation: A Tool for Creative Dialog Between Audience and Composer 3 prior works similar to Constellation. These include interactive musical systems where website visitors composed music through open-form music scoring systems which then were used for performances (Piano Etudes and Graph Theory) [4]; where participants made sounds that were then mixed and processed in real-time over broadcasting system [11][6]; and where links between online environments and live concert performances in real time remotely influenced the performance (Brain Opera and Cathedral) [8][2]. These music systems attempted to enhance the musical experience of participants and gave new perspectives to the prospect of dialog between an audience and a composer or between amateurs and experts. To enable anyone to score a piece of music, the interface for the scoring process must be intuitive enough so that the participants do not need to learn about or be skilled at music-scoring. One way of addressing this challenge is to use a sketching or drawing metaphor to make the composition interface and process simpler for novices. For example, the Hyperscore graphical computerassisted composition system enables novices, particularly children, to intuitively compose western traditional music through freehand drawing [3]. In this scoring system the act of sketching literally becomes novices musical piece. Other graphical composition software systems that promoted similar drawing method as a way to score a piece of music include UPIC [20], Different Strokes [21], and CyberBand [19]. Constellation also uses the act of drawing as the metaphor of composing. Participants draw constellations of lines on top of the graphical environment to compose a piece of music in which the synthesis method is based on a real-time explorative concatenative synthesis. An explorative concatenative synthesis was used as the base synthesis engine of Constellation for music making. In addition, from a technical perspective, Constellation also explored implementing a concatenative synthesis engine on web browsers that support Web Audio API [18] proposed by W3C or Audio Data API by Mozilla [10]. Concatenative synthesis is a technique for synthesizing sounds using segments of audio data to assemble and construct the resulting sound [13]. Furthermore, explorative concatenative synthesis refers to a method of synthesis based on specifying a target as a multidimensional curve in the descriptor space [13]. Concatenative synthesis techniques for music have been explored since the 2000 in particular through the work of Schwarz and Pachet [15][22]. Different approaches to concatenative synthesis have also been explored by many previous works [9][7]. More recently, the creative, expressive, and explorative use of a concatenative synthesis engine for performance and composition has been explored by projects such as the Sandboxes [16], AudioGraden [5], and Eargram [1]. All of these projects demonstrate that applying a concatenative synthesis technique to expressive composition and performance is possible and can result in unique music. Like many of these projects, Constellation linked the compositional process with concatenative synthesis. To our knowledge, Constellation is the first web browser-based application that used real-time concatenative synthesis as a running synthesis engine for an asynchronous collaborative and creative music composition.

4 4 Akito van Troyer 3 Design and Implementation The interface of Constellation is designed in a way that engages users to explore a soundscape with mouse gestures before they draw their musical scores. After exploring the environment, users can draw constellations of lines to create their own composition. This core flow of interaction in Constellation is illustrated in Fig. 2. We can interpret this as a representation of the universal Model-View- Controller (MVC) design pattern often used in computer science for building a computer software program. The Model is the concatenative synthesis database which consists of audio features associated with each segment of an audio file. Both the synthesis engine and visual interface relies on the database to synthesize sound and draw graphical dots. We can consider them to be the View of Constellation since these are what users see and hear. The control input is mediated through the user s mouse gesture on the graphical interface. From the mouse gesture, we acquire the two dimensional mouse coordinates at all time when the mouse is being pressed down. We use this information to calculate the mouse acceleration to determine how many dots are to be selected at any given time. The k-d tree map looks for the closest graphical dots to the current mouse coordinates and passes their identities to the synthesis engine. The synthesis engine then generates and sequences the correct sound fragments based on these identities. Fig. 2. The core interaction flow of Constellation. 3.1 Audio Analysis and Synthesis Constellation relies heavily on the data collected from the analysis of a source sound file to synthesize sound. We first blindly segment the sound file into subfiles at an arbitrary length, then extract audio features for each segment based on standard audio signal processing methods and audio feature extraction methods described in [12]. 14 features related to spectrum, pitch, and temporal information are extracted in this process in addition to the first thirteen coefficients of

5 Constellation: A Tool for Creative Dialog Between Audience and Composer 5 Mel-frequency cepstral coefficients (MFCCs) for each segmented sound. The extracted features are then normalized and stored in JavaScript Object Notation file format (JSON) to asynchronously load the data on the web browser. The web application uses the analysis data to draw graphical dots on the interface and to also synthesize sound when the user interacts with the interface. Constellation uses an explorative audio concatenative synthesis technique to rearrange precomposed musical materials and create a digital music composition. It is important to note that our synthesis process does not involve a musical target model unlike many concatenative synthesis techniques described in the Section 2. Instead, the target sound to generate is determined by the mouse position and gesture of the user, and the sound fragments or grains are synthesized using a similar technique to the asynchronous granular synthesis process. This browsing approach is very similar to the Caterpillar system proposed by Schwarz [15]. We implemented such a synthesis engine in Javascript using Audiolet [17], a graph based audio routing API that encapsulates Web Audio API and Audio Data API. Audiolet has prebuilt sound generators and effects, and a sample accurate scheduler can be used to precisely control the timing of synthesis. Audiolet is also an easily extendable language, so we built custom sound generators to realize concatenative synthesis in the web browser environment. 3.2 Mapping The position, size, and color (red, green, and blue) of graphical dots are computed by using the feature set extracted through the audio analysis process on a 2dplot interface similar to the interface of EarGram [1], [5], and [14]. Six features are arbitrarily selected out of 27 features. Although users are not informed about which feature combinations they are using, they have the choice how to arrange the graphical dots by toggling pattern buttons shown in the left side of Fig. 3. The unit selection algorithm for the synthesis engine is the k-d tree algorithm that looks for the distance between a mouse coordinate and coordinates of graphical dots. Units are selected from the database that best match the given target unit descriptors according to the Euclidean distance. The acceleration of a mouse gesture is used to determine how many dots at a given time is selected for playback. Slower mouse movement results in selecting fewer dots so that the user can focus on exploring individual sounds. The closest dots to a mouse pointer visually becomes larger to indicate to the users which dots they have currently selected for playback. Fig. 3. Left: Five pattern buttons that reconfigure the orientation of graphical dots. Right: Buttons needed for scoring and uploading a score.

6 6 Akito van Troyer 3.3 Composition Process When the user is done exploring and decides to steer a path through the environment as a score, the coordinates of each point where a line segment anchors are stored as JavaScript variables. The users can then edit individual line segments or delete the entire line. All scoring modes are toggled using buttons located at the top right corner of the interface (see Fig. 3, right). Once lines are in the desired formation, the user can play back their composition using the playback control panel located at the bottom of the interface. When the users are satisfied with their composition, they can upload their score by using the upload button also located at the top right corner (see Fig. 3, right). After the score is submitted, users can share their scores and opinions through social media platforms such as Facebook, Twitter, and Disqus. 4 Discussion The compositions made by participants served as a useful way to evaluate our design and implementation decisions. Furthermore, we had several informal discussions with novices and experts who interacted with Constellation that led to some interesting discoveries. Novices were more inclined to play and explore the environment with their mouse gestures to understand the musical world provided to them. They often mentioned that Constellation encouraged them to actively discover new sound collage patterns, leading to motivating experiences throughout the session, but they were less oriented towards drawing lines to make their composition. On the other hand, expert musicians often found themselves trying to understand the mechanism of the entire system. After taking their time to explore the environment, they were eager to create their music score in the way they specifically wanted. They were able to find sound textures that they liked and to remembered the pathway that would produce the satisfying result that they aimed for. Some experts complained that they wanted to have more detailed control of the synthesis engine such as pitch shifting, grain duration, and grain generation behavior. Other experts wanted to have more control over the visual aspects such as the ability to zoom into a particular area of graphical dots to listen to individual sounds more carefully. The majority of both novices and experts who interacted with the interface found that Constellation to be captivating and expressive, and they indicated that navigating the interface was comfortable and intuitive. Most of them specifically mentioned that the use of simple and expressive mouse gestures to produce rich and dynamic musical results was the key factor in making the interaction motivating and enjoyable experience. They also mentioned that this feature is what lead them to quickly grasp the interface and smoothly navigate through the compositional environment. While the experience of manipulating sound in the environment was good, some novices have expressed to us that they did not submit their scores and share them with other people. Their reasons for not submitting their scores were because they felt that their composition did not meet

7 Constellation: A Tool for Creative Dialog Between Audience and Composer 7 the quality of what the composer was looking for or because they did not even realize that they could submit their composition to share with other people. For providing a communicative, co-creative, and co-explorative environment, both novices and experts agree that Constellation achieves this to a certain degree. For instance, some novices mentioned that they could quickly learn how to use Constellation through interacting with other people s compositions submitted to the score gallery. Some even took this further and remixed existing scores by adding and deleting lines before resubmission. This confirmed us that Constellation can facilitate co-creation and co-exploration. However, making the environment communicative and facilitating conversation among participants appeared to be a harder problem. Some participants mentioned that they did not want to use the social media platforms integrated with Constellation to share their scores and preferred to keep the conversation within the environment and the score gallery. Others mentioned that they would prefer to share their music score if the communication platform was either in a blog or a chat client format. 5 Future Work We acknowledge that Constellation requires formal user studies to quantitatively evaluate how explorative, expressive, and intuitive the interface is. As we conduct the user studies, we would also like to test whether providing more seamless, flexible, and reconfigurable interface can help novices in sharing their creation with others and making increasingly complex compositions. For example, we think that making the uploading process more intuitive and uninterrupted (e.g. saving the composition as users draw constellations) could potentially accelerate a better sharing experience among novices. Furthermore, we think that providing novices an ability to rearrange and tailor its interface, visual representation, and sound synthesis engine could help novices in making much more serious compositions. For instance, currently participants only have a choice to rearrange musical materials provided by us; we would like to enable them to be able to upload their own favorite music to better motivate them to use Constellation. We also would like to give participants better access to the underlining database to create opportunities to reconfigure graphical dots in whatever way they wish to make their visual look and music score sound more unique. Finally, we would like to give participants more access to the synthesis parameters through their use of mouse gestures. 6 Acknowledgement Constellation is available at The author would like to thank Muriel R. Cooper Professor Tod Machover, Simone Ovsey, Peter Torpey, and Ben Bloomberg for their help in the creation of Constellation. Thanks to the members of the Opera of the Future group at MIT Media Lab for your moral and editing support.

8 8 Akito van Troyer References 1. Bernardes, G., Guedes, C. and Pennycook, B.: Eargram: an application for interactive exploration of large databases of audio snippets for creative purposes. In: Proceedings of the 9th International Symposium on Computer Music Modelling and Retrieval (2012) Duckworth, W.: Making music on the web. Leonardo Music Journal (1999) M.M. Farbood, E. Pasztor, and K. Jennings.: Hyperscore: a graphical sketchpad for novice composers. IEEE Computer Graphics and Applications 24 (2004) Freeman, J.: Web-based collaboration, live musical performance and open-form scores. International Journal of Performance Arts and Digital Media 6 (2010) Frisson, C., Picard, C. and Tardieu, D.: Audiogarden: towards a usable tool for composite audio creation. QPSR of the numediart research program (2010) Jordà, S.: Faust music on line: An approach to real-time collective composition on the internet. Leonardo Music Journal (1999) Kersten, S., Maestre, Esteban. and Ramirez, Rafael.: Concatenative synthesis of expressive saxophone performance. In: Music Computing Conference (2008) 8. Machover, T.: Brain opera (1996) 9. Maestre, E., Ramírez, R., Kersten, S. and Serra, X.: Expressive concatenative synthesis by reusing samples from real performance recordings. Computer Music Journal 33 (2009) Mozilla.: Audio Data API. (2013) 11. Neuhaus, M.: The broadcast works and audium. Neuhaus_Networks.pdf (1994) 12. Peeters, G., Giordano, B. L., Susini, P., Misdariis, N. and McAdams, S.: The timbre toolbox: Extracting audio descriptors from musical signals. The Journal of the Acoustical Society of America 130 (2011) Schwarz, D.: Corpus-based concatenative synthesis. IEEE Signal Processing Magazine 24 (2007) Schwarz, D., Beller, G., Verbrugghe, B. and Britton, S.: Real-time corpus-based concatenative synthesis with catart. In: Proceedings of the COST-G6 Conference on Digital Audio Effects Montreal, Canada (2006) Schwarz, D.: A system for data-driven concatenative sound synthesis. In: Digital Audio Effects (2000) Tremblay, P. A. and Schwarz, D.: Surfing the waves: Live audio mosaicing of an electric bass performance as a corpus browsing interface. In: Proceedings of the 2010 International Conference on New Interfaces for Musical Expression (2010) 17. Audiolet.: (2013) 18. W3C.: Web Audio API.: webaudio/specification.html (2013) 19. Wright, J., Oppenheim, D., Jameson, D., Pazel, D. and Fuhrer, R. M.: Cyberband: A hands on music composition program. In: Proceedings of the International Computer Music Conference (1997) Xenakis, I.: Formalized music: thought and mathematics in composition. No. 6. Pendragon Press (1992) 21. Zadel, M. and Scavone, G. Different Strokes: a prototype software system for laptop performance and improvisation. In: Proceedings of the 2006 International Conference on New Interfaces for Musical Expression Paris, France (2006) 22. Zils, A. and Pachet, F. Musical mosaicing. In: Digital Audio Effects (2001)

An Interactive Software Instrument for Real-time Rhythmic Concatenative Synthesis

An Interactive Software Instrument for Real-time Rhythmic Concatenative Synthesis An Interactive Software Instrument for Real-time Rhythmic Concatenative Synthesis Cárthach Ó Nuanáin carthach.onuanain@upf.edu Sergi Jordà sergi.jorda@upf.edu Perfecto Herrera perfecto.herrera@upf.edu

More information

Corpus-Based Transcription as an Approach to the Compositional Control of Timbre

Corpus-Based Transcription as an Approach to the Compositional Control of Timbre Corpus-Based Transcription as an Approach to the Compositional Control of Timbre Aaron Einbond, Diemo Schwarz, Jean Bresson To cite this version: Aaron Einbond, Diemo Schwarz, Jean Bresson. Corpus-Based

More information

a Collaborative Composing Learning Environment Thesis Advisor: Barry Vercoe Professor of Media Arts and Sciences MIT Media Laboratory

a Collaborative Composing Learning Environment Thesis Advisor: Barry Vercoe Professor of Media Arts and Sciences MIT Media Laboratory Musictetris: a Collaborative Composing Learning Environment Wu-Hsi Li Thesis proposal draft for the degree of Master of Science in Media Arts and Sciences at the Massachusetts Institute of Technology Fall

More information

Vuzik: Music Visualization and Creation on an Interactive Surface

Vuzik: Music Visualization and Creation on an Interactive Surface Vuzik: Music Visualization and Creation on an Interactive Surface Aura Pon aapon@ucalgary.ca Junko Ichino Graduate School of Information Systems University of Electrocommunications Tokyo, Japan ichino@is.uec.ac.jp

More information

Composing with Hyperscore in general music classes: An exploratory study

Composing with Hyperscore in general music classes: An exploratory study International Symposium on Performance Science ISBN 978-90-9022484-8 The Author 2007, Published by the AEC All rights reserved Composing with Hyperscore in general music classes: An exploratory study Graça

More information

PRODUCTION OF TV PROGRAMS ON A SINGLE DESKTOP PC -SPECIAL SCRIPTING LANGUAGE TVML GENERATES LOW-COST TV PROGRAMS-

PRODUCTION OF TV PROGRAMS ON A SINGLE DESKTOP PC -SPECIAL SCRIPTING LANGUAGE TVML GENERATES LOW-COST TV PROGRAMS- PRODUCTION OF TV PROGRAMS ON A SINGLE DESKTOP PC -SPECIAL SCRIPTING LANGUAGE TVML GENERATES LOW-COST TV PROGRAMS- Douke Mamoru Ariyasu Kyoko Hamaguchi Narichika Hayashi Masaki Japan Broadcasting Corporation

More information

Tool-based Identification of Melodic Patterns in MusicXML Documents

Tool-based Identification of Melodic Patterns in MusicXML Documents Tool-based Identification of Melodic Patterns in MusicXML Documents Manuel Burghardt (manuel.burghardt@ur.de), Lukas Lamm (lukas.lamm@stud.uni-regensburg.de), David Lechler (david.lechler@stud.uni-regensburg.de),

More information

MusicGrip: A Writing Instrument for Music Control

MusicGrip: A Writing Instrument for Music Control MusicGrip: A Writing Instrument for Music Control The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation As Published Publisher

More information

Period #: 2. Make sure that you re computer s volume is set at a reasonable level. Test using the keys at the top of the keyboard

Period #: 2. Make sure that you re computer s volume is set at a reasonable level. Test using the keys at the top of the keyboard CAPA DK-12 Activity: page 1 of 7 Student s Name: Period #: Instructor: Ray Migneco Introduction In this activity you will learn about the factors that determine why a musical instrument sounds a certain

More information

Enhancing Music Maps

Enhancing Music Maps Enhancing Music Maps Jakob Frank Vienna University of Technology, Vienna, Austria http://www.ifs.tuwien.ac.at/mir frank@ifs.tuwien.ac.at Abstract. Private as well as commercial music collections keep growing

More information

Stochastic synthesis: An overview

Stochastic synthesis: An overview Stochastic synthesis: An overview Sergio Luque Department of Music, University of Birmingham, U.K. mail@sergioluque.com - http://www.sergioluque.com Proceedings of the Xenakis International Symposium Southbank

More information

MusCat: A Music Browser Featuring Abstract Pictures and Zooming User Interface

MusCat: A Music Browser Featuring Abstract Pictures and Zooming User Interface MusCat: A Music Browser Featuring Abstract Pictures and Zooming User Interface 1st Author 1st author's affiliation 1st line of address 2nd line of address Telephone number, incl. country code 1st author's

More information

Using machine learning to support pedagogy in the arts

Using machine learning to support pedagogy in the arts DOI 10.1007/s00779-012-0526-1 ORIGINAL ARTICLE Using machine learning to support pedagogy in the arts Dan Morris Rebecca Fiebrink Received: 20 October 2011 / Accepted: 17 November 2011 Ó Springer-Verlag

More information

A Toronto Symphony, Tod Machover s participatory orchestral opera. a r t

A Toronto Symphony, Tod Machover s participatory orchestral opera. a r t Toronto Symphony rehearsing in Roy Thomson Hall. 36 A Toronto Symphony, Tod Machover s participatory orchestral opera by Michela Barone Lumaga photo courtesy of tod machover Social media and electronic

More information

Distributed Virtual Music Orchestra

Distributed Virtual Music Orchestra Distributed Virtual Music Orchestra DMITRY VAZHENIN, ALEXANDER VAZHENIN Computer Software Department University of Aizu Tsuruga, Ikki-mach, AizuWakamatsu, Fukushima, 965-8580, JAPAN Abstract: - We present

More information

Melody Retrieval On The Web

Melody Retrieval On The Web Melody Retrieval On The Web Thesis proposal for the degree of Master of Science at the Massachusetts Institute of Technology M.I.T Media Laboratory Fall 2000 Thesis supervisor: Barry Vercoe Professor,

More information

Speech and Speaker Recognition for the Command of an Industrial Robot

Speech and Speaker Recognition for the Command of an Industrial Robot Speech and Speaker Recognition for the Command of an Industrial Robot CLAUDIA MOISA*, HELGA SILAGHI*, ANDREI SILAGHI** *Dept. of Electric Drives and Automation University of Oradea University Street, nr.

More information

YARMI: an Augmented Reality Musical Instrument

YARMI: an Augmented Reality Musical Instrument YARMI: an Augmented Reality Musical Instrument Tomás Laurenzo Ernesto Rodríguez Universidad de la República Herrera y Reissig 565, 11300 Montevideo, Uruguay. laurenzo, erodrig, jfcastro@fing.edu.uy Juan

More information

General Terms Design, Human Factors.

General Terms Design, Human Factors. Interfaces for Musical Activities and Interfaces for Musicians are not the same: The Case for CODES, a Web-based Environment for Cooperative Music Prototyping Evandro M. Miletto, Luciano V. Flores, Marcelo

More information

Next Generation Software Solution for Sound Engineering

Next Generation Software Solution for Sound Engineering Next Generation Software Solution for Sound Engineering HEARING IS A FASCINATING SENSATION ArtemiS SUITE ArtemiS SUITE Binaural Recording Analysis Playback Troubleshooting Multichannel Soundscape ArtemiS

More information

Classification of Timbre Similarity

Classification of Timbre Similarity Classification of Timbre Similarity Corey Kereliuk McGill University March 15, 2007 1 / 16 1 Definition of Timbre What Timbre is Not What Timbre is A 2-dimensional Timbre Space 2 3 Considerations Common

More information

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Centre for Marine Science and Technology A Matlab toolbox for Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Version 5.0b Prepared for: Centre for Marine Science and Technology Prepared

More information

Quantifying the Benefits of Using an Interactive Decision Support Tool for Creating Musical Accompaniment in a Particular Style

Quantifying the Benefits of Using an Interactive Decision Support Tool for Creating Musical Accompaniment in a Particular Style Quantifying the Benefits of Using an Interactive Decision Support Tool for Creating Musical Accompaniment in a Particular Style Ching-Hua Chuan University of North Florida School of Computing Jacksonville,

More information

A FUNCTIONAL CLASSIFICATION OF ONE INSTRUMENT S TIMBRES

A FUNCTIONAL CLASSIFICATION OF ONE INSTRUMENT S TIMBRES A FUNCTIONAL CLASSIFICATION OF ONE INSTRUMENT S TIMBRES Panayiotis Kokoras School of Music Studies Aristotle University of Thessaloniki email@panayiotiskokoras.com Abstract. This article proposes a theoretical

More information

Subjective Similarity of Music: Data Collection for Individuality Analysis

Subjective Similarity of Music: Data Collection for Individuality Analysis Subjective Similarity of Music: Data Collection for Individuality Analysis Shota Kawabuchi and Chiyomi Miyajima and Norihide Kitaoka and Kazuya Takeda Nagoya University, Nagoya, Japan E-mail: shota.kawabuchi@g.sp.m.is.nagoya-u.ac.jp

More information

Usability of Computer Music Interfaces for Simulation of Alternate Musical Systems

Usability of Computer Music Interfaces for Simulation of Alternate Musical Systems Usability of Computer Music Interfaces for Simulation of Alternate Musical Systems Dionysios Politis, Ioannis Stamelos {Multimedia Lab, Programming Languages and Software Engineering Lab}, Department of

More information

Real-time Granular Sampling Using the IRCAM Signal Processing Workstation. Cort Lippe IRCAM, 31 rue St-Merri, Paris, 75004, France

Real-time Granular Sampling Using the IRCAM Signal Processing Workstation. Cort Lippe IRCAM, 31 rue St-Merri, Paris, 75004, France Cort Lippe 1 Real-time Granular Sampling Using the IRCAM Signal Processing Workstation Cort Lippe IRCAM, 31 rue St-Merri, Paris, 75004, France Running Title: Real-time Granular Sampling [This copy of this

More information

A Composition for Clarinet and Real-Time Signal Processing: Using Max on the IRCAM Signal Processing Workstation

A Composition for Clarinet and Real-Time Signal Processing: Using Max on the IRCAM Signal Processing Workstation A Composition for Clarinet and Real-Time Signal Processing: Using Max on the IRCAM Signal Processing Workstation Cort Lippe IRCAM, 31 rue St-Merri, Paris, 75004, France email: lippe@ircam.fr Introduction.

More information

ONLINE ACTIVITIES FOR MUSIC INFORMATION AND ACOUSTICS EDUCATION AND PSYCHOACOUSTIC DATA COLLECTION

ONLINE ACTIVITIES FOR MUSIC INFORMATION AND ACOUSTICS EDUCATION AND PSYCHOACOUSTIC DATA COLLECTION ONLINE ACTIVITIES FOR MUSIC INFORMATION AND ACOUSTICS EDUCATION AND PSYCHOACOUSTIC DATA COLLECTION Travis M. Doll Ray V. Migneco Youngmoo E. Kim Drexel University, Electrical & Computer Engineering {tmd47,rm443,ykim}@drexel.edu

More information

Computational Modelling of Harmony

Computational Modelling of Harmony Computational Modelling of Harmony Simon Dixon Centre for Digital Music, Queen Mary University of London, Mile End Rd, London E1 4NS, UK simon.dixon@elec.qmul.ac.uk http://www.elec.qmul.ac.uk/people/simond

More information

Devices I have known and loved

Devices I have known and loved 66 l Print this article Devices I have known and loved Joel Chadabe Albany, New York, USA joel@emf.org Do performing devices match performance requirements? Whenever we work with an electronic music system,

More information

SYNTHESIS FROM MUSICAL INSTRUMENT CHARACTER MAPS

SYNTHESIS FROM MUSICAL INSTRUMENT CHARACTER MAPS Published by Institute of Electrical Engineers (IEE). 1998 IEE, Paul Masri, Nishan Canagarajah Colloquium on "Audio and Music Technology"; November 1998, London. Digest No. 98/470 SYNTHESIS FROM MUSICAL

More information

An ecological approach to multimodal subjective music similarity perception

An ecological approach to multimodal subjective music similarity perception An ecological approach to multimodal subjective music similarity perception Stephan Baumann German Research Center for AI, Germany www.dfki.uni-kl.de/~baumann John Halloran Interact Lab, Department of

More information

SkyEye Viewer Instruction Manual

SkyEye Viewer Instruction Manual SkyEye Viewer Instruction Manual The SkyEye Viewer program provides an easy and convenient method to view images captured with the SkyEye camera system. Images can be viewed one frame at a time or played

More information

A Perceptually Motivated Approach to Timbre Representation and Visualisation. Sean Soraghan

A Perceptually Motivated Approach to Timbre Representation and Visualisation. Sean Soraghan A Perceptually Motivated Approach to Timbre Representation and Visualisation Sean Soraghan A dissertation submitted in partial fulllment of the requirements for the degree of Engineering Doctorate Industrial

More information

Chords not required: Incorporating horizontal and vertical aspects independently in a computer improvisation algorithm

Chords not required: Incorporating horizontal and vertical aspects independently in a computer improvisation algorithm Georgia State University ScholarWorks @ Georgia State University Music Faculty Publications School of Music 2013 Chords not required: Incorporating horizontal and vertical aspects independently in a computer

More information

Word Tutorial 2: Editing and Formatting a Document

Word Tutorial 2: Editing and Formatting a Document Word Tutorial 2: Editing and Formatting a Document Microsoft Office 2010 Objectives Create bulleted and numbered lists Move text within a document Find and replace text Check spelling and grammar Format

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

The Deltix Product Suite: Features and Benefits

The Deltix Product Suite: Features and Benefits The Deltix Product Suite: Features and Benefits A Product Suite for the full Alpha Generation Life Cycle The Deltix Product Suite allows quantitative investors and traders to develop, deploy and manage

More information

Speech Recognition and Signal Processing for Broadcast News Transcription

Speech Recognition and Signal Processing for Broadcast News Transcription 2.2.1 Speech Recognition and Signal Processing for Broadcast News Transcription Continued research and development of a broadcast news speech transcription system has been promoted. Universities and researchers

More information

DETEXI Basic Configuration

DETEXI Basic Configuration DETEXI Network Video Management System 5.5 EXPAND YOUR CONCEPTS OF SECURITY DETEXI Basic Configuration SETUP A FUNCTIONING DETEXI NVR / CLIENT It is important to know how to properly setup the DETEXI software

More information

Task-based Activity Cover Sheet

Task-based Activity Cover Sheet Task-based Activity Cover Sheet Task Title: Carpenter Using Construction Design Software Learner Name: Date Started: Date Completed: Successful Completion: Yes No Goal Path: Employment Apprenticeship Secondary

More information

ECT 224: Digital Computer Fundamentals Digital Circuit Simulation & Timing Analysis

ECT 224: Digital Computer Fundamentals Digital Circuit Simulation & Timing Analysis ECT 224: Digital Computer Fundamentals Digital Circuit Simulation & Timing Analysis 1) Start the Xilinx ISE application, open Start All Programs Xilinx ISE 9.1i Project Navigator or use the shortcut on

More information

Music Genre Classification and Variance Comparison on Number of Genres

Music Genre Classification and Variance Comparison on Number of Genres Music Genre Classification and Variance Comparison on Number of Genres Miguel Francisco, miguelf@stanford.edu Dong Myung Kim, dmk8265@stanford.edu 1 Abstract In this project we apply machine learning techniques

More information

Multidimensional analysis of interdependence in a string quartet

Multidimensional analysis of interdependence in a string quartet International Symposium on Performance Science The Author 2013 ISBN tbc All rights reserved Multidimensional analysis of interdependence in a string quartet Panos Papiotis 1, Marco Marchini 1, and Esteban

More information

Toward the Adoption of Design Concepts in Scoring for Digital Musical Instruments: a Case Study on Affordances and Constraints

Toward the Adoption of Design Concepts in Scoring for Digital Musical Instruments: a Case Study on Affordances and Constraints Toward the Adoption of Design Concepts in Scoring for Digital Musical Instruments: a Case Study on Affordances and Constraints Raul Masu*, Nuno N. Correia**, and Fabio Morreale*** * Madeira-ITI, U. Nova

More information

Jam Tomorrow: Collaborative Music Generation in Croquet Using OpenAL

Jam Tomorrow: Collaborative Music Generation in Croquet Using OpenAL Jam Tomorrow: Collaborative Music Generation in Croquet Using OpenAL Florian Thalmann thalmann@students.unibe.ch Markus Gaelli gaelli@iam.unibe.ch Institute of Computer Science and Applied Mathematics,

More information

inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering August 2000, Nice, FRANCE

inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering August 2000, Nice, FRANCE Copyright SFA - InterNoise 2000 1 inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering 27-30 August 2000, Nice, FRANCE I-INCE Classification: 7.9 THE FUTURE OF SOUND

More information

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes hello Jay Biernat Third author University of Rochester University of Rochester Affiliation3 words jbiernat@ur.rochester.edu author3@ismir.edu

More information

AN INTEGRATED MATLAB SUITE FOR INTRODUCTORY DSP EDUCATION. Richard Radke and Sanjeev Kulkarni

AN INTEGRATED MATLAB SUITE FOR INTRODUCTORY DSP EDUCATION. Richard Radke and Sanjeev Kulkarni SPE Workshop October 15 18, 2000 AN INTEGRATED MATLAB SUITE FOR INTRODUCTORY DSP EDUCATION Richard Radke and Sanjeev Kulkarni Department of Electrical Engineering Princeton University Princeton, NJ 08540

More information

IJMIE Volume 2, Issue 3 ISSN:

IJMIE Volume 2, Issue 3 ISSN: Development of Virtual Experiment on Flip Flops Using virtual intelligent SoftLab Bhaskar Y. Kathane* Pradeep B. Dahikar** Abstract: The scope of this paper includes study and implementation of Flip-flops.

More information

TOWARD AN INTELLIGENT EDITOR FOR JAZZ MUSIC

TOWARD AN INTELLIGENT EDITOR FOR JAZZ MUSIC TOWARD AN INTELLIGENT EDITOR FOR JAZZ MUSIC G.TZANETAKIS, N.HU, AND R.B. DANNENBERG Computer Science Department, Carnegie Mellon University 5000 Forbes Avenue, Pittsburgh, PA 15213, USA E-mail: gtzan@cs.cmu.edu

More information

Table of content. Table of content Introduction Concepts Hardware setup...4

Table of content. Table of content Introduction Concepts Hardware setup...4 Table of content Table of content... 1 Introduction... 2 1. Concepts...3 2. Hardware setup...4 2.1. ArtNet, Nodes and Switches...4 2.2. e:cue butlers...5 2.3. Computer...5 3. Installation...6 4. LED Mapper

More information

Press Publications CMC-99 CMC-141

Press Publications CMC-99 CMC-141 Press Publications CMC-99 CMC-141 MultiCon = Meter + Controller + Recorder + HMI in one package, part I Introduction The MultiCon series devices are advanced meters, controllers and recorders closed in

More information

Teaching Music with Garageband for ipad 2ND EDITION. Ben Sellers

Teaching Music with Garageband for ipad 2ND EDITION. Ben Sellers Teaching Music with Garageband for ipad 2ND EDITION Ben Sellers Teaching Music with Garageband for ipad 2ND EDITION A Creative Curriculum for Ages 8-16 Copyright Ben Sellers 2017 Preface to the second

More information

PaperTonnetz: Supporting Music Composition with Interactive Paper

PaperTonnetz: Supporting Music Composition with Interactive Paper PaperTonnetz: Supporting Music Composition with Interactive Paper Jérémie Garcia, Louis Bigo, Antoine Spicher, Wendy E. Mackay To cite this version: Jérémie Garcia, Louis Bigo, Antoine Spicher, Wendy E.

More information

PLOrk Beat Science 2.0 NIME 2009 club submission by Ge Wang and Rebecca Fiebrink

PLOrk Beat Science 2.0 NIME 2009 club submission by Ge Wang and Rebecca Fiebrink PLOrk Beat Science 2.0 NIME 2009 club submission by Ge Wang and Rebecca Fiebrink Introduction This document details our proposed NIME 2009 club performance of PLOrk Beat Science 2.0, our multi-laptop,

More information

A General Framework for Interactive Television News

A General Framework for Interactive Television News Brigham Young University BYU ScholarsArchive All Theses and Dissertations 2012-07-13 A General Framework for Interactive Television News Benjamin Bart Sellers Brigham Young University - Provo Follow this

More information

International Journal of Advance Engineering and Research Development MUSICAL INSTRUMENT IDENTIFICATION AND STATUS FINDING WITH MFCC

International Journal of Advance Engineering and Research Development MUSICAL INSTRUMENT IDENTIFICATION AND STATUS FINDING WITH MFCC Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 MUSICAL

More information

Creating a Feature Vector to Identify Similarity between MIDI Files

Creating a Feature Vector to Identify Similarity between MIDI Files Creating a Feature Vector to Identify Similarity between MIDI Files Joseph Stroud 2017 Honors Thesis Advised by Sergio Alvarez Computer Science Department, Boston College 1 Abstract Today there are many

More information

Automatic characterization of ornamentation from bassoon recordings for expressive synthesis

Automatic characterization of ornamentation from bassoon recordings for expressive synthesis Automatic characterization of ornamentation from bassoon recordings for expressive synthesis Montserrat Puiggròs, Emilia Gómez, Rafael Ramírez, Xavier Serra Music technology Group Universitat Pompeu Fabra

More information

Feature-based Characterization of Violin Timbre

Feature-based Characterization of Violin Timbre 7 th European Signal Processing Conference (EUSIPCO) Feature-based Characterization of Violin Timbre Francesco Setragno, Massimiliano Zanoni, Augusto Sarti and Fabio Antonacci Dipartimento di Elettronica,

More information

PulseCounter Neutron & Gamma Spectrometry Software Manual

PulseCounter Neutron & Gamma Spectrometry Software Manual PulseCounter Neutron & Gamma Spectrometry Software Manual MAXIMUS ENERGY CORPORATION Written by Dr. Max I. Fomitchev-Zamilov Web: maximus.energy TABLE OF CONTENTS 0. GENERAL INFORMATION 1. DEFAULT SCREEN

More information

Crossroads: Interactive Music Systems Transforming Performance, Production and Listening

Crossroads: Interactive Music Systems Transforming Performance, Production and Listening Crossroads: Interactive Music Systems Transforming Performance, Production and Listening BARTHET, M; Thalmann, F; Fazekas, G; Sandler, M; Wiggins, G; ACM Conference on Human Factors in Computing Systems

More information

A prototype system for rule-based expressive modifications of audio recordings

A prototype system for rule-based expressive modifications of audio recordings International Symposium on Performance Science ISBN 0-00-000000-0 / 000-0-00-000000-0 The Author 2007, Published by the AEC All rights reserved A prototype system for rule-based expressive modifications

More information

About Giovanni De Poli. What is Model. Introduction. di Poli: Methodologies for Expressive Modeling of/for Music Performance

About Giovanni De Poli. What is Model. Introduction. di Poli: Methodologies for Expressive Modeling of/for Music Performance Methodologies for Expressiveness Modeling of and for Music Performance by Giovanni De Poli Center of Computational Sonology, Department of Information Engineering, University of Padova, Padova, Italy About

More information

Speedway IPTV RDVR Web Client User Guide Version 1.3

Speedway IPTV RDVR Web Client User Guide Version 1.3 Speedway IPTV RDVR Web Client User Guide Version 1.3 1 Table of Contents 1. Accessing the Application... 3 2. RDVR operations... 4 2.1 Authenticate... 4 2.2 View Channels... 4 3. Search channels... 5 4.

More information

GenSession: a Flexible Zoomable User Interface for Melody Generation

GenSession: a Flexible Zoomable User Interface for Melody Generation GenSession: a Flexible Zoomable User Interface for Melody Generation François Cabrol 1, Michael J. McGuffin 1, Marlon Schumacher 2, and Marcelo M. Wanderley 3 1 École de technologie supérieure, Montréal,

More information

Welcome to Interface Aesthetics 2008! Interface Aesthetics 01/28/08

Welcome to Interface Aesthetics 2008! Interface Aesthetics 01/28/08 Welcome to Interface Aesthetics 2008! Kimiko Ryokai Daniela Rosner OUTLINE What is aesthetics? What is design? What is this course about? INTRODUCTION Why interface aesthetics? INTRODUCTION Why interface

More information

An integrated granular approach to algorithmic composition for instruments and electronics

An integrated granular approach to algorithmic composition for instruments and electronics An integrated granular approach to algorithmic composition for instruments and electronics James Harley jharley239@aol.com 1. Introduction The domain of instrumental electroacoustic music is a treacherous

More information

Music Performance Panel: NICI / MMM Position Statement

Music Performance Panel: NICI / MMM Position Statement Music Performance Panel: NICI / MMM Position Statement Peter Desain, Henkjan Honing and Renee Timmers Music, Mind, Machine Group NICI, University of Nijmegen mmm@nici.kun.nl, www.nici.kun.nl/mmm In this

More information

Reflections on the digital television future

Reflections on the digital television future Reflections on the digital television future Stefan Agamanolis, Principal Research Scientist, Media Lab Europe Authors note: This is a transcription of a keynote presentation delivered at Prix Italia in

More information

APPLICATIONS OF A SEMI-AUTOMATIC MELODY EXTRACTION INTERFACE FOR INDIAN MUSIC

APPLICATIONS OF A SEMI-AUTOMATIC MELODY EXTRACTION INTERFACE FOR INDIAN MUSIC APPLICATIONS OF A SEMI-AUTOMATIC MELODY EXTRACTION INTERFACE FOR INDIAN MUSIC Vishweshwara Rao, Sachin Pant, Madhumita Bhaskar and Preeti Rao Department of Electrical Engineering, IIT Bombay {vishu, sachinp,

More information

Polyphonic Audio Matching for Score Following and Intelligent Audio Editors

Polyphonic Audio Matching for Score Following and Intelligent Audio Editors Polyphonic Audio Matching for Score Following and Intelligent Audio Editors Roger B. Dannenberg and Ning Hu School of Computer Science, Carnegie Mellon University email: dannenberg@cs.cmu.edu, ninghu@cs.cmu.edu,

More information

IDENTIFYING THE BASIS OF AUDITORY SIMILARITY IN CONCATENATIVE SOUND SYNTHESIS USERS: A STUDY BETWEEN MUSICIANS AND NON-MUSICIANS

IDENTIFYING THE BASIS OF AUDITORY SIMILARITY IN CONCATENATIVE SOUND SYNTHESIS USERS: A STUDY BETWEEN MUSICIANS AND NON-MUSICIANS IDENTIFYING THE BASIS OF AUDITORY SIMILARITY IN CONCATENATIVE SOUND SYNTHESIS USERS: A STUDY BETWEEN MUSICIANS AND NON-MUSICIANS Noris Mohd Norowi 1, Eduardo Reck Miranda 2 and Hizmawati Madzin 3 1 Human

More information

Toward a Computationally-Enhanced Acoustic Grand Piano

Toward a Computationally-Enhanced Acoustic Grand Piano Toward a Computationally-Enhanced Acoustic Grand Piano Andrew McPherson Electrical & Computer Engineering Drexel University 3141 Chestnut St. Philadelphia, PA 19104 USA apm@drexel.edu Youngmoo Kim Electrical

More information

The Leading Broadcast Graphics Solution for Live Production Powerful Shader-based Masking 4K-Ready LYRICX PRODUCT INFORMATION SHEET

The Leading Broadcast Graphics Solution for Live Production Powerful Shader-based Masking 4K-Ready LYRICX PRODUCT INFORMATION SHEET The Leading Broadcast Graphics Solution for Live Production Powerful Shader-based Masking 4K-Ready LYRICX PRODUCT INFORMATION SHEET LYRICX IS GRAPHICS CREATION, REINVENTED! 2 LYRICX. THE NEW HIGH PERFORMANCE

More information

USING AUDIO FEATURE EXTRACTION FOR INTERACTIVE FEATURE-BASED SONIFICATION OF SOUND. Sam Ferguson

USING AUDIO FEATURE EXTRACTION FOR INTERACTIVE FEATURE-BASED SONIFICATION OF SOUND. Sam Ferguson USING AUDIO FEATURE EXTRACTION FOR INTERACTIVE FEATURE-BASED SONIFICATION OF SOUND Sam Ferguson Creativity and Cognition Studios School of Software Faculty of Engineering and IT University of Technology,

More information

Algorithmic Composition: The Music of Mathematics

Algorithmic Composition: The Music of Mathematics Algorithmic Composition: The Music of Mathematics Carlo J. Anselmo 18 and Marcus Pendergrass Department of Mathematics, Hampden-Sydney College, Hampden-Sydney, VA 23943 ABSTRACT We report on several techniques

More information

ESP: Expression Synthesis Project

ESP: Expression Synthesis Project ESP: Expression Synthesis Project 1. Research Team Project Leader: Other Faculty: Graduate Students: Undergraduate Students: Prof. Elaine Chew, Industrial and Systems Engineering Prof. Alexandre R.J. François,

More information

NaviPac Cable Laying Utilities. Author : Ole Kristensen Company : EIVA a/s Date: April 2012

NaviPac Cable Laying Utilities. Author : Ole Kristensen Company : EIVA a/s Date: April 2012 NaviPac Cable Laying Utilities Author : Ole Kristensen Company : EIVA a/s Date: April 2012 NaviPac Cable laying Page 2 Introduction This document gives a short introduction to the catenary functions (for

More information

Figure 1: Feature Vector Sequence Generator block diagram.

Figure 1: Feature Vector Sequence Generator block diagram. 1 Introduction Figure 1: Feature Vector Sequence Generator block diagram. We propose designing a simple isolated word speech recognition system in Verilog. Our design is naturally divided into two modules.

More information

After Direct Manipulation - Direct Sonification

After Direct Manipulation - Direct Sonification After Direct Manipulation - Direct Sonification Mikael Fernström, Caolan McNamara Interaction Design Centre, University of Limerick Ireland Abstract The effectiveness of providing multiple-stream audio

More information

SMS Composer and SMS Conductor: Applications for Spectral Modeling Synthesis Composition and Performance

SMS Composer and SMS Conductor: Applications for Spectral Modeling Synthesis Composition and Performance SMS Composer and SMS Conductor: Applications for Spectral Modeling Synthesis Composition and Performance Eduard Resina Audiovisual Institute, Pompeu Fabra University Rambla 31, 08002 Barcelona, Spain eduard@iua.upf.es

More information

For support, video tutorials, webinars and further information visit us at

For support, video tutorials, webinars and further information visit us at Getting started For support, video tutorials, webinars and further information visit us at www.thinksmartbox.com Welcome to Grid 3 gives you the power to communicate, learn and control your world. This

More information

Chapter 1 Overview of Music Theories

Chapter 1 Overview of Music Theories Chapter 1 Overview of Music Theories The title of this chapter states Music Theories in the plural and not the singular Music Theory or Theory of Music. Probably no single theory will ever cover the enormous

More information

Linkage 3.6. User s Guide

Linkage 3.6. User s Guide Linkage 3.6 User s Guide David Rector Friday, December 01, 2017 Table of Contents Table of Contents... 2 Release Notes (Recently New and Changed Stuff)... 3 Installation... 3 Running the Linkage Program...

More information

User Guide. c Tightrope Media Systems Applies to Cablecast Build 46

User Guide. c Tightrope Media Systems Applies to Cablecast Build 46 User Guide c Tightrope Media Systems Applies to Cablecast 6.1.4 Build 46 Printed September 8, 2016 http://www.trms.com/cablecast/support 2 Contents I Getting Started 5 1 Preface 6 1.1 Thank You..........................

More information

Music for Alto Saxophone & Computer

Music for Alto Saxophone & Computer Music for Alto Saxophone & Computer by Cort Lippe 1997 for Stephen Duke 1997 Cort Lippe All International Rights Reserved Performance Notes There are four classes of multiphonics in section III. The performer

More information

Chord Classification of an Audio Signal using Artificial Neural Network

Chord Classification of an Audio Signal using Artificial Neural Network Chord Classification of an Audio Signal using Artificial Neural Network Ronesh Shrestha Student, Department of Electrical and Electronic Engineering, Kathmandu University, Dhulikhel, Nepal ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Experiment: Real Forces acting on a Falling Body

Experiment: Real Forces acting on a Falling Body Phy 201: Fundamentals of Physics I Lab 1 Experiment: Real Forces acting on a Falling Body Objectives: o Observe and record the motion of a falling body o Use video analysis to analyze the motion of a falling

More information

Analyzing & Synthesizing Gamakas: a Step Towards Modeling Ragas in Carnatic Music

Analyzing & Synthesizing Gamakas: a Step Towards Modeling Ragas in Carnatic Music Mihir Sarkar Introduction Analyzing & Synthesizing Gamakas: a Step Towards Modeling Ragas in Carnatic Music If we are to model ragas on a computer, we must be able to include a model of gamakas. Gamakas

More information

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Y.4552/Y.2078 (02/2016) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET

More information

PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity

PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity Print Your Name Print Your Partners' Names Instructions August 31, 2016 Before lab, read

More information

TOWARDS EXPRESSIVE INSTRUMENT SYNTHESIS THROUGH SMOOTH FRAME-BY-FRAME RECONSTRUCTION: FROM STRING TO WOODWIND

TOWARDS EXPRESSIVE INSTRUMENT SYNTHESIS THROUGH SMOOTH FRAME-BY-FRAME RECONSTRUCTION: FROM STRING TO WOODWIND TOWARDS EXPRESSIVE INSTRUMENT SYNTHESIS THROUGH SMOOTH FRAME-BY-FRAME RECONSTRUCTION: FROM STRING TO WOODWIND Sanna Wager, Liang Chen, Minje Kim, and Christopher Raphael Indiana University School of Informatics

More information

SIDRA INTERSECTION 8.0 UPDATE HISTORY

SIDRA INTERSECTION 8.0 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

User Guide. c Tightrope Media Systems Applies to Cablecast Build 1055

User Guide. c Tightrope Media Systems Applies to Cablecast Build 1055 User Guide c Tightrope Media Systems Applies to Cablecast 6.0.0 Build 1055 Printed September 17, 2015 http://www.trms.com/cablecast/support 2 Contents I Getting Started 5 1 Preface 6 1.1 Thank You..........................

More information

Implementation of an 8-Channel Real-Time Spontaneous-Input Time Expander/Compressor

Implementation of an 8-Channel Real-Time Spontaneous-Input Time Expander/Compressor Implementation of an 8-Channel Real-Time Spontaneous-Input Time Expander/Compressor Introduction: The ability to time stretch and compress acoustical sounds without effecting their pitch has been an attractive

More information

Operation Manual OPERATION MANUAL ISL. Precision True Peak Limiter NUGEN Audio. Contents

Operation Manual OPERATION MANUAL ISL. Precision True Peak Limiter NUGEN Audio. Contents ISL OPERATION MANUAL ISL Precision True Peak Limiter 2018 NUGEN Audio 1 www.nugenaudio.com Contents Contents Introduction Interface General Layout Compact Mode Input Metering and Adjustment Gain Reduction

More information

Sketching (2013) Performance Guide. Jason Freeman, Yan- Ling Chen, Weibin Shen, Nathan Weitzner, and Shaoduo Xie

Sketching (2013) Performance Guide. Jason Freeman, Yan- Ling Chen, Weibin Shen, Nathan Weitzner, and Shaoduo Xie Jason Freeman, Yan- Ling Chen, Weibin Shen, Nathan Weitzner, and Shaoduo Xie Sketching (2013) for 5 7 improvising musicians with audience participation via mobile phone Performance Guide About the Piece

More information