Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 11-10-2012, 01:11 AM   #1
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Lightbulb Csound - Debian.

Csound. plugins maybe too. speakers. microphones. this I know.
There are a few hello world tracks that I will attempt to run.

OLD MESSAGE:
Spoiler:
I prefixed this K3 because I am going to to test it on there.

IF it runs on that it will run on the others I figured.

building it now, for those of you with a life you probably haven't heard of this app but if realising sounds through mathematical constructs and lo level opcodes is your thing then Csound is the daddy.

Will report what falls out of it.

Also the gui tools are of interest now so they will be given a shot.

Fingers crossed.



Short answer. it works - barely on a 3 - and not too bad on a 5

Going to run a few procedural works through csound on the kindle now. I will attach the outputs here Kindle Studio - World First?

Places of note:
http://www.csounds.com/manual/index.php
http://iainmccurdy.org/csound.html
http://www.csounds.com/maldonado/orcsco.html
http://wiki.laptop.org/go/Csound_tutorials
Attached Thumbnails
Click image for larger version

Name:	Selection_025.png
Views:	404
Size:	62.4 KB
ID:	95864  

Last edited by twobob; 11-13-2012 at 08:55 PM.
twobob is offline   Reply With Quote
Old 11-10-2012, 12:16 PM   #2
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
https://bugs.launchpad.net/ubuntu/+s...d/+bug/1011263

sigh. Gui on "Backburner" then.

perhaps I will hack together the sound support in the interim.

perhaps I will DIY a gui too
http://csound.1045644.n5.nabble.com/...td1111272.html

Last edited by twobob; 11-10-2012 at 12:57 PM.
twobob is offline   Reply With Quote
Advert
Old 11-10-2012, 04:12 PM   #3
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Okay, got it working on a 3

with "some" visual X output. and "some" flaky audio output.

EDIT: Actually: root@kindle:~# csound -+rtaudio=alsa -d --sched -o dac ./simple.csd

Quote:
GNU nano 2.2.6 File: simple.csd
Spoiler:

<CsoundSynthesizer>

<CsInstruments>
sr = 44100
kr = 4410
ksmps = 10
nchnls = 1

instr 1
aosc oscil 30000, 440, 1
out aosc
endin

</CsInstruments>

<CsScore>
f1 0 8192 10 1
i1 0 10
e
</CsScore>

</CsoundSynthesizer>
Quote:
root@kindle:~# csound -+rtaudio=alsa -d --sched -o dac ./simple.csd
Spoiler:
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
PortMIDI real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 5.17 (double samples) Jun 16 2012
libsndfile-1.0.25
UnifiedCSD: ./simple.csd
STARTING FILE
Creating orchestra
Creating score
rtmidi: PortMIDI module enabled
rtaudio: ALSA module enabled
RAWWAVE_PATH: /usr/share/stk/rawwaves/
Parsing successful!
Elapsed time at end of orchestra compile: real: 0.073s, CPU: 0.070s
sorting score ...
... done
Elapsed time at end of score sort: real: 0.074s, CPU: 0.070s
Csound version 5.17 (double samples) Jun 16 2012
displays suppressed
0dBFS level = 32768.0
orch now loaded
audio buffered in 256 sample-frame blocks
ALSA output: total buffer size: 1024, period size: 256
writing 256 sample blks of 64-bit floats to dac
SECTION 1:
ftable 1:
new alloc for instr 1:
B 0.000 .. 10.000 T 10.000 TT 10.000 M: 30000.0
Score finished in csoundPerform().
inactive allocs returned to freespace
end of score. overall amps: 30000.0
overall samples out of range: 0

0 errors in performance
Elapsed time at end of performance: real: 10.690s, CPU: 1.600s
1723 256 sample blks of 64-bit floats written to dac
http://members.home.nl/mag.knevel/cs...#RealTimeLinux
Is solid playback on the 3!! Sweet.


Next up the 5!
Attached Files
File Type: gz RENDER-CSD.tar.gz (607 Bytes, 239 views)
File Type: gz RENDER-WAVS.tar.gz (1.32 MB, 237 views)

Last edited by twobob; 11-13-2012 at 08:22 PM.
twobob is offline   Reply With Quote
Old 11-11-2012, 05:21 AM   #4
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
meh. call me a masochist. Thought I would push on see what the 3 could manage.

Voila. Cecilia on the 3...

http://emu.music.ufl.edu/cecilia/tut1.html

http://emu.music.ufl.edu/cecilia/setup.html

Quote:
minimum recommended configuration: P166, 32 Mb RAM
Attached Thumbnails
Click image for larger version

Name:	TightVNC: kindle:0.0_027.png
Views:	378
Size:	44.0 KB
ID:	95925  

Last edited by twobob; 11-13-2012 at 08:39 PM. Reason: http://emu.music.ufl.edu/cecilia/tut1.html
twobob is offline   Reply With Quote
Old 11-11-2012, 03:23 PM   #5
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Wish list for audio editing. (bare minimum or better)

Feel free to append.

Required support: wmctrl, (debian: Xephyr) an editor (nano), file, an HTML browser? (mozilla is wanted), X, ALSA, ...

Extra bits: alsa-utils , xsox a sound file converter (libsoundfile frontend?) , LMMS(thanks Qlob) a different one... Any ideas? Ardour is a no.

Core: Csound, CSound5Gui, Cecilia, Audacity.

TBC.

Last edited by twobob; 11-13-2012 at 10:14 PM.
twobob is offline   Reply With Quote
Advert
Old 11-11-2012, 03:29 PM   #6
qlob
Official Lurker
qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.
 
qlob's Avatar
 
Posts: 1,050
Karma: 7096675
Join Date: Apr 2012
Device: Kindle 3.4
LMMS for extra bits, not sure if the K3 can keep up with it though...
qlob is offline   Reply With Quote
Old 11-11-2012, 03:58 PM   #7
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by qlob View Post
LMMS for extra bits, not sure if the K3 can keep up with it though...
Good call. Yeah I too honestly doubt it can.

However this wish list could also form a native port list given the right circumstances.

and in the interim I will look at performance on the 5.

I got Audacity running on the K3 (audio was trashed though, would need love)

Thanks for the feedback. Greatly appreciated.
twobob is offline   Reply With Quote
Old 11-13-2012, 03:13 PM   #8
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by qlob View Post
LMMS for extra bits, not sure if the K3 can keep up with it though...
LMMS is a no for now from armel. as is ams. any other ideas?

wmctrl file alsa-utils nano alsaplayer-gtk audacity alsaplayer-common autotalent rev-plugins wah-plugins csladspa wah-plugins tap-plugins vco-plugins cecilia csound htop csound-doc fonts-liberation qutecsound graphviz libcgraph5 libgvpr1 ttf-liberation

nice to have (but no midi or jack yet):
qjackctl bristol bristol-data composite composite-data

Not helpful: buzztard buzztard-data calf-plugins aqualung

needs root to run currently: alsaplayer-gtk aqualung audacity

TODO: Get jack running. pftt. maybe....

Last edited by twobob; 11-15-2012 at 01:33 PM.
twobob is offline   Reply With Quote
Old 11-13-2012, 04:22 PM   #9
qlob
Official Lurker
qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.
 
qlob's Avatar
 
Posts: 1,050
Karma: 7096675
Join Date: Apr 2012
Device: Kindle 3.4
VKBD or vkeybd, would be nice... A piano playing kindle
qlob is offline   Reply With Quote
Old 11-13-2012, 07:32 PM   #10
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
So anyway I crashed on to see if the 5 could be actually used.

It was slow but a servicable on-the-go toolset is beginning to emerge.

Still looking for a better way to manage the overall but in the end audacity may suffice properly configured with some layout love.

Will do some Landscape screenies too. but playback was solid and processing reminded me of 10 years ago, which was fine, I put up with it then
Attached Thumbnails
Click image for larger version

Name:	TightVNC: kindle:0.0_010.png
Views:	341
Size:	32.5 KB
ID:	96072   Click image for larger version

Name:	TightVNC: kindle:0.0_009.png
Views:	348
Size:	28.9 KB
ID:	96073   Click image for larger version

Name:	TightVNC: kindle:0.0_011.png
Views:	325
Size:	28.0 KB
ID:	96074   Click image for larger version

Name:	TightVNC: kindle:0.0_012.png
Views:	334
Size:	27.2 KB
ID:	96075   Click image for larger version

Name:	TightVNC: kindle:0.0_014.png
Views:	320
Size:	28.2 KB
ID:	96076   Click image for larger version

Name:	TightVNC: kindle:0.0_016.png
Views:	327
Size:	30.9 KB
ID:	96077   Click image for larger version

Name:	TightVNC: kindle:0.0_017.png
Views:	348
Size:	15.5 KB
ID:	96078   Click image for larger version

Name:	TightVNC: kindle:0.0_018.png
Views:	317
Size:	25.0 KB
ID:	96079   Click image for larger version

Name:	TightVNC: kindle:0.0_019.png
Views:	317
Size:	26.9 KB
ID:	96080   Click image for larger version

Name:	TightVNC: kindle:0.0_021.png
Views:	318
Size:	27.2 KB
ID:	96081   Click image for larger version

Name:	TightVNC: kindle:0.0_027.png
Views:	316
Size:	21.9 KB
ID:	96082   Click image for larger version

Name:	TightVNC: kindle:0.0_028.png
Views:	296
Size:	14.7 KB
ID:	96083   Click image for larger version

Name:	TightVNC: kindle:0.0_029.png
Views:	307
Size:	17.9 KB
ID:	96084  
twobob is offline   Reply With Quote
Old 11-13-2012, 08:08 PM   #11
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by qlob View Post
VKBD or vkeybd, would be nice... A piano playing kindle
hmm. will have to use http://www.linuxcommand.org/man_pages/alsactl1.html
again like I did on the 3 and see about implementing some midi then.

I may have a friend who can help with that. Also need to get Jack up. He can probably help with that too, so let's just say WIP.

Installed and cruised likely winners going forward for the virtual keys as and when we breathe some life into the sound support. which was surprisingly solid. Kudos Lab126.


EDIT: Erk. That config is a bit stern. ho hum. I'll look into dual configs streaming or something.
Attached Thumbnails
Click image for larger version

Name:	TightVNC: kindle:0.0_033.png
Views:	326
Size:	35.7 KB
ID:	96088   Click image for larger version

Name:	TightVNC: kindle:0.0_034.png
Views:	303
Size:	39.3 KB
ID:	96089   Click image for larger version

Name:	TightVNC: kindle:0.0_035.png
Views:	342
Size:	42.9 KB
ID:	96090   Click image for larger version

Name:	TightVNC: kindle:0.0_036.png
Views:	314
Size:	60.6 KB
ID:	96091  
Attached Files
File Type: gz alsa-conf.tar.gz (1.3 KB, 222 views)

Last edited by twobob; 11-13-2012 at 08:12 PM.
twobob is offline   Reply With Quote
Old 11-13-2012, 09:02 PM   #12
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by twobob View Post
So anyway I crashed on to see if the 5 could be actually used.

It was slow but a servicable on-the-go toolset is beginning to emerge.

Still looking for a better way to manage the overall but in the end audacity may suffice properly configured with some layout love.

Will do some Landscape screenies too. but playback was solid and processing reminded me of 10 years ago, which was fine, I put up with it then
Is there any way you could compile that stuff to use the K5's hardware floating point? (It has two (2!) vfp3 co-processors + the NEON SMID).

i realize that might be a challenge, since the system libraries are not compiled hardware float.
knc1 is offline   Reply With Quote
Old 11-13-2012, 11:01 PM   #13
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by knc1 View Post
Is there any way you could compile that stuff to use the K5's hardware floating point? (It has two (2!) vfp3 co-processors + the NEON SMID).

i realize that might be a challenge, since the system libraries are not compiled hardware float.
Like a hard float cradle for the debian.?

Or maybe just compile a hard float version of the kernel?

I'm open to ideas for better performance and I don't think anyone will complain if I bother to make one. : )
twobob is offline   Reply With Quote
Old 11-13-2012, 11:28 PM   #14
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Okay realtime is out with a big interface. Overhead is a killer.

the 3 actually does better from the command line. I will try that next for realtime on the 5. It was a struggle to get anything to render also via qutecsound but meh it was fun.

EDIT: Ooh and a last minute juicy death to keep things fresh. nice : )
Spoiler:

Quote:
*** glibc detected *** qutecsound: malloc(): smallbin double linked list corrupted: 0x099548a0 ***
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(+0x75ee2)[0x19d8ee2]
/lib/i386-linux-gnu/libc.so.6(+0x7805f)[0x19db05f]
/lib/i386-linux-gnu/libc.so.6(__libc_malloc+0x6c)[0x19dcddc]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_Z7qMallocj+0x1b)[0x4b413b]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN7QString7reallocEi+0x3f)[0x50fbef]
/usr/lib/i386-linux-gnu/libQtCore.so.4(+0x13b410)[0x58f410]
/usr/lib/i386-linux-gnu/libQtCore.so.4(+0x13d121)[0x591121]
/usr/lib/i386-linux-gnu/libQtCore.so.4(+0x13ea23)[0x592a23]
/usr/lib/i386-linux-gnu/libQtCore.so.4(+0x13f50d)[0x59350d]
/usr/lib/i386-linux-gnu/libQtCore.so.4(+0x134d3f)[0x588d3f]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN9QSettingsD2Ev+0x36)[0x58b3b6]
qutecsound[0x81157d0]
qutecsound[0x812d66a]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0x8fb)[0xc3469b]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN11QMainWindow5eventEP6QEvent+0x6c )[0x106f2dc]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN19QApplicationPrivate13notify_hel perEP7QObjectP6QEvent+0xc4)[0xbd9ed4]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6 QEvent+0x222)[0xbdf3a2]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyIntern alEP7QObjectP6QEvent+0x8e)[0x5d097e]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN14QWidgetPrivate12close_helperENS _9CloseModeE+0x1f8)[0xc2dc48]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN12QApplication16x11ClientMessageE P7QWidgetP7_XEventb+0x1a3)[0xc67ce3]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN12QApplication15x11ProcessEventEP 7_XEvent+0xc8c)[0xc65d0c]
/usr/lib/i386-linux-gnu/libQtGui.so.4(+0x1f3eac)[0xc92eac]
/lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x146)[0x9b1d86]
/lib/i386-linux-gnu/libglib-2.0.so.0(+0x47125)[0x9b2125]
/lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x41)[0x9b2201]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processE ventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0 x67)[0x603887]
/usr/lib/i386-linux-gnu/libQtGui.so.4(+0x1f3aaa)[0xc92aaa]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication13processEvent sE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x43)[0x5d50a3]
qutecsound[0x81a2000]
qutecsound[0x81a2470]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_Z21qDeleteInEventHandlerP7QObject+ 0x13)[0x5e4d03]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x298)[0x5ebca8]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0xc2)[0xc33e62]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN19QApplicationPrivate13notify_hel perEP7QObjectP6QEvent+0xc4)[0xbd9ed4]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6 QEvent+0x222)[0xbdf3a2]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyIntern alEP7QObjectP6QEvent+0x8e)[0x5d097e]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendP ostedEventsEP7QObjectiP11QThreadData+0x3d8)[0x5d4ad8]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication16sendPostedEv entsEP7QObjecti+0x2c)[0x5d4e0c]
/usr/lib/i386-linux-gnu/libQtCore.so.4(+0x1af494)[0x603494]
/lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x146)[0x9b1d86]
/lib/i386-linux-gnu/libglib-2.0.so.0(+0x47125)[0x9b2125]
/lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x41)[0x9b2201]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processE ventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0 x67)[0x603887]
/usr/lib/i386-linux-gnu/libQtGui.so.4(+0x1f3aaa)[0xc92aaa]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFl agsINS_17ProcessEventsFlagEE+0x4d)[0x5cf50d]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17P rocessEventsFlagEE+0xf9)[0x5cf7a9]
/usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x9a)[0x5d4eba]
/usr/lib/i386-linux-gnu/libQtGui.so.4(_ZN12QApplication4execEv+0x24)[0xbd7a74]
qutecsound[0x806235b]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x197c4d3]
qutecsound[0x8062b01]
======= Memory map: ========
00110000-002c9000 r-xp 00000000 08:14 5255100 /usr/lib/libcsound64.so.5.2
002c9000-002d6000 r--p 001b8000 08:14 5255100 /usr/lib/libcsound64.so.5.2
002d6000-002e7000 rw-p 001c5000 08:14 5255100 /usr/lib/libcsound64.so.5.2
002e7000-002e9000 rw-p 00000000 00:00 0
002e9000-00355000 r-xp 00000000 08:14 5250075 /usr/lib/i386-linux-gnu/libsndfile.so.1.0.25
00355000-00356000 r--p 0006c000 08:14 5250075 /usr/lib/i386-linux-gnu/libsndfile.so.1.0.25
00356000-00357000 rw-p 0006d000 08:14 5250075 /usr/lib/i386-linux-gnu/libsndfile.so.1.0.25
00357000-0035b000 rw-p 00000000 00:00 0
0035b000-00385000 r-xp 00000000 08:14 6308217 /lib/i386-linux-gnu/libm-2.15.so
00385000-00386000 r--p 00029000 08:14 6308217 /lib/i386-linux-gnu/libm-2.15.so
00386000-00387000 rw-p 0002a000 08:14 6308217 /lib/i386-linux-gnu/libm-2.15.so
00387000-003a3000 r-xp 00000000 08:14 6292402 /lib/i386-linux-gnu/libgcc_s.so.1
003a3000-003a4000 r--p 0001b000 08:14 6292402 /lib/i386-linux-gnu/libgcc_s.so.1
003a4000-003a5000 rw-p 0001c000 08:14 6292402 /lib/i386-linux-gnu/libgcc_s.so.1
003a5000-003a8000 r-xp 00000000 08:14 6308221 /lib/i386-linux-gnu/libdl-2.15.so
003a8000-003a9000 r--p 00002000 08:14 6308221 /lib/i386-linux-gnu/libdl-2.15.so
003a9000-003aa000 rw-p 00003000 08:14 6308221 /lib/i386-linux-gnu/libdl-2.15.so
003aa000-003f6000 r-xp 00000000 08:14 5249448 /usr/lib/i386-linux-gnu/libFLAC.so.8.2.0
003f6000-003f7000 r--p 0004b000 08:14 5249448 /usr/lib/i386-linux-gnu/libFLAC.so.8.2.0
003f7000-003f8000 rw-p 0004c000 08:14 5249448 /usr/lib/i386-linux-gnu/libFLAC.so.8.2.0
003f8000-00421000 r-xp 00000000 08:14 5250155 /usr/lib/i386-linux-gnu/libvorbis.so.0.4.5
00421000-00422000 r--p 00028000 08:14 5250155 /usr/lib/i386-linux-gnu/libvorbis.so.0.4.5
00422000-00423000 rw-p 00029000 08:14 5250155 /usr/lib/i386-linux-gnu/libvorbis.so.0.4.5
00423000-00429000 r-xp 00000000 08:14 5249976 /usr/lib/i386-linux-gnu/libogg.so.0.7.1
00429000-0042a000 r--p 00005000 08:14 5249976 /usr/lib/i386-linux-gnu/libogg.so.0.7.1
0042a000-0042b000 rw-p 00006000 08:14 5249976 /usr/lib/i386-linux-gnu/libogg.so.0.7.1
0042b000-0042d000 r-xp 00000000 08:14 5249515 /usr/lib/i386-linux-gnu/libXau.so.6.0.0
0042d000-0042e000 r--p 00001000 08:14 5249515 /usr/lib/i386-linux-gnu/libXau.so.6.0.0
0042e000-0042f000 rw-p 00002000 08:14 5249515 /usr/lib/i386-linux-gnu/libXau.so.6.0.0
0042f000-00430000 r-xp 00000000 08:14 5247118 /usr/lib/i386-linux-gnu/libgthread-2.0.so.0.3200.3
00430000-00431000 r--p 00000000 08:14 5247118 /usr/lib/i386-linux-gnu/libgthread-2.0.so.0.3200.3
00431000-00432000 rw-p 00001000 08:14 5247118 /usr/lib/i386-linux-gnu/libgthread-2.0.so.0.3200.3
Attached Thumbnails
Click image for larger version

Name:	TightVNC: kindle:0.0_038.png
Views:	338
Size:	130.2 KB
ID:	96094   Click image for larger version

Name:	TightVNC: kindle:0.0_041.png
Views:	347
Size:	107.9 KB
ID:	96095   Click image for larger version

Name:	TightVNC: kindle:0.0_045.png
Views:	345
Size:	111.9 KB
ID:	96096   Click image for larger version

Name:	TightVNC: kindle:0.0_046.png
Views:	362
Size:	219.6 KB
ID:	96097   Click image for larger version

Name:	TightVNC: kindle:0.0_048.png
Views:	354
Size:	186.4 KB
ID:	96098   Click image for larger version

Name:	TightVNC: kindle:0.0_049.png
Views:	314
Size:	64.8 KB
ID:	96099   Click image for larger version

Name:	TightVNC: kindle:0.0_050.png
Views:	342
Size:	68.6 KB
ID:	96100   Click image for larger version

Name:	TightVNC: kindle:0.0_051.png
Views:	320
Size:	147.4 KB
ID:	96101  
Attached Files
File Type: gz Stockhausen.mp3.tar.gz (2.73 MB, 272 views)

Last edited by twobob; 11-13-2012 at 11:39 PM. Reason: death
twobob is offline   Reply With Quote
Old 11-14-2012, 08:07 AM   #15
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by twobob View Post
Okay realtime is out with a big interface. Overhead is a killer.

the 3 actually does better from the command line. I will try that next for realtime on the 5. It was a struggle to get anything to render also via qutecsound but meh it was fun.

EDIT: Ooh and a last minute juicy death to keep things fresh. nice : )
Spoiler:

How are you dithering your output? The screenshots look like error-diffusion. An ordered dither should be MUCH faster to render. Also, no need to dither animation (if used) any faster than eink updates can be done with an acceptable amount of eink artifacts.
geekmaster is offline   Reply With Quote
Reply

Tags
audio, csound, dsp, kindle, plugins


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Just Installed Debian on my K3G - What Can I do Now? jmseight Kindle Developer's Corner 14 07-22-2013 08:26 AM
Ubuntu debs on Debian elmussol Sigil 3 09-14-2012 11:04 AM
Calibre not starting on debian saturnblackhole Calibre 3 12-11-2011 12:05 AM
Debian on the Kindle freezer2k Kindle Developer's Corner 20 02-08-2010 08:52 PM
Debian 3.1 Released Chaos Lounge 3 06-08-2005 09:01 AM


All times are GMT -4. The time now is 03:59 PM.


MobileRead.com is a privately owned, operated and funded community.