Joe Pea

Results 958 issues of Joe Pea

The pattern view has many slots (the spaces with periods in them). Highlight the slot that is currently being hovered on by the mouse pointer. It would be a lighter...

enhancement

That'd be nice. Original: http://buzztrax.org/bugs/?do=view_issue&issue=48

enhancement

See original issue for details: http://buzztrax.org/bugs/?do=view_issue&issue=26

feature request

So for example, the custom name could be changed to anything like "chorus melody" but the name of the machine (the type of machine) would conveniently still be visible. Each...

feature request

It'd be nice to have drag and drop along side the current method of using ctrl+arrow key. Original issue: http://buzztrax.org/bugs/?do=view_issue&issue=11

enhancement

Save a song's change history so that it's possible to undo changes even after quitting and restarting buzztrax and reloading a song.

feature request

I've got some styles using jss-nested with `$classname` syntax: ```js const style = StyleSheet.create({ footer: { // ... '& $logoAndCopyright': { // ... }, }, logoAndCopyright: {}, }) ``` then...

bug
complexity:high

If we use this with React, the `render()` method may call `css(rule1, rule2)` multiple times. Is this okay?

Hello Javi, If we have a node (SceneNode), and it has many descendants (a sub tree), what should happen when we apply opacity with a value less than `1` to...

Here's [a demo](jsfiddle.net/trusktr/jc6j1wmf) mixing some DOM content with WebGL content using Three.js. What I'd like to do is the same thing, but in VR. However, this obviously won't work with...