Releases: TimSusa/midi-bricks
Releases · TimSusa/midi-bricks
Just do it
Minor Changes
- Get rid of prefixing clones with CPY:: b46f51b
- Have all footer pages swappable: 7163b57
- If a page is deleted, delete it also from footer: bcf6147
- 0.1.0: 79bdced
- 0.3.0: 61950d8
- Introduced remove button: ed75e00
- Beautified ui: 929f8d7
- Try to get it on heroku: 1dc4727
- Add server: a9586d5
- Create README.md: fa78b1c
- Detect chrome browser for compatible web midi api: d1bd1be
- Update README.md: e6602b9
- Fixed issue, when all sliders have been removed via gui: 0d1fdf3
- Make mididrivers selectable: 17faeba
- Make midi drivers selectable with every slider: 02b4b85
- Fix issue when starting from scratch: a6de635
- Fix layout: 8435a4e
- Fix issue, not adding cc value on addSlider; beautified everything: f687c3c
- CSS: make use of full vertical screen: 31f0cfd
- CSS: make use of full vertical screen and a little bit place for long driver lists: 04a1d59
- Introduced labels for each channels: 82ec5a8
- Introduced note on note off trigger via button: c23c72b
- CSS: make use of full vertical screen and a little bit place for long driver lists: 0201a2b
- Introduced toggle of note on / off: 27a50ce
- Convert to material-ui and beautified everything a little: 58f01a5
- Beautified captions: 9399809
- Tidy up code and get rid of warnings: 7625042
- Introduced Tooltips: 5878788
- Introduced midi channels: 37d01df
- Simplified persistence: 6e1696f
- Refactor code and make linter happy: d83deea
- Refactoring out channelstrip; give labels to input and introduced material-ui-icons for all buttons with tooltips: f63f9ce
- When adding a slider, it copies the midi driver from slider before: 9fa1f43
- Create and use material-ui palette colors; introduced app-bar: 498a0eb
- Optimize performance by making a channelstrip expandable.: ab3289c
- Introduced superhandy material-ui sliders: 431ba6c
- Correct slider margin: 8c64d30
- Improved css for slider and made label only editable, if slider is expanded: 9957a53
- Introduced expandle fx transition: 9b6c988
- Introduced load / save of presets: 919d11d
- SCary push to redux: 13a144b
- Tidy up everything: e0e2fc8
- Optimize for production: 518e249
- Get rid of redux logger in production: a0d0bf0
- Introduced redux-persistance: bcfafe4
- Give fresh users a chance to cope with this, by introducing hints and suggestions: 1fc93a8
- Update README.md: 27e4c3c
- Update README.md: 31f92a8
- Increase sliderthumbs to improve access via thouch devices: 6572fb5
- Update Readme: 3abcdf0
- Changed wording from collapse/expand to hide/show: 50ec314
- Try to make slider css more suitable for tablets: 1c78a56
- Changed css when clicking outside the slider thumb, so get rid of transitions effect and decreasing the thumb: ceb8395
- Introduced scroll left and scroll right buttons for touchpad users; they disappear, if no scrolling is necessary: 3513336
- Update README.md: 129475c
- Update README.md: 4da8e8c
- Refactored out drawerlist: 8f9fd65
- Commit for testing purposes on ios: 45265ec
- Increasse size of scrollbars in favor to touch devices: 030f308
- Establish testpage for multitouch devices purposes: 371232d
- Try to optimize performance: 48d71dc
- Try to get midi working on ios: 64af50a
- Massively improved performance due to shouldComponentUpdate Method: 5b53372
- Refactored out expanded channel strip: d9201ea
- PerformanceHit. Render only what is visible on screen: d97cc0b
- Limit to use overall 50 Sliders in favor to performance issues: ce5dd52
- Get rid of issue in appbar: ae3f1b2
- Get rid of warnings: bce3267
- Repair redux design flaw, where midi-access was put into state in a react-component; Get rid of using store in reducers: 8027eb1
- Refactored midi-sliders reducer: d98fbaa
- Place Tooltip to the right: 1c43009
- Userr--feature: make slider smaller: 23e0c27
- Get rid of visibility-sensor: f00d5c6
- Get back to visibility sensor; increased max num of sliders to 80; get rid of increasing midi cc when adding slider: 2c3343f
- Expand with classnames: fbed660
- Convert Expand icon to button: 281ee0a
- Refactored out Appbar: b701acc
- Big Change: Only have slider or button for strip available: 87a64f5
- Divide up into either slider or button as a strip; improved input for note on off: 0d183ca
- Trigger note when mouse is down, release when up: b28be6b
- Trigger note with touchstart and end: 1d9af0f
- Add Chords: 24a7146
- Padding for toplabel: 51fab6f
- Introduced layout mode, where sliders can be sorted via drag and drop: 08dc8a1
- Converted to react-dnd-beautiful because now we can drag on touch devices: a5f697f
- Converted to react-dnd-beautiful because now we can drag on touch devices: caa286c
- Update README.md: a1caeae
- Changed viewsettings icon and add tooltips: 77535b6
- TestPage: Convert all multitouches to mouseevents: e8a36cf
- Get rid of expanded mode and put settings into a dialog: 3496480
- Get rid of chords: c42299c
- Update versions in package.json: adc5ba0
- In order to have multi-touch available, convert touch to mouse-events: 4fb54f5
- Try to increase to actual node: bbe7a91
- Autogenerate actions: b0a2375
- Prevent context menu from being shown on touch button and get rid of hover css, as it dos not set back background, when bluring: b65342e
- React on toggling touch events: 9c8913a
- Prevent double events after triggering touches with button: ecd14ac
- Get rid of warning: e6bb7bb
- Close settings dialog on keypress enter: 67349af
- Get rid of extra loading roboto font in index.html: 3cc2691
- Update material-ui to latest: f87422a
- Make some logical refactoring: b65a512
- Establish cloning feature: 20329b1
- Establsih modal, when trying to remove a slider: 6401e6a
- Introduced multi CC input for sliders: 461ccf1
- Fix togle button reaction on touch: 348479b
- Establish free draggable layout test: 61f397f
- Improve draggable route with persisting layout positinos of items: 839f463
- Bind layout mode: d18cab1
- Adapt sliders to height of mosaic: 5c00e31
- Optimize code and make buttons adaptable to mosaic: 6f5ebe1
- Fix bug on removing mosaic: f270867
- Convert: 20564ef
- Disable touch ripple and react on button with backgroundcolor: b...