Baltimore Chamber Orchestra

The Baltimore Chamber Orchestra is a mid-sized orchestral ensemble based in and around Baltimore, Maryland.

History

The orchestra's first performance was on January 29, 1984, under the baton of Anne Harrigan, with the orchestra focusing in its initial years on the "core" classical era of Haydn, Mozart, Beethoven, Mendelssohn and Schubert.[1]

People

Markand Thakar became music director in 1984; he has led the orchestra at performances in China and New York, among other locations.

Jonathan Leshnoff joined the orchestra as composer-in-residence in 2007.

Guest performers and soloists with the orchestra have included Zlatomir Fung, Katherine Needleman and Madeline Adkins.[2]

gollark: The performance is great too. It's not O(n²), it's an even more biggerer and thus superior order.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.

See also

References

  1. 2015-2016 season program. Baltimore Chamber Orchestra. p. 8.
  2. 2015-2016 season program. Baltimore Chamber Orchestra. p. 14.



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.