miranda

Results 36 comments of miranda

i also had some trouble with debug builds, don't remember if the error was the same though. the way i got it working was to add ``` DEBUG = 1...

sorry for the long delay! ive now addressed your previous comments. still TBD is the name of the argument for enabling this feature :) do you think `metatune` is acceptable?...

while using this in my own livecoding, i noticed incorrect durations for some tuned notes.. i fixed this before but i think https://github.com/musikinformatik/SuperDirt/pull/274/commits/b53a29f89174cda02429a82e77a7c6a92e84473c broke it again. will take a look...

note durations are now fixed. in the absence of further comments on the argument name i also took the liberty of renaming it to `metatune`. unless you would like some...

i agree it would be better, but i had some trouble making it work that way (the commit was sitting on my computer for a while so i dont remember...

right, the problem is that by the time the module function is invoked, DirtEvent.calcTimeSpan has already happened and it is too late to modify unitDuration. i wrote down this pseudocode...

here is an example that perhaps helps clarify how this works in practice. samples used: https://share.pulusound.fi/metatune-samples.zip contains a subdirectory `foo` with four samples. this is their smpl metadata: ```shell $...

good question! i forgot about the synth case. it might be best to factor out the dictionary-manipulating code into a function that is used by both `addBuffer` and `addSynth`. i...

how about this? > i also recently noticed metadata not getting correctly updated when reloading samples from a folder which has been loaded before, will look into that too. i...

closing this now that the PR is merged 🥳