Nicola Pisanti

Results 21 comments of Nicola Pisanti

`pdsp::Switch` takes multiple inputs (patched to the `input( int i )` method and outputs just one of the signals. there is not a method to switch input, which input is...

yes, using an amp and putting 0.0f / 1.0f into `in_mod()` is the correct way to switch a signal off, when the `in_mod()` of `pdsp::Amp` goes to zero all the...

in ofxPDSP anything with `in_pitch()` is scaled in semitones (by default using 440hz as reference, but that can be changed), and everything that uses `in_freq()` is scaled in hertz. All...

it is also something that happens with any of the included examples? on what operative system and version of openFrameworks are you working on?

hello! those feature are not yet available. midi clock could be implemented but it won't be easy, probably the best option would be to make a class that process `pdsp::midi::Input`...

i looked at the code again and probably it won't work that way, as it doesn't have memory of the old playhead, so skipping to a point could left you...

luckily everyone is fine, i'm the south now and here the pandemic has been weaker. What i mean it's this: when you set the playhead it simply changes the starting...

ah yes, i was meaning south italy, here the lockdown is a bit loose and there are few cases, obviously we still have to wear masks in many places. let...

as i also use ofxPDSP on the raspberry, i am aware that the compilation is really long as this is a really big library (more than 13000 lines of code)....

i found that compiling some addons on other projects on the rpi retrigger the compilation of all the addons, expecially if you compile ofxOMXPlayer in another project and then ofxPDSP...