Daniele Pagliero

Results 10 issues of Daniele Pagliero

Hello, I've compiled and installed faust to use the faust2teensy. I use the command: `faust2teensy -lib FaustVoice.dsp` The cpp and h file are different from the files generated by the...

Hello, To people like me that updated a project to webpack 5 and dropbox 9 and got this error: ``` ERROR in ./node_modules/dropbox/dist/Dropbox-sdk.min.js 1:30619-30636 Module not found: Error: Can't resolve...

Hello, I'm having problem using angular-ellipsis on a tab navigation where elements called by the tabs are hidden or shown with ng-if. It seems (but I'm not sure) that the...

Hello, if the element defined in the tourtip-element in a virtual-step is not found, the page get the error: Target element could not be found. Selector: #id-of-the-element Is there any...

hello, if I use tourtip-placement="center-top" when I inspect the DOM, there is a **ng-hide** class added to classes: **tour-arrow** **tt-center-top**. Why? Is there any way to control it? Thanks in...

Hello, intalling angular-tour version 0.2.5 with bower, the main property on _bower_components/angular-tour/bower.json_ is: `"main": "./dist/angular-tour-tpls.min.js"` missing the "./dist/angular-tour.css", present on master branch: `"main": [ "./dist/angular-tour-tpls.min.js", "./dist/angular-tour.css" ],` Is it normal...

Hello, it will be very usefull to add the functionality to convert from one midi format to another, for instance from type 0 to type 1, splitting notes of different...

enhancement
feature:midifile

Hello, I've seen that this repo has been not actively developed since 2017 but I'm using it and eventually I could try to fix it if someone could help me...

Hello, I was wandering if it will be possible/feasible editing samples parameters. I don't know if they are stored inside the program, for instance on the mpc500: - sample trim...

Hello, I'm running a server with pm2 and a node/express application. There are some computational expensive operations that require more than 2 minutes to give a response and I've used...