Nocturnal Wonderland

Nocturnal Wonderland, formerly known as Nocturnal Festival, is an electronic dance music festival that was founded in 1995.

Nocturnal Wonderland (formerly Nocturnal Festival)
GenreTrance music, Dance music, Electronic dance music, House music, Drum and bass, Techno, Hardstyle
DatesFirst Weekend of September (Southern California)
April (Texas)
Location(s)San Bernardino, California
Rockdale, Texas
Years active1994 - 2001; 2003 - present (Southern California)
2010 - 2012 (Texas)
Attendance50,000
Websitewww.nocturnalwonderland.com

History

Nocturnal Wonderland is a two-day event (previously a three-day festival from 2011 to 2016) that used to occur in early September around Labor Day.[1] There are usually 5 stages with a total of over 60 different artists performing throughout the two nights. The music genres vary around the genres trance, drum and bass, breakbeat, and house genres.[2]

The first Nocturnal Wonderland was held in 1995, varying the locations (Los Angeles, Empire Polo Club, etc.) every year. Since 2002 the Nocturnal Wonderland takes place at the National Orange Show Events Center in San Bernardino after having first taken place at that location in 1998. This venue has predominantly been the location of the festival since 2003 along with the Glen Helen Amphitheater. In June 2019, it was announced that this would be the last year that the show would take place at Glen Helen due to new noise ordinances in the area.

On Labor Day Weekend 2010, the Nocturnal Festival Texas in Rockdale, Texas was introduced.

In 2016, hundreds of people were arrested at the event.[3]

Stages

There are typically around five main stages at the event, themed with unique decoration and lighting.

"The Labyrinth": This stage has usually been held in a giant warehouse-like building. In 2010, the stage was meant for a wider and taller tent but was switched with Alice's House to accompany more attendees. The decorations for this stage included 20-foot (6.1 m) tall stacks of speakers, huge colorful designs, abstract shapes hanging from the ceiling, lasers, smoke machines, and a display of lights. In recent years, trapeze artists have performed above the crowd during the shows. This stage typically plays host to the trance genres.

Alice's House: This stage was once held on a huge grass field next to a man-made lagoon. An outdoor stage, it originally featured chill/groovy house vibes. In 2010 the stage became much bigger and was accompanied by more upbeat and energetic house music.

The Upside Downroom: This stage used to play host to various techno and house genres, but it has grown to become a mixed-genre tent.

The Sunken Garden: This stage is the most energy intensive of all the stages, with huge speakers, heavy bass, and MCs that freestyle over the music. While other stages focus on the slower, more traditional styles of electronic music such as house, trance, or breaks, this room is dedicated to the electronic music genre drum and bass. This stage is typically hosted by another company founded by Insomniac called 'Bassrush.' Separate Bassrush events are held at various locations nationwide throughout the year.

The Queen's Grounds: This room used to hold all of the attractions until 2009 when it became a house-orientated stage. In 2010, it was held in one of the bigger warehouse-like buildings that housed the main stage for 2008's Nocturnal Festival. Not to be confused with Beyond Wonderland's Queen's Domain stage.

The Big Top Tent: Another mixed-genre type tent playing host to mostly house. It started off as being one of the only stages held outside in a giant tent. Since 2010, there has been no incarnation of the Big Top Tent.

Talent

Nocturnal has featured artists from around the world, including Darin Epsilon, Fury, Pretty Lights, R3HAB, The Prototypes, Umek, Calvin Harris, Steve Aoki, Tiesto, Hardwell, Cosmic Gate, Pendulum, EOTO, Borgore, Datsik, Avicii, Kaskade, S. P. Y, Bassnectar, Armin van Buuren, Kid Cudi, Rusko, 12th Planet, Dirtyphonics, Above & Beyond, Wolfgang Gartner, Infected Mushroom, Christopher Lawrence, Cosmic Gate, Computer Club, Doc Martin, Manufactured Superstars, Planet of the Drums, Noisia, Calyx, DJ Fury, The Chemical Brothers, Paul Van Dyk, Carl Cox, Benny Benassi, Deekline.

gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

See also

References

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