Music: Unterschied zwischen den Versionen

Aus Starsky
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(73 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)
'''Stereo Recording''' with 44,1khz, 48khz, 96khz, 192khz, DSD128, DSD256, 352,8khz, 384khz, 768khz and Vinyl-Album. </br>
* 48khz@24bit
& </br>
* 96khz@24bit
'''3D''' as Dolby Amtos, Binaural Mixdown and analog masterd 7.1 (192khz, 96khz, 48khz and 44,1khz). </br>
* 192khz@24bit
__NOTOC__
* 384khz@24bit




 
[[file:Cc_icon_white_x2.png|42px|link=https://creativecommons.org/licenses/by-sa/4.0/|creative Commons]]
// Example: A DropdownWidget that contains a menu of options.  
[[file:Attribution_icon_white_x2.png|42px|link=https://creativecommons.org/licenses/by-sa/4.0/|Attribution]]
// Note that the DropdownWidget is not a menu itself, but a container for a menu.
[[file:Sa_white_x2.png|42px|link=https://creativecommons.org/licenses/by-sa/4.0/|ShareAlike]]
var dropDown = new OO.ui.DropdownWidget( {
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 16. Februar 2023, 11:53 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 Mixdown and analog masterd 7.1 (192khz, 96khz, 48khz and 44,1khz).


creative Commons Attribution ShareAlike