Music: Unterschied zwischen den Versionen

Aus Starsky
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(74 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{DISPLAYTITLE:Music}}
{{DISPLAYTITLE:Music}}


Recorded with:
All Songs available as: </br>
* 44,1khz@24bit - (Download as 16bit Version for CD-Audio | Download as mp3)
* 48khz@24bit
* 96khz@24bit
* 192khz@24bit
* 384khz@24bit


'''Stereo Recording''' with 44,1khz, 48khz, 96khz, 192khz, DSD128, DSD256, 352,8khz, 384khz, 768khz and Vinyl-Album. </br>
& </br>
'''3D''' as Dolby Amtos, Binaural and 7.1. </br>
__NOTOC__




// Example: A DropdownWidget that contains a menu of options.  
[[file:Cc_icon_white_x2.png|42px|link=https://creativecommons.org/licenses/by-sa/4.0/|creative Commons]]
// Note that the DropdownWidget is not a menu itself, but a container for a menu.
[[file:Attribution_icon_white_x2.png|42px|link=https://creativecommons.org/licenses/by-sa/4.0/|Attribution]]
var dropDown = new OO.ui.DropdownWidget( {
[[file:Sa_white_x2.png|42px|link=https://creativecommons.org/licenses/by-sa/4.0/|ShareAlike]]
label: 'Dropdown menu: Select one option',
// The menu is composed within the DropdownWidget
menu: {
items: [
new OO.ui.MenuOptionWidget( {
data: 'a',
label: 'First'
} ),
new OO.ui.MenuOptionWidget( {
data: 'b',
label: 'Second (disabled option)',
disabled: true
} ),
new OO.ui.MenuOptionWidget( {
data: 'c',
label: 'Third'
} ),
new OO.ui.MenuOptionWidget( {
data: 'd',
label: 'The fourth option has a long label'
} ),
new OO.ui.MenuOptionWidget( {
data: 'e',
label: 'Fifth'
} )
]
}
} ),
 
// Trigger an event when an item in the menu is selected.
itemSelected = function(){
console.log( 'item selected' );
};
 
// Append the menu to the DOM.  
$( document.body ).append( dropDown.$element );
 
dropDown.getMenu().on('select', itemSelected);

Aktuelle Version vom 17. November 2025, 01:36 Uhr


All Songs available as:

Stereo Recording with 44,1khz, 48khz, 96khz, 192khz, DSD128, DSD256, 352,8khz, 384khz, 768khz and Vinyl-Album.
&
3D as Dolby Amtos, Binaural and 7.1.


creative Commons Attribution ShareAlike