Search found 6 matches
- Fri Dec 14, 2018 2:37 pm
- Forum: Graphics, sound and multimedia
- Topic: Beta-test our new ( Free ) organ-synth
- Replies: 3
- Views: 1017
Re: Beta-test our new ( Free ) organ-synth
Where do we download it from?
- Fri Dec 14, 2018 11:56 am
- Forum: C/C++
- Topic: accessing global 2-dim arrays from an object
- Replies: 10
- Views: 1859
Re: accessing global 2-dim arrays from an object
I use C rather than C++ but I think the same applies - Your data is stored packed together, so if you want to extend an existing string you can't without overwriting the data that follows that string. To extend a string I would malloc() a new area of memory for the new string, free() the memory at t...
- Mon Jan 04, 2016 2:13 pm
- Forum: Graphics, sound and multimedia
- Topic: Running animation on Pi
- Replies: 3
- Views: 857
Re: Running animation on Pi
Do you already have the animation in flash? You can just convert this to an mp4 or other video file. The Pi can play all kinds of video media with the right software installed. If this is going to be a more interactive animation, then you will need to use a programming language like python to deal w...
- Wed Apr 23, 2014 12:52 pm
- Forum: Beginners
- Topic: Midi Virtual Band (patch panel?)
- Replies: 7
- Views: 1320
Re: Midi Virtual Band (patch panel?)
Sounds interesting, it reminded me a bit of the "Teenage Engineering" project here:
http://www.teenageengineering.com/proje ... olut-choir
Theirs is Arduino based but it looks like a similar concept!
http://www.teenageengineering.com/proje ... olut-choir
Theirs is Arduino based but it looks like a similar concept!
- Wed Apr 23, 2014 10:49 am
- Forum: Advanced users
- Topic: Install GCC binaries and then screen on Poky Yocto distro
- Replies: 14
- Views: 5462
Re: Install GCC binaries and then screen on Poky Yocto distr
If your custom distro is mining using cgminer, then you can probably run standard raspbian, as I do. I compiled cgminer straight from the git repository and it runs fine. I believe cgminer is available via apt-get, but I prefer to use the most bleeding edge version! I also use 'screen', which is gre...
- Fri Sep 21, 2012 11:25 pm
- Forum: General discussion
- Topic: D-Link 7-Port USB 2.0 Hub (DUB-H7)
- Replies: 15
- Views: 24443
Re: D-Link 7-Port USB 2.0 Hub (DUB-H7)
Has anyone managed to download the file ipad_charge.exe for this hub? It doesn't appear to be on the dlink website any more (even though the instructions refer to it). I know it's a windows app and won't work on the pi, but if I can usb-sniff the packets when running windows I might be able to cobbl...