I’m spending the week working on some publishing updates, getting some scores up and ready to distribute, and finishing up an orchestra piece, But meanwhile, from the inbox this week:
Dear artist
After an arduous task by our evaluation commission, the works listed below have been selected for our “Fourth Cycle of Virtual Concerts” of “La Hora Acusmática”.
We will shortly send you the schedule of the four concerts planned for 2024.
Congratulations
.Works selected:
“Flutervoice II” Gustavo Chab “Hiperaural” Ricardo De Armas “Fire and dice 2014” Eric Delgado “Spider web” Benjamin Fuhrman “Beyond 88” Mattew Lam “Noturno” Eduardo Nespoli “Bayou” Michael Rosas Cobian “Post Anthropocene” Edmar Soria “Tape piece” Kyle Vandenburg “Glitch Mass” Davide Vannuccini “Abedul” Cami Albarracin “7 minutes of recistance” Cristian Biasin “Filo entre los espacios” Francis Rodriguez “Sancocho” Sergio Flórez Rincón “Mental upgrade” Simón Hutchinson “Antithesis” Maxwell Miller “Onirico y perpetuo” Rafael de Rioja “Grind” Droki Ouro “Parallaxe Parataxe” Nicola Cappeletti “Watching time” Adolfo Núñez “Granciporro” Leonardo Vita “Thales from Dylawerson” Onur Dülger Ausdrüecke – Jakob Gruchmann “Bound” Lack Ballard “Cloud chamber Remix” Heinz-Josef Florian “Theurgy” Elliot Yair Hernández López “Mutations” David Jason Snow “Digital Hymn” Masafumi Oda “Dolente” Piotr Pawlik “Dim life” Seokmin Kang “Le bruit de suspirs” Roxanne Turcotte “YTEcho” Andreja Andric
We are happy to inform you that your presentation, “Debugging the Composer: designing a tool for self-reported composition processes” has been accepted to ATMI 2024 in Washington, D.C. November 7-9. Congratulations.
We ask that you 1) reply to this email confirming your intentions to present at the conference by May 15, and (2) register for the conference by June 20. Participants are also required to be active members of ATMI at least 1 month prior to the National conference. Information about hotels and ATMI member discount will be sent in the next few weeks.
May 15- Declare interest in presenting at conference
June 20th – Presenter Registration Deadline July 1st – Bios/abstracts/headshots due August 1st – Schedule Finalized September 19th – Hotel Reservation Deadline
Please look for further correspondence regarding the date and time of your presentation. Due to shared programming with CMS, requests to present on specific dates may not be granted.
Congrats again and we look forward to welcoming you to Washington DC in November. Don’t hesitate to reach out if you have any questions at all before the event.
Sincerely,
ATMI 2024 Programming committee
Jason Fick, Chair Kyle Vanderburg Teresa Nakra VJ Manzo Peter Webster
Last week, as I was working on preparations for the College Music Society’s regional conference at NDSU, I received notification about an acceptance to their national conference this fall in Washington.
Dear Kyle Vanderburg,
Greetings from The College Music Society. I am pleased to inform you that your proposal for the 2024 CMS National Conference has been accepted! Below you will find a link to an official letter of invitation to participate in the conference, which will take place in Washington, D.C., November 7-9, 2024.
If you have any questions about your proposal’s acceptance or the conference, please contact Charlie Chadwell of the CMS office.
We look forward to your participation!
Sincerely,
Rachel Roberts
Chair, Program Committee 2024 CMS National Conference
This was in the works for most of the fall semester, but I can finally announce that my You Can’t Outrun Your Daydreams has been released on Volume 1 of MUSLAB’s Complex Planet album.
From back in September:
Kyle MUSLAB International Electroacoustic Music Exhibition is pleased to inform you that your work has been selected to participate in the Phonographic co-production – MUSLAB- Cero Records PLANETA COMPLEJO. This is an opportunity that we offer to people who have passed the curatorship process and who have chosen the option to participate in the selection for co-production CDs.
Your work as a composer offers an interesting perspective to our musical community, since it combines research and artistic creation proposing a personal aesthetic. Therefore, it fits perfectly with the general interests of the exhibition.
The COMPLEX PLANET exhibition includes a selection of different sound, video art and photographic works, where our different cultural identities are analyzed through the relationship between endemic social processes and globalization. The proposal is based on the fact that a fundamental characteristic, which enables evolution in nature, not only in biological contexts but also in social and cultural ones. Thus, both the endemic and global factors are a guarantee of evolution and adaptability that has to do with the importance of diversity.
Receive a cordial congratulations from the MUSLAB team.
Here’s a copy of the cover of the three-volume set:
Hey! Tape Piece is making the rounds, and will be performed in Belfast next April!
Dear Kyle,
I am pleased to inform you that your submission “Tape Piece” for the Listening Rooms strand of the open call has been selected for the Sonorities Festival Belfast 2024 programme.
Please confirm that you are still happy for your work to be featured in the festival via email to [email removed] by no later than 4pm Thursday 2nd November GMT, 2023.
Once you confirm your participation, please contact [name removed] to confirm your technical requirements.
Finally, many thanks for your interest in our festival, and for sending us such engaging work.
Your paper “Inspiration/Perspiration: Creating a Map of the Music Composition Creative Process” has been selected for programming as part of the 7th annual ROCC conference at the University of North Georgia.
All participants must register for the conference.
To secure your place in the program, you will need to pay the registration fee before September 17; if you have not paid, we will not plan on your participation. Your purchase of a ticket on Eventbrite is your registration for the event.
Due to the quantity/quality of submission – presenters are only allotted one performance or paper, all other submissions were not accepted.
The conference is scheduled for October 27 to October 29, and the program booklet will be sent electronically after the event. Congratulations and we look forward to an engaging conference this year.
Research on Contemporary Composition Conference
This will be fun! I haven’t had a presentation or performance in Georgia yet (but I did drive up from Jacksonville when I was there this spring for CMS).
One of the things I really enjoy about being a self-publisher composer is that there’s a variety of tasks to work on (read: get distracted by) when I’m not composing. This is a story about one of those tasks.
You may know that I’m addition to my work as a composition instructor at NDSU and my work as a composer, one of my side gigs is web development—I write software (Liszt) for running schools of music. So of course, one of my composing tasks is maintaining a website where people can buy my music. And to make that happen, you kind of need some sort of shopping cart.
For the past several years, I’ve used a great shopping cart platform called Snipcart to handle the shopping part of my websites, both at KyleVanderburg.com and at NoteForge. It’s kind of a drop-in solution: include some code, and as long as your “add to cart” buttons are coded right, they take care of everything. It’s $10 a month, and they package up all the purchasing information and send it off to Stripe, my payment processor.
Recently though, Snipcart has been unable to charge my card for the monthly subscription. When I’ve pressed for diagnostic information, they’ve pointed me to Stripe, and I figure if I’m going to have to deal with Stripe anyway, why not save $10 a month and build my own shopping cart?
The past few days have involved just that. Here’s how it has worked.
First off, I started off with some things that helped out already:
My sites are built on Liszt, which means I have a lot of control over the databases and how the site can communicate with the database.
I already have a database with info about prices, shipping weight, product images, etc. I’m not tracking stocking info because most of my work is print-on-demand at this point.
I have a pre-existing relationship/development account with Stripe due to building a payment gateway for invoicing several years ago.
I don’t want to use the pre-existing payment gateway I’ve built because…we’ll, I just don’t. It would make things complicated (collecting name and address information for example). We’ll just let Stripe handle it.
My websites already have a built-in off-canvas “drawer” component that I can use (on the NoteForge site, it comes up when you click the perusal score button).
I want to take advantage of Stripe’s checkout feature, so the only thing I need to worry about is the cart functionality.
So with those constraints, the first thing I need are a couple of databases, one for the “cart” and one for “cart items.” Cart doesn’t need much more than some sort of identifier, while cart items need fields for cart id, item, and quantity. (It occurs to me on this write-up that there might be a way to build this without a Cart database, but too late now).
Next up, we need a cart page on the website to handle all the cart functions. I decided to program it in PHP because I’m faster at that than writing it with JavaScript. The first time the cart page (let’s call it cart.php) is loaded, it creates a Cart database record, gets a Globally Unique Identifier (GUID) and writes that GUID as a cookie to the user’s browser. (I considered using HTML local storage or PHP sessions, and cookies seemed like the easiest.) Liszt just generated GUIDs for every table row anyway so that’s easy.
In pseudocode: (Note: none of this is actually production code, but it’s close enough to explain it)
<?php
//Generate Cart ID if not set.
if(empty($_COOKIE['NoteForgeCart'])){
$cart->build(); //This will create the record and the GUID.
setcookie("NoteForgeCart",$cart->guid,time()+60*60*24*30,"/"); /* expires in 30 days */
$cartid=$cart->guid;
}else{$cartid = $_COOKIE['NoteForgeCart'];}
?>
I opted to use url constructions like cart.php?addItem=myAwesomeScore to manipulate the cart. This requires that every change to the cart cart involves a page reload, but the code is lightweight enough to where I’m not worried about performance. I could have written this in JavaScript and done some sort of Ajax call but…this was faster. Oh and of course instead of myAwesomeScore, I’m using the GUID of the product we’re adding.
From a user interface level, this means that product links can just be to cart.php?addNewItem=guid. Some css styling to load that page in an iFrame in the drawer I mentioned, and it’s an easy implementation.
Retrieving cart contents is easy since we can just do a database query for all the rows in the Cart Items database with a certain cart I’d. That code goes on Cart.php last.
Adding an item to the cart that’s already in the cart proves a challenge. When an item is added to the cart, the cart contents needs to be loaded to see if that item is already on the cart, and if so, to increase the quantity by one. This requires some additions to the addNewItem method.
Changing quantities poses the next problem. A simple way would be to include a text field for quantity, and then add a handler for when it changes, to make a database update. That was a little more complicated than I wanted it to be. I considered + and – buttons, but if the page reloaded every time, it would be obnoxious for large quantities. I considered +1, +10, and +100 buttons, but that seemed similarly awkward. I opted for + and – buttons that ask the user how much to add or remove from the cart.
The next challenge is the actual checkout process. We need an intermediate page between cart.php and Stripe to format the data—something like cart-process.php. This will package the cart in a format that Stripe understands and pass it off to Stripe. Since the cart ID is just in a cookie, we can use that. This takes a bit of time to figure out the nested arrays, but the Stripe documentation (and the Stripe errors in the Apache logs) are well-written.
Once you can get Stripe to catch the data, you’re home free.
There’s a lot of things I haven’t sorted out in this quick and dirty process: shipping prices, whether products need to be shipped, taxes (though I think Stripe is doing that for me)(I figured that out since this write-up), digital assets, and so on. Snipcart used to automatically send out download links for digital goods, and I think I’ll just have to not have that for a bit.
I’ve been using a GitHub project to track everything, here’s what that looks like:
GitHub Project View
There’s some room for improvement, but it’s not bad for several hours of worth over the weekend to save $120 a year by writing 200 lines of code.
This code will (hopefully) go live later this week.
I’m pleased to announce that I’ve had two items selected for the College Music Society central conference this coming March! My Reverie of Solitude for stereo fixed media, and a presentation on The Mess of Music Composition (which I first gave at the Aspen Composers Conference a few years ago) will be on the program in Wichita. Notification follows:
Dear Kyle Vanderburg,
The CMS Program Committee would like to thank you for submitting your proposal, “The Mess of Music Composition” in response to the CMS 2023 Central Conference – Call for Oral & Poster Presentations. I am very pleased to let you know that your work has been selected for presentation on the program.
It is our policy that all composers, presenters, co-presenters, panelists, and collaborative pianists must hold current membership in CMS and must register for the event no later than Thursday, February 9, 2023. The registration form is available on the conference website. As only the primary submitter receives this message, please share this link with any collaborators involved in your presentation and make sure they are aware of this policy.
If a co-presenter or panelist is from a profession other than music (e.g., lawyer, librarian, medical professional), they may be exempted from the membership and registration requirements; however, it is your responsibility to communicate with us right away regarding such participants so that we may verify their exemption. Performers of works by CMS composers are not required to register unless they plan to attend conference sessions in addition to the concert in which they are performing. In this case, they are expected to pay the full registration fee accordingly.
Please look for further correspondence regarding the date and time of your presentation. Please recall that according to the rules of the Call, you have agreed to present on any day of the conference. We regret that we cannot entertain requests for specific dates or times.
I congratulate you on your acceptance and look forward to your participation!
Several things that are bouncing around my head these days:
First off, let’s talk about the summer schedule. Hopefully this will be a productive working summer. But in between that work, some interesting projects:
For ten days in June, I’ll be in NYC to help run the New York City Electroacoustic Music Festival (NYCEMF). I don’t have a piece on the festival this year, I’m just working. That should help me get my mixing, troubleshooting, and gaff-taping fix for the year.
The first week in July, I’ll be teaching Audio Technology at the International Music Camp. Lots of firsts for that one—first time at the International Peace Gardens, first time teaching at IMC, first time using Cubase…
At the beginning of August, I’ll be presenting a paper on composition program curricula at the Aspen Composers Conference. A few days later, I’ll be teaching a seminar on recording technology at NDSU’s Music Education Summer Symposium.
Next: Social media. Ugh. I’ve never really liked it. I feel like I always have to be “On” to use it—as in, everything I post has to be amusing or witty or something more than “I’m eating a sandwich.” I’ve long suspected that it’s the cause of most of our recent societal problems. As I teach freshmen every year, my believe that being constantly catered to by algorithms isn’t healthy. And my recent reading list hasn’t helped things.
Now, I haven’t gotten out the tinfoil hat and I’m not saying that I agree with everything I’ve just listed. But these things have been on my mind for a while.
This is part of a larger thing I’m going through right now, where I’m realizing that I don’t have to be good at everything. I’m not good at contributing to social media (and consuming it isn’t good for me) and that’s okay.
I’m not good at email either, but that’s a project and a story for another day.
This leads me to my third thing—the scarcity mindset. This came up in Beyond Talent earlier in Entrepreneurship this spring, and it struck the students (and me) differently than usual. For much of grad school and my early academic career, I’d say “Yes” to whatever project or job came my way. And this never really stopped—even though I have full-time employment and several side projects, every time I see a job posting I think “OOH! I could do that too!” Not “instead.” “Too.”
Diversification and risk management are good things, but there’s a point of diminishing returns where you’re spread too thin. I just need to calm down and focus on the plates that are already spinning.
OOH! Or I could go back to school to become a CPA!
It’s turning out to be a busy semester! I’m teaching a couple of new-to-me classes—Music Research and Bibliography for the grad students and the Symphonic Literature for both grads and undergrads. These are paired with my normal Music Entrepreneurship, the bassoon part of Woodwind Methods II, and a studio of 13 composers.
Let’s talk about performances. I’ve recently updated the calendar, here’s what’s in store!
February 13: Kelly Burns, Cassie Keogh, and Tyler Wottrich premiere my Letters to the Poetry Editor that came about from my work with the NDSU Press.
March 5-6: We’ll present Letters to the Poetry Editor at the College Music Society Central Conference in Omaha. I’ll also be presenting a paper on composer workflow.
The next weekend, March 11-12, I’ll be in Oklahoma for the College Music Society South Central Conference, where Tempest in a Teakettle will be performed.
March 24-26, I’ll be in St. Petersburg, Florida for the Contemporary Art Music Project’s CAMPGround22, where Tape Piece will be performed.
April 21-23, we’re hosting a new music festival at NDSU, including a couple of concerts as part of our Unity concert series, and then a student and faculty (that’s me!) composers’ recital on the 23rd.
May 1, the NDSU Faculty Woodwind Quintet will play Course of Empire as part of the Fargo Moorhead Symphony Orchestra chamber series.
Oh, also at some point this semester, the New Rockford-Sheyenne High School Band will be premiering the new Steam Powered Rocket in New Rockford. I’ll update the website and the blog when I get that date.