Răzvan Geangu
Răzvan Geangu
For anyone looking for this functionality, this is what I am currently using: ```dart import 'package:tonic/tonic.dart'; List toPitch(List pitchClasses, int octave) { var _octave = octave ?? 0; return pitchClasses...
This is my solution to reload on change using `parallel` and `alias` for a util library inside stencil using lerna. https://github.com/razvangeangu/stencil-ds-plugins-demo
Hey @lorenc-tomasz I've converted the `x` and `y` from the 2D map to `ax`, `az` in the AR plan where `ay` was the depth (going forward).