Ernst Bachrich

Ernst Bachrich (30 May 1892 or 1893 11 July 1942) was an Austrian composer, conductor, and pianist.

He composed piano music, chamber music and Lieder.

Biography

Born in 1892 or 1893 in Vienna, he studied law at the University of Vienna.

He studied music with Carl Prohaska and Carl Lafite. He studied privately with Arnold Schoenberg from June 1916 to September 1917. In 1917 and 1918 he took part in Schoenberg's composition seminar.

He was conductor at the Vienna Volksoper from 1920 to 1925.

In 1928 he became Kapellmeister at the Düsseldorf city theatre and in 1931 he took up the same post in Duisburg.

In 1936 he collaborated with Marcel Rubin and Friedrich Wildgans to organize a series of concerts in Vienna, entitled "Music of the Present".

On 15 May 1942 he was deported by the Nazis to Izbica. He was killed on 10 or 11 July 1942 in the Majdanek/Lublin concentration camp.

gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
gollark: Hold on, I worked on a tiny bit of Go code, I'll dredge some up as a sample.
gollark: It does not avoid those. You just reimplement them oddly.
gollark: Explicit doesn't mean very good.

References

  • Material from the biography under External links


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