Git Product home page Git Product logo

mda-lv2's People

Contributors

bgola avatar bramgiesen avatar buruno avatar falktx avatar jofemodo avatar lfagundes avatar lucastakejame avatar marksmitsmd avatar odurc avatar pjotrompet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mda-lv2's Issues

compiling mdaJX10 to a .dll

Hey might someone help me I try to compile one of ur effects zo a dll and use it as a vst. so i got this repository and the steinbergs sdk 2.4, i also got the lv2 dependencies, started a project and load everything in it. but i still got a lot of the "identifier is not defiend" errors so it feels like i am stil missing something. Thank in advance!

unitialized values on test tone

Reported by valgrind:

==18586== Conditional jump or move depends on uninitialised value(s)
==18586==    at 0x6DB4810: mdaTestTone::processReplacing(float**, float**, int) (mdaTestTone.cpp:491)
==18586==    by 0x48E9FC: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4A3B58: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4205A2: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x420A3E: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4139A8: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4128CB: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4C9D608: start_thread (pthread_create.c:477)
==18586==    by 0x5132292: clone (clone.S:95)
==18586== 
==18586== Conditional jump or move depends on uninitialised value(s)
==18586==    at 0x6DB4CE4: mdaTestTone::processReplacing(float**, float**, int) (mdaTestTone.cpp:576)
==18586==    by 0x48E9FC: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4A3B58: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4205A2: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x420A3E: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4139A8: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4128CB: ??? (in /Shared/mpb-workdir/x86_64/target/usr/lib/carla/carla-bridge-native)
==18586==    by 0x4C9D608: start_thread (pthread_create.c:477)
==18586==    by 0x5132292: clone (clone.S:95)

Build issue on current master

Can someone please help me with this waf configure issue?

$ ./waf configure
Traceback (most recent call last):
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Node.py", line 282, in ant_iter
    raise StopIteration
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Scripting.py", line 97, in waf_entry_point
    run_commands()
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Scripting.py", line 149, in run_commands
    parse_options()
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Scripting.py", line 127, in parse_options
    Context.create_context('options').execute()
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Options.py", line 134, in execute
    super(OptionsContext,self).execute()
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Context.py", line 87, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Context.py", line 128, in recurse
    user_function(self)
  File "/home/johannes/cprogs/mda-lv2/wscript", line 16, in options
    opt.load('compiler_cxx')
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Context.py", line 84, in load
    fun(self)
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Tools/compiler_cxx.py", line 31, in options
    opt.load_special_tools('cxx_*.py')
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Context.py", line 264, in load_special_tools
    lst=self.root.find_node(waf_dir).find_node('waflib/extras').ant_glob(var)
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Node.py", line 331, in ant_glob
    ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=25,dir=dir,src=src,remove=kw.get('remove',True))]
  File "/home/johannes/cprogs/mda-lv2/.waf3-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Node.py", line 331, in <listcomp>
    ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=25,dir=dir,src=src,remove=kw.get('remove',True))]
RuntimeError: generator raised StopIteration

install problem with current trunk

./waf install fails with the following error message:

Waf: Leaving directory `/home/collette/repositories/LV2/portalmod/mda-lv2/build'
Build failed
Traceback (most recent call last):
File "/home/collette/repositories/LV2/portalmod/mda-lv2/.waf-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Task.py", line 123, in process
ret=self.run()
File "/home/collette/repositories/LV2/portalmod/mda-lv2/.waf-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Task.py", line 47, in run
return m1(self)
File "/home/collette/repositories/LV2/portalmod/mda-lv2/.waf-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Build.py", line 460, in run
return self.generator.exec_task()
File "/home/collette/repositories/LV2/portalmod/mda-lv2/.waf-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Build.py", line 476, in exec_install_files
self.generator.bld.do_install(y.abspath(),destfile,self.chmod)
File "/home/collette/repositories/LV2/portalmod/mda-lv2/.waf-1.7.11-715590adb2974ef17ddee0c7e2df2d1d/waflib/Build.py", line 517, in do_install
shutil.copy2(src,tgt)
File "/usr/lib64/python2.7/shutil.py", line 131, in copy2
copystat(src, dst)
File "/usr/lib64/python2.7/shutil.py", line 98, in copystat
os.utime(dst, (st.st_atime, st.st_mtime))
OSError: [Errno 2] No such file or directory: '/local/stow/mda-lv2-devel/lib/lv2/mod-mda-BeatBox.lv2/modgui/knobs/boxy/black.png'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.