aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-10-31Cardinals now explode on collision with bangneauoire
2020-10-01Merge pull request #240 from njanssen/midi-input-switchingDevine Lu Linvega
MIDI clock stability and usability improvements
2020-09-30Merge pull request #1 from unthingable/midi-input-switchingNiels Janssen
MIDI clock slave mode: fix timing and note-off behavior
2020-09-29minor fix, remove extraneous elseunthingable
2020-09-29lost clock should not unpause Orcaunthingable
2020-09-29minor cleanupunthingable
2020-09-29re-sync on MIDI clock START while playingunthingable
2020-09-29stay synced to MIDI clock while pausedunthingable
2020-09-28MIDI clock slave mode: fix timing and note-off behaviorunthingable
- 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-25Allow Midi.play and Midi.stop to update `Midi.isPaused` when running in ↵njanssen
Puppeteering mode (thanks @unthingable!)
2020-09-24Fixed code style :)njanssen
2020-09-24Removed vscode configurationnjanssen
2020-09-24Set 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-24Merge branch 'vscode-debug' into midi-input-switchingnjanssen
2020-09-24Calling 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-24Added VSCode launch config for debugging the main and renderer processnjanssen
2020-09-22Merge pull request #236 from smrq/masterDevine Lu Linvega
Trigger noteon for zero-length MIDI notes
2020-09-22Trigger noteon for zero-length MIDI notesGreg Smith
2020-09-21Updated links to examplesDevine Lu Linvega
2020-09-15Merge pull request #233 from l3kn/masterDevine Lu Linvega
Add Sierpinski Triangle Example
2020-09-15Add sierpinski triangle exampleLeon
2020-07-29Merge pull request #221 from ctcutler/improve-u-exampleDevine Lu Linvega
improve uclid example
2020-07-29Merge 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-29Merge 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-18Bump lodash from 4.17.15 to 4.17.19 in /desktopdependabot[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-07Bump electron from 8.2.2 to 8.2.4 in /desktopdependabot[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-28improve uclid examplectcutler
2020-05-15Added noscript messageneauoire
2020-05-11Merge pull request #216 from metasyn/masterDevine Lu Linvega
Make client global.
2020-05-10Make client global.Xander Johnson
2020-05-10Merge branch 'master' of https://github.com/hundredrabbits/Orcaneauoire
2020-05-10Added selection to midi and udp ioneauoire
2020-05-09Merge pull request #215 from felipesabino/bugfix/sonic-piDevine Lu Linvega
Updated Sonic-Pi tutorial
2020-05-08updated sonic-pi example, links and port numberFelipe Sabino
2020-04-17Modified how select and write handle missing parametersneauoire
2020-04-16Updated desc for b operatorneauoire
2020-04-16Merge branch 'master' of https://github.com/hundredrabbits/Orcaneauoire
2020-04-16Updated name for b operatorneauoire
2020-04-14Merge pull request #214 from everm1nd/node-versionDevine Lu Linvega
Specified minimum Node.js version requirements for desktop client
2020-04-13specified minimum node.js version requirements for desktop clientNikita Simakov
2020-04-08Fixed issue with V and Kneauoire
2020-04-08Added gates to examplesneauoire
2020-03-23Updated packagesneauoire
2020-03-23Updated packagesneauoire
2020-03-19Updated oscneauoire
2020-03-06*neauoire
2020-03-06Merge pull request #212 from npisanti/masterDevine Lu Linvega
fixes TUTORIAL.md golf
2020-03-05fixes TUTORIAL.md golfNicola Pisanti
2020-03-05Merge pull request #211 from npisanti/masterDevine Lu Linvega
updates basic examples to new operators
2020-03-05updates example to new operatorsNicola Pisanti