Jump to content

Davo

Members
  • Posts

    450
  • Joined

  • Last visited

Posts posted by Davo

  1. I have a Yamaha TX802, which is essentially a DX7mk2 in a rackmount chassis. I'd like to get an actual DX7mk2 one of these days, but I don't know -- the TX802 is so compact and convenient. I just now hatched the crazy idea of replicating the user interface of a DX7mk2 with Midibox hardware. Does anyone know if it's possible to communicate with a TX802 over midi to make this gizmo work? I'd appreciate any ideas and suggestions you may have.

  2. I just finished my sammichSID and have noticed a problem with the audio not being entirely cut off when no key is pressed. This also manifests as an audible pop whenever changing patches, especially if I give the knob a good spin. What might be the problem?

  3. I did this and the compile went okay until this point:

    UploadWindow.cpp

    ../../src/gui/UploadWindow.cpp: In constructor ‘UploadWindow::UploadWindow(MiosStudio*)’:

    ../../src/gui/UploadWindow.cpp:46: warning: ‘void juce::Button::addButtonListener(juce::Button::Listener*)’ is deprecated (declared at ../../src/gui/../../../../../../juce/juce_amalgamated.h:36764)

    ../../src/gui/UploadWindow.cpp:66: warning: ‘void juce::Button::addButtonListener(juce::Button::Listener*)’ is deprecated (declared at ../../src/gui/../../../../../../juce/juce_amalgamated.h:36764)

    ../../src/gui/UploadWindow.cpp:71: warning: ‘void juce::Button::addButtonListener(juce::Button::Listener*)’ is deprecated (declared at ../../src/gui/../../../../../../juce/juce_amalgamated.h:36764)

    MidiSlider.cpp

    MidiMonitor.cpp

    MiosTerminal.cpp

    Linking MiosStudio

    build/intermediate/Debug/MiosStudio.o: In function `SysexToolWindow::SysexToolWindow(MiosStudio*)':

    MiosStudio.cpp:(.text._ZN15SysexToolWindowC1EP10MiosStudio[sysexToolWindow::SysexToolWindow(MiosStudio*)]+0x92): undefined reference to `SysexTool::SysexTool(MiosStudio*)'

    build/intermediate/Debug/MiosStudio.o: In function `SysexToolWindow::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)':

    MiosStudio.cpp:(.text._ZN15SysexToolWindow25handleIncomingMidiMessageERKN4juce11MidiMessageEh[sysexToolWindow::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)]+0x3d): undefined reference to `SysexToolReceive::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)'

    build/intermediate/Debug/MiosStudio.o: In function `OscToolWindow::OscToolWindow(MiosStudio*)':

    MiosStudio.cpp:(.text._ZN13OscToolWindowC1EP10MiosStudio[OscToolWindow::OscToolWindow(MiosStudio*)]+0x92): undefined reference to `OscTool::OscTool(MiosStudio*)'

    build/intermediate/Debug/MiosStudio.o: In function `Midio128ToolWindow::Midio128ToolWindow(MiosStudio*)':

    MiosStudio.cpp:(.text._ZN18Midio128ToolWindowC1EP10MiosStudio[Midio128ToolWindow::Midio128ToolWindow(MiosStudio*)]+0x92): undefined reference to `Midio128Tool::Midio128Tool(MiosStudio*)'

    build/intermediate/Debug/MiosStudio.o: In function `Midio128ToolWindow::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)':

    MiosStudio.cpp:(.text._ZN18Midio128ToolWindow25handleIncomingMidiMessageERKN4juce11MidiMessageEh[Midio128ToolWindow::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)]+0x3a): undefined reference to `Midio128ToolControl::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)'

    build/intermediate/Debug/MiosStudio.o: In function `MbCvToolWindow::MbCvToolWindow(MiosStudio*)':

    MiosStudio.cpp:(.text._ZN14MbCvToolWindowC1EP10MiosStudio[MbCvToolWindow::MbCvToolWindow(MiosStudio*)]+0x92): undefined reference to `MbCvTool::MbCvTool(MiosStudio*)'

    build/intermediate/Debug/MiosStudio.o: In function `MbCvToolWindow::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)':

    MiosStudio.cpp:(.text._ZN14MbCvToolWindow25handleIncomingMidiMessageERKN4juce11MidiMessageEh[MbCvToolWindow::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)]+0x3a): undefined reference to `MbCvToolControl::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)'

    build/intermediate/Debug/MiosStudio.o: In function `MbhpMfToolWindow::MbhpMfToolWindow(MiosStudio*)':

    MiosStudio.cpp:(.text._ZN16MbhpMfToolWindowC1EP10MiosStudio[MbhpMfToolWindow::MbhpMfToolWindow(MiosStudio*)]+0x92): undefined reference to `MbhpMfTool::MbhpMfTool(MiosStudio*)'

    build/intermediate/Debug/MiosStudio.o: In function `MbhpMfToolWindow::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)':

    MiosStudio.cpp:(.text._ZN16MbhpMfToolWindow25handleIncomingMidiMessageERKN4juce11MidiMessageEh[MbhpMfToolWindow::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)]+0x3a): undefined reference to `MbhpMfToolControl::handleIncomingMidiMessage(juce::MidiMessage const&, unsigned char)'

    collect2: ld returned 1 exit status

    make[1]: *** [build/MiosStudio] Error 1

    make: *** [MiosStudio] Error 2

    zaphod:~/proj/synth/midibox/mios32/trunk/tools/mios_studio/build/linux$

  4. Okay, I got the correct repository, opened up the Juce zip in mios32/trunk/tools/mios_studio/src/. Now I get this:

    zaphod:~/proj/synth/midibox/mios32/trunk/tools/mios_studio/build/linux$ make

    ==== Building MiosStudio ====

    juce_LibrarySource.cpp

    ../../src/juce_LibrarySource.cpp:15: fatal error: ../../../../../juce/juce_amalgamated.cpp: No such file or directory

    compilation terminated.

    make[1]: *** [build/intermediate/Debug/juce_LibrarySource.o] Error 1

    make: *** [MiosStudio] Error 2

    zaphod:~/proj/synth/midibox/mios32/trunk/tools/mios_studio/build/linux$

    I don't see where the build process is getting these paths.

  5. I cleaned off the paint-pen paint with acetone (very carefully). Ultimately I ended up using Testors gloss white enamel paint. I overfilled the grooves, then sanded the panels down with 800-grit wet-dry sandpaper to get rid of paint outside the grooves. The result looks and feels excellent.

  6. I stopped by the hobby shop to get some paint for infilling the engravings on my new sammichSID kit. I got a Sharpie paint pen and now regret that choice. The result is bubbly, uneven, and in a few cases went outside the lines. It looks terrible. How should I go about redoing this? I imagine that I can sand the surface to take care of the outside-the-lines problems. How about the bubbles? What paint should I have used instead?

×
×
  • Create New...