Jump to content
Piano Concerto - Forum pianoforte

DiesIrae

Membro
  • Posts

    209
  • Joined

  • Last visited

  • Days Won

    5

DiesIrae last won the day on Luglio 28 2017

DiesIrae had the most liked content!

1 Follower

About DiesIrae

Profile Information

  • Sesso
    Non lo dico
  • Città di residenza
    -

Recent Profile Visitors

3623 profile views

DiesIrae's Achievements

Newbie

Newbie (1/14)

41

Reputation

  1. Vero, ma la domanda soggiacente sussiste: "la matematica serve per descrivere un processo creativo a posteriori o può essere già parte del processo creativo?" Considera che in tutta la musica, soprattutto in quella tonale, il bello è l'eccezione ... che guarda caso non è riconducibile ad un "equazione".
  2. ...poi al primo Bartòk, pezzo modale, pezzo dodecafonico, etc., il castello cade. Io trovo importante l'armonia classica ma per quanto riguarda il repertorio pianistico, ormai riguarda veramente un periodo molto limitato del repertorio.
  3. In offertissima https://funkyjunk.it/shop/recording/digital-daw/universal-audio-apollo-twin-usb/
  4. Mi sa che non c'è molto in giro; diciamo pure che la diteggiatura influenza la pronuncia e ogni jazzista ha la sua...peccato "omologarla". Se ti va, c'è l'hanon jazz
  5. https://answers.microsoft.com/en-us/office/forum/office_2010-powerpoint/how-can-i-create-a-random-powerpoint-slide-show/d1eb36fa-ebe8-4d15-ae42-207191a73466
  6. https://answers.microsoft.com/en-us/msoffice/forum/msoffice_powerpoint-mso_other/how-to-display-powerpoint-slides-in-random-order/6dc9e7e6-a025-4f13-869c-1bddd9d42a43
  7. http://www.pptalchemy.co.uk/vbasamples.html This is the code to jump to a random slide within a given range. Give an action button an action of Run > Macro > randjump to use it. To generate the random number use this formula: Number =Int((highest number in range - one less that lowest number)*rnd + lowest number in range) eg For a number between 4 and 10 number = Int(10-3)*rnd+4) ---OR -- Int(7*rnd +4) So here's the code to jump to a random slide between 4 and 10 Sub randjump() randomize Dim Inum As Integer Inum = Int(7 * Rnd + 4) ActivePresentation.SlideShowWindow.View.GotoSlide (Inum) End Sub
  8. ... una bella leggiucchiata al GDPR la darei, almeno sul tema della sicurezza del dato
  9. In Italiano può aiutare http://www.gatm.it/analiticaojs/index.php/analitica/article/view/161/138
×
×
  • Crea nuovo...