Coder Social home page Coder Social logo

juced's People

Contributors

devsnd avatar kunitoki 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  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  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  avatar

Watchers

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

juced's Issues

Problem compiling on Ubuntu (Studio) 16.04

Hello!
I encountered some errors while compiling, any help appreciated!
Here's an example of the output I got:

In file included from ../../src/native/juce_linux_NativeCode.cpp:107:0: ../../src/native/linux/juce_linux_Windowing.cpp:1417:77: warning: ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated [-Wdeprecated-declarations] KeySym sym = XKeycodeToKeysym (display, keyEvent->keycode, 0); ^ In file included from ../../src/native/linux/juce_linux_NativeIncludes.h:69:0, from ../../src/native/juce_linux_NativeCode.cpp:33: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^ juce.make:2074: recipe for target '../../../bin/intermediate_linux/juceRelease/juce_linux_NativeCode.o' failed make[1]: *** [../../../bin/intermediate_linux/juceRelease/juce_linux_NativeCode.o] Error 1 Makefile:21: recipe for target 'juce' failed make: *** [juce] Error 2

brian

Can't compile "jost" on OSX10.9

Hi,

I cloned the repository, opened jost.xcodeproj , modified the project settings to target 10.9 because I don't have the old 10.4u SDKs.
I hit compile and I got this error (I replaced the path to cloned repository with [...]) :

CompileC /[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/Objects-normal/i386/juce_Brush.o /[...]/juced/juce/src/gui/graphics/brushes/juce_Brush.cpp normal i386 c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /[...]/juced/juce/build/macosx
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.9 -g -fvisibility=hidden -Wno-sign-conversion -I/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/jucedebug.hmap -I/[...]/juced/juce/build/macosx/../../../vst/vstsdk2.4 -I/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Products/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/DerivedSources/i386 -I/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/DerivedSources -F/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Products -MMD -MT dependencies -MF /[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/Objects-normal/i386/juce_Brush.d --serialize-diagnostics /[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/Objects-normal/i386/juce_Brush.dia -c /[...]/juced/juce/src/gui/graphics/brushes/juce_Brush.cpp -o /[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/Objects-normal/i386/juce_Brush.o

clang: error: no such file or directory: '/[...]/juced/juce/src/gui/graphics/brushes/juce_Brush.cpp'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

/usr/bin/ld: cannot find -ljuce

I am attempting to build the vex synth under Linux x86_64. The synth compiles fine, but I run into this problem during linking.

Linking vex
/usr/bin/ld: cannot find -ljuce
collect2: error: ld returned 1 exit status
make[1]: *** [vex.make:97: ../../../../bin/vex] Error 1
make: *** [Makefile:22: vex] Error 2

drumsynth: feature request: stereo

I realise no updates have been made to this great synth in a while, but I'm giving it a shot anyway:

Noise based snares and HHs sound awesome when in stereo.

To get this, you currently have to make a copy of the track plus instrument, and pan them L an R.
It woud be very handy to have this built in.

I realise this would double the DSP load, but imho that's worth it.

Combat Code Rot

This project houses many lovely applications that use JUCE, but, as it would appear, none have been updated to work with a later JUCE (such as those included in many Linux distributions, Debian being the one I'm testing this on), and furthermore the included/amalgamated JUCE simply will not play nice with a modern C++ compiler.

Realistically, these applications should be split up in to individual repos and updated.

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.