synthing

a waveform sequencing synth on the web
Log | Files | Refs | Submodules

DateCommit messageAuthorFiles+-
2018-04-10 18:13HMIMassimo Siboldi3+1779-17
2018-04-10 05:34Some more meta tagsMassimo Siboldi1+4-0
2018-04-10 05:33Add waveform button stylesMassimo Siboldi3+27-3
2018-04-10 05:06Add autoprefixerMassimo Siboldi3+1541-358
2018-04-10 04:30Give this thing a title, remove some junk, change param cursor selectorsMassimo Siboldi4+3-7
2018-04-09 22:53Using my own build system nowMassimo Siboldi25+5525-6530
2018-03-26 06:26Flip wheel, fix empty stateMassimo Siboldi1+3-3
2018-03-21 01:29Adjust param positioningMassimo Siboldi1+2-1
2018-03-21 01:28add padding to wave scrolling borderMassimo Siboldi1+2-0
2018-03-21 01:27Total waveform wiggles if playingMassimo Siboldi2+27-7
2018-03-20 20:31include important file for high def canvasesMassimo Siboldi1+16-0
2018-03-20 20:31add total wave viewMassimo Siboldi2+23-3
2018-03-20 20:23High def canvasesMassimo Siboldi4+55-39
2018-03-20 20:09Remove pesky logsMassimo Siboldi1+0-2
2018-03-18 19:48Fix initial numBeatsMassimo Siboldi1+1-1
2018-03-18 19:48Beats stay foreverMassimo Siboldi4+19-29
2018-03-18 19:15update gitignoreMassimo Siboldi1+1-0
2018-03-18 02:01Responsive stylingMassimo Siboldi9+117-77
2018-03-17 23:45Higher DPI canvas renderingMassimo Siboldi1+11-6
2018-03-17 21:05Add keybindings componentMassimo Siboldi1+25-0
2018-03-17 21:04Mobile blockadeMassimo Siboldi1+13-2
2018-03-17 04:36Merge pull request #1 from mdsib/help-menuMassimo Siboldi12+174-22
2018-03-17 04:31Add framework for keybindingsMassimo Siboldi4+11-0
2018-03-17 04:30Finish updating resizeMassimo Siboldi1+3-2
2018-03-17 04:29Add smoother Param settingMassimo Siboldi3+32-17
2018-03-16 21:58Fix resize for WaveTable, remove from things that aren't resizedMassimo Siboldi3+2-3
2018-03-15 06:37Add help sectionMassimo Siboldi5+126-0
2018-03-12 07:35move rest of state to redux, finallyMassimo Siboldi5+154-155
2018-03-12 05:50Add editingToneIdx to redux because it was left out for some reasonMassimo Siboldi3+22-20
2018-03-12 05:41Add adsr to reduxMassimo Siboldi4+68-50
2018-03-12 05:13Introducing thunk to handle the metro until it goes into a web workerMassimo Siboldi6+59-44
2018-03-12 02:41Moving some of beats and playing into redux. the separation is starting to get messyMassimo Siboldi3+12-10
2018-03-12 02:39Remove unused imports.Massimo Siboldi1+0-2
2018-03-09 05:54Add more global state to redux.Massimo Siboldi3+27-20
2018-03-09 05:53Make naming consistentMassimo Siboldi3+4-4
2018-03-09 04:04Fix automatic indentation issuesMassimo Siboldi1+2-2
2018-03-09 04:03Add bpm to reduxMassimo Siboldi3+14-14
2018-03-08 07:42initial redux state managementMassimo Siboldi5+63-17
2018-03-07 23:48Volume becomes HSliderMassimo Siboldi6+84-84
2018-03-07 23:40Add master volume and change individual tones to just having a "mix"Massimo Siboldi8+53-16
2018-03-06 04:54Volume interactionMassimo Siboldi3+37-21
2018-03-06 04:43Volume should be applied to first waveform as wellMassimo Siboldi1+3-3
2018-03-06 04:20Distinguised tone from waveform and fix bug related to thisMassimo Siboldi4+70-62
2018-02-28 22:45clickndrag helperMassimo Siboldi3+34-27
2018-02-28 22:15Volume component sans eventsMassimo Siboldi5+73-5
2018-02-22 00:31An important distinction and an empty line.Massimo Siboldi1+2-2
2018-02-22 00:29icon font and del / dupe buttonsMassimo Siboldi17+776-12
2018-02-21 23:00Style wavemanager: solo, mute, containerMassimo Siboldi4+55-8
2018-02-21 06:55Interval -> playing, stopped playback is beat-agnosticMassimo Siboldi1+13-15
2018-02-21 06:25Implement mute and soloMassimo Siboldi3+35-8
2018-02-21 06:24wavemanager gets all the data nowMassimo Siboldi2+13-4
2018-02-21 05:50Styling for wave manager, preparing to add solo and mute.Massimo Siboldi3+50-8
2018-02-21 05:31Fix wave-table draw for multiple wave-tablesMassimo Siboldi4+21-16
2018-02-20 05:41Too many changes for one commit, but i'll list them out sorry, future me - knob broken into param and wheel, now param has room for a child element, which is sometimes wheel. - now Param can be fixed to a certain precision. - more data associated with ADSR to have better control over look / feel and data ranges. - metroMs becomes bpm, and it becomes a setTimeout loop to allow for changing bpm. bpm has a cool param UI, soon to be with a blinking light. there is an improperly named and / or hacky variable over there. - a custom checkbox starts to exist, without the accesibility of normal checkboxes. focusable custom checkbox is on the way. - now the App does the combining of waveforms ceremony, so that Synth can use it as well as other canvasses (performance mode) - edited some default settings for bug fixes and looksMassimo Siboldi13+377-150
2018-02-20 05:30no more tern ports pleaseMassimo Siboldi1+1-0
2018-02-20 05:30Split WaveEditor into two parts: canvas and waveform editing logicMassimo Siboldi4+67-37
2018-02-08 07:52Break off KnobMassimo Siboldi2+35-27
2018-02-07 07:25update package lockMassimo Siboldi1+1-2
2018-02-07 07:16Improve button styleMassimo Siboldi4+19-12
2018-02-06 00:07Add CircleButton files because we need thoseMassimo Siboldi3+62-0
2018-02-06 00:06Initial global controls css and components progressMassimo Siboldi3+93-28
2018-02-06 00:05add Hack fontMassimo Siboldi2+12-0
2018-02-06 00:00please ignore emacs working files, thanksMassimo Siboldi1+1-0
2018-01-17 07:33readmeMassimo Siboldi2+2-0
2018-01-17 07:27Add todo file, some very nice styling tooMassimo Siboldi2+29-0
2018-01-17 07:26An ugly looking synthingMassimo Siboldi3+33-5
2017-12-11 02:45Remove invalid commentMassimo Siboldi1+0-1
2017-12-11 02:44Fixing some bugs with adsrMassimo Siboldi2+28-17
2017-12-11 02:43Add throttle to wave editorMassimo Siboldi2+12-4
2017-12-11 02:43Remove unused stateMassimo Siboldi1+0-4
2017-12-10 01:07Add adsr interface and knobs, no designMassimo Siboldi5+80-21
2017-12-09 05:51Add metronome and adsrMassimo Siboldi7+1947-40
2017-12-06 23:32Delete filesMassimo Siboldi3+0-6
2017-12-06 23:31A set of bulk changes. Fews days worth, all together in one commit!Massimo Siboldi10+206-57
2017-12-03 02:15add submoduleMassimo Siboldi3+5-1
2017-12-03 02:14initMassimo Siboldi21+9378-0