- added gpan in audio_player
- Clean audio patches - Fixed destructor. Now exits correctly - Small audio bugfixes modified: libremediaserver/libremediaserver.cpp modified: libremediaserver/libremediaserver.ui deleted: libremediaserver/pd/gpan~.pd modified: libremediaserver/pd/layer_audio.pd modified: libremediaserver/pd/pms-audio.pd modified: libremediaserver/pd/pms-video.pd modified: libremediaserver/scripts/install_precise.sh
This commit is contained in:
parent
f0b9f0126b
commit
a17d9e4a6c
7 changed files with 347 additions and 354 deletions
|
|
@ -7,8 +7,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>605</height>
|
||||
<width>789</width>
|
||||
<height>615</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
|
@ -27,11 +27,17 @@
|
|||
<height>441</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="cursor">
|
||||
<cursorShape>CrossCursor</cursorShape>
|
||||
</property>
|
||||
<property name="autoFillBackground">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="tabShape">
|
||||
<enum>QTabWidget::Rounded</enum>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="usesScrollButtons">
|
||||
<bool>false</bool>
|
||||
|
|
@ -85,27 +91,36 @@
|
|||
<widget class="QSpinBox" name="ipAddress2">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>570</x>
|
||||
<x>510</x>
|
||||
<y>340</y>
|
||||
<width>55</width>
|
||||
<width>31</width>
|
||||
<height>27</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="buttonSymbols">
|
||||
<enum>QAbstractSpinBox::NoButtons</enum>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>254</number>
|
||||
<number>255</number>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QSpinBox" name="ipAddress4">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>710</x>
|
||||
<x>590</x>
|
||||
<y>340</y>
|
||||
<width>55</width>
|
||||
<width>31</width>
|
||||
<height>27</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="frame">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="buttonSymbols">
|
||||
<enum>QAbstractSpinBox::NoButtons</enum>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>254</number>
|
||||
<number>255</number>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label_3">
|
||||
|
|
@ -163,8 +178,8 @@
|
|||
<widget class="QPushButton" name="updateButton">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>650</x>
|
||||
<y>290</y>
|
||||
<x>490</x>
|
||||
<y>190</y>
|
||||
<width>113</width>
|
||||
<height>32</height>
|
||||
</rect>
|
||||
|
|
@ -319,7 +334,7 @@
|
|||
<widget class="QSpinBox" name="universe">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>30</x>
|
||||
<x>20</x>
|
||||
<y>210</y>
|
||||
<width>55</width>
|
||||
<height>27</height>
|
||||
|
|
@ -329,7 +344,7 @@
|
|||
<widget class="QCheckBox" name="video">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>30</x>
|
||||
<x>20</x>
|
||||
<y>150</y>
|
||||
<width>93</width>
|
||||
<height>26</height>
|
||||
|
|
@ -381,8 +396,8 @@
|
|||
<widget class="QLabel" name="label_4">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>590</x>
|
||||
<y>380</y>
|
||||
<x>500</x>
|
||||
<y>370</y>
|
||||
<width>81</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
|
|
@ -394,14 +409,17 @@
|
|||
<widget class="QSpinBox" name="ipAddress3">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>640</x>
|
||||
<x>550</x>
|
||||
<y>340</y>
|
||||
<width>55</width>
|
||||
<width>31</width>
|
||||
<height>27</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="buttonSymbols">
|
||||
<enum>QAbstractSpinBox::NoButtons</enum>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>254</number>
|
||||
<number>255</number>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QCheckBox" name="layer3Check">
|
||||
|
|
@ -433,14 +451,20 @@
|
|||
<widget class="QSpinBox" name="ipAddress1">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>510</x>
|
||||
<x>470</x>
|
||||
<y>340</y>
|
||||
<width>55</width>
|
||||
<width>31</width>
|
||||
<height>27</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="buttonSymbols">
|
||||
<enum>QAbstractSpinBox::NoButtons</enum>
|
||||
</property>
|
||||
<property name="keyboardTracking">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>254</number>
|
||||
<number>255</number>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QSpinBox" name="layer4Add">
|
||||
|
|
@ -624,8 +648,8 @@
|
|||
<widget class="QPushButton" name="ChangePath">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>620</x>
|
||||
<y>240</y>
|
||||
<x>470</x>
|
||||
<y>150</y>
|
||||
<width>150</width>
|
||||
<height>28</height>
|
||||
</rect>
|
||||
|
|
@ -640,8 +664,8 @@
|
|||
<widget class="QLabel" name="masterPreview">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>160</x>
|
||||
<y>170</y>
|
||||
<x>140</x>
|
||||
<y>150</y>
|
||||
<width>320</width>
|
||||
<height>210</height>
|
||||
</rect>
|
||||
|
|
@ -722,7 +746,7 @@
|
|||
<rect>
|
||||
<x>80</x>
|
||||
<y>10</y>
|
||||
<width>441</width>
|
||||
<width>691</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -748,7 +772,7 @@
|
|||
<rect>
|
||||
<x>80</x>
|
||||
<y>220</y>
|
||||
<width>441</width>
|
||||
<width>691</width>
|
||||
<height>17</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -826,7 +850,7 @@
|
|||
<rect>
|
||||
<x>80</x>
|
||||
<y>40</y>
|
||||
<width>441</width>
|
||||
<width>701</width>
|
||||
<height>17</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -865,7 +889,7 @@
|
|||
<rect>
|
||||
<x>80</x>
|
||||
<y>190</y>
|
||||
<width>451</width>
|
||||
<width>691</width>
|
||||
<height>17</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -891,7 +915,7 @@
|
|||
<rect>
|
||||
<x>80</x>
|
||||
<y>130</y>
|
||||
<width>441</width>
|
||||
<width>691</width>
|
||||
<height>17</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -966,7 +990,7 @@
|
|||
<rect>
|
||||
<x>80</x>
|
||||
<y>100</y>
|
||||
<width>441</width>
|
||||
<width>701</width>
|
||||
<height>17</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -979,7 +1003,7 @@
|
|||
<rect>
|
||||
<x>80</x>
|
||||
<y>160</y>
|
||||
<width>451</width>
|
||||
<width>691</width>
|
||||
<height>17</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -1044,7 +1068,7 @@
|
|||
<rect>
|
||||
<x>80</x>
|
||||
<y>70</y>
|
||||
<width>441</width>
|
||||
<width>701</width>
|
||||
<height>17</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -1106,7 +1130,7 @@
|
|||
</property>
|
||||
<property name="plainText">
|
||||
<string>LibreMediaServer 0.01-2
|
||||
(C) 2012 Santiago Noreña libremediaserver@gmail.com
|
||||
(C) 2012-2013 Santiago Noreña libremediaserver@gmail.com
|
||||
This program comes with ABSOLUTELY NO WARRANTY</string>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -1117,7 +1141,7 @@ This program comes with ABSOLUTELY NO WARRANTY</string>
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<width>789</width>
|
||||
<height>25</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue