Advertisement
Guest User

4deck log

a guest
Oct 7th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. user@io:~/io/io-live-v2/sources/ope/xwax/xwax-1.4$ dquilt push -a
  2. Application de 4deck.patch
  3. patching file interface.c
  4. patching file xwax.c
  5.  
  6. Application de makefile.patch
  7. patching file Makefile
  8.  
  9. Application de conf.patch
  10. patching file .config
  11.  
  12. Le patch conf.patch est maintenant au sommet
  13.  
  14.  
  15. user@io:~/io/io-live-v2/sources/ope/xwax/xwax-1.4$ cat interface.c | grep F1-F3
  16. * F1-F3 (deck 0), F4-F6 (deck 1) etc. */
  17.  
  18.  
  19. user@io:~/io/io-live-v2/sources/ope/xwax/xwax-1.4$ cat interface.c | grep '= (key -
  20. d = (key - SDLK_F1) / 3;
  21. func = (key - SDLK_F1) % 3;
  22.  
  23.  
  24. user@io:~/io/io-live-v2/sources/ope/xwax/xwax-1.4$ cat xwax.c | grep 'struct deck deck
  25. struct deck deck[4];
  26.  
  27.  
  28. user@io:~/io/io-live-v2/sources/ope/xwax/xwax-1.4$ make PREFIX=/usr/local ALSA=yes JACK=yes
  29. ./mkversion -r
  30. cc -O3 -Wall `sdl-config --cflags` -MMD -DWITH_ALSA -DWITH_JACK -DWITH_OSS -DEXECDIR=\"/usr/local/libexec\" -DVERSION=\"1.4\" -c -o xwax.o xwax.c
  31. cc -O3 -Wall -MMD -c -o controller.o controller.c
  32. cc -O3 -Wall -MMD -c -o cues.o cues.c
  33. cc -O3 -Wall -MMD -c -o deck.o deck.c
  34. cc -O3 -Wall -MMD -c -o device.o device.c
  35. cc -O3 -Wall -MMD -c -o external.o external.c
  36. cc -O3 -Wall `sdl-config --cflags` -MMD -c -o interface.o interface.c
  37. cc -O3 -Wall -MMD -c -o library.o library.c
  38. cc -O3 -Wall -MMD -c -o listing.o listing.c
  39. cc -O3 -Wall -MMD -c -o lut.o lut.c
  40. cc -O3 -Wall -MMD -c -o player.o player.c
  41. cc -O3 -Wall -MMD -c -o realtime.o realtime.c
  42. cc -O3 -Wall -MMD -c -o rig.o rig.c
  43. cc -O3 -Wall -MMD -c -o selector.o selector.c
  44. cc -O3 -Wall -MMD -c -o status.o status.c
  45. cc -O3 -Wall -MMD -c -o thread.o thread.c
  46. cc -O3 -Wall -MMD -c -o timecoder.o timecoder.c
  47. cc -O3 -Wall -MMD -c -o track.o track.c
  48. cc -O3 -Wall -MMD -c -o alsa.o alsa.c
  49. cc -O3 -Wall -MMD -c -o dicer.o dicer.c
  50. cc -O3 -Wall -MMD -c -o midi.o midi.c
  51. cc -O3 -Wall -MMD -c -o jack.o jack.c
  52. cc -O3 -Wall -MMD -c -o oss.o oss.c
  53. cc -O3 -pthread xwax.o controller.o cues.o deck.o device.o external.o interface.o library.o listing.o lut.o player.o realtime.o rig.o selector.o status.o thread.o timecoder.o track.o alsa.o dicer.o midi.o jack.o oss.o
  54. `sdl-config --libs` -lSDL_ttf -lasound -ljack -lm -o xwax
  55. cc -O3 -Wall -MMD -I. -c -o tests/cues.o tests/cues.c
  56. cc -O3 tests/cues.o cues.o -o tests/cues
  57. cc -O3 -Wall -MMD -I. -c -o tests/library.o tests/library.c
  58. cc -O3 tests/library.o external.o library.o listing.o -o tests/library
  59. cc -O3 -Wall -MMD -I. -c -o tests/status.o tests/status.c
  60. cc -O3 tests/status.o status.o -o tests/status
  61. cc -O3 -Wall -MMD -I. -c -o tests/timecoder.o tests/timecoder.c
  62. cc -O3 tests/timecoder.o lut.o timecoder.o -o tests/timecoder
  63. cc -O3 -Wall -MMD -I. -c -o tests/track.o tests/track.c
  64. cc -O3 -pthread tests/track.o external.o rig.o status.o thread.o track.o -lm -o tests/track
  65. cc -O3 -Wall `sdl-config --cflags` -MMD -I. -c -o tests/ttf.o tests/ttf.c
  66. cc -O3 tests/ttf.o `sdl-config --libs` -lSDL_ttf -o tests/ttf
  67.  
  68.  
  69. user@io:~/io/io-live-v2/sources/ope/xwax/xwax-1.4$ sudo make PREFIX=/usr/local ALSA=yes JACK=yes install
  70. install -D xwax /usr/local/bin/xwax
  71. install -D scan /usr/local/libexec/xwax-scan
  72. install -D import /usr/local/libexec/xwax-import
  73. install -D -m 0644 xwax.1 /usr/local/share/man/man1/xwax.1
  74. install -D -m 0644 CHANGES /usr/local/share/doc/xwax/CHANGES
  75. install -D -m 0644 README /usr/local/share/doc/xwax/README
  76.  
  77.  
  78. user@io:~/io/io-live-v2/sources/ope/xwax/xwax-1.4$ /usr/local/bin/xwax -c -k -g 1430x830 -l ~/zik/fs/fs -j jack0 -j jack1 -j jack2 -j jack3
  79. xwax 1.4 (C) Copyright 2013 Mark Hills <mark@xwax.org>
  80.  
  81. This software is supplied WITHOUT ANY WARRANTY; without even the implied
  82. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This is
  83. free software, and you are welcome to redistribute it under certain
  84. conditions; see the file COPYING for details.
  85.  
  86. Scanning '/home/user/zik/fs/fs'...
  87. Initialising deck 0 (jack0)...
  88. JACK: 48000Hz
  89. Building LUT for 20 bit 1000Hz timecode (Serato 2nd Ed., side A)
  90. Lookup table has 65536 hashes to 712000 slots (10 slots per hash, 5818Kb)
  91. Initialising deck 1 (jack1)...
  92. Initialising deck 2 (jack2)...
  93. Initialising deck 3 (jack3)...
  94. Too many audio devices
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement