diff options
| author | lens <lens@neural.garden> | 2019-02-26 14:12:06 +0000 |
|---|---|---|
| committer | lens <lens@neural.garden> | 2019-02-26 14:12:06 +0000 |
| commit | 47e85adc234317b985966ba8e00a186356a742d4 (patch) | |
| tree | 07be707f0c509edabb9669cc5400a50b37f2d4f9 | |
| parent | 4f8de25d23f23d3bb0773a28ffbadd825ea0cd60 (diff) | |
adding kawai k1m
| -rw-r--r-- | .gitignore | 8 | ||||
| -rw-r--r-- | docs/assets/css/css.css | 6 | ||||
| -rw-r--r-- | docs/assets/js/player.js | 8 | ||||
| -rw-r--r-- | docs/assets/js/site.js | 2 | ||||
| -rw-r--r-- | docs/index.html | 8 |
5 files changed, 17 insertions, 15 deletions
@@ -1,8 +1,8 @@ .DS_Store mp3 wav -aif -aiff -mp4 +*.aif +*.aiff +*.mp4 logs/ - +*.mp4 diff --git a/docs/assets/css/css.css b/docs/assets/css/css.css index 6271eb3..5aa0b0b 100644 --- a/docs/assets/css/css.css +++ b/docs/assets/css/css.css @@ -214,7 +214,7 @@ ol li { .playlist { -webkit-overflow-scrolling: touch; overflow-y: auto; - max-height: calc(100vh - 140px); + max-height: calc(100vh - 200px); width: 331px; max-width: calc(100vw - 30px); background: black; @@ -259,7 +259,7 @@ ol li { section { -webkit-overflow-scrolling: touch; overflow-y: auto; - max-height: calc(100vh - 140px); + max-height: calc(100vh - 200px); max-width: 500px; background: black; position: absolute; @@ -339,4 +339,4 @@ section { width: 36px; height: 36px; } -}
\ No newline at end of file +} diff --git a/docs/assets/js/player.js b/docs/assets/js/player.js index 25fdfd6..b228351 100644 --- a/docs/assets/js/player.js +++ b/docs/assets/js/player.js @@ -3,9 +3,9 @@ const player = (function(){ let current_index = -1 let audio = document.createElement('audio') let tracks = [ - { file: "mp3/xena_vectra-cruise.mp3", title: "Cruise" }, - { file: "mp3/xena_vectra-dreaming_city_2.mp3", title: "Dreaming City 2" }, - { file: "mp3/xena_vectra-escape_from_nk.mp3", title: "Escape from Neukölln" }, + { file: "/mp3/Xena Vectra - Sector 6.mp3", title: "Sector 6" }, + { file: "/mp3/Xena Vectra - Hacking the Wavefields.mp3", title: "Hacking the Wavefields" }, + { file: "/mp3/Xena Vectra - Cruise.mp3", title: "Cruise" }, ] function init(){ bind() @@ -76,4 +76,4 @@ const player = (function(){ } init() return { hidePlaylist } -})()
\ No newline at end of file +})() diff --git a/docs/assets/js/site.js b/docs/assets/js/site.js index 2f7c276..b3e9e39 100644 --- a/docs/assets/js/site.js +++ b/docs/assets/js/site.js @@ -4,7 +4,7 @@ const site = (function(){ let time = new Date() let hour = time.getHours() let quotes = [ - "So, are softsynths as nasty as they say?", + "So, are soft-synths as nasty as they say?", "Ah, a hardware person, I get it.", "You have to make space to leave space.", "Those waveforms are more powerful than we realize.", diff --git a/docs/index.html b/docs/index.html index fb150fd..aec8e68 100644 --- a/docs/index.html +++ b/docs/index.html @@ -67,6 +67,7 @@ <h3>Monosynths</h3> <ul> <li>Moog Subphatty</li> + <li>Korg MS-20 Mini</li> <li>Korg Monologue</li> <li>Arturia Microbrute</li> <li>Pittsburgh Modular Lifeforms SV-1</li> @@ -78,6 +79,7 @@ <li>Roland JX-8P</li> <li>Roland D-05</li> <li>Korg Volca FM</li> + <li>Kawai K1m</li> </ul> <h3>Drum machines / Sequencers / Samplers</h3> <ul> @@ -86,7 +88,7 @@ <li>Elektron Digitakt</li> <li>Alesis Samplepad</li> </ul> - <h3>Pedals</h3> + <h3>FX</h3> <ul> <li>Strymon Timeline</li> <li>Strymon Big Sky</li> @@ -98,8 +100,8 @@ Twitter: @<a target='_blank' id='twitter_addr' href='https://twitter.com/XenaVectra/'>XenaVectra</a><br> Soundcloud: - <a target='_blank' href="https://soundcloud.com/xenavectra/">xenavectra</a>, - <a target='_blank' href="https://soundcloud.com/magisphere/">magisphere</a> + <a target='_blank' href="https://soundcloud.com/xenavectra/">XenaVectra</a>, + <a target='_blank' href="https://soundcloud.com/magisphere/">Magisphere</a> <br/> <!-- Bandcamp: <a target='_blank' href="https://xenavectra.bandcamp.com/">xenavectra</a><br/> |
