~hp

Trackers

~hp/issues

Last active 22 days ago

#12 cannot access stdfaust.lib functions 21 days ago

Comment by ~hp on ~hp/issues

It works just fine.

REPORTED RESOLVED NOT_OUR_BUG

#11 Save in external editor does not get picked up by mephisto 21 days ago

Comment by ~hp on ~hp/issues

open in external editor uses xdg-open and uses whatever program is configured to open the filetype.

Tested with gedit, works as intended.

REPORTED RESOLVED NOT_OUR_BUG

#28 Mephisto bug report 21 days ago

Comment by ~hp on ~hp/issues

Fixed by 07d6f48467d91dc9d4298c09c5698a633995ec61

REPORTED RESOLVED CLOSED

#13 different faust llvm header name 21 days ago

Comment by ~hp on ~hp/issues

REPORTED RESOLVED CLOSED

#28 Mephisto bug report 22 days ago

mephisto added by ~hp on ~hp/issues

#28 Mephisto bug report 22 days ago

Ticket created by ~hp on ~hp/issues

#General infos

  • Project: mephisto.lv2
  • Version: 0.18.2
  • OS: Arch Linux

#Steps to reproduce

Create a new Mephisto instance in your favourite LV2 plugin host and paste in this simple program, adapted from Faust's documentation of the waveform Faust primitive:

import("stdfaust.lib");
triangleWave = waveform{0,0.5,1,0.5,0,-0.5,-1,-.5};
triangleOsc(f) = triangleWave,int(os.phasor(8,f)) : rdtable;
process = triangleOsc(440);

#Expected outcome

Mephisto should output a mono triangle wave at 440 hertz, albeit a very low quality one. It works in the Faust web IDE.

#Actual outcome

Mephisto outputs only silence.

#Notes

This can be fixed by changing instanceInitCDSPInstance(base_voice->instance, handle->srate); on line 2272 of src/mephisto.c from the latest commit on master (1201a260ef439873d6e2382c15b39ebc42c812e9) to initCDSPInstance(base_voice->instance, handle->srate);.

#27 Test alternate email address without tilde 7 months ago

Comment by ~hp on ~hp/issues

Yes, it does

REPORTED RESOLVED IMPLEMENTED

#27 Test alternate email address without tilde 7 months ago

Ticket created by ~hp on ~hp/issues

Does it work?

#25 Link to issue tracker from git repos 7 months ago

Comment by ~hp on ~hp/issues

REPORTED RESOLVED IMPLEMENTED

#26 Test reporting issues and sending patches via IPv6 7 months ago

infra added by ~hp on ~hp/issues