Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-31 | Cardinals now explode on collision with bang | neauoire | |
2020-10-01 | Merge pull request #240 from njanssen/midi-input-switching | Devine Lu Linvega | |
MIDI clock stability and usability improvements | |||
2020-09-30 | Merge pull request #1 from unthingable/midi-input-switching | Niels Janssen | |
MIDI clock slave mode: fix timing and note-off behavior | |||
2020-09-29 | minor fix, remove extraneous else | unthingable | |
2020-09-29 | lost clock should not unpause Orca | unthingable | |
2020-09-29 | minor cleanup | unthingable | |
2020-09-29 | re-sync on MIDI clock START while playing | unthingable | |
2020-09-29 | stay synced to MIDI clock while paused | unthingable | |
2020-09-28 | MIDI clock slave mode: fix timing and note-off behavior | unthingable | |
- play() will reset both frame and pulse counts to 0, for alingment - stop() will silence - tap() will update immediately upon play(), not on the next frame | |||
2020-09-25 | Allow Midi.play and Midi.stop to update `Midi.isPaused` when running in ↵ | njanssen | |
Puppeteering mode (thanks @unthingable!) | |||
2020-09-24 | Fixed code style :) | njanssen | |
2020-09-24 | Removed vscode configuration | njanssen | |
2020-09-24 | Set input index to -1 (no input device) instead of wrapping to 0 when we've ↵ | njanssen | |
reached the end of the `Midi.inputs` array. Now relying on `midi.selectInput` to do all the work, including setting `Midi.inputIndex` - this make sure an existing MIDI message handler is removed from the previous input device before we switch to the next one (or no input device in case of index -1) | |||
2020-09-24 | Merge branch 'vscode-debug' into midi-input-switching | njanssen | |
2020-09-24 | Calling selectInput function after manually switching to next MIDI input to ↵ | njanssen | |
correctly refresh MIDI message handler when no MIDI input was selected at startup | |||
2020-09-24 | Added VSCode launch config for debugging the main and renderer process | njanssen | |
2020-09-22 | Merge pull request #236 from smrq/master | Devine Lu Linvega | |
Trigger noteon for zero-length MIDI notes | |||
2020-09-22 | Trigger noteon for zero-length MIDI notes | Greg Smith | |
2020-09-21 | Updated links to examples | Devine Lu Linvega | |
2020-09-15 | Merge pull request #233 from l3kn/master | Devine Lu Linvega | |
Add Sierpinski Triangle Example | |||
2020-09-15 | Add sierpinski triangle example | Leon | |
2020-07-29 | Merge pull request #221 from ctcutler/improve-u-example | Devine Lu Linvega | |
improve uclid example | |||
2020-07-29 | Merge pull request #222 from ↵ | Devine Lu Linvega | |
hundredrabbits/dependabot/npm_and_yarn/desktop/electron-8.2.4 Bump electron from 8.2.2 to 8.2.4 in /desktop | |||
2020-07-29 | Merge pull request #224 from ↵ | Devine Lu Linvega | |
hundredrabbits/dependabot/npm_and_yarn/desktop/lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19 in /desktop | |||
2020-07-18 | Bump lodash from 4.17.15 to 4.17.19 in /desktop | dependabot[bot] | |
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]> | |||
2020-07-07 | Bump electron from 8.2.2 to 8.2.4 in /desktop | dependabot[bot] | |
Bumps [electron](https://github.com/electron/electron) from 8.2.2 to 8.2.4. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v8.2.2...v8.2.4) Signed-off-by: dependabot[bot] <[email protected]> | |||
2020-06-28 | improve uclid example | ctcutler | |
2020-05-15 | Added noscript message | neauoire | |
2020-05-11 | Merge pull request #216 from metasyn/master | Devine Lu Linvega | |
Make client global. | |||
2020-05-10 | Make client global. | Xander Johnson | |
2020-05-10 | Merge branch 'master' of https://github.com/hundredrabbits/Orca | neauoire | |
2020-05-10 | Added selection to midi and udp io | neauoire | |
2020-05-09 | Merge pull request #215 from felipesabino/bugfix/sonic-pi | Devine Lu Linvega | |
Updated Sonic-Pi tutorial | |||
2020-05-08 | updated sonic-pi example, links and port number | Felipe Sabino | |
2020-04-17 | Modified how select and write handle missing parameters | neauoire | |
2020-04-16 | Updated desc for b operator | neauoire | |
2020-04-16 | Merge branch 'master' of https://github.com/hundredrabbits/Orca | neauoire | |
2020-04-16 | Updated name for b operator | neauoire | |
2020-04-14 | Merge pull request #214 from everm1nd/node-version | Devine Lu Linvega | |
Specified minimum Node.js version requirements for desktop client | |||
2020-04-13 | specified minimum node.js version requirements for desktop client | Nikita Simakov | |
2020-04-08 | Fixed issue with V and K | neauoire | |
2020-04-08 | Added gates to examples | neauoire | |
2020-03-23 | Updated packages | neauoire | |
2020-03-23 | Updated packages | neauoire | |
2020-03-19 | Updated osc | neauoire | |
2020-03-06 | * | neauoire | |
2020-03-06 | Merge pull request #212 from npisanti/master | Devine Lu Linvega | |
fixes TUTORIAL.md golf | |||
2020-03-05 | fixes TUTORIAL.md golf | Nicola Pisanti | |
2020-03-05 | Merge pull request #211 from npisanti/master | Devine Lu Linvega | |
updates basic examples to new operators | |||
2020-03-05 | updates example to new operators | Nicola Pisanti | |