ctag-fh-kiel / ctag-tbd

CTAG TBD >>to be determined<< an extendible open source Eurorack sound module
Other
176 stars 47 forks source link

Sound generator not showing up in tbd-sim #4

Closed hampa closed 3 years ago

hampa commented 3 years ago

I'm trying to compile a new SoundProcessor.

It successfully shows up in gen_include/ctagSoundProcessorFactory.hpp and tbd-sim builds fine. A "strings tbd-sim" also reveals that the module is compiled into it.

When I go to the web interface it doesn't show up in the list of modules. Anything I need to do to make it show up there?

ctag-fh-kiel commented 3 years ago

Hi there, this is problably the spiffs_image/data/spm-config.jsn file, it needs to be reset to initial state. Sound processors are populated only once, if the file was in initial state. This is also mentioned in the instructions of the generator (see Important): https://github.com/ctag-fh-kiel/ctag-tbd/blob/master/generators/readme.md This behaviour should probably be changed as it confuses a bit... Let me know if this was your issue... Thx

hampa commented 3 years ago

Yes, that was it :)

Thanks

On 27 Nov 2020, at 17:52, Robert Manzke notifications@github.com wrote:

 Hi there, this is problably the spiffs_image/data/spm-config.jsn file, it needs to be reset to initial state. Sound processors are populated only once, if the file was in initial state. This is also mentioned in the instructions of the generator (see Important): https://github.com/ctag-fh-kiel/ctag-tbd/blob/master/generators/readme.md This behaviour should probably be changed as it confuses a bit... Let me know if this was your issue... Thx

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.